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

svn at openbios.org svn at openbios.org
Tue Sep 11 00:24:49 CEST 2007


Author: wmb
Date: 2007-09-11 00:24:49 +0200 (Tue, 11 Sep 2007)
New Revision: 600

Modified:
   cpu/x86/pc/olpc/devices.fth
Log:
OLPC - Fixed an error in the assigned-addresses property of the display node.
Nobody was using that property so the error had no practical impact.


Modified: cpu/x86/pc/olpc/devices.fth
===================================================================
--- cpu/x86/pc/olpc/devices.fth	2007-09-03 03:56:58 UTC (rev 599)
+++ cpu/x86/pc/olpc/devices.fth	2007-09-10 22:24:49 UTC (rev 600)
@@ -295,9 +295,9 @@
    0 0 encode-bytes
    h# 8200.0910 +i  0+i h# fd00.0000 +i  0+i h# 0080.0000 +i  \ Frame buffer
    h# 8200.0914 +i  0+i h# fe00.0000 +i  0+i h# 0000.4000 +i  \ GP
-   h# 8200.0918 +i  0+i h# fe40.0000 +i  0+i h# 0000.4000 +i  \ DC
-   h# 8200.091c +i  0+i h# fe80.0000 +i  0+i h# 0000.4000 +i  \ VP
-   h# 8200.0920 +i  0+i h# fec0.0000 +i  0+i h# 0000.4000 +i  \ VIP (LX only)
+   h# 8200.0918 +i  0+i h# fe00.4000 +i  0+i h# 0000.4000 +i  \ DC
+   h# 8200.091c +i  0+i h# fe00.8000 +i  0+i h# 0000.4000 +i  \ VP
+   h# 8200.0920 +i  0+i h# fe00.c000 +i  0+i h# 0000.4000 +i  \ VIP (LX only)
    " assigned-addresses" property
 
 end-package




More information about the OpenBIOS mailing list