Michael Neuling
38e8f8fd88
dtc: add setting of physical boot cpu
...
dtc always sets the physical boot CPU to 0xfeedbeef. Add a -b option to
set this. Also add warnings when using the wrong property with the
wrong blob version.
Signed-off-by: Michael Neuling <mikey@neuling.org >
2006-06-07 09:42:15 -05:00
David Gibson
1ae70562f0
Remove no longer used (and already commented) reserve_data field from boot_info.
2005-10-26 16:57:40 +10:00
David Gibson
712e52e438
Use names for output functions in the form dt_to_*() instead of
...
write_dt_*() for consistency with the dt_from_*() input functions.
2005-10-26 16:56:26 +10:00
David Gibson
f040d95b84
Rework tracking of reserve entries during processing. This is initial work
...
to allow more powerful handling of reserve entries.
2005-10-24 18:18:38 +10:00
David Gibson
7f6d12b3a1
Remove unused enum from dtc.h.
2005-07-15 17:20:34 +10:00
David Gibson
f0517db250
Support for specifying memreserve ranges in the source format, based on
...
a patch by Jon Loeliger <jdl AT freescale.com>, although tweaked
substantially.
2005-07-15 17:14:24 +10:00
David Gibson
03a9b9dcdc
Use u8 instead of uint8_t, as we do with the other size types.
2005-07-11 16:49:52 +10:00
David Gibson
9ad4587c90
Remove build_empty_property(). It wasn't useful.
2005-06-17 14:32:32 +10:00
David Gibson
81f2e89c75
Rudimentary phandle reference support.
2005-06-16 17:04:00 +10:00
David Gibson
4102d840d9
Initial label support. Also switch to glr-parser mode and get rid of
...
hacks that were necessary without it.
2005-06-16 14:36:37 +10:00
David Gibson
fc14dad769
Initial commit
2005-06-08 17:18:34 +10:00