[openfirmware] [commit] r2836 - in cpu/x86/pc: biosload olpc olpc/via

repository service svn at openfirmware.info
Tue Jan 17 22:49:08 CET 2012


Author: wmb
Date: Tue Jan 17 22:49:08 2012
New Revision: 2836
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2836

Log:
X86 - added crc16.fth to the x86 builds as needed by the EXT2 file system package.

Modified:
   cpu/x86/pc/biosload/fw.bth
   cpu/x86/pc/olpc/fw.bth
   cpu/x86/pc/olpc/via/fw.bth

Modified: cpu/x86/pc/biosload/fw.bth
==============================================================================
--- cpu/x86/pc/biosload/fw.bth	Tue Jan 17 01:19:26 2012	(r2835)
+++ cpu/x86/pc/biosload/fw.bth	Tue Jan 17 22:49:08 2012	(r2836)
@@ -118,6 +118,7 @@
 
 [ifdef] linux-support
 \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/olpc/fw.bth
==============================================================================
--- cpu/x86/pc/olpc/fw.bth	Tue Jan 17 01:19:26 2012	(r2835)
+++ cpu/x86/pc/olpc/fw.bth	Tue Jan 17 22:49:08 2012	(r2836)
@@ -126,6 +126,7 @@
 
 [ifdef] linux-support
 \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/olpc/via/fw.bth
==============================================================================
--- cpu/x86/pc/olpc/via/fw.bth	Tue Jan 17 01:19:26 2012	(r2835)
+++ cpu/x86/pc/olpc/via/fw.bth	Tue Jan 17 22:49:08 2012	(r2836)
@@ -146,6 +146,7 @@
 
 [ifdef] linux-support
 \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



More information about the openfirmware mailing list