[openfirmware] [commit] r1941 - in cpu/x86/pc/olpc: . via

repository service svn at openfirmware.info
Mon Aug 23 02:47:34 CEST 2010


Author: wmb
Date: Mon Aug 23 02:47:34 2010
New Revision: 1941
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1941

Log:
OLPC - setup BIOS Data Area when booting Linux, because recent Linux versions now use the "lowmem size" BDA field.

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

Modified: cpu/x86/pc/olpc/fw.bth
==============================================================================
--- cpu/x86/pc/olpc/fw.bth	Wed Aug 18 19:58:11 2010	(r1940)
+++ cpu/x86/pc/olpc/fw.bth	Mon Aug 23 02:47:34 2010	(r1941)
@@ -141,10 +141,6 @@
 support-package: zip-file-system
    fload ${BP}/ofw/fs/zipfs.fth		\ Zip file system
 end-support-package
-
-support-package: dropin-file-system
-   fload ${BP}/ofw/fs/dropinfs.fth	\ Dropin file system
-end-support-package
 [then]
 
 support-package: minix-file-system
@@ -645,6 +641,7 @@
    report-disk
    report-keyboard
 
+   make-bda
    setup-smbios  \ Must be done after build-date is defined via do-drop-in
 
    interpreter-init

Modified: cpu/x86/pc/olpc/via/fw.bth
==============================================================================
--- cpu/x86/pc/olpc/via/fw.bth	Wed Aug 18 19:58:11 2010	(r1940)
+++ cpu/x86/pc/olpc/via/fw.bth	Mon Aug 23 02:47:34 2010	(r1941)
@@ -154,10 +154,6 @@
 support-package: zip-file-system
    fload ${BP}/ofw/fs/zipfs.fth		\ Zip file system
 end-support-package
-
-support-package: dropin-file-system
-   fload ${BP}/ofw/fs/dropinfs.fth	\ Dropin file system
-end-support-package
 [then]
 
 support-package: minix-file-system
@@ -691,6 +687,7 @@
    probe-usb
    " probe+" do-drop-in
 
+   make-bda
    setup-smbios  \ Must be done after build-date is defined via do-drop-in
 
    interpreter-init



More information about the openfirmware mailing list