1. de92407 efi_loader: image_loader: add digest-based verification for signed image by AKASHI Takahiro · Wed Jul 08 14:01:57 2020 +0900
  2. 4154b64 efi_loader: image_loader: verification for all signatures should pass by AKASHI Takahiro · Wed Jul 08 14:01:56 2020 +0900
  3. 35e6402 lib/crypto: use qualified path for x509_parser.h by Heinrich Schuchardt · Wed Jul 08 07:48:06 2020 +0200
  4. 7f2a68b Merge tag 'dm-pull-10jul20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Fri Jul 10 16:22:57 2020 -0400
  5. 4effd27 Merge tag 'rpi-next-2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · Fri Jul 10 14:31:22 2020 -0400
  6. 795dc7d powerpc: move ADDR_MAP to Kconfig by Marek Szyprowski · Wed Jun 03 14:43:40 2020 +0200
  7. 566107e usb: xhci: Add reset controller support by Nicolas Saenz Julienne · Mon Jun 29 18:37:25 2020 +0200
  8. 057bbbd reset: Add Raspberry Pi 4 firmware reset controller by Nicolas Saenz Julienne · Mon Jun 29 18:37:23 2020 +0200
  9. df1cb96 pci: Add some PCI Express capability register offset definitions by Sylwester Nawrocki · Mon May 25 13:39:57 2020 +0200
  10. ea90192 linux/bitfield.h: Add primitives for manipulating bitfields both in host- and fixed-endian by Nicolas Saenz Julienne · Mon May 25 13:39:56 2020 +0200
  11. dc5b437 dtoc: extend dtoc to use struct driver_info when linking nodes by Walter Lozano · Thu Jun 25 01:10:13 2020 -0300
  12. ffc41b0 core: extend struct driver_info to point to device by Walter Lozano · Thu Jun 25 01:10:11 2020 -0300
  13. 95282d6 core: drop const for struct driver_info by Walter Lozano · Thu Jun 25 01:10:10 2020 -0300
  14. 48e5b04 core: add support for U_BOOT_DRIVER_ALIAS by Walter Lozano · Thu Jun 25 01:10:06 2020 -0300
  15. 2d349c7 log: don't show function by default by Heinrich Schuchardt · Wed Jun 17 21:52:44 2020 +0200
  16. 3286843 dm: core: Correct comment on uclass_id_foreach_dev() by Simon Glass · Sun Jun 14 08:48:39 2020 -0600
  17. fff251e sandbox: make RAM size configurable by Heinrich Schuchardt · Sun Jun 07 18:47:35 2020 +0200
  18. 4da9196 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · Thu Jul 09 09:54:22 2020 -0400
  19. 2d0ee24 pci: Move some PCIe register offset definitions to a common header by Sylwester Nawrocki · Mon May 25 13:39:53 2020 +0200
  20. 460631d usb: xhci: Use only 32-bit accesses in xhci_writeq/xhci_readq by Sylwester Nawrocki · Mon May 25 13:39:52 2020 +0200
  21. c60ca2f Merge tag 'for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · Thu Jul 09 08:22:44 2020 -0400
  22. 80f6934 arm: kirkwood: switch LaCie boards to sata_mv driver by Simon Guinot · Sun Jun 28 19:00:29 2020 +0200
  23. f08364f arm: mvebu: helios4: sync helios4 config to clearfog and dts to kernel by Dennis Gilmore · Sat Jun 27 15:00:16 2020 -0500
  24. 757f4f1 spi: Remove unnecessary #ifdefs in header file by Simon Glass · Wed Jul 08 09:02:14 2020 -0600
  25. e3381c9 bootstage: Fix 'stacked' typo by Simon Glass · Fri Jul 03 10:37:07 2020 -0600
  26. fd5709f linux/kconfig.h: create two- and three-argument versions of CONFIG_IS_ENABLED by Rasmus Villemoes · Fri Jul 03 10:37:06 2020 -0600
  27. c111615 linux/kconfig.h: remove unused helper macros by Rasmus Villemoes · Fri Jul 03 10:37:05 2020 -0600
  28. f6de07e linux/kconfig.h: simplify logic for choosing CONFIG_{SPL_, TPL_, }* by Rasmus Villemoes · Fri Jul 03 10:37:04 2020 -0600
  29. 4425bf4 video: Add comments to struct sandbox_sdl_plat by Simon Glass · Thu Jul 02 21:12:28 2020 -0600
  30. 31a7e23 video: Add helpers for vidconsole for the copy framebuffer by Simon Glass · Thu Jul 02 21:12:23 2020 -0600
  31. 73c9c37 video: Add support for copying to a hardware framebuffer by Simon Glass · Thu Jul 02 21:12:20 2020 -0600
  32. fc6b784 video: Add a comment for struct video_uc_platdata by Simon Glass · Thu Jul 02 21:12:19 2020 -0600
  33. bac9150 video: Drop unnecessary #ifdef around vid_console_color() by Simon Glass · Thu Jul 02 21:12:18 2020 -0600
  34. 66ee817 console: Add a way to output to serial only by Simon Glass · Thu Jul 02 21:12:13 2020 -0600
  35. 579c992 rtc: add dm_rtc_write() helper by Rasmus Villemoes · Mon Jul 06 22:01:11 2020 +0200
  36. b9e40a2 rtc: add dm_rtc_read helper and ->read method by Rasmus Villemoes · Mon Jul 06 22:01:10 2020 +0200
  37. b404409 lib: rsa: function to verify a signature against a hash by Heiko Stuebner · Fri May 22 16:20:33 2020 +0200
  38. 3a6bca1 Update MEM_SUPPORT_64BIT_DATA to be always defined by Simon Glass · Tue Jun 02 19:26:44 2020 -0600
  39. a6d91ca spl: fit: nand: fix fit loading in case of bad blocks by Dario Binacchi · Wed May 27 13:56:20 2020 +0200
  40. 0f860b6 spl: fix format of function documentation by Dario Binacchi · Wed May 27 13:56:18 2020 +0200
  41. 7944730 debug_uart: Add CR before and after announce string by Stefan Roese · Fri May 15 07:09:03 2020 +0200
  42. 7a2cf2e tpm: add TPM2_GetRandom command support by Dhananjay Phadke · Thu Jun 04 16:43:59 2020 -0700
  43. 58b4e94 Merge tag 'u-boot-rockchip-20200708' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Tue Jul 07 23:05:57 2020 -0400
  44. 197b00e arm: vexpress64: Fix counter frequency by Andre Przywara · Thu Jun 11 12:03:15 2020 +0100
  45. 204f3dc arm: actions: remove "CONFIG_SYS_SDRAM_SIZE" for Actions Owl Semi SoCs by Amit Singh Tomar · Sat May 09 13:45:08 2020 +0530
  46. d1c2484 image: Add support for ZSTD decompression by Robert Marko · Sat Apr 25 19:37:21 2020 +0200
  47. 39832fb cmd: dm: Fixed/Added DM driver listing subcommands by Niel Fourie · Tue Mar 24 16:17:05 2020 +0100
  48. 9252d70 cmd: fs: Add command to list supported fs types by Niel Fourie · Tue Mar 24 16:17:04 2020 +0100
  49. 59d0da1 stm32mp1: use the command env info in env_check by Patrick Delaunay · Thu Jul 02 17:43:45 2020 +0200
  50. 9321129 configs: stm32mp1: only support SD card after NOR in bootcmd_stm32mp by Patrick Delaunay · Tue Jun 16 18:30:27 2020 +0200
  51. cee3edd rockchip: Pinebook Pro: Fix SPI flash and store env on it by Peter Robinson · Mon Jun 08 23:50:30 2020 +0100
  52. 34e6327 rockchip: Pinebook Pro: Fix USB and the USB attached keyboard by Peter Robinson · Mon Jun 08 23:50:29 2020 +0100
  53. 05fa4df Merge tag 'efi-2020-10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · Sun Jul 05 18:13:12 2020 -0400
  54. 75a67ae Merge branch '2020-07-01-kconfig-etc-updates' into next by Tom Rini · Sun Jul 05 18:03:32 2020 -0400
  55. de9bdc6 efi_loader: export initialization state by Heinrich Schuchardt · Thu Mar 19 18:21:58 2020 +0000
  56. ea55ba0 compilers: Introduce options for forcing inlining on SPL/TPL by Tom Rini · Thu May 14 08:30:08 2020 -0400
  57. 5cbb29e compiler_types.h: Re-introduce CONFIG_OPTIMIZE_INLINING for U-Boot by Tom Rini · Thu May 14 08:30:07 2020 -0400
  58. 7c34ae4 compiler*.h: sync include/linux/compiler*.h with Linux 5.7-rc5 by Tom Rini · Thu May 14 08:30:06 2020 -0400
  59. edc32ab riscv: Add Sipeed Maix support by Sean Anderson · Wed Jun 24 06:41:25 2020 -0400
  60. d11b582 riscv: Add device tree for K210 and Sipeed Maix BitM by Sean Anderson · Wed Jun 24 06:41:23 2020 -0400
  61. 42db70b dm: Fix error handling for dev_read_addr_ptr by Sean Anderson · Wed Jun 24 06:41:13 2020 -0400
  62. 4d88d96 clk: Add K210 clock support by Sean Anderson · Wed Jun 24 06:41:11 2020 -0400
  63. 65cd44e clk: Add a bypass clock for K210 by Sean Anderson · Wed Jun 24 06:41:10 2020 -0400
  64. 6e887ee clk: Add K210 pll support by Sean Anderson · Wed Jun 24 06:41:09 2020 -0400
  65. d434b1f Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips into next by Tom Rini · Tue Jun 30 11:43:18 2020 -0400
  66. 768b86d arm: pxa: mmc: add driver model support by Marcel Ziswiler · Mon May 20 02:44:59 2019 +0200
  67. 82c645c kconfig: mmc: move pxa_mmc_generic to kconfig by Marcel Ziswiler · Mon May 20 02:44:58 2019 +0200
  68. 65c2bf6 dm: core: gracefully handle alias seq without of by Marcel Ziswiler · Mon May 20 02:44:57 2019 +0200
  69. 92f2478 serial: pxa: clean-up platform data include file by Marcel Ziswiler · Mon May 20 02:44:55 2019 +0200
  70. b1f83a6 net: pcnet: Add Kconfig entries by Marek Vasut · Sun May 17 18:24:25 2020 +0200
  71. 08aac4b net: pcnet: Drop PCNET_HAS_PROM by Marek Vasut · Sun May 17 18:24:12 2020 +0200
  72. 23aa834 spi: Move DM_SPI_FLASH and SPI_FLASH_DATAFLASH to Kconfig (for ls1021aXXX) by Lukasz Majewski · Thu Jun 04 23:11:52 2020 +0800
  73. 9cb0cc1 spi: Move DM_SPI_FLASH to Kconfig (for NXP's ls1043a) by Lukasz Majewski · Thu Jun 04 23:11:51 2020 +0800
  74. 1944087 Convert CONFIG_CADENCE_QSPI to Kconfig by Tom Rini · Tue Jun 16 19:06:31 2020 -0400
  75. 76f44298 spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI* by Lukasz Majewski · Thu Jun 04 23:11:53 2020 +0800
  76. 467eec6 Merge tag 'fixes-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · Sun Jun 28 10:12:25 2020 -0400
  77. 0b89a87 video: mipi update panel platform data by Yannick Fertre · Wed Jun 24 10:45:39 2020 +0200
  78. c1c33ce rk3399: Add BOOTENV_SF command by Jagan Teki · Mon Jun 08 10:17:08 2020 -0400
  79. 7fdb410 Kconfig: Remove CONFIG_CLOCKS_IN_MHZ by Tom Rini · Tue Jun 16 19:06:28 2020 -0400
  80. 4a4c339 Convert CONFIG_BOOTM_NETBSD to Kconfig by Tom Rini · Tue Jun 16 19:06:27 2020 -0400
  81. 6081273 arm: imx: Finish migration of CONFIG_CSF_SIZE to Kconfig by Tom Rini · Tue Jun 16 19:06:26 2020 -0400
  82. 7cf9ab7 nxp: Finish switch to CONFIG_NXP_ESBC by Tom Rini · Tue Jun 16 19:06:25 2020 -0400
  83. 4436469 Convert CONFIG_CONSOLE_SCROLL_LINES to Kconfig by Tom Rini · Tue Jun 16 19:06:23 2020 -0400
  84. c625602 arm: toradex: Convert CONFIG_CONSOLE_MUX to Kconfig by Tom Rini · Tue Jun 16 19:06:22 2020 -0400
  85. 37576b6 Convert CONFIG_CONS_INDEX to Kconfig by Tom Rini · Tue Jun 16 19:06:21 2020 -0400
  86. d667c9e Convert CONFIG_CMDLINE_EDITING to Kconfig by Tom Rini · Tue Jun 16 19:06:20 2020 -0400
  87. eb6f6fc Convert CONFIG_BUILD_TARGET to Kconfig by Tom Rini · Tue Jun 16 19:06:19 2020 -0400
  88. 6389dd7 Convert CONFIG_BOUNCE_BUFFER to Kconfig by Tom Rini · Tue Jun 16 19:06:18 2020 -0400
  89. 119c8f9 Convert CONFIG_BOOTP_DNS2 to Kconfig by Tom Rini · Tue Jun 16 19:06:17 2020 -0400
  90. cfe912f arm: abb secu1: Convert CONFIG_BOOTDELAY to Kconfig by Tom Rini · Tue Jun 16 19:06:16 2020 -0400
  91. 9469b77 arm: capricorn: Convert CONFIG_BOOTCOUNT_ENV et al to Kconfig by Tom Rini · Tue Jun 16 19:06:15 2020 -0400
  92. 9f8d9a2 Convert CONFIG_BOARD_TYPES to Kconfig by Tom Rini · Tue Jun 16 19:06:14 2020 -0400
  93. e56898c Convert CONFIG_BCH to Kconfig by Tom Rini · Tue Jun 16 19:06:13 2020 -0400
  94. 97faf61 Convert CONFIG_BOOTARGS to Kconfig by Tom Rini · Tue Jun 16 19:06:12 2020 -0400
  95. 51876ec Convert CONFIG_BOARD_EARLY_INIT_F et al to Kconfig by Tom Rini · Tue Jun 16 19:06:11 2020 -0400
  96. 740ffae Convert CONFIG_BAUDRATE to Kconfig by Tom Rini · Tue Jun 16 19:06:10 2020 -0400
  97. 7ae616a bk4r1: Re-convert CONFIG_AUTOBOOT_PROMPT et al to Kconfig by Tom Rini · Tue Jun 16 19:06:09 2020 -0400
  98. 3c95682 Convert CONFIG_ATMEL_USART to Kconfig by Tom Rini · Tue Jun 16 19:06:08 2020 -0400
  99. 3810f10 Convert CONFIG_ATMEL_NAND_HW_PMECC et al to Kconfig by Tom Rini · Tue Jun 16 19:06:07 2020 -0400
  100. cc8db2a Convert CONFIG_ATMEL_HLCD to Kconfig by Tom Rini · Tue Jun 16 19:06:06 2020 -0400