summaryrefslogtreecommitdiffstats
path: root/sys/boot/fdt/fdt_loader_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* Initialize sym_count to 0.kientzle2013-03-301-1/+1
* Attach the elf section headers to the loaded kernel as metadata, soian2013-03-101-32/+17
* Fix the bug I introduced in r247045.kientzle2013-02-251-28/+30
* "fdt addr" gets run from loader.rc before the kernel is loaded.kientzle2013-02-231-7/+22
* Fix "fdt addr" to accept literal addresses rather than va offsets.kientzle2013-02-201-18/+40
* - Implement "fdt mres" sub-command that prints reserved memory regionsgonzo2012-11-301-56/+206
* Access the device tree blob via copyin/copyout.kientzle2012-05-171-39/+64
* Don't hang if there is no /cpus node in the device tree.kientzle2012-05-111-0/+2
* Improve FDT handling in loader(8) and make it more robust.raj2012-03-221-24/+71
* Improve device tree blob (DTB) handling in loader(8).raj2012-03-201-18/+107
* Initial loader(8) support for Flattened Device Tree.raj2010-05-251-0/+1290
OpenPOWER on IntegriCloud