Changeset 3051
- Timestamp:
- Jul 12, 2012 8:29:04 AM (11 months ago)
- Location:
- cpu/arm
- Files:
-
- 2 edited
-
linux.fth (modified) (2 diffs)
-
olpc/addrs.fth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/linux.fth
r3041 r3051 108 108 [ifdef] flatten-device-tree 109 109 use-fdt? if 110 ramdisk-adr ?dup 0= if mapped-limitthen /fdt-max - to linux-params110 ramdisk-adr ?dup 0= if load-base then /fdt-max - to linux-params 111 111 linux-params /fdt-max flatten-device-tree 112 112 else … … 126 126 to /ramdisk ( adr ) 127 127 128 mapped-limit /ramdisk -( adr new-ramdisk-adr )128 load-base /ramdisk - ( adr new-ramdisk-adr ) 129 129 tuck /ramdisk move ( new-ramdisk-adr ) 130 130 \ dup to linux-memtop -
cpu/arm/olpc/addrs.fth
r3049 r3051 32 32 33 33 \ h# 0110.0000 constant def-load-base 34 h# 0 800.0000 constant def-load-base34 h# 0c00.0000 constant def-load-base 35 35 36 36 \ The heap starts at RAMtop, which on this system is "fw-mem-pa /fw-mem +"
Note: See TracChangeset
for help on using the changeset viewer.
