index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
boot
/
fdt
/
fdt_loader_cmd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
"%p" formatting already includes "0x" prefix in printout.
hselasky
2014-05-21
1
-2
/
+2
*
Prevent fdt data loaded from a file from overwriting the kernel environment,
ian
2014-03-01
1
-1
/
+1
*
Add a feature for automatically finding and loading a dtb file by name.
ian
2014-02-22
1
-3
/
+43
*
Change fdt_setup_fdtp() from "guess then fail" to more probe-like behavior.
ian
2014-02-22
1
-14
/
+41
*
Look for both fdtaddr and fdt_addr env var names. Grepping the u-boot
ian
2014-02-22
1
-1
/
+1
*
Fix the strange 2-space indentation that appears only in this one function.
ian
2014-02-22
1
-33
/
+36
*
Fix the boot on FDT-enabled systems after r261819.
loos
2014-02-20
1
-10
/
+5
*
Validate the header of a new dtb before using it. Remove the comment
ian
2014-02-13
1
-2
/
+7
*
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