summaryrefslogtreecommitdiffstats
path: root/sys/boot/fdt/fdt_loader_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* Add a feature for automatically finding and loading a dtb file by name.ian2014-02-221-3/+43
* Change fdt_setup_fdtp() from "guess then fail" to more probe-like behavior.ian2014-02-221-14/+41
* Look for both fdtaddr and fdt_addr env var names. Grepping the u-bootian2014-02-221-1/+1
* Fix the strange 2-space indentation that appears only in this one function.ian2014-02-221-33/+36
* Fix the boot on FDT-enabled systems after r261819.loos2014-02-201-10/+5
* Validate the header of a new dtb before using it. Remove the commentian2014-02-131-2/+7
* 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