1. c89287e imx: imx7 Support for Manufacturing Protection by Breno Lima · Thu Mar 25 17:30:02 2021 +0800
  2. ff86641 power: pca9450: add a new parameter for power_pca9450_init by Peng Fan · Fri Mar 19 15:57:06 2021 +0800
  3. 8668a63 imx8mp_evk: add/cleanup variable for distro by Peng Fan · Fri Mar 19 15:56:58 2021 +0800
  4. 580d6bd imx8mm_evk: add/cleanup variable for distro by Peng Fan · Fri Mar 19 15:56:57 2021 +0800
  5. bfc0b0f Merge tag 'mmc-2021-4-6' of https://source.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · Tue Apr 06 22:42:55 2021 -0400
  6. 95fc521 Merge https://source.denx.de/u-boot/custodians/u-boot-cfi-flash by Tom Rini · Tue Apr 06 08:36:49 2021 -0400
  7. 9fe0fb4 Merge tag 'dm-pull-6apr21' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Tue Apr 06 08:36:11 2021 -0400
  8. 7259dc5 mmc: fsl_esdhc: add pulse width detection workaround by Michael Walle · Wed Mar 17 15:01:37 2021 +0100
  9. cb99a77 cfi_flash: Fix detection of 8-bit bus flash devices via address shift by Jagannadha Sutradharudu Teki · Fri Feb 26 08:51:49 2021 +0100
  10. 45b807d test: Allow tests to run on any board by Simon Glass · Thu Mar 25 10:44:33 2021 +1300
  11. 70e2999 sandbox: document parameters of os_realloc() by Heinrich Schuchardt · Sun Mar 28 11:05:00 2021 +0200
  12. 7eef78d Convert CONFIG_MISC_INIT_F to Kconfig by Simon Glass · Fri Mar 26 16:17:30 2021 +1300
  13. 6358031 log: Fix up debug_cond() when LOG is enabled by Simon Glass · Fri Mar 26 16:17:28 2021 +1300
  14. 62360c1 tlv_eeprom: Return -ENOSYS when system call is not available by Simon Glass · Thu Mar 25 10:26:07 2021 +1300
  15. fe00f28 spi: Return -ENOSYS when system call is not available by Simon Glass · Thu Mar 25 10:26:06 2021 +1300
  16. 3712955 Merge tag 'rockchip-for-v2021.07' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Mon Apr 05 22:39:10 2021 -0400
  17. 8183f43 Merge branch 'next' by Tom Rini · Mon Apr 05 11:29:57 2021 -0400
  18. 3b483dd imx8mn_ddr4_evk: Allow booting the kernel by default by Fabio Estevam · Thu Mar 04 08:07:16 2021 -0300
  19. 86676e0 Merge tag 'xilinx-for-v2021.07' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Wed Mar 31 09:47:30 2021 -0400
  20. 958c0e9 xilinx: Sync DTs with Linux kernel by Michal Simek · Thu Nov 26 14:25:02 2020 +0100
  21. f125f95 include: configs: rk3399: drop a dangling comment by Peter Robinson · Sun Feb 14 19:40:15 2021 +0000
  22. c183ef5 rockchip: rk3368: sync clock dt-binding header from Linux by Heiko Stuebner · Tue Feb 09 14:47:07 2021 +0100
  23. d33e870 rockchip: rk3368: set CONFIG_SYS_BOOTM_LEN to 64MB by Heiko Stuebner · Tue Feb 09 14:47:04 2021 +0100
  24. 37692c8 rockchip: rk3368: adjust CONFIG_SYS_LOAD_ADDR by Heiko Stuebner · Tue Feb 09 14:47:03 2021 +0100
  25. a18a36f Merge tag 'v2021.04-rc5' into next by Tom Rini · Mon Mar 29 17:53:19 2021 -0400
  26. a34b3eb test: Add udevice declaration to avoid build error by Simon Glass · Sun Mar 28 06:53:08 2021 +1300
  27. 43bc543 sysinfo: Allow showing model info from sysinfo by Simon Glass · Sun Mar 21 16:50:06 2021 +1300
  28. a4a55e5 command: Fix operation of !CONFIG_CMDLINE by Simon Glass · Mon Mar 15 18:11:21 2021 +1300
  29. 947e64e malloc: Export malloc_simple_info() by Simon Glass · Mon Mar 15 18:11:19 2021 +1300
  30. 61d0464 sf: Support querying write-protect by Simon Glass · Mon Mar 15 18:11:17 2021 +1300
  31. 062e79f sandbox: image: Allow sandbox to load any image by Simon Glass · Mon Mar 15 18:11:12 2021 +1300
  32. b4d0077 sandbox: Provide a way to bind fixed/removeable devices by Simon Glass · Mon Mar 15 18:11:11 2021 +1300
  33. c8bc62d dm: core: Add CBFS support to flashmap by Simon Glass · Mon Mar 15 18:00:29 2021 +1300
  34. 2d507d2 cbfs: Support reading compression information by Simon Glass · Mon Mar 15 18:00:16 2021 +1300
  35. f8142fb cbfs: Allow file traversal with any CBFS by Simon Glass · Mon Mar 15 18:00:13 2021 +1300
  36. 9464909 cbfs: Allow access to CBFS without a header by Simon Glass · Mon Mar 15 18:00:12 2021 +1300
  37. 3971a2a smbios: Allow writing to the coreboot version string by Simon Glass · Mon Mar 15 18:00:11 2021 +1300
  38. 04c51bd cbfs: Add support for attributes by Simon Glass · Mon Mar 15 18:00:09 2021 +1300
  39. 2daf7de x86: coral: Put the eMMC first by Simon Glass · Mon Mar 15 18:00:05 2021 +1300
  40. 6acba5a mtd: spi_flash_free() by Heinrich Schuchardt · Wed Mar 10 18:23:57 2021 +0100
  41. 903d4f6 Merge tag 'dm-pull-26mar21-take2' of git://git.denx.de/u-boot-dm into next by Tom Rini · Fri Mar 26 12:15:26 2021 -0400
  42. 2238594 dm: core: Add warnings to private / platform setters by Simon Glass · Mon Mar 15 17:25:41 2021 +1300
  43. 781aa3e dm: core: Use separate priv/plat data region by Simon Glass · Mon Mar 15 17:25:40 2021 +1300
  44. 8dee67a dm: core: Allow storing priv/plat data separately by Simon Glass · Mon Mar 15 17:25:38 2021 +1300
  45. b5660c4 dm: core: Move flags to device-runtime info by Simon Glass · Mon Mar 15 17:25:37 2021 +1300
  46. 8beeb28 dm: core: Create a struct for device runtime info by Simon Glass · Mon Mar 15 17:25:36 2021 +1300
  47. 65cb759 sandbox: i2c: Support i2c emulation with of-platdata by Simon Glass · Mon Mar 15 17:25:30 2021 +1300
  48. 0000e0d dm: Rename device_get_by_driver_info_idx() by Simon Glass · Mon Mar 15 17:25:28 2021 +1300
  49. 2f25998 dm: core: Drop device_get_by_driver_info() by Simon Glass · Mon Mar 15 17:25:25 2021 +1300
  50. b95c7b9 clk: fixed-rate: Export driver parts for OF_PLATDATA_INST by Simon Glass · Mon Mar 15 17:25:23 2021 +1300
  51. 29b099a dm: core: Include dt-decl.h automatically by Simon Glass · Mon Mar 15 17:25:20 2021 +1300
  52. c7c782a efi_selfest: redefine enum efi_test_phase by Heinrich Schuchardt · Wed Mar 24 17:48:01 2021 +0100
  53. ebb61ee efi: Add ESRT to the EFI system table by Jose Marinho · Tue Mar 02 17:26:38 2021 +0000
  54. b307e3d efi_loader: Replace config option for initrd loading by Ilias Apalodimas · Wed Mar 17 21:55:00 2021 +0200
  55. aa0f755 efi_loader: Add helper functions for EFI by Ilias Apalodimas · Wed Mar 17 21:54:59 2021 +0200
  56. 483d28e efi_loader: Add device path related functions for initrd via Boot#### by Ilias Apalodimas · Wed Mar 17 21:54:58 2021 +0200
  57. 77c0da8 efi_loader: Uart device path by Heinrich Schuchardt · Fri Mar 19 02:49:54 2021 +0100
  58. f2fd7aa configs: ls1028aqds: Move CONFIG_SPI_FLASH_* definitions to defconfig by Kuldeep Singh · Wed Mar 03 17:04:22 2021 +0530
  59. c63c664 configs: lx2160a: Remove unused Flexspi config options by Kuldeep Singh · Wed Mar 03 17:04:20 2021 +0530
  60. 5b98a3b fsl_ifc: fix typo in the NOR CSOR register definition by Aleksandar Gerasimovski · Mon Feb 22 18:15:58 2021 +0000
  61. 6f15653 dm: core: Adjust uclass setup with of-platdata by Simon Glass · Mon Mar 15 17:25:16 2021 +1300
  62. 7074354 dm: core: Add macros to access the new linker lists by Simon Glass · Mon Mar 15 17:25:14 2021 +1300
  63. 735ccf9 linker_lists: Allow use in data structures by Simon Glass · Mon Mar 15 17:25:13 2021 +1300
  64. c7b4b83 dtoc: Generate uclass devices by Simon Glass · Wed Feb 03 06:01:20 2021 -0700
  65. a7b1c77 dtoc: Support headers needed for drivers by Simon Glass · Wed Feb 03 06:01:04 2021 -0700
  66. f303ee7 dtoc: Support tracking the phase of U-Boot by Simon Glass · Wed Feb 03 06:01:02 2021 -0700
  67. e5c1e62 board: Add MT8183 pumpkin board support by Fabien Parent · Mon Feb 15 19:21:12 2021 +0100
  68. 00763af configs: mt8516: use bootcmd from config_distro_bootcmd.h by Fabien Parent · Mon Feb 15 19:07:46 2021 +0100
  69. 2bd14a8 board: mediatek: rename pumpkin board into mt8516 by Fabien Parent · Mon Feb 15 19:07:44 2021 +0100
  70. 2b019fa Merge tag 'efi-2021-04-rc5-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sat Mar 20 08:55:18 2021 -0400
  71. 26fce53 efi_loader: Uart device path by Heinrich Schuchardt · Fri Mar 19 02:49:54 2021 +0100
  72. 706fa76 api: fix a potential serious bug caused by undef CONFIG_SYS_64BIT_LBA by Marek Behún · Sat Mar 06 23:43:22 2021 +0100
  73. aa8d8d3 Merge tag 'video-for-v2021.04' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · Fri Mar 19 08:20:19 2021 -0400
  74. b641de8 image: Avoid -ENODATA in host tools by Simon Glass · Wed Feb 24 08:50:32 2021 -0500
  75. b4b65ec arm: rmobile: Add Silicon Linux EK874 board support by Lad Prabhakar · Mon Mar 15 22:24:05 2021 +0000
  76. da58fb4 arm: rmobile: Add HopeRun HiHope RZ/G2M board support by Biju Das · Mon Mar 01 17:08:47 2021 +0000
  77. d280d81 Merge tag 'v2021.04-rc4' into next by Tom Rini · Mon Mar 15 12:15:38 2021 -0400
  78. 6677b81 Merge tag 'ti-v2021.04-rc4' of https://source.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · Mon Mar 15 08:43:29 2021 -0400
  79. 2d71f8f Merge tag 'u-boot-stm32-20210312' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Mon Mar 15 08:43:19 2021 -0400
  80. 7644343 include: configs: am65x_evm: Optimize size of SPL BSS by Lokesh Vutla · Tue Mar 09 23:32:44 2021 +0530
  81. 1ee9515 ARM: da850-evm: Fix boot issues from missing SPL_PAD_TO by Adam Ford · Fri Mar 05 20:48:50 2021 -0600
  82. 9127d8b common: SCP03 control (enable and provision of keys) by Jorge Ramirez-Ortiz · Sun Feb 14 16:27:23 2021 +0100
  83. b2faacc log: Add return-checking macros for 0 being success by Simon Glass · Wed Jan 20 20:10:54 2021 -0700
  84. 5fc47e3 log: Handle line continuation by Simon Glass · Wed Jan 20 20:10:53 2021 -0700
  85. f080343 log: Set up a flag byte for log records by Simon Glass · Wed Jan 20 20:10:52 2021 -0700
  86. ee11209 spl: test: Add a test for spl_load_simple_fit() by Simon Glass · Sun Mar 07 17:35:15 2021 -0700
  87. b90e487 sandbox: Update os_find_u_boot() to find the .img file by Simon Glass · Sun Mar 07 17:35:13 2021 -0700
  88. 1ef74ab test: Allow SPL to run any available test by Simon Glass · Sun Mar 07 17:35:12 2021 -0700
  89. 1638693 test: Rename all linker lists to have a ut_ prefix by Simon Glass · Sun Mar 07 17:35:11 2021 -0700
  90. b50211f test: Add a macros for finding tests in linker_lists by Simon Glass · Sun Mar 07 17:35:10 2021 -0700
  91. bb2b173 test: Run driver-model tests using ut_run_list() by Simon Glass · Sun Mar 07 17:35:05 2021 -0700
  92. 4066d8d test: Use a local variable for test state by Simon Glass · Sun Mar 07 17:35:04 2021 -0700
  93. 0d32ec2 test: Add ut_run_test_live_flat() to run tests twice by Simon Glass · Sun Mar 07 17:35:03 2021 -0700
  94. 436687e test: Use ut_run_test() to run driver model tests by Simon Glass · Sun Mar 07 17:35:01 2021 -0700
  95. 5517edb test: Move test running into a separate function by Simon Glass · Sun Mar 07 17:35:00 2021 -0700
  96. 2dba476 test: Move dm_test_init() into test-main.c by Simon Glass · Sun Mar 07 17:34:58 2021 -0700
  97. b98bfbc test: Drop struct dm_test_state by Simon Glass · Sun Mar 07 17:34:57 2021 -0700
  98. b2890a1 test: Handle driver model reinit in test_pre_run() by Simon Glass · Sun Mar 07 17:34:56 2021 -0700
  99. 59cad96 test: Move delay skipping to test_pre_run() by Simon Glass · Sun Mar 07 17:34:55 2021 -0700
  100. 0f8f677 test: Call test_pre/post_run() from driver model tests by Simon Glass · Sun Mar 07 17:34:49 2021 -0700