Author: wmb Date: Tue Jan 10 05:15:51 2012 New Revision: 2812 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2812
Log: OLPC XO-1 and XO-1.5 - fixed build problem caused by recent checkin of extent support to ext2/3/4/ filesystem code.
Modified: cpu/x86/basefw.bth cpu/x86/pc/olpc/devices.fth cpu/x86/pc/olpc/via/devices.fth
Modified: cpu/x86/basefw.bth ============================================================================== --- cpu/x86/basefw.bth Tue Jan 10 04:03:01 2012 (r2811) +++ cpu/x86/basefw.bth Tue Jan 10 05:15:51 2012 (r2812) @@ -124,6 +124,11 @@ [then] [then]
+fload ${BP}/forth/lib/pattern.fth \ Text string pattern matching +fload ${BP}/forth/lib/tofile.fth \ to-file and append-to-file +\ XXX remove the OS file commands from tools.dic +fload ${BP}/ofw/core/filecmds.fth \ File commands: dir, del, ren, etc. + [ifndef] no-heads resident dispose 0 0 set-transize \ true is suppress-transient
Modified: cpu/x86/pc/olpc/devices.fth ============================================================================== --- cpu/x86/pc/olpc/devices.fth Tue Jan 10 04:03:01 2012 (r2811) +++ cpu/x86/pc/olpc/devices.fth Tue Jan 10 05:15:51 2012 (r2812) @@ -168,11 +168,6 @@ ; [then]
-fload ${BP}/forth/lib/pattern.fth \ Text string pattern matching -fload ${BP}/forth/lib/tofile.fth \ to-file and append-to-file -\ XXX remove the OS file commands from tools.dic -fload ${BP}/ofw/core/filecmds.fth \ File commands: dir, del, ren, etc. - fload ${BP}/cpu/x86/pc/olpc/cmos.fth \ CMOS RAM indices are 1f..ff , above RTC
devalias nand /nandflash
Modified: cpu/x86/pc/olpc/via/devices.fth ============================================================================== --- cpu/x86/pc/olpc/via/devices.fth Tue Jan 10 04:03:01 2012 (r2811) +++ cpu/x86/pc/olpc/via/devices.fth Tue Jan 10 05:15:51 2012 (r2812) @@ -168,11 +168,6 @@ ; [then]
-fload ${BP}/forth/lib/pattern.fth \ Text string pattern matching -fload ${BP}/forth/lib/tofile.fth \ to-file and append-to-file -\ XXX remove the OS file commands from tools.dic -fload ${BP}/ofw/core/filecmds.fth \ File commands: dir, del, ren, etc. - fload ${BP}/cpu/x86/pc/olpc/via/cmos.fth \ CMOS RAM indices are 1f..ff , above RTC patch noop init-bios-cmos stand-init
openfirmware@openfirmware.info