[openfirmware] [commit] r2733 - cpu/arm/olpc

repository service svn at openfirmware.info
Tue Dec 6 08:10:23 CET 2011


Author: wmb
Date: Tue Dec  6 08:10:23 2011
New Revision: 2733
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2733

Log:
OLPC XO-3 - More of Added I/O mapping support for the fragment of I/O space that is discontinous with the rest of I/O space, for the benefit of the USB Single-Port Host controller which is in that other area.

Modified:
   cpu/arm/olpc/addrs.fth

Modified: cpu/arm/olpc/addrs.fth
==============================================================================
--- cpu/arm/olpc/addrs.fth	Tue Dec  6 08:10:17 2011	(r2732)
+++ cpu/arm/olpc/addrs.fth	Tue Dec  6 08:10:23 2011	(r2733)
@@ -15,6 +15,7 @@
 h# fdc0.0000 constant fb-mem-va
 
 h# fe00.0000 constant io-va  \ We map IO (APB + AXI) space at this virtual address
+h# fe30.0000 constant io2-va \ Mapping area for AXI2 space
 
 [ifdef] virtual-mode
 h# f700.0000 constant fw-virt-base



More information about the openfirmware mailing list