Age | Commit message (Expand) | Author |
2022-12-22 | lib/device_tree.c: Change log level message | Elyes Haouas |
2022-03-22 | lib/device_tree.c: zero-initialize new DT nodes | Sergii Dmytruk |
2022-02-11 | lib/device_tree.c: Change 'printk(BIOS_DEBUG, "ERROR:' to printk(BIOS_ERR, "' | Elyes HAOUAS |
2021-10-05 | src/acpi to src/lib: Fix spelling errors | Martin Roth |
2021-01-18 | lib/device_tree.c: Remove repeated word | Elyes HAOUAS |
2020-05-06 | treewide: replace GPLv2 long form headers with SPDX header | Patrick Georgi |
2020-05-06 | treewide: move copyrights and authors to AUTHORS | Patrick Georgi |
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 |