Author: wmb Date: 2008-09-30 23:29:02 +0200 (Tue, 30 Sep 2008) New Revision: 958
Modified: cpu/x86/pc/olpc/fw.bth cpu/x86/pc/olpc/olpc.bth Log: OLPC - Build in experimental multicast NAND support.
Modified: cpu/x86/pc/olpc/fw.bth =================================================================== --- cpu/x86/pc/olpc/fw.bth 2008-09-30 21:28:10 UTC (rev 957) +++ cpu/x86/pc/olpc/fw.bth 2008-09-30 21:29:02 UTC (rev 958) @@ -623,7 +623,17 @@ \ " wifi media lab 802.11" eval \ " flash http:\18.85.46.172\new.rom" eval ; +: mcastnand + " boot rom:mcastnand 239.255.1.2 12345 /nandflash" eval +; +: nmcastnand \ Boot from network, for testing + " boot http:\10.20.0.14\mcastnand 239.255.1.2 12345 /nandflash" eval +; +: dmcastnand \ Boot from USB disk, for testing + " boot disk:\mcnand 239.255.1.2 12345 /nandflash" eval +;
+ \ This helps with TeraTerm, which sends ESC-O as the arrow key prefix also hidden also keys-forth definitions warning @ warning off
Modified: cpu/x86/pc/olpc/olpc.bth =================================================================== --- cpu/x86/pc/olpc/olpc.bth 2008-09-30 21:28:10 UTC (rev 957) +++ cpu/x86/pc/olpc/olpc.bth 2008-09-30 21:29:02 UTC (rev 958) @@ -27,6 +27,7 @@ in: ${BP}/cpu/x86/pc/olpc/build/usb8388.bin in: ${BP}/dev/pci/build/pcibridg.fc in: ${BP}/cpu/x86/pc/olpc/build/dsdt.aml +in: ${BP}/cpu/x86/pc/olpc/build/mcastnand.bin
build-now
@@ -73,6 +74,8 @@ " ${BP}/cpu/x86/pc/olpc/build/dsdt.aml" " dsdt" $add-deflated-dropin \ " ${BP}/cpu/x86/pc/olpc/build/ssdt.aml" " ssdt" $add-deflated-dropin
+ " ${BP}/cpu/x86/pc/olpc/build/mcastnand.bin" " mcastnand" $add-deflated-dropin + /rom h# 400 - pad-file \ rmstart image must start 0x400 from end " rmstart.img" $add-file