index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
device_tree.c
Age
Commit message (
Expand
)
Author
2019-06-24
add ctype.h header
Joel Kitching
2019-06-21
device_tree: Update comment style to C89
Julius Werner
2019-06-21
device_tree: Add overlay support
Julius Werner
2019-06-21
lib: Prevent memory leak on error path
Jacob Garber
2019-06-04
device_tree: Make FDT property data non-const
Julius Werner
2019-06-04
device_tree: Match debug output format to dtc -O dts output
Julius Werner
2019-06-04
device_tree: Add support for aliases
Julius Werner
2019-06-04
device_tree: Have absolute paths start with '/'
Julius Werner
2019-06-04
device_tree: Drop sub-node path lookup from dt_find_node_by_path()
Julius Werner
2019-06-04
device_tree: Add phandle caching and lookups
Julius Werner
2019-06-04
device_tree: Add version checks
Julius Werner
2019-06-04
device_tree: Switch allocations to xzalloc()
Julius Werner
2019-05-23
device_tree: Use be32dec/be32enc where appropriate
Julius Werner
2018-08-24
device_tree/fit: Constify data structures
Patrick Rudolph
2018-08-10
lib/fit: support booting initrd placed above 4GiB
Patrick Rudolph
2018-08-09
src/lib: Fix typo
Elyes HAOUAS
2018-07-12
Coverity: Fix CID1393979
Patrick Rudolph
2018-07-02
src: Get rid of unneeded whitespace
Elyes HAOUAS
2018-06-28
devicetree: Add method to delete property by name
Patrick Rudolph
2018-06-14
lib/device_tree: Add method to get phandle
Patrick Rudolph
2018-04-30
lib/devicetree: Integrate flattened devicetree support
Patrick Rudolph
2018-04-30
lib: Raw import FDT devicetree from depthcharge
Patrick Rudolph