1. 21f5932 configs: mt8516: use bootcmd from config_distro_bootcmd.h by Fabien Parent · 3 years, 8 months ago
  2. 86e07d5 board: mediatek: rename pumpkin board into mt8516 by Fabien Parent · 3 years, 8 months ago
  3. 07148c1 arm: rmobile: Add Silicon Linux EK874 board support by Lad Prabhakar · 3 years, 7 months ago
  4. b650c83 arm: rmobile: Add HopeRun HiHope RZ/G2M board support by Biju Das · 3 years, 8 months ago
  5. 22fc991 Merge tag 'v2021.04-rc4' into next by Tom Rini · 3 years, 7 months ago
  6. 23986be Merge tag 'ti-v2021.04-rc4' of https://source.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 3 years, 7 months ago WIP/15Mar2021
  7. e8a10a0 Merge tag 'u-boot-stm32-20210312' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years, 7 months ago
  8. 003d10b include: configs: am65x_evm: Optimize size of SPL BSS by Lokesh Vutla · 3 years, 8 months ago
  9. a69c489 ARM: da850-evm: Fix boot issues from missing SPL_PAD_TO by Adam Ford · 3 years, 8 months ago
  10. 166363f common: SCP03 control (enable and provision of keys) by Jorge Ramirez-Ortiz · 3 years, 8 months ago
  11. 7bd0658 log: Add return-checking macros for 0 being success by Simon Glass · 3 years, 9 months ago
  12. 9ad7a6c log: Handle line continuation by Simon Glass · 3 years, 9 months ago
  13. 79d5983 log: Set up a flag byte for log records by Simon Glass · 3 years, 9 months ago
  14. 2e059e4 spl: test: Add a test for spl_load_simple_fit() by Simon Glass · 3 years, 8 months ago
  15. 01ad9f7 sandbox: Update os_find_u_boot() to find the .img file by Simon Glass · 3 years, 8 months ago
  16. 8482356 test: Allow SPL to run any available test by Simon Glass · 3 years, 8 months ago
  17. 2a2814d test: Rename all linker lists to have a ut_ prefix by Simon Glass · 3 years, 8 months ago
  18. a7a9875 test: Add a macros for finding tests in linker_lists by Simon Glass · 3 years, 8 months ago
  19. f97f85e test: Run driver-model tests using ut_run_list() by Simon Glass · 3 years, 8 months ago
  20. fe80686 test: Use a local variable for test state by Simon Glass · 3 years, 8 months ago
  21. d2281bb test: Add ut_run_test_live_flat() to run tests twice by Simon Glass · 3 years, 8 months ago
  22. ca44ca0 test: Use ut_run_test() to run driver model tests by Simon Glass · 3 years, 8 months ago
  23. 99a88fe test: Move test running into a separate function by Simon Glass · 3 years, 8 months ago
  24. c79705e test: Move dm_test_init() into test-main.c by Simon Glass · 3 years, 8 months ago
  25. 4a467c6 test: Drop struct dm_test_state by Simon Glass · 3 years, 8 months ago
  26. 72b524c test: Handle driver model reinit in test_pre_run() by Simon Glass · 3 years, 8 months ago
  27. 47ec3ed test: Move delay skipping to test_pre_run() by Simon Glass · 3 years, 8 months ago
  28. 30a0d20 test: Call test_pre/post_run() from driver model tests by Simon Glass · 3 years, 8 months ago
  29. d002a27 test: Create pre/post-run functions by Simon Glass · 3 years, 8 months ago
  30. 1c72175 test: Add an overall test runner by Simon Glass · 3 years, 8 months ago
  31. 409f4a2 test: Rename test-main.c to test-dm.c by Simon Glass · 3 years, 8 months ago
  32. 4bc639e test: Mark all driver model tests with a flag by Simon Glass · 3 years, 8 months ago
  33. e9470fc configs: stm32mp15: move bootdelay configuration in defconfig by Patrick Delaunay · 3 years, 8 months ago
  34. 472c548 Merge tag 'u-boot-amlogic-20210308' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 3 years, 8 months ago WIP/08Mar2021
  35. b0a75dd Merge branch 'v2021.04-rc4' of https://github.com/lftan/u-boot by Tom Rini · 3 years, 8 months ago
  36. 266637d configs: meson64: add fdtoverlay_addr_r by Neil Armstrong · 3 years, 9 months ago
  37. 9773ebc Makefile: socfpga: Add target to generate hex output for combined spl and dtb by Dalon Westergreen · 3 years, 8 months ago
  38. 6bf1249 configs: socfpga: soc64: Move CONFIG_BOOTCOMMAND to defconfig by Siew Chin Lim · 3 years, 8 months ago
  39. e91789e lib/charset: UTF-8 stream conversion by Heinrich Schuchardt · 3 years, 8 months ago
  40. 73bb90c efi_loader: carve out utf_to_cp() by Heinrich Schuchardt · 3 years, 8 months ago
  41. 70616a1 efi_loader: move codepage 437 table by Heinrich Schuchardt · 3 years, 8 months ago
  42. b516dd5 ppc: qemu: Drop a custom env variable 'fdt_addr_r' by Bin Meng · 3 years, 8 months ago
  43. 9a39f76 ppc: qemu: Enable RTC support via I2C by Bin Meng · 3 years, 8 months ago
  44. 8ee4016 ppc: qemu: Switch over to use DM ETH and PCI by Bin Meng · 3 years, 8 months ago
  45. 2e91e8b ppc: qemu: Switch over to use DM serial by Bin Meng · 3 years, 8 months ago
  46. ea30921 test: cmd: Add a basic test for 'addrmap' command by Bin Meng · 3 years, 8 months ago
  47. b561563 lib: addr_map: Move address_map[] type to the header file by Bin Meng · 3 years, 8 months ago
  48. c40131a include: Remove extern from addr_map.h by Bin Meng · 3 years, 8 months ago
  49. fc5af5c ppc: qemu: Fix CONFIG_SYS_PCI_MAP_END by Bin Meng · 3 years, 8 months ago
  50. c8c0170 configs: fsl: move via specific defines to Kconfig by Rajesh Bhagat · 3 years, 8 months ago
  51. b5ee48c arm: fsl: common: Improve NXP VID driver PMBus support by Stephen Carlson · 3 years, 9 months ago
  52. 668866a Merge tag 'next-2021-03-04' of https://gitlab.denx.de/u-boot/custodians/u-boot-video into next by Tom Rini · 3 years, 8 months ago
  53. 8a45b22 gpio: Add a way to read 3-way strapping pins by Simon Glass · 3 years, 9 months ago WIP/2021-03-03-gpio-improvements
  54. ca1e1f5 gpio: Replace direction_input() and direction_output() by Simon Glass · 3 years, 9 months ago
  55. 7e0a96d dm: gpio: Add a way to update flags by Simon Glass · 3 years, 9 months ago
  56. c0c1e62 gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags() by Simon Glass · 3 years, 9 months ago
  57. 9648789 dm: gpio: Rename get_dir_flags() method to get_flags() by Simon Glass · 3 years, 9 months ago
  58. 13979fc dm: gpio: Rename set_dir_flags() method to update_flags() by Simon Glass · 3 years, 9 months ago
  59. 52ba373 Merge tag 'u-boot-imx-20210303' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years, 8 months ago
  60. 03bf843 board: gateworks: imx8mm: Add Gateworks Venice board support by Tim Harvey · 3 years, 8 months ago
  61. 5d23532 video: sunxi_display: Convert to DM_VIDEO by Jagan Teki · 3 years, 8 months ago
  62. 57ac287 Nokia RX-51: Enable usbtty serial console by default by Pali Rohár · 3 years, 8 months ago
  63. 63af92e tpm: Allow disabling platform hierarchy with TPM2 by Simon Glass · 3 years, 9 months ago
  64. 7785bc1 tpm: Add TPM2 support for write_lock by Simon Glass · 3 years, 9 months ago
  65. 6719cbe tpm: Add TPM2 support for read/write values by Simon Glass · 3 years, 9 months ago
  66. eadcbc7 tpm: Add an implementation of define_space by Simon Glass · 3 years, 9 months ago
  67. d6a885f tpm: Switch TPMv1 over to use the new API by Simon Glass · 3 years, 9 months ago
  68. bfe8fa2 tpm: Add an API that can support v1.2 and v2 by Simon Glass · 3 years, 9 months ago
  69. b308d9f sandbox: Avoid using malloc() for system state by Simon Glass · 3 years, 9 months ago
  70. 14e46df sandbox: Add os_realloc() by Simon Glass · 3 years, 9 months ago
  71. 35b65dd reset: Remove addr parameter from reset_cpu() by Harald Seiler · 3 years, 10 months ago
  72. e86ad66 log: convert pr_*() to logging by Heinrich Schuchardt · 3 years, 10 months ago
  73. 5d9b166 imx: Add 2GB lpddr support for i.MX8MN Beacon EmbeddedWorks devkit. by Adam Ford · 3 years, 8 months ago
  74. 07fc671 mx51evk: Convert to driver model by Fabio Estevam · 3 years, 8 months ago
  75. 5c8db49 mx53loco: Convert to driver model by Fabio Estevam · 3 years, 8 months ago
  76. 9102645 board: toradex: move RGMII delays to PHY side by Oleksandr Suvorov · 3 years, 9 months ago
  77. e5da517 ARM: imx8: Add missing FEC ENET quirk for i.MX8/i.MX8X by Oleksandr Suvorov · 3 years, 9 months ago
  78. 3f9a27d ARM: imx6: mx6sabre-common: Search for boot components in /boot too by Marek Vasut · 3 years, 9 months ago
  79. a7329c5 ARM: imx6: mx6sabre-common: Replace fatload with FS_GENERIC load by Marek Vasut · 3 years, 9 months ago
  80. 4e4b1a1 ARM: imx6: dh-imx6: Drop the SF hunk in config by Marek Vasut · 3 years, 9 months ago
  81. 58cbf2e ARM: imx: Revert "dh_imx6: Switch to full DM-aware" by Marek Vasut · 3 years, 9 months ago
  82. 9935050 Merge tag 'efi-2021-04-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years, 8 months ago WIP/27Feb2021
  83. 08cca18 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 3 years, 8 months ago WIP/26Feb2021
  84. b839fc9 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 3 years, 8 months ago
  85. c6f077a efi_loader: fix documentation in efi_loader.h by Heinrich Schuchardt · 3 years, 8 months ago
  86. 0bbfae7 ARM: stm32: Add USB host boot support by Marek Vasut · 3 years, 8 months ago
  87. bc820d5 fastboot: add UUU command UCmd and ACmd support by Heiko Schocher · 3 years, 9 months ago
  88. 9f7bb28 part: Support getting whole disk from part_get_info_by_dev_and_name_or_num by Sean Anderson · 3 years, 9 months ago
  89. a95d878 mtd: spi-nor-core: Fix typo in documentation by Sean Anderson · 3 years, 9 months ago
  90. 6770c96 mtd: spi-nor.h: Change spaces to tabs by Bin Meng · 3 years, 10 months ago
  91. 2cc6071 ppc: Remove MPC8569MDS board by Tom Rini · 3 years, 8 months ago WIP/2021-02-25-remove-platforms
  92. 93ef93b arm: Remove sksimx6 board by Tom Rini · 3 years, 8 months ago
  93. 53ad2db arm: Remove mx53smd board by Tom Rini · 3 years, 8 months ago
  94. 1c4bd23 arm: Remove mx53ard board by Tom Rini · 3 years, 8 months ago
  95. 2610bf1 arm: Remove mx25pdk board by Tom Rini · 3 years, 8 months ago
  96. bc18f31 lib: rsa: struct udevice build warning by Heinrich Schuchardt · 3 years, 8 months ago
  97. 9abe5e6 vexpress64_fvp: Set DRAM to 4G to match with kernel devicetree by Diego Sueiro · 3 years, 8 months ago
  98. c6bf4f3 malloc: adjust memcpy() and memset() definitions. by Heinrich Schuchardt · 3 years, 9 months ago
  99. db5f1a5 config: hikey: convert to DM_USB and DM_ETH by Peter Robinson · 3 years, 9 months ago
  100. 8f7a16a Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 3 years, 8 months ago WIP/22Feb2021