1. b0dd8cb efi_loader: new function efi_memcpy_runtime() by Heinrich Schuchardt · 4 years, 3 months ago
  2. 724d281 efi_loader: optional pointer for ConvertPointer by Heinrich Schuchardt · 4 years, 6 months ago
  3. a44d2a2 efi_loader: export efi_convert_pointer() by Heinrich Schuchardt · 4 years, 6 months ago
  4. 5f7dcf0 efi_loader: UEFI variable persistence by Heinrich Schuchardt · 4 years, 6 months ago
  5. 01df8cf efi_loader: separate UEFI variable API from implemementation by Heinrich Schuchardt · 4 years, 3 months ago
  6. f2d2b3a efi_loader: prepare for read only OP-TEE variables by Heinrich Schuchardt · 4 years, 3 months ago
  7. 491bfe8 lib: rsa: export rsa_verify_with_pkey() by AKASHI Takahiro · 4 years, 3 months ago
  8. 7926dfb efi_loader: image_loader: add digest-based verification for signed image by AKASHI Takahiro · 4 years, 3 months ago
  9. 11bafb2 efi_loader: image_loader: verification for all signatures should pass by AKASHI Takahiro · 4 years, 3 months ago
  10. b9f217a lib/crypto: use qualified path for x509_parser.h by Heinrich Schuchardt · 4 years, 3 months ago
  11. 4a9146c Merge tag 'dm-pull-10jul20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 3 months ago
  12. 3113c84 Merge tag 'rpi-next-2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · 4 years, 3 months ago
  13. 69be8fd powerpc: move ADDR_MAP to Kconfig by Marek Szyprowski · 4 years, 4 months ago
  14. 0b80371 usb: xhci: Add reset controller support by Nicolas Saenz Julienne · 4 years, 3 months ago
  15. f676eb2 reset: Add Raspberry Pi 4 firmware reset controller by Nicolas Saenz Julienne · 4 years, 3 months ago
  16. db75485 pci: Add some PCI Express capability register offset definitions by Sylwester Nawrocki · 4 years, 4 months ago
  17. c92921b linux/bitfield.h: Add primitives for manipulating bitfields both in host- and fixed-endian by Nicolas Saenz Julienne · 4 years, 4 months ago
  18. 51f1263 dtoc: extend dtoc to use struct driver_info when linking nodes by Walter Lozano · 4 years, 3 months ago
  19. fed0f89 core: extend struct driver_info to point to device by Walter Lozano · 4 years, 3 months ago
  20. 908d024 core: drop const for struct driver_info by Walter Lozano · 4 years, 3 months ago
  21. addf358 core: add support for U_BOOT_DRIVER_ALIAS by Walter Lozano · 4 years, 3 months ago
  22. 3c21d77 log: don't show function by default by Heinrich Schuchardt · 4 years, 3 months ago
  23. b48c272 dm: core: Correct comment on uclass_id_foreach_dev() by Simon Glass · 4 years, 3 months ago
  24. e85497a sandbox: make RAM size configurable by Heinrich Schuchardt · 4 years, 4 months ago
  25. 506d523 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 3 months ago
  26. b6687e1 pci: Move some PCIe register offset definitions to a common header by Sylwester Nawrocki · 4 years, 4 months ago
  27. 8e2ab05 usb: xhci: Use only 32-bit accesses in xhci_writeq/xhci_readq by Sylwester Nawrocki · 4 years, 4 months ago
  28. d910793 Merge tag 'for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · 4 years, 3 months ago
  29. 6620c65 arm: kirkwood: switch LaCie boards to sata_mv driver by Simon Guinot · 4 years, 3 months ago
  30. 34fb7df arm: mvebu: helios4: sync helios4 config to clearfog and dts to kernel by Dennis Gilmore · 4 years, 3 months ago
  31. 324ec5d spi: Remove unnecessary #ifdefs in header file by Simon Glass · 4 years, 3 months ago
  32. dafde79 bootstage: Fix 'stacked' typo by Simon Glass · 4 years, 3 months ago
  33. 7842749 linux/kconfig.h: create two- and three-argument versions of CONFIG_IS_ENABLED by Rasmus Villemoes · 4 years, 3 months ago
  34. 7d78a45 linux/kconfig.h: remove unused helper macros by Rasmus Villemoes · 4 years, 3 months ago
  35. b4f7388 linux/kconfig.h: simplify logic for choosing CONFIG_{SPL_, TPL_, }* by Rasmus Villemoes · 4 years, 3 months ago
  36. ef45312 video: Add comments to struct sandbox_sdl_plat by Simon Glass · 4 years, 3 months ago
  37. 8c0b5d2 video: Add helpers for vidconsole for the copy framebuffer by Simon Glass · 4 years, 3 months ago
  38. 9beac5d video: Add support for copying to a hardware framebuffer by Simon Glass · 4 years, 3 months ago
  39. 5a6cea3 video: Add a comment for struct video_uc_platdata by Simon Glass · 4 years, 3 months ago
  40. 2d7c268 video: Drop unnecessary #ifdef around vid_console_color() by Simon Glass · 4 years, 3 months ago
  41. 493a4c8 console: Add a way to output to serial only by Simon Glass · 4 years, 3 months ago
  42. 0938182 rtc: add dm_rtc_write() helper by Rasmus Villemoes · 4 years, 3 months ago
  43. d8be088 rtc: add dm_rtc_read helper and ->read method by Rasmus Villemoes · 4 years, 3 months ago
  44. c89b41b lib: rsa: function to verify a signature against a hash by Heiko Stuebner · 4 years, 4 months ago
  45. 3428faf Update MEM_SUPPORT_64BIT_DATA to be always defined by Simon Glass · 4 years, 4 months ago
  46. 9f6a14c spl: fit: nand: fix fit loading in case of bad blocks by Dario Binacchi · 4 years, 4 months ago
  47. 146a17a spl: fix format of function documentation by Dario Binacchi · 4 years, 4 months ago
  48. ce6515e debug_uart: Add CR before and after announce string by Stefan Roese · 4 years, 4 months ago
  49. 06bea49 tpm: add TPM2_GetRandom command support by Dhananjay Phadke · 4 years, 4 months ago
  50. 526fe06 Merge tag 'u-boot-rockchip-20200708' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 3 months ago
  51. 220b590 arm: vexpress64: Fix counter frequency by Andre Przywara · 4 years, 4 months ago
  52. 0a7ba7c arm: actions: remove "CONFIG_SYS_SDRAM_SIZE" for Actions Owl Semi SoCs by Amit Singh Tomar · 4 years, 5 months ago
  53. 26073f9 image: Add support for ZSTD decompression by Robert Marko · 4 years, 5 months ago
  54. 2e48836 cmd: dm: Fixed/Added DM driver listing subcommands by Niel Fourie · 4 years, 6 months ago
  55. 2280fa5 cmd: fs: Add command to list supported fs types by Niel Fourie · 4 years, 6 months ago
  56. c16cba8 stm32mp1: use the command env info in env_check by Patrick Delaunay · 4 years, 3 months ago
  57. d5d726d configs: stm32mp1: only support SD card after NOR in bootcmd_stm32mp by Patrick Delaunay · 4 years, 3 months ago
  58. f9d6743 rockchip: Pinebook Pro: Fix SPI flash and store env on it by Peter Robinson · 4 years, 4 months ago
  59. 3a57712 rockchip: Pinebook Pro: Fix USB and the USB attached keyboard by Peter Robinson · 4 years, 4 months ago
  60. 621e09c Merge tag 'efi-2020-10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · 4 years, 3 months ago
  61. df3d0a3 Merge branch '2020-07-01-kconfig-etc-updates' into next by Tom Rini · 4 years, 3 months ago
  62. 15b1bf1 efi_loader: export initialization state by Heinrich Schuchardt · 4 years, 6 months ago
  63. 72c4d40 compilers: Introduce options for forcing inlining on SPL/TPL by Tom Rini · 4 years, 4 months ago
  64. 1f1a0f3 compiler_types.h: Re-introduce CONFIG_OPTIMIZE_INLINING for U-Boot by Tom Rini · 4 years, 4 months ago
  65. 67f51b4 compiler*.h: sync include/linux/compiler*.h with Linux 5.7-rc5 by Tom Rini · 4 years, 4 months ago
  66. a7c81fc riscv: Add Sipeed Maix support by Sean Anderson · 4 years, 3 months ago
  67. bba8618 riscv: Add device tree for K210 and Sipeed Maix BitM by Sean Anderson · 4 years, 3 months ago
  68. 082faeb dm: Fix error handling for dev_read_addr_ptr by Sean Anderson · 4 years, 3 months ago
  69. f9c7d4f clk: Add K210 clock support by Sean Anderson · 4 years, 3 months ago
  70. 1a198cf clk: Add a bypass clock for K210 by Sean Anderson · 4 years, 3 months ago
  71. 019ef9a clk: Add K210 pll support by Sean Anderson · 4 years, 3 months ago
  72. 5fdb3c0 Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips into next by Tom Rini · 4 years, 3 months ago
  73. 290e6bb arm: pxa: mmc: add driver model support by Marcel Ziswiler · 5 years ago
  74. 9b515a8 kconfig: mmc: move pxa_mmc_generic to kconfig by Marcel Ziswiler · 5 years ago
  75. 45224e8 dm: core: gracefully handle alias seq without of by Marcel Ziswiler · 5 years ago
  76. 4d3053a serial: pxa: clean-up platform data include file by Marcel Ziswiler · 5 years ago
  77. d8553d6 net: pcnet: Add Kconfig entries by Marek Vasut · 4 years, 4 months ago
  78. b92b8f4 net: pcnet: Drop PCNET_HAS_PROM by Marek Vasut · 4 years, 4 months ago
  79. 2896422 spi: Move DM_SPI_FLASH and SPI_FLASH_DATAFLASH to Kconfig (for ls1021aXXX) by Lukasz Majewski · 4 years, 4 months ago
  80. 044a66c spi: Move DM_SPI_FLASH to Kconfig (for NXP's ls1043a) by Lukasz Majewski · 4 years, 4 months ago
  81. 582b4f7 Convert CONFIG_CADENCE_QSPI to Kconfig by Tom Rini · 4 years, 3 months ago
  82. 56c4046 spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI* by Lukasz Majewski · 4 years, 4 months ago
  83. 19a7e58 Merge tag 'fixes-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 4 years, 3 months ago
  84. 36e66e3 video: mipi update panel platform data by Yannick Fertre · 4 years, 3 months ago
  85. 6a28dc3 rk3399: Add BOOTENV_SF command by Jagan Teki · 4 years, 4 months ago
  86. 2254f13 Kconfig: Remove CONFIG_CLOCKS_IN_MHZ by Tom Rini · 4 years, 3 months ago
  87. f399e83 Convert CONFIG_BOOTM_NETBSD to Kconfig by Tom Rini · 4 years, 3 months ago
  88. 7d80a9c arm: imx: Finish migration of CONFIG_CSF_SIZE to Kconfig by Tom Rini · 4 years, 3 months ago
  89. bba4c7f nxp: Finish switch to CONFIG_NXP_ESBC by Tom Rini · 4 years, 3 months ago
  90. f23476f Convert CONFIG_CONSOLE_SCROLL_LINES to Kconfig by Tom Rini · 4 years, 3 months ago
  91. bc209fb arm: toradex: Convert CONFIG_CONSOLE_MUX to Kconfig by Tom Rini · 4 years, 3 months ago
  92. 1ca87f9 Convert CONFIG_CONS_INDEX to Kconfig by Tom Rini · 4 years, 3 months ago
  93. 75bdd53 Convert CONFIG_CMDLINE_EDITING to Kconfig by Tom Rini · 4 years, 3 months ago
  94. 54d865b Convert CONFIG_BUILD_TARGET to Kconfig by Tom Rini · 4 years, 3 months ago
  95. a51cff2 Convert CONFIG_BOUNCE_BUFFER to Kconfig by Tom Rini · 4 years, 3 months ago
  96. e2dce7a Convert CONFIG_BOOTP_DNS2 to Kconfig by Tom Rini · 4 years, 3 months ago
  97. 4093083 arm: abb secu1: Convert CONFIG_BOOTDELAY to Kconfig by Tom Rini · 4 years, 3 months ago
  98. 53355d5 arm: capricorn: Convert CONFIG_BOOTCOUNT_ENV et al to Kconfig by Tom Rini · 4 years, 3 months ago
  99. 05369e4 Convert CONFIG_BOARD_TYPES to Kconfig by Tom Rini · 4 years, 3 months ago
  100. 103354d Convert CONFIG_BCH to Kconfig by Tom Rini · 4 years, 3 months ago