Author: wmb Date: Tue Jul 3 08:17:12 2012 New Revision: 3033 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3033
Log: OLPC XO-1.75 - more support rearrangement of GPIOs for new test board.
Modified: cpu/arm/olpc/build-fw.fth
Modified: cpu/arm/olpc/build-fw.fth ============================================================================== --- cpu/arm/olpc/build-fw.fth Tue Jul 3 08:14:26 2012 (r3032) +++ cpu/arm/olpc/build-fw.fth Tue Jul 3 08:17:12 2012 (r3033) @@ -338,7 +338,12 @@ [then]
fload ${BP}/cpu/arm/olpc/sdhci.fth -- cl2-a1 fload ${BP}/cpu/arm/olpc/emmc.fth + +[ifndef] cl2-a1 +: clx-touch? ( -- ) board-revision h# 3a18 >= ; +: boot-dev-gpio# ( -- n ) clx-touch? if 2 else d# 56 then ; +fload ${BP}/cpu/arm/olpc/emmc.fth +[then]
devalias int /sd/sdhci@d4281000/disk devalias ext /sd/sdhci@d4280000/disk
openfirmware@openfirmware.info