index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
device_tree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/device_tree.c: Fix print_property
Maximilian Brune
2023-11-16
1
-3
/
+7
*
lib/device_tree.c: Change log level message
Elyes Haouas
2022-12-22
1
-2
/
+1
*
lib/device_tree.c: zero-initialize new DT nodes
Sergii Dmytruk
2022-03-22
1
-1
/
+1
*
lib/device_tree.c: Change 'printk(BIOS_DEBUG, "ERROR:' to printk(BIOS_ERR, "'
Elyes HAOUAS
2022-02-11
1
-5
/
+4
*
src/acpi to src/lib: Fix spelling errors
Martin Roth
2021-10-05
1
-1
/
+1
*
lib/device_tree.c: Remove repeated word
Elyes HAOUAS
2021-01-18
1
-1
/
+1
*
treewide: replace GPLv2 long form headers with SPDX header
Patrick Georgi
2020-05-06
1
-11
/
+1
*
treewide: move copyrights and authors to AUTHORS
Patrick Georgi
2020-05-06
1
-5
/
+1
*
add ctype.h header
Joel Kitching
2019-06-24
1
-0
/
+1
*
device_tree: Update comment style to C89
Julius Werner
2019-06-21
1
-84
/
+94
*
device_tree: Add overlay support
Julius Werner
2019-06-21
1
-0
/
+471
*
lib: Prevent memory leak on error path
Jacob Garber
2019-06-21
1
-0
/
+2
*
device_tree: Make FDT property data non-const
Julius Werner
2019-06-04
1
-2
/
+2
*
device_tree: Match debug output format to dtc -O dts output
Julius Werner
2019-06-04
1
-11
/
+38
*
device_tree: Add support for aliases
Julius Werner
2019-06-04
1
-12
/
+74
*
device_tree: Have absolute paths start with '/'
Julius Werner
2019-06-04
1
-4
/
+4
*
device_tree: Drop sub-node path lookup from dt_find_node_by_path()
Julius Werner
2019-06-04
1
-6
/
+6
*
device_tree: Add phandle caching and lookups
Julius Werner
2019-06-04
1
-24
/
+35
*
device_tree: Add version checks
Julius Werner
2019-06-04
1
-0
/
+18
*
device_tree: Switch allocations to xzalloc()
Julius Werner
2019-06-04
1
-45
/
+10
*
device_tree: Use be32dec/be32enc where appropriate
Julius Werner
2019-05-23
1
-8
/
+8
*
device_tree/fit: Constify data structures
Patrick Rudolph
2018-08-24
1
-31
/
+35
*
lib/fit: support booting initrd placed above 4GiB
Patrick Rudolph
2018-08-10
1
-0
/
+16
*
src/lib: Fix typo
Elyes HAOUAS
2018-08-09
1
-1
/
+1
*
Coverity: Fix CID1393979
Patrick Rudolph
2018-07-12
1
-0
/
+3
*
src: Get rid of unneeded whitespace
Elyes HAOUAS
2018-07-02
1
-4
/
+4
*
devicetree: Add method to delete property by name
Patrick Rudolph
2018-06-28
1
-0
/
+18
*
lib/device_tree: Add method to get phandle
Patrick Rudolph
2018-06-14
1
-0
/
+22
*
lib/devicetree: Integrate flattened devicetree support
Patrick Rudolph
2018-04-30
1
-156
/
+173
*
lib: Raw import FDT devicetree from depthcharge
Patrick Rudolph
2018-04-30
1
-0
/
+937