Author: wmb Date: Wed Aug 1 06:42:05 2012 New Revision: 3108 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3108
Log: OLPC ARM - MMP2/3 SDHCI driver - Support slot 5's address.
Modified: cpu/arm/olpc/sdregs.fth
Modified: cpu/arm/olpc/sdregs.fth ============================================================================== --- cpu/arm/olpc/sdregs.fth Wed Aug 1 06:39:11 2012 (r3107) +++ cpu/arm/olpc/sdregs.fth Wed Aug 1 06:42:05 2012 (r3108) @@ -8,7 +8,12 @@
: map-regs ( -- ) chip if exit then - slot 1- h# 800 * my-space + /regs " map-in" $call-parent + slot 5 = if + h# d421.7000 + else + slot 1- h# 800 * my-space + + then + /regs " map-in" $call-parent to chip ; : unmap-regs ( -- )