1. 19555be fdt_support: Add helper function to read "ranges" property by Alexander Graf · 11 years ago
  2. 7c8a6cf fdt_support: split fdt_getprop_u32_default by Alexander Graf · 11 years ago
  3. 2cc84cc fdt_support.c: Correct linux,initrd-start/end setting by Tom Rini · 11 years ago
  4. f041083 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  5. d985013 fdt_support: 64bit initrd start address support by David Feng · 11 years ago
  6. 0904eb2 common/fdt_support.c: avoid unintended return from fdt_fixup_memory_banks() by Miao Yan · 11 years ago
  7. efe7f30 mtd: fix warnings due to 64-bit partition support by Scott Wood · 11 years ago
  8. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  9. 7c15c77 fdt: remove unaligned access in fdt_fixup_ethernet() by Stephen Warren · 12 years ago
  10. 8e4ed9a fdt_support: Use CONFIG_NR_DRAM_BANKS if defined by Doug Anderson · 12 years ago
  11. 6542c07 common/fdt_support.c: sparse fixes by Kim Phillips · 12 years ago
  12. d150db6 treewide: include libfdt_env.h before fdt.h by Kim Phillips · 12 years ago
  13. db4a88d fdt: edid: Enable fdt_add_edid() function when CONFIG_LCD defined by Tom Wai-Hong Tam · 12 years ago
  14. 52039da serial: Remove CONFIG_SERIAL_MULTI from remaining sources by Marek Vasut · 12 years ago
  15. cd37de7 Fix constness of the fdt void pointer in fdt_getprop_u32_default by Gabe Black · 13 years ago
  16. 9df8b4c Add some missing endian conversions in fdt_support.c by Gabe Black · 13 years ago
  17. a7be802 fdt: Add new fdt_set_node_status & fdt_set_status_by_alias helpers by Shengzhou Liu · 13 years ago
  18. fc95324 sandbox: Use uintptr_t for 32/64-bit compatibility by Simon Glass · 13 years ago
  19. c6d8303 fdt: update fdt_alloc_phandle to use fdt_get_phandle by Timur Tabi · 13 years ago
  20. 0f46c80 fdt: check for fdt errors in fdt_create_phandle by Timur Tabi · 13 years ago
  21. d5fc258 fdt: Add new fdt_create_phandle helper by Kumar Gala · 13 years ago
  22. f2f1c5a fdt: Rename fdt_create_phandle to fdt_set_phandle by Kumar Gala · 13 years ago
  23. af73788 fdt: introduce fdt_create_phandle() by Gerald Van Baren · 13 years ago
  24. 8ebaf20 fdt: introduce fdt_verify_alias_address() and fdt_get_base_address() by Timur Tabi · 14 years ago
  25. c379a56 Fix off-by-one error in passing initrd end address via device tree by Grant Likely · 14 years ago
  26. 215d832 fdt_support: Fix buffer overflow in fdt_fixup_memory_banks by Kyle Moffett · 14 years ago
  27. 4169ea0 Fix compiler warning in fdt_support.c by Dirk Behme · 14 years ago
  28. 1a9f0b3 common/fdt_support.c: Fix compile warnings by Wolfgang Denk · 14 years ago
  29. b4ae942 FDT: Add fixup support for multiple banks of memory by John Rigby · 14 years ago
  30. acda3a4 common/fdt_support.c: fix compile error by Matthew McClintock · 14 years ago
  31. 3b857f1 fdt_support: support adding EDID property to FDT display nodes by Anatolij Gustschin · 14 years ago
  32. 442cd1a ppc4xx/fdt/flash: Fix bug in fdt_fixup_nor_flash_node() by Stefan Roese · 14 years ago
  33. 412a71a ppc4xx/fdt/flash: Change fdt_fixup_nor_flash_node() to not rely on cs size by Stefan Roese · 14 years ago
  34. 9989971 fdt: call fdt_parent_offset fewer times while translating addresses by Scott Wood · 14 years ago
  35. ba31fb6 fdt: Fix bug in size calculation in fdt_resize() with initrd use by Feng Wang · 14 years ago
  36. b7afb11 fdt: Add function to alloc phandle values by Kumar Gala · 14 years ago
  37. 800d1d1 fdt: Add fdt_node_offset_by_compat_reg helper by Kumar Gala · 14 years ago
  38. b87e793 fdt: Add fdt_translate_address to convert reg node to cpu phys addr by Kumar Gala · 14 years ago
  39. 6578bae fdt: move fsl specific code from common fdt area to mpc8xxx/fdt.c by Kim Phillips · 15 years ago
  40. 3c13806 fdt_support: add entry for sec3.1 and fix sec3.3 by Kim Phillips · 15 years ago
  41. f4ad4fd fdt: Add fdt_del_node_and_alias helper by Kumar Gala · 15 years ago
  42. 6c44c38 fdt_support: add partitions fixup in mtd node by Anatolij Gustschin · 15 years ago
  43. 9e9cf60 fdt_support: Add multi-serial support for stdout fixup by Anton Vorontsov · 15 years ago
  44. 59735d3 fdt: Fix fdt padding issue for initrd mem_rsv by Kumar Gala · 15 years ago
  45. a0f10c9 fdt: Add fdt_fixup_nor_flash_size() to fixup NOR FLASH size in dtb by Stefan Roese · 15 years ago
  46. baf4189 fdt: Fix fdt_pci_dma_ranges handling of 64-bit ranges by Kumar Gala · 15 years ago
  47. 62e7398 83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx by Peter Tyser · 16 years ago
  48. efa1f1d pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity by Kumar Gala · 16 years ago
  49. 9e0a99d fdt_resize(): fix actualsize calculations with unaligned blobs by Peter Korsgaard · 16 years ago
  50. 9c7b705 fdt_resize(): ensure minimum padding by Peter Korsgaard · 16 years ago
  51. e0475cd fdt: Added helper to set PCI dma-ranges property by Kumar Gala · 16 years ago
  52. 1ba0040 fdt: Add fdt_getprop_u32_default helpers by Kumar Gala · 16 years ago
  53. d29abae powerpc: Fix bootm to boot up again with a Ramdisk by Heiko Schocher · 16 years ago
  54. 99ebc05 fdt: refactor initrd related code by Kumar Gala · 16 years ago
  55. f2f58c5 fdt: refactor fdt resize code by Kumar Gala · 16 years ago
  56. 226f6bd Merge branch 'next' by Kim Phillips · 16 years ago
  57. fabda92 fdt: rework fdt_fixup_ethernet() to use env instead of bd_t by Kumar Gala · 16 years ago
  58. 5b13b4e fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups by Anton Vorontsov · 16 years ago
  59. 868e346 fdt: add crypto node handling for MPC8{3, 5}xxE processors by Kim Phillips · 16 years ago
  60. 46e192a fdt: Fix typo in variable name. by Detlev Zundel · 16 years ago
  61. e81ce61 libfdt: Move the working_fdt pointer to cmd_fdt.c by Gerald Van Baren · 16 years ago
  62. f3a42e2 fdt: unshadow global working fdt variable by Kim Phillips · 16 years ago
  63. 07e6091 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role by Anton Vorontsov · 17 years ago
  64. c694d3d Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T by Jerry Van Baren · 17 years ago
  65. 88f0ca2 Fix building of fdt_support.c if DEBUG set by Kumar Gala · 17 years ago
  66. 1f16448 QE: Move FDT support into a common file by Kumar Gala · 17 years ago
  67. 6d838da 85xx: add ability to upload QE firmware by Timur Tabi · 17 years ago
  68. 569c035 Fine grained per property /chosen updating. by Gerald Van Baren · 17 years ago
  69. 4ee3245 Conditionally compile fdt_fixup_ethernet() by Gerald Van Baren · 17 years ago
  70. 2dc9b4a Added fdt_fixup_stdout that uses aliases to set linux,stdout-path by Kumar Gala · 17 years ago
  71. 0db72ed Add common memory fixup function by Kumar Gala · 17 years ago
  72. 78a658c Conditionally compile fdt_support.c by Kumar Gala · 17 years ago
  73. 7590a19 Add additional fdt fixup helper functions by Kumar Gala · 17 years ago
  74. 2269910 Add fdt_fixup_ethernet helper to set mac addresses by Kumar Gala · 17 years ago
  75. c8ab705 Update libfdt from device tree compiler (dtc) by Kumar Gala · 17 years ago
  76. 7e64cf8 Move do_fixup* for libfdt into common code by Kumar Gala · 17 years ago
  77. bf771dc Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdt by Kumar Gala · 17 years ago
  78. 594784d fdt: suppress unused variable 'bd' warning by Kim Phillips · 17 years ago
  79. 0dc2512 Improve error print messages. by Gerald Van Baren · 17 years ago
  80. 5606a36 Create new fdt boardsetup command, fix bug parsing [] form of set values. by Gerald Van Baren · 17 years ago
  81. f097fa0 Tighten up the error messages. by Gerald Van Baren · 17 years ago
  82. 43555f4 Fix fdt_chosen() to call ft_board_setup(), clean up long lines. by Gerald Van Baren · 18 years ago
  83. d7cae57 Replace fdt_node_offset() with fdt_find_node_by_path(). by Gerald Van Baren · 17 years ago
  84. cfede44 Minor code clean up. by Gerald Van Baren · 18 years ago
  85. f68a9e3 Improve error messages, more informative. by Gerald Van Baren · 18 years ago
  86. 8e894a3 Fix serious pointer bug with bootm and reserve map. by Gerald Van Baren · 18 years ago
  87. c9502b9 Improve the bootm command for CONFIG_OF_LIBFDT by Gerald Van Baren · 18 years ago
  88. c4a57ea Moved fdt command support code to fdt_support.c by Gerald Van Baren · 18 years ago