1. 9ac02ef lib: fdtdec: Parse the gzip/lzo headers only when dependencies have met by Lad Prabhakar · Tue Oct 01 10:56:47 2024 +0100
  2. 97799bc Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" by Tom Rini · Fri Oct 11 12:23:25 2024 -0600
  3. 0e84d96 global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · Sun Sep 29 19:49:50 2024 -0600
  4. 6b7f9c0 xpl: Rename spl_next_phase() and spl_prev_phase() by Simon Glass · Sun Sep 29 19:49:39 2024 -0600
  5. d4dce4a xpl: Rename spl_phase() to xpl_phase() by Simon Glass · Sun Sep 29 19:49:36 2024 -0600
  6. d6fce7d fdtdec: Support separate BSS for all XPL builds by Simon Glass · Fri Sep 20 09:24:28 2024 +0200
  7. ed12284 fdt: Don't overwrite bloblist devicetree by Simon Glass · Wed Aug 07 16:47:22 2024 -0600
  8. 1a6d2e0 fdt: Correct condition for bloblist existing by Simon Glass · Wed Jul 31 08:49:05 2024 -0600
  9. f0c233b lib: Remove duplicate newlines by Marek Vasut · Sat Jul 13 15:19:22 2024 +0200
  10. 4a30a57 fdt: Allow the devicetree to come from a bloblist by Simon Glass · Wed Jan 03 18:49:19 2024 -0700
  11. a877ce1 lib: Remove <common.h> inclusion from these files by Tom Rini · Thu Dec 14 13:16:58 2023 -0500
  12. eff11fa treewide: unify the linker symbol reference format by Shiji Yang · Thu Aug 03 09:47:17 2023 +0800
  13. 164663c Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · Sun Apr 30 21:29:50 2023 -0400
  14. 1fbd614 fdt: Indicate that people should use the ofnode API by Simon Glass · Tue Apr 25 10:27:21 2023 -0600
  15. 1edb878 mtd: nand: sunxi: Convert from fdtdec to ofnode by Samuel Holland · Sun Jan 22 16:06:34 2023 -0600
  16. 42d97e5 Revert "fdtdec: drop needlessly convoluted CONFIG_PHANDLE_CHECK_SEQ" by Simon Glass · Wed Dec 21 16:08:28 2022 -0700
  17. 7e87afb fdt: Check for overlapping data and FDT by Simon Glass · Wed Dec 21 16:08:21 2022 -0700
  18. 2c62a94 fdt: Pass the device tree to fdtdec_prepare_fdt() by Simon Glass · Wed Dec 21 16:08:20 2022 -0700
  19. 8413737 fdt: Drop ifdefs in fdtdec_prepare_fdt() by Simon Glass · Wed Dec 21 16:08:19 2022 -0700
  20. fa3f52d fdt: Avoid exporting fdtdec_prepare_fdt() by Simon Glass · Wed Dec 21 16:08:18 2022 -0700
  21. ba8457b dm: core: Provide a way to reset the device tree by Simon Glass · Tue Sep 06 20:27:19 2022 -0600
  22. 2e4938b dm: core: Drop ofnode_is_available() by Simon Glass · Tue Sep 06 20:27:17 2022 -0600
  23. 1ab1692 common: Drop display_options.h from common header by Simon Glass · Sun Jul 31 12:28:48 2022 -0600
  24. c55d261 fdtdec: drop needlessly convoluted CONFIG_PHANDLE_CHECK_SEQ by Rasmus Villemoes · Thu May 19 11:10:43 2022 +0200
  25. 5332012 nds32: Remove the architecture by Tom Rini · Wed Apr 06 09:21:25 2022 -0400
  26. b449fed fdt: Fix TPL SEPARATE_BSS check when locating DTB by Andrew Abbott · Sat Apr 16 10:12:31 2022 +1000
  27. df5f438 fdt: sandbox: Avoid looking for an appended device tree by Simon Glass · Mon Feb 28 12:08:24 2022 -0700
  28. d9179b4 fdt: Correct condition for SEPARATE_BSS by Simon Glass · Mon Feb 28 12:08:23 2022 -0700
  29. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  30. 3760439 fdt: Add a Kconfig for boards with a prior stage by Simon Glass · Thu Dec 16 20:59:35 2021 -0700
  31. 8f9ce7e fdt: Report the devicetree source by Simon Glass · Thu Dec 16 20:59:34 2021 -0700
  32. bed6bc7 fdt: Record where the devicetree came from by Simon Glass · Thu Dec 16 20:59:33 2021 -0700
  33. 28b7651 fdt: Don't call board_fdt_blob_setup() without OF_BOARD by Simon Glass · Thu Dec 16 20:59:31 2021 -0700
  34. 2a3789b fdt: Drop remaining preprocessor macros in fdtdec_setup() by Simon Glass · Thu Dec 16 20:59:30 2021 -0700
  35. 0aeb45d fdt: Drop OF_CONTROL check in fdtdec_setup() by Simon Glass · Thu Dec 16 20:59:29 2021 -0700
  36. bcafa8c fdt: Use if() for fdtcontroladdr check by Simon Glass · Thu Dec 16 20:59:28 2021 -0700
  37. eb77c54 fdt: Drop #ifdef around board_fdt_blob_setup() by Simon Glass · Thu Dec 16 20:59:27 2021 -0700
  38. bbe5797 fdt: Drop CONFIG_SPL_BUILD check in fdtdec_setup() by Simon Glass · Thu Dec 16 20:59:26 2021 -0700
  39. 69daf5a fdt: Drop #ifdefs with MULTI_DTB_FIT by Simon Glass · Thu Dec 16 20:59:25 2021 -0700
  40. e1d46fa fdt: Move MULTI_DTB_FIT handling out of fdtdec_setup() by Simon Glass · Thu Dec 16 20:59:24 2021 -0700
  41. ab5348a sandbox: Remove OF_HOSTFILE by Ilias Apalodimas · Tue Oct 26 09:12:33 2021 +0300
  42. 554f85e treewide: Remove OF_PRIOR_STAGE by Ilias Apalodimas · Tue Oct 12 00:00:15 2021 +0300
  43. bedc439 fdtdec: Support reserved-memory flags by Thierry Reding · Fri Sep 03 15:16:21 2021 +0200
  44. d6ad807 fdtdec: Reorder fdtdec_set_carveout() parameters for consistency by Thierry Reding · Fri Sep 03 15:16:20 2021 +0200
  45. 5e33691 fdtdec: Support compatible string list for reserved memory by Thierry Reding · Fri Sep 03 15:16:19 2021 +0200
  46. 8a3c9fc fdtdec: Support retrieving the name of a carveout by Thierry Reding · Fri Sep 03 15:16:18 2021 +0200
  47. 3dcc4cf fdtdec: Allow using fdtdec_get_carveout() in loops by Thierry Reding · Fri Sep 03 15:16:17 2021 +0200
  48. 0034d96 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · Sat Aug 07 07:24:01 2021 -0600
  49. fde8b76 pci: Drop DM_PCI check from fdtdec by Simon Glass · Sun Aug 01 18:54:18 2021 -0600
  50. c14d7b3 Merge https://source.denx.de/u-boot/custodians/u-boot-samsung by Tom Rini · Tue Aug 03 09:07:01 2021 -0400
  51. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · Sat Jul 24 09:03:30 2021 -0600
  52. 881c886 samsung: exynos: Convert SROMC interface to a driver by Simon Glass · Sun Jul 18 19:02:40 2021 -0600
  53. 2a28c6e dm: core: Add address translation in fdt_get_resource by Patrick Delaunay · Tue Apr 06 09:38:06 2021 +0200
  54. b1db71b Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · Mon Feb 15 08:19:40 2021 -0500
  55. dd46bae Revert "fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()" by Tom Rini · Sun Feb 14 14:08:17 2021 -0500
  56. 97ddd33 fdtdec: Cast prior_stage_fdt_address with uintptr_t by Bin Meng · Sun Jan 31 20:36:03 2021 +0800
  57. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  58. 1754978 fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup() by Simon Glass · Wed Jan 13 20:29:49 2021 -0700
  59. a527e41 fdtdec: Update the missing-devicetree message by Simon Glass · Wed Jan 13 20:29:48 2021 -0700
  60. 3dd8125 fdt: Use phandle to distinguish DT nodes with same name by Aswath Govindraju · Thu Dec 03 10:55:45 2020 +0530
  61. f9cbd1a fdtdec: correct test on return of fdt_node_offset_by_phandle by Patrick Delaunay · Fri Sep 25 09:41:15 2020 +0200
  62. 646f8c6 fdtdec: optionally add property no-map to created reserved memory node by Etienne Carriere · Thu Sep 10 10:49:59 2020 +0200
  63. 594a7f0 Merge branch 'master' into next by Tom Rini · Mon Sep 21 14:25:37 2020 -0400
  64. 253c1a4 lib: fdt: Fix fdtdec_setup_mem..() conversion to livetree API by Marek Vasut · Sat Sep 12 12:42:52 2020 +0200
  65. bbc8846 CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always defined by Stefan Roese · Wed Aug 12 11:55:46 2020 +0200
  66. 78d0bea fdtdec: Add API to read pci bus-range property by Suneel Garapati · Sat Oct 19 15:19:35 2019 -0700
  67. 6dd9cfd lib: fdt: Convert fdtdes_setup_mem..() to livetree API by Michal Simek · Fri Jul 10 13:34:44 2020 +0200
  68. 9d2cf07 lib: fdt: Introduce fdtdec_setup_mem_size_base_lowest() by Michal Simek · Thu Jul 09 14:09:52 2020 +0200
  69. 43ba85b Revert "lib: fdt: Split fdtdec_setup_mem_size_base()" by Michal Simek · Fri Jul 10 13:16:50 2020 +0200
  70. f783329 Revert "lib: fdt: Split fdtdec_setup_memory_banksize()" by Michal Simek · Fri Jul 10 13:16:49 2020 +0200
  71. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · Fri Jul 24 08:42:06 2020 -0400
  72. 45944bb Revert "lib: fdt: Split fdtdec_setup_mem_size_base()" by Michal Simek · Fri Jul 10 13:16:50 2020 +0200
  73. b7dadb2 Revert "lib: fdt: Split fdtdec_setup_memory_banksize()" by Michal Simek · Fri Jul 10 13:16:49 2020 +0200
  74. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · Fri Jun 26 15:13:33 2020 +0900
  75. 32d294b fdtdec: Honor #address-cells and #size-cells in fdtdec_add_reserved_memory() by Bin Meng · Tue May 19 23:38:33 2020 -0700
  76. a26ad7a fdtdec: Fix the types of addr and size in fdtdec_add_reserved_memory() by Bin Meng · Tue May 19 23:38:32 2020 -0700
  77. edeb654 fdtdec: Add weak function to patch U-Boot DT right after fdtdec_setup() by Marek Vasut · Sat Apr 11 21:18:59 2020 +0200
  78. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  79. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  80. 8010fa4 libfdt: Make fdtdec_get_child_count() available for HOST by Kever Yang · Mon Mar 30 11:56:23 2020 +0800
  81. b57af06 fdtdec: Fix boundary check by Atish Patra · Tue Apr 21 11:15:00 2020 -0700
  82. ef13522 fdtdec: support multiple phandles in memory carveout by Laurentiu Tudor · Fri Apr 03 13:43:03 2020 +0300
  83. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  84. c92aac1 dm: pci: Update a few more interfaces for const udevice * by Simon Glass · Mon Jan 27 08:49:38 2020 -0700
  85. f11478f common: Move hang() to the same header as panic() by Simon Glass · Sat Dec 28 10:45:07 2019 -0700
  86. 8e16b1e common: Move RAM-sizing functions to init.h by Simon Glass · Sat Dec 28 10:45:05 2019 -0700
  87. 754302f fdtdec: only create phandle if caller wants it in fdtdec_add_reserved_memory() by Heiko Stuebner · Wed Oct 23 16:46:39 2019 +0200
  88. 49723ac fdtdec: protect against another NULL phandlep in fdtdec_add_reserved_memory() by Heiko Stuebner · Wed Oct 23 16:46:38 2019 +0200
  89. 487f917 fdt: Fix alignment issue when reading 64-bits properties from fdt by Jean-Jacques Hiblot · Tue Oct 22 10:05:22 2019 +0200
  90. 04ec59c dm: core: Drop fdtdec_get_pci_addr() by Simon Glass · Wed Sep 25 08:56:41 2019 -0600
  91. dfd4315 dm: core: Correct low cell in ofnode_read_pci_addr() by Simon Glass · Wed Sep 25 08:55:46 2019 -0600
  92. 3f47b63 fdtdec: make CONFIG_OF_PRIOR_STAGE available in SPL by Lukas Auer · Wed Aug 21 21:14:40 2019 +0200
  93. 6eaea25 env: Move env_get_ulong() to env.h by Simon Glass · Thu Aug 01 09:46:48 2019 -0600
  94. 1a974af common: Move gzip functions into a new gzip header by Simon Glass · Thu Aug 01 09:46:36 2019 -0600
  95. 1bb59a9 fdtdec: Add fdtdec_set_ethernet_mac_address() by Thierry Reding · Mon Apr 15 11:32:13 2019 +0200
  96. 2613001 fdtdec: Remove fdt_{addr,size}_unpack() by Thierry Reding · Mon Apr 15 10:08:21 2019 +0200
  97. a312309 fdtdec: Use fdt_setprop_u32() for fdtdec_set_phandle() by Thierry Reding · Mon Apr 15 10:08:20 2019 +0200
  98. d5cdfd5 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Sun Apr 14 00:03:06 2019 -0400
  99. f6625b4 x86: dts: switch spi-flash to jedec, spi-nor compatible by Neil Armstrong · Sun Feb 10 10:16:21 2019 +0000
  100. e629b0d fdtdec: Implement carveout support functions by Thierry Reding · Thu Mar 21 19:10:03 2019 +0100