summaryrefslogtreecommitdiffstats
path: root/sys/boot/fdt/fdt_loader_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused reg param from fdt_fixup_memorysmh2016-01-141-1/+1
* Fix potential NULL dereference.mav2015-02-251-2/+1
* Do not skip setting the memory 'reg' property if the fdt data alreadyian2015-02-011-11/+0
* loader: implement multiboot support for Xen Dom0royger2015-01-151-1/+1
* Start to allow platforms other than U-Boot to use the FDT code in loader byandrew2014-11-011-137/+23
* Move the definitions of the fdt functions from a uboot header to a new fdtandrew2014-11-011-0/+1
* The command name is a constant, use the correct type.andrew2014-10-311-3/+3
* Clean up the types of a few strings to make them const when they are neverandrew2014-10-311-6/+7
* The U-Boot README says fdt_addr_r is the right env var for fdt dataian2014-10-201-3/+6
* "%p" formatting already includes "0x" prefix in printout.hselasky2014-05-211-2/+2
* Prevent fdt data loaded from a file from overwriting the kernel environment,ian2014-03-011-1/+1
* 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