Author: wmb Date: Mon Jun 6 03:45:12 2011 New Revision: 2248 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2248
Log: OLPC XO-1.75 - fixed build problem (checked in mmuparams.fth).
Added: cpu/arm/mmuparams.fth
Added: cpu/arm/mmuparams.fth ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ cpu/arm/mmuparams.fth Mon Jun 6 03:45:12 2011 (r2248) @@ -0,0 +1,11 @@ +\ Defined by CPU core +[ifdef] pagesize +h# 1000 to pagesize +d# 12 to pageshift +[else] +h# 1000 constant pagesize +d# 12 constant pageshift +[then] + +h# 10.0000 constant /section +h# 4000 constant /page-table