1. c20c83c commonlib/device_tree: Improve node and property allocation speed by Julius Werner · 3 weeks ago
  2. da336cd treewide: Move device_tree to commonlib by Maximilian Brune · 10 months ago[Renamed (99%) from src/lib/device_tree.c]
  3. 377157c device_tree: Add function to get top of memory from a FDT blob by Alper Nebi Yasak · 5 months ago
  4. 6466354 lib/device_tree.c: Fix wrong check for FDT validity by Maximilian Brune · 6 weeks ago
  5. bdd03c2 tree: Use <stdio.h> for snprintf by Elyes Haouas · 7 weeks ago
  6. 33079b8 lib/device_tree: Add some FDT helper functions by Maximilian Brune · 4 months ago
  7. b3e336c treewide: Move stdlib.h to commonlib by Maximilian Brune · 10 months ago
  8. 77eaec6 lib/device_tree.c: Fix print_property by Maximilian Brune · 10 months ago
  9. d732628 lib/device_tree.c: Change log level message by Elyes Haouas · 1 year, 7 months ago
  10. 206328d lib/device_tree.c: zero-initialize new DT nodes by Sergii Dmytruk · 2 years, 4 months ago
  11. 8b5841e lib/device_tree.c: Change 'printk(BIOS_DEBUG, "ERROR:' to printk(BIOS_ERR, "' by Elyes HAOUAS · 2 years, 5 months ago
  12. 0949e73 src/acpi to src/lib: Fix spelling errors by Martin Roth · 2 years, 10 months ago
  13. 0afaff2 lib/device_tree.c: Remove repeated word by Elyes HAOUAS · 3 years, 6 months ago
  14. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 2 months ago
  15. afd4c87 treewide: move copyrights and authors to AUTHORS by Patrick Georgi · 4 years, 2 months ago
  16. 393c71c add ctype.h header by Joel Kitching · 5 years ago
  17. 23df477 device_tree: Update comment style to C89 by Julius Werner · 5 years ago
  18. 735ddc9 device_tree: Add overlay support by Julius Werner · 5 years ago
  19. 698d83a lib: Prevent memory leak on error path by Jacob Garber · 5 years ago
  20. 0e9116f device_tree: Make FDT property data non-const by Julius Werner · 5 years ago
  21. 0d74653 device_tree: Match debug output format to dtc -O dts output by Julius Werner · 5 years ago
  22. 6d5695f device_tree: Add support for aliases by Julius Werner · 5 years ago
  23. fbec63d device_tree: Have absolute paths start with '/' by Julius Werner · 5 years ago
  24. f36d53c device_tree: Drop sub-node path lookup from dt_find_node_by_path() by Julius Werner · 5 years ago
  25. 6702b68 device_tree: Add phandle caching and lookups by Julius Werner · 5 years ago
  26. 73eaec8 device_tree: Add version checks by Julius Werner · 5 years ago
  27. 9636a10 device_tree: Switch allocations to xzalloc() by Julius Werner · 5 years ago
  28. a5ea3a2 device_tree: Use be32dec/be32enc where appropriate by Julius Werner · 5 years ago
  29. 0a7d690 device_tree/fit: Constify data structures by Patrick Rudolph · 6 years ago
  30. 3fca4ed lib/fit: support booting initrd placed above 4GiB by Patrick Rudolph · 6 years ago
  31. 1ec7644 src/lib: Fix typo by Elyes HAOUAS · 6 years ago
  32. 679d624 Coverity: Fix CID1393979 by Patrick Rudolph · 6 years ago
  33. e3e3f4f src: Get rid of unneeded whitespace by Elyes HAOUAS · 6 years ago
  34. 5ccc731 devicetree: Add method to delete property by name by Patrick Rudolph · 6 years ago
  35. c38960d lib/device_tree: Add method to get phandle by Patrick Rudolph · 6 years ago
  36. 666c172 lib/devicetree: Integrate flattened devicetree support by Patrick Rudolph · 6 years ago
  37. 67aca3e lib: Raw import FDT devicetree from depthcharge by Patrick Rudolph · 6 years ago