Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initialize sym_count to 0. | kientzle | 2013-03-30 | 1 | -1/+1 |
* | Attach the elf section headers to the loaded kernel as metadata, so | ian | 2013-03-10 | 1 | -32/+17 |
* | Fix the bug I introduced in r247045. | kientzle | 2013-02-25 | 1 | -28/+30 |
* | "fdt addr" gets run from loader.rc before the kernel is loaded. | kientzle | 2013-02-23 | 1 | -7/+22 |
* | Fix "fdt addr" to accept literal addresses rather than va offsets. | kientzle | 2013-02-20 | 1 | -18/+40 |
* | - Implement "fdt mres" sub-command that prints reserved memory regions | gonzo | 2012-11-30 | 1 | -56/+206 |
* | Access the device tree blob via copyin/copyout. | kientzle | 2012-05-17 | 1 | -39/+64 |
* | Don't hang if there is no /cpus node in the device tree. | kientzle | 2012-05-11 | 1 | -0/+2 |
* | Improve FDT handling in loader(8) and make it more robust. | raj | 2012-03-22 | 1 | -24/+71 |
* | Improve device tree blob (DTB) handling in loader(8). | raj | 2012-03-20 | 1 | -18/+107 |
* | Initial loader(8) support for Flattened Device Tree. | raj | 2010-05-25 | 1 | -0/+1290 |