Author: wmb Date: Mon Jan 23 18:55:53 2012 New Revision: 2840 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2840
Log: Alex and Newton builds - changes in fw.bth and devices.fth to reflect system-wide changes in ext2 and basefw.
Modified: cpu/x86/pc/alex/devices.fth cpu/x86/pc/alex/fw.bth cpu/x86/pc/newton/devices.fth cpu/x86/pc/newton/fw.bth
Modified: cpu/x86/pc/alex/devices.fth ============================================================================== --- cpu/x86/pc/alex/devices.fth Mon Jan 23 18:55:48 2012 (r2839) +++ cpu/x86/pc/alex/devices.fth Mon Jan 23 18:55:53 2012 (r2840) @@ -122,12 +122,6 @@ fload ${BP}/cpu/x86/k6cputest.fth \ Burnin test for K6 CPU dev /cpu 1 to default#passes dend
-fload ${BP}/ofw/core/countdwn.fth \ Startup countdown -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. - 0 0 " 2,0" " /pci" begin-package " display" name fload ${BP}/dev/intel/graphics/pineview.fth
Modified: cpu/x86/pc/alex/fw.bth ============================================================================== --- cpu/x86/pc/alex/fw.bth Mon Jan 23 18:55:48 2012 (r2839) +++ cpu/x86/pc/alex/fw.bth Mon Jan 23 18:55:53 2012 (r2840) @@ -112,6 +112,7 @@ [ifdef] resident-packages
\needs unix-seconds> fload ${BP}/ofw/fs/unixtime.fth \ Unix time calculation +\needs ($crc16) fload ${BP}/forth/lib/crc16.fth support-package: ext2-file-system fload ${BP}/ofw/fs/ext2fs/ext2fs.fth \ Linux file system end-support-package
Modified: cpu/x86/pc/newton/devices.fth ============================================================================== --- cpu/x86/pc/newton/devices.fth Mon Jan 23 18:55:48 2012 (r2839) +++ cpu/x86/pc/newton/devices.fth Mon Jan 23 18:55:53 2012 (r2840) @@ -149,12 +149,6 @@ fload ${BP}/cpu/x86/k6cputest.fth \ Burnin test for K6 CPU dev /cpu 1 to default#passes dend
-fload ${BP}/ofw/core/countdwn.fth \ Startup countdown -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. - [ifdef] use-ega 0 0 " " " /" begin-package fload ${BP}/dev/egatext.fth
Modified: cpu/x86/pc/newton/fw.bth ============================================================================== --- cpu/x86/pc/newton/fw.bth Mon Jan 23 18:55:48 2012 (r2839) +++ cpu/x86/pc/newton/fw.bth Mon Jan 23 18:55:53 2012 (r2840) @@ -112,6 +112,7 @@ [ifdef] resident-packages
\needs unix-seconds> fload ${BP}/ofw/fs/unixtime.fth \ Unix time calculation +\needs ($crc16) fload ${BP}/forth/lib/crc16.fth support-package: ext2-file-system fload ${BP}/ofw/fs/ext2fs/ext2fs.fth \ Linux file system end-support-package
openfirmware@openfirmware.info