1. 10be5b5 fdt: Pass the device serial number through devicetree by Paul Kocialkowski · 9 years ago
  2. c3ec646 fdt: Correct warning in fdt_setup_simplefb_node() by Simon Glass · 9 years ago
  3. 08daa25 fdt: add new fdt_fixup_display function to configure display by Tim Harvey · 9 years ago
  4. 97cdf64 Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  5. ffccb84 fdt: Fix regression in fdt_pack_reg() by Hans de Goede · 10 years ago
  6. e48f374 sandbox: Fix warnings due to 64-bit printf() strings by Simon Glass · 10 years ago
  7. f2ffe7d Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 10 years ago
  8. 1fc4e6f Merge git://git.denx.de/u-boot-fdt by Tom Rini · 10 years ago
  9. d4f495a fdt_support: Add a fdt_setup_simplefb_node helper function by Hans de Goede · 10 years ago
  10. b414119 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  11. 933cdbb fdt: Try to use fdt_address_cells()/fdt_size_cells() by Simon Glass · 10 years ago
  12. 41f09bb fdt: Change fdt_pack_reg() to static and fix types by Simon Glass · 10 years ago
  13. a9e8e29 fdt: Export the fdt_find_or_add_subnode() function by Simon Glass · 10 years ago
  14. f43b435 fdt_support: Make of_bus_default_count_cells non static by Arnab Basu · 10 years ago
  15. 08df4a2 fdt_support: Move of_read_number to fdt_support.h by Arnab Basu · 10 years ago
  16. 5bf58cc fdt: Rename fdt_resize() to fdt_shrink_to_minimum() by Simon Glass · 10 years ago
  17. 50babaf fdt_support: correct the return condition of fdt_initrd() by Masahiro Yamada · 10 years ago
  18. f18295d fdt_support: fix an endian bug of fdt_initrd() by Masahiro Yamada · 10 years ago
  19. 739a01e fdt_support: fix an endian bug of fdt_fixup_memory_banks by Masahiro Yamada · 10 years ago
  20. f89d482 fdt_support: add 'const' qualifier for unchanged argument by Masahiro Yamada · 10 years ago
  21. 972f2a8 fdt_support: refactor fdt_fixup_stdout() function by Masahiro Yamada · 10 years ago
  22. bc6ed0f fdt_support: delete force argument of fdt_chosen() by Masahiro Yamada · 10 years ago
  23. dbe963a fdt_support: delete force argument of fdt_initrd() by Masahiro Yamada · 10 years ago
  24. 8edb219 fdt_support: refactor with fdt_find_or_add_subnode helper func by Masahiro Yamada · 10 years ago
  25. 0613c57 fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTR by Masahiro Yamada · 10 years ago
  26. b1f49ab ARM: fdt support: Add usbethaddr as an acceptable MAC by Dan Murphy · 11 years ago
  27. c48e686 fdt_support: Add helper function to read "ranges" property by Alexander Graf · 10 years ago
  28. 94fb182 fdt_support: split fdt_getprop_u32_default by Alexander Graf · 10 years ago
  29. be6d426 fdt_support.c: Correct linux,initrd-start/end setting by Tom Rini · 11 years ago
  30. 7f673c9 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  31. f77a606 fdt_support: 64bit initrd start address support by David Feng · 11 years ago
  32. 35940de common/fdt_support.c: avoid unintended return from fdt_fixup_memory_banks() by Miao Yan · 11 years ago
  33. 06503f1 mtd: fix warnings due to 64-bit partition support by Scott Wood · 11 years ago
  34. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  35. 064d55f fdt: remove unaligned access in fdt_fixup_ethernet() by Stephen Warren · 11 years ago
  36. 5e57454 fdt_support: Use CONFIG_NR_DRAM_BANKS if defined by Doug Anderson · 11 years ago
  37. 8aa5ec6 common/fdt_support.c: sparse fixes by Kim Phillips · 12 years ago
  38. 12e06fe treewide: include libfdt_env.h before fdt.h by Kim Phillips · 12 years ago
  39. 096eb3f fdt: edid: Enable fdt_add_edid() function when CONFIG_LCD defined by Tom Wai-Hong Tam · 12 years ago
  40. 036036d serial: Remove CONFIG_SERIAL_MULTI from remaining sources by Marek Vasut · 12 years ago
  41. 07e1278 Fix constness of the fdt void pointer in fdt_getprop_u32_default by Gabe Black · 13 years ago
  42. de16606 Add some missing endian conversions in fdt_support.c by Gabe Black · 13 years ago
  43. 2a523f5 fdt: Add new fdt_set_node_status & fdt_set_status_by_alias helpers by Shengzhou Liu · 13 years ago
  44. 9254935 sandbox: Use uintptr_t for 32/64-bit compatibility by Simon Glass · 13 years ago
  45. 50bf17b fdt: update fdt_alloc_phandle to use fdt_get_phandle by Timur Tabi · 13 years ago
  46. 3c927cc fdt: check for fdt errors in fdt_create_phandle by Timur Tabi · 13 years ago
  47. 10aeabd fdt: Add new fdt_create_phandle helper by Kumar Gala · 13 years ago
  48. f117c0f fdt: Rename fdt_create_phandle to fdt_set_phandle by Kumar Gala · 13 years ago
  49. a8d2a75 fdt: introduce fdt_create_phandle() by Gerald Van Baren · 13 years ago
  50. bb68200 fdt: introduce fdt_verify_alias_address() and fdt_get_base_address() by Timur Tabi · 13 years ago
  51. ce6b27a Fix off-by-one error in passing initrd end address via device tree by Grant Likely · 13 years ago
  52. d13ffa6 fdt_support: Fix buffer overflow in fdt_fixup_memory_banks by Kyle Moffett · 14 years ago
  53. 71ae5f7 Fix compiler warning in fdt_support.c by Dirk Behme · 14 years ago
  54. 70994c7 common/fdt_support.c: Fix compile warnings by Wolfgang Denk · 14 years ago
  55. a6bd9e8 FDT: Add fixup support for multiple banks of memory by John Rigby · 14 years ago
  56. cb2707a common/fdt_support.c: fix compile error by Matthew McClintock · 14 years ago
  57. beca5a5 fdt_support: support adding EDID property to FDT display nodes by Anatolij Gustschin · 14 years ago
  58. 2778a01 ppc4xx/fdt/flash: Fix bug in fdt_fixup_nor_flash_node() by Stefan Roese · 14 years ago
  59. 8a805df ppc4xx/fdt/flash: Change fdt_fixup_nor_flash_node() to not rely on cs size by Stefan Roese · 14 years ago
  60. 6395f31 fdt: call fdt_parent_offset fewer times while translating addresses by Scott Wood · 14 years ago
  61. 3840ebf fdt: Fix bug in size calculation in fdt_resize() with initrd use by Feng Wang · 14 years ago
  62. b4b847e fdt: Add function to alloc phandle values by Kumar Gala · 14 years ago
  63. 75e73af fdt: Add fdt_node_offset_by_compat_reg helper by Kumar Gala · 14 years ago
  64. a0342c0 fdt: Add fdt_translate_address to convert reg node to cpu phys addr by Kumar Gala · 14 years ago
  65. 5d0c3b5 fdt: move fsl specific code from common fdt area to mpc8xxx/fdt.c by Kim Phillips · 14 years ago
  66. 3057c6b fdt_support: add entry for sec3.1 and fix sec3.3 by Kim Phillips · 14 years ago
  67. 49b97d9 fdt: Add fdt_del_node_and_alias helper by Kumar Gala · 14 years ago
  68. 3c950e2 fdt_support: add partitions fixup in mtd node by Anatolij Gustschin · 15 years ago
  69. 3e303f7 fdt_support: Add multi-serial support for stdout fixup by Anton Vorontsov · 15 years ago
  70. d535a49 fdt: Fix fdt padding issue for initrd mem_rsv by Kumar Gala · 15 years ago
  71. 30d45c0 fdt: Add fdt_fixup_nor_flash_size() to fixup NOR FLASH size in dtb by Stefan Roese · 15 years ago
  72. cfd700b fdt: Fix fdt_pci_dma_ranges handling of 64-bit ranges by Kumar Gala · 15 years ago
  73. 0f89860 83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx by Peter Tyser · 15 years ago
  74. ff4e66e pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity by Kumar Gala · 16 years ago
  75. c088a10 fdt_resize(): fix actualsize calculations with unaligned blobs by Peter Korsgaard · 16 years ago
  76. f242a08 fdt_resize(): ensure minimum padding by Peter Korsgaard · 16 years ago
  77. 8ab451c fdt: Added helper to set PCI dma-ranges property by Kumar Gala · 16 years ago
  78. 3bed2aa fdt: Add fdt_getprop_u32_default helpers by Kumar Gala · 16 years ago
  79. 56844a2 powerpc: Fix bootm to boot up again with a Ramdisk by Heiko Schocher · 16 years ago
  80. 2a1a2cb fdt: refactor initrd related code by Kumar Gala · 16 years ago
  81. 3082d23 fdt: refactor fdt resize code by Kumar Gala · 16 years ago
  82. ce0eb70 Merge branch 'next' by Kim Phillips · 16 years ago
  83. ba37aa0 fdt: rework fdt_fixup_ethernet() to use env instead of bd_t by Kumar Gala · 16 years ago
  84. 015b27b fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups by Anton Vorontsov · 16 years ago
  85. 6b70ffb fdt: add crypto node handling for MPC8{3, 5}xxE processors by Kim Phillips · 16 years ago
  86. 4077781 fdt: Fix typo in variable name. by Detlev Zundel · 16 years ago
  87. ae9e97f libfdt: Move the working_fdt pointer to cmd_fdt.c by Gerald Van Baren · 16 years ago
  88. e489b9c fdt: unshadow global working fdt variable by Kim Phillips · 16 years ago
  89. 18e69a3 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role by Anton Vorontsov · 17 years ago
  90. 43ddd9c Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T by Jerry Van Baren · 17 years ago
  91. d9ad115 Fix building of fdt_support.c if DEBUG set by Kumar Gala · 17 years ago
  92. 69018ce QE: Move FDT support into a common file by Kumar Gala · 17 years ago
  93. b8ec238 85xx: add ability to upload QE firmware by Timur Tabi · 17 years ago
  94. b60af3d Fine grained per property /chosen updating. by Gerald Van Baren · 17 years ago
  95. c01b17d Conditionally compile fdt_fixup_ethernet() by Gerald Van Baren · 17 years ago
  96. 151c8b0 Added fdt_fixup_stdout that uses aliases to set linux,stdout-path by Kumar Gala · 17 years ago
  97. 3c92728 Add common memory fixup function by Kumar Gala · 17 years ago
  98. 9c9109e Conditionally compile fdt_support.c by Kumar Gala · 17 years ago
  99. 9eb77ce Add additional fdt fixup helper functions by Kumar Gala · 17 years ago
  100. ab54463 Add fdt_fixup_ethernet helper to set mac addresses by Kumar Gala · 17 years ago