[OpenBIOS] r524 - cpu/x86/pc/olpc

svn at openbios.org svn at openbios.org
Sat Aug 4 22:14:30 CEST 2007


Author: wmb
Date: 2007-08-04 22:14:30 +0200 (Sat, 04 Aug 2007)
New Revision: 524

Modified:
   cpu/x86/pc/olpc/vsapci.fth
Log:
OLPC PCI spoofing - Fixed a bug that caused GX-based systems to
see a phantom AES device.  The observed symptom was the message:
  Can't assign address ranges larger than 32-bits


Modified: cpu/x86/pc/olpc/vsapci.fth
===================================================================
--- cpu/x86/pc/olpc/vsapci.fth	2007-08-03 00:59:36 UTC (rev 523)
+++ cpu/x86/pc/olpc/vsapci.fth	2007-08-04 20:14:30 UTC (rev 524)
@@ -152,7 +152,7 @@
       h# 7d00  of  ehci-hdr  endof
       h#  800  of  nb-hdr    endof
       h#  900  of  gxfb-hdr  endof
-      h#  a00  of  gx?  if  ff-loc  else  aes-hdr  then  endof
+      h#  a00  of  gx?  if  drop ff-loc exit  else  aes-hdr  then  endof
       ( default )  2drop ff-loc exit
    endcase
    +hdr




More information about the OpenBIOS mailing list