[OpenBIOS] r826 - cpu/x86/pc/olpc
svn at openbios.org
svn at openbios.org
Wed May 21 23:23:31 CEST 2008
Author: wmb
Date: 2008-05-21 23:23:30 +0200 (Wed, 21 May 2008)
New Revision: 826
Modified:
cpu/x86/pc/olpc/resume.bth
cpu/x86/pc/olpc/romstart.bth
Log:
Fixed of couple of "fload" lines to reflect the recent move
of the file "startmacros.fth".
Modified: cpu/x86/pc/olpc/resume.bth
===================================================================
--- cpu/x86/pc/olpc/resume.bth 2008-05-21 21:16:50 UTC (rev 825)
+++ cpu/x86/pc/olpc/resume.bth 2008-05-21 21:23:30 UTC (rev 826)
@@ -15,7 +15,7 @@
fload ${BP}/cpu/x86/pc/olpc/config.fth \ Configuration defines
-fload ${BP}/cpu/x86/pc/olpc/startmacros.fth
+fload ${BP}/dev/geode/startmacros.fth
\ This code will be copied to RAM at suspend-base
Modified: cpu/x86/pc/olpc/romstart.bth
===================================================================
--- cpu/x86/pc/olpc/romstart.bth 2008-05-21 21:16:50 UTC (rev 825)
+++ cpu/x86/pc/olpc/romstart.bth 2008-05-21 21:23:30 UTC (rev 826)
@@ -18,7 +18,7 @@
\ startmacros.fth defines some assembler macros that make MSR and I/O port
\ access very easy by hiding the details of register use.
-fload ${BP}/cpu/x86/pc/olpc/startmacros.fth
+fload ${BP}/dev/geode/startmacros.fth
\ This creates and dismisses a floating point exception, which causes
\ the IRQ13 to go high then low.
More information about the OpenBIOS
mailing list