1. 9c7335e Merge tag 'dm-pull-26mar21-take2' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 8 months ago
  2. e81bf6d dm: core: Add warnings to private / platform setters by Simon Glass · 3 years, 8 months ago
  3. cfb9c9b dm: core: Use separate priv/plat data region by Simon Glass · 3 years, 8 months ago
  4. baf0371 dm: core: Allow storing priv/plat data separately by Simon Glass · 3 years, 8 months ago
  5. 6f644ef dm: core: Move flags to device-runtime info by Simon Glass · 3 years, 8 months ago
  6. ab933d8 dm: core: Create a struct for device runtime info by Simon Glass · 3 years, 8 months ago
  7. 728d04c sandbox: i2c: Support i2c emulation with of-platdata by Simon Glass · 3 years, 8 months ago
  8. cc469b7 dm: Rename device_get_by_driver_info_idx() by Simon Glass · 3 years, 8 months ago
  9. 6ba46a0 dm: core: Drop device_get_by_driver_info() by Simon Glass · 3 years, 8 months ago
  10. 4ddc91b clk: fixed-rate: Export driver parts for OF_PLATDATA_INST by Simon Glass · 3 years, 8 months ago
  11. 910de10 dm: core: Include dt-decl.h automatically by Simon Glass · 3 years, 8 months ago
  12. 5e21958 efi_selfest: redefine enum efi_test_phase by Heinrich Schuchardt · 3 years, 8 months ago
  13. 64a8aae efi: Add ESRT to the EFI system table by Jose Marinho · 3 years, 9 months ago
  14. 53f6a5a efi_loader: Replace config option for initrd loading by Ilias Apalodimas · 3 years, 8 months ago
  15. 37c3ca5 efi_loader: Add helper functions for EFI by Ilias Apalodimas · 3 years, 8 months ago
  16. 76e8acc efi_loader: Add device path related functions for initrd via Boot#### by Ilias Apalodimas · 3 years, 8 months ago
  17. f027222 efi_loader: Uart device path by Heinrich Schuchardt · 3 years, 8 months ago
  18. 3fa9f55 dm: core: Adjust uclass setup with of-platdata by Simon Glass · 3 years, 8 months ago
  19. 607f9bc dm: core: Add macros to access the new linker lists by Simon Glass · 3 years, 8 months ago
  20. 8511443 linker_lists: Allow use in data structures by Simon Glass · 3 years, 8 months ago
  21. ea74c95 dtoc: Generate uclass devices by Simon Glass · 3 years, 9 months ago
  22. 735ddfc dtoc: Support headers needed for drivers by Simon Glass · 3 years, 9 months ago
  23. b00f006 dtoc: Support tracking the phase of U-Boot by Simon Glass · 3 years, 9 months ago
  24. e96bedf board: Add MT8183 pumpkin board support by Fabien Parent · 3 years, 9 months ago
  25. 21f5932 configs: mt8516: use bootcmd from config_distro_bootcmd.h by Fabien Parent · 3 years, 9 months ago
  26. 86e07d5 board: mediatek: rename pumpkin board into mt8516 by Fabien Parent · 3 years, 9 months ago
  27. 07148c1 arm: rmobile: Add Silicon Linux EK874 board support by Lad Prabhakar · 3 years, 8 months ago
  28. b650c83 arm: rmobile: Add HopeRun HiHope RZ/G2M board support by Biju Das · 3 years, 9 months ago
  29. 22fc991 Merge tag 'v2021.04-rc4' into next by Tom Rini · 3 years, 8 months ago
  30. 23986be Merge tag 'ti-v2021.04-rc4' of https://source.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 3 years, 8 months ago
  31. e8a10a0 Merge tag 'u-boot-stm32-20210312' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years, 8 months ago
  32. 003d10b include: configs: am65x_evm: Optimize size of SPL BSS by Lokesh Vutla · 3 years, 8 months ago
  33. a69c489 ARM: da850-evm: Fix boot issues from missing SPL_PAD_TO by Adam Ford · 3 years, 8 months ago
  34. 166363f common: SCP03 control (enable and provision of keys) by Jorge Ramirez-Ortiz · 3 years, 9 months ago
  35. 7bd0658 log: Add return-checking macros for 0 being success by Simon Glass · 3 years, 10 months ago
  36. 9ad7a6c log: Handle line continuation by Simon Glass · 3 years, 10 months ago
  37. 79d5983 log: Set up a flag byte for log records by Simon Glass · 3 years, 10 months ago
  38. 2e059e4 spl: test: Add a test for spl_load_simple_fit() by Simon Glass · 3 years, 8 months ago
  39. 01ad9f7 sandbox: Update os_find_u_boot() to find the .img file by Simon Glass · 3 years, 8 months ago
  40. 8482356 test: Allow SPL to run any available test by Simon Glass · 3 years, 8 months ago
  41. 2a2814d test: Rename all linker lists to have a ut_ prefix by Simon Glass · 3 years, 8 months ago
  42. a7a9875 test: Add a macros for finding tests in linker_lists by Simon Glass · 3 years, 8 months ago
  43. f97f85e test: Run driver-model tests using ut_run_list() by Simon Glass · 3 years, 8 months ago
  44. fe80686 test: Use a local variable for test state by Simon Glass · 3 years, 8 months ago
  45. d2281bb test: Add ut_run_test_live_flat() to run tests twice by Simon Glass · 3 years, 8 months ago
  46. ca44ca0 test: Use ut_run_test() to run driver model tests by Simon Glass · 3 years, 8 months ago
  47. 99a88fe test: Move test running into a separate function by Simon Glass · 3 years, 8 months ago
  48. c79705e test: Move dm_test_init() into test-main.c by Simon Glass · 3 years, 8 months ago
  49. 4a467c6 test: Drop struct dm_test_state by Simon Glass · 3 years, 8 months ago
  50. 72b524c test: Handle driver model reinit in test_pre_run() by Simon Glass · 3 years, 8 months ago
  51. 47ec3ed test: Move delay skipping to test_pre_run() by Simon Glass · 3 years, 8 months ago
  52. 30a0d20 test: Call test_pre/post_run() from driver model tests by Simon Glass · 3 years, 8 months ago
  53. d002a27 test: Create pre/post-run functions by Simon Glass · 3 years, 8 months ago
  54. 1c72175 test: Add an overall test runner by Simon Glass · 3 years, 8 months ago
  55. 409f4a2 test: Rename test-main.c to test-dm.c by Simon Glass · 3 years, 8 months ago
  56. 4bc639e test: Mark all driver model tests with a flag by Simon Glass · 3 years, 8 months ago
  57. e9470fc configs: stm32mp15: move bootdelay configuration in defconfig by Patrick Delaunay · 3 years, 9 months ago
  58. 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
  59. b0a75dd Merge branch 'v2021.04-rc4' of https://github.com/lftan/u-boot by Tom Rini · 3 years, 8 months ago
  60. 266637d configs: meson64: add fdtoverlay_addr_r by Neil Armstrong · 3 years, 9 months ago
  61. 9773ebc Makefile: socfpga: Add target to generate hex output for combined spl and dtb by Dalon Westergreen · 3 years, 9 months ago
  62. 6bf1249 configs: socfpga: soc64: Move CONFIG_BOOTCOMMAND to defconfig by Siew Chin Lim · 3 years, 9 months ago
  63. e91789e lib/charset: UTF-8 stream conversion by Heinrich Schuchardt · 3 years, 9 months ago
  64. 73bb90c efi_loader: carve out utf_to_cp() by Heinrich Schuchardt · 3 years, 9 months ago
  65. 70616a1 efi_loader: move codepage 437 table by Heinrich Schuchardt · 3 years, 9 months ago
  66. b516dd5 ppc: qemu: Drop a custom env variable 'fdt_addr_r' by Bin Meng · 3 years, 9 months ago
  67. 9a39f76 ppc: qemu: Enable RTC support via I2C by Bin Meng · 3 years, 9 months ago
  68. 8ee4016 ppc: qemu: Switch over to use DM ETH and PCI by Bin Meng · 3 years, 9 months ago
  69. 2e91e8b ppc: qemu: Switch over to use DM serial by Bin Meng · 3 years, 9 months ago
  70. ea30921 test: cmd: Add a basic test for 'addrmap' command by Bin Meng · 3 years, 9 months ago
  71. b561563 lib: addr_map: Move address_map[] type to the header file by Bin Meng · 3 years, 9 months ago
  72. c40131a include: Remove extern from addr_map.h by Bin Meng · 3 years, 9 months ago
  73. fc5af5c ppc: qemu: Fix CONFIG_SYS_PCI_MAP_END by Bin Meng · 3 years, 9 months ago
  74. c8c0170 configs: fsl: move via specific defines to Kconfig by Rajesh Bhagat · 3 years, 9 months ago
  75. b5ee48c arm: fsl: common: Improve NXP VID driver PMBus support by Stephen Carlson · 3 years, 9 months ago
  76. 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, 9 months ago
  77. 8a45b22 gpio: Add a way to read 3-way strapping pins by Simon Glass · 3 years, 9 months ago
  78. ca1e1f5 gpio: Replace direction_input() and direction_output() by Simon Glass · 3 years, 9 months ago
  79. 7e0a96d dm: gpio: Add a way to update flags by Simon Glass · 3 years, 9 months ago
  80. c0c1e62 gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags() by Simon Glass · 3 years, 9 months ago
  81. 9648789 dm: gpio: Rename get_dir_flags() method to get_flags() by Simon Glass · 3 years, 9 months ago
  82. 13979fc dm: gpio: Rename set_dir_flags() method to update_flags() by Simon Glass · 3 years, 9 months ago
  83. 52ba373 Merge tag 'u-boot-imx-20210303' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years, 9 months ago
  84. 03bf843 board: gateworks: imx8mm: Add Gateworks Venice board support by Tim Harvey · 3 years, 9 months ago
  85. 5d23532 video: sunxi_display: Convert to DM_VIDEO by Jagan Teki · 3 years, 9 months ago
  86. 57ac287 Nokia RX-51: Enable usbtty serial console by default by Pali Rohár · 3 years, 9 months ago
  87. 63af92e tpm: Allow disabling platform hierarchy with TPM2 by Simon Glass · 3 years, 9 months ago
  88. 7785bc1 tpm: Add TPM2 support for write_lock by Simon Glass · 3 years, 9 months ago
  89. 6719cbe tpm: Add TPM2 support for read/write values by Simon Glass · 3 years, 9 months ago
  90. eadcbc7 tpm: Add an implementation of define_space by Simon Glass · 3 years, 9 months ago
  91. d6a885f tpm: Switch TPMv1 over to use the new API by Simon Glass · 3 years, 9 months ago
  92. bfe8fa2 tpm: Add an API that can support v1.2 and v2 by Simon Glass · 3 years, 9 months ago
  93. b308d9f sandbox: Avoid using malloc() for system state by Simon Glass · 3 years, 9 months ago
  94. 14e46df sandbox: Add os_realloc() by Simon Glass · 3 years, 9 months ago
  95. 35b65dd reset: Remove addr parameter from reset_cpu() by Harald Seiler · 4 years ago
  96. e86ad66 log: convert pr_*() to logging by Heinrich Schuchardt · 3 years, 11 months ago
  97. 5d9b166 imx: Add 2GB lpddr support for i.MX8MN Beacon EmbeddedWorks devkit. by Adam Ford · 3 years, 9 months ago
  98. 07fc671 mx51evk: Convert to driver model by Fabio Estevam · 3 years, 9 months ago
  99. 5c8db49 mx53loco: Convert to driver model by Fabio Estevam · 3 years, 9 months ago
  100. 9102645 board: toradex: move RGMII delays to PHY side by Oleksandr Suvorov · 3 years, 9 months ago