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