Changeset 2800
- Timestamp:
- Jan 6, 2012 5:31:16 PM (17 months ago)
- Files:
-
- 1 added
- 2 edited
-
cpu/arm/linux.fth (modified) (3 diffs)
-
cpu/arm/olpc/build-fw.fth (modified) (1 diff)
-
ofw/core/fdt.fth (added)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/linux.fth
r2644 r2800 90 90 ; 91 91 92 0 value use-fdt? 93 : use-fdt ( -- ) true to use-fdt? ; 92 94 93 95 : linux-fixup ( -- ) 94 96 [ifdef] linux-logo linux-logo [then] 95 args-buf cscount set-parameters ( ) 97 use-fdt? 0= if 98 args-buf cscount set-parameters ( ) 99 then 96 100 disable-interrupts 97 101 … … 99 103 0 to r0 100 104 arm-linux-machine-type to r1 105 [ifdef] flatten-device-tree 106 use-fdt? if 107 flatten-device-tree to r2 108 else 109 linux-params to r2 110 then 111 [else] 101 112 linux-params to r2 113 [then] 102 114 linux-hook 103 115 ; … … 115 127 \ dup to linux-memtop 116 128 to ramdisk-adr 129 130 ramdisk-adr " linux,initd-start" chosen-int-property 131 ramdisk-adr /ramdisk + " linux,initd-end" chosen-int-property 117 132 ; 118 133 : $load-ramdisk ( name$ -- ) -
cpu/arm/olpc/build-fw.fth
r2790 r2800 362 362 fload ${BP}/cpu/arm/marvell/utmiphy.fth 363 363 364 fload ${BP}/ofw/core/fdt.fth 364 365 fload ${BP}/cpu/arm/linux.fth 365 366
Note: See TracChangeset
for help on using the changeset viewer.
