Author: wmb Date: Fri Jun 3 03:49:09 2011 New Revision: 2240 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2240
Log: OLPC XO-1.75 - add a mapping for extra-mem in mmuon.fth, for diagnostic use when booting using the old method of letting SP uncompress OFW.
Modified: cpu/arm/mmp2/mmuon.fth
Modified: cpu/arm/mmp2/mmuon.fth ============================================================================== --- cpu/arm/mmp2/mmuon.fth Thu Jun 2 04:23:12 2011 (r2239) +++ cpu/arm/mmp2/mmuon.fth Fri Jun 3 03:49:09 2011 (r2240) @@ -25,6 +25,7 @@ : ofw-sections ( -- ) h# 0000.0000 h# c0e over dma-base map-sections \ Cache and write bufferable dma-base h# c02 over dma-size map-sections \ Non-cacheable DMA space + extra-mem-base h# c0e over extra-mem-size map-sections \ Cache and write bufferable fw-pa h# c0e over /fw-ram map-sections \ Cache and write bufferable fb-pa h# c06 over fb-size map-sections \ Write bufferable \ h# d100.0000 h# c0e over h# 0030.0000 map-sections \ Cache and write bufferable (SRAM)