1. a3cdcfc common: Move reset_phy() to net.h by Simon Glass · 5 years ago
  2. 7e6263b common: Move jumptable_init() out of common.h by Simon Glass · 5 years ago
  3. aca84e0 common: Move flash_perror() to flash.h by Simon Glass · 5 years ago
  4. 8fc96b0 common: Move main_loop() to init.h by Simon Glass · 5 years ago
  5. 3d96470 u-boot: fit: add support to decrypt fit with aes by Philippe Reynes · 5 years ago
  6. 3148e42 mkimage: fit: add support to encrypt image with aes by Philippe Reynes · 5 years ago
  7. a8c45f2 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 4 years, 11 months ago
  8. 91366e2 Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 4 years, 11 months ago
  9. fef81be spl: mmc: support uboot image offset on main partition by Baruch Siach · 4 years, 11 months ago
  10. 3d2ba9c Kconfig: Rename CONFIG_SPL_DMA_SUPPORT to CONFIG_SPL_DMA by Vignesh Raghavendra · 5 years ago
  11. 74b139f spl: fix entry_point equal to load_addr by Giulio Benetti · 4 years, 11 months ago
  12. d1598e2 spl: atf: Enable option to rewrite bl2_plat_get_bl31_params() by Michal Simek · 5 years ago
  13. db878c0 spl: atf: Add missing ndepth initialization by Michal Simek · 5 years ago
  14. ee98dac dtimg/am57xx_evm_defconfig: Rename dtimg to adtimg by Eugeniu Rosca · 5 years ago
  15. 3528eab spl: fix stack usage check if gd is not initialized by Simon Goldschmidt · 5 years ago
  16. 99ebf03 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 5 years ago
  17. 3768a0e Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 5 years ago
  18. 0dbdaf3 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 5 years ago
  19. 6aca598 bootm: Add a bootm command for type IH_OS_EFI by Cristian Ciocaltea · 5 years ago
  20. 217f964 image: Add IH_OS_EFI for EFI chain-load boot by Cristian Ciocaltea · 5 years ago
  21. 9037b7f spl: fit: Allow the board to tell if more images must be loaded from FIT by Jean-Jacques Hiblot · 5 years ago
  22. 64e82dc spl: fit: constify the output parameter of spl_fit_get_image_name() by Jean-Jacques Hiblot · 5 years ago
  23. 9443a73 spl: fit: be more verbose when an error occurs when applying the overlays by Jean-Jacques Hiblot · 5 years ago
  24. c6ab6a1 spl: fit: Do not fail immediately if an overlay is not available by Jean-Jacques Hiblot · 5 years ago
  25. 0da5815 spl: fit: allocate a temporary buffer to load the overlays by Jean-Jacques Hiblot · 5 years ago
  26. 74addb6 spl: fit: Make room in the FDT before applying overlays by Jean-Jacques Hiblot · 5 years ago
  27. bf703df spl: fit: Add support for applying DT overlay by Michal Simek · 5 years ago
  28. 776ce60 spl: fit: don't load the firmware twice by Jean-Jacques Hiblot · 5 years ago
  29. 54914d4 spl: Allow cache drivers to be used in SPL by Ley Foon Tan · 5 years ago
  30. 1e41401 dfu: Add optional timeout parameter by Andy Shevchenko · 5 years ago
  31. b846d18 configs: Enable SPL_FSL_PBL for some LayerScape platforms by Alison Wang · 5 years ago
  32. 596f31c spl: Add methods to find the position/size of next phase by Simon Glass · 5 years ago
  33. 564a4a0 x86: fsp: Add a new arch_fsp_init_r() hook by Simon Glass · 5 years ago
  34. 3199afb board_r: Move early-timer init later by Simon Glass · 5 years ago
  35. dd7fb9b binman: Add a library to access binman entries by Simon Glass · 5 years ago
  36. fcedb9a spl: opensbi: wait for ack from secondary harts before entering OpenSBI by Lukas Auer · 5 years ago
  37. c308e01 riscv: add option to wait for ack from secondary harts in smp functions by Lukas Auer · 5 years ago
  38. e105b61 spl: opensbi: specify main hart as preferred boot hart by Lukas Auer · 5 years ago
  39. 8b4ee5f spl: cache: Allow cache drivers in SPL by Rick Chen · 5 years ago
  40. 7bc5b5e Merge tag 'u-boot-imx-20191209' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  41. 62e64cf Revert "spl: fix entry_point equal to load_addr" by Tom Rini · 5 years ago
  42. 80b9578 common: fdt_support: add support for setting usable memory by Igor Opaniuk · 5 years ago
  43. 8e0b77c spl: fix entry_point equal to load_addr by Giulio Benetti · 5 years ago
  44. 1ce1ecf spl: Introduce SPL_DM_GPIO Kconfig define by Lukasz Majewski · 5 years ago
  45. d093536 mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND by Miquel Raynal · 5 years ago
  46. 7ac012a spl: ymodem: Fix loading of fit image by Lokesh Vutla · 5 years ago
  47. dcda76e bootm: vxworks: Support Linux compatible standard DTB for ARM and PPC by Lihua Zhao · 5 years ago
  48. fd37f24 cosmetic: Fix spelling and whitespace errors by Thomas Hebb · 5 years ago
  49. 6980b6b common: Move board_get_usable_ram_top() out of common.h by Simon Glass · 5 years ago
  50. adaaa48 common: Move command functions out of common.h by Simon Glass · 5 years ago
  51. 8f3f761 common: Move enable/disable_interrupts out of common.h by Simon Glass · 5 years ago
  52. 9b61c7c common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  53. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  54. 1d91ba7 common: Move some cache and MMU functions out of common.h by Simon Glass · 5 years ago
  55. 1fa70f8 common: Move checkcpu() out of common.h by Simon Glass · 5 years ago
  56. 495a5dc common: Move get_ticks() function out of common.h by Simon Glass · 5 years ago
  57. e1aba1e common: Add a new lz4.h header file by Simon Glass · 5 years ago
  58. 3673618 common: Move serial functions out of common.h by Simon Glass · 5 years ago
  59. 16ff570 common: Move sorting functions to their own header file by Simon Glass · 5 years ago
  60. c11c19f spl: bootcount: Move code out of header file by Simon Glass · 5 years ago
  61. 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
  62. e7872cb common: Drop global inclusion of status_led.h by Simon Glass · 5 years ago
  63. d662cdb Drop CONFIG_SHOW_ACTIVITY by Simon Glass · 5 years ago
  64. 809a220 usb: kbd: move USB_KBD_BOOT_REPORT_SIZE to usb.h by Heinrich Schuchardt · 5 years ago
  65. 8e505ee usb: kbd: implement special keys by Heinrich Schuchardt · 5 years ago
  66. d05aaef usb: kbd: simplify coding for arrow keys by Heinrich Schuchardt · 5 years ago
  67. 90d746f usb: kbd: signature of usb_kbd_put_queue() by Heinrich Schuchardt · 5 years ago
  68. 38ed7fe usb: kbd: fix typo by Heinrich Schuchardt · 5 years ago
  69. ca63e71 env: Add CONFIG_SYS_RELOC_GD_ENV_ADDR symbol by Tom Rini · 5 years ago
  70. 2972384 Merge tag 'u-boot-rockchip-20191118' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 5 years ago
  71. 4a0da7c spl: separate SPL_FRAMEWORK config for spl and tpl by Heiko Stuebner · 5 years ago
  72. b1a4fa0 image: fdt: copy possible optee nodes to a loaded devicetree by Heiko Stuebner · 5 years ago
  73. 99792e2 Merge tag 'u-boot-rockchip-20191110' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 5 years ago
  74. 8dc7abe common: spl: atf: support booting bl32 image by Joseph Chen · 5 years ago
  75. 60df6eb hush: re-sequence includes by Heinrich Schuchardt · 5 years ago
  76. 6b89084 dlmalloc: calloc: fix zeroing early allocations by Simon Goldschmidt · 5 years ago
  77. 3a02533 spl: fix SPI config dependencies by Simon Goldschmidt · 5 years ago
  78. d30aeb1 common/console.c: Fix unused warning with console_doenv() by Tom Rini · 5 years ago
  79. 7593603 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 5 years ago
  80. a3ec535 Merge tag 'u-boot-imx-20191104' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  81. 55ce92e spl: nor: Provide falcon boot support for NOR memories by Lukasz Majewski · 5 years ago
  82. db372a8 spl: Add a size check for TPL by Simon Glass · 5 years ago
  83. 073dff7 Merge tag 'video-for-2020.01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 5 years ago
  84. ba1e61b Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dm by Tom Rini · 5 years ago
  85. 7f107fe common: Kconfig: Fix typo in TPL_LOG_CONSOLE description by Simon South · 5 years ago
  86. 765e91a usb: storage: Only clear READY flag on error by Marek Vasut · 5 years ago
  87. cc93ffd usb: storage: Limit transfer size to 120 kiB by Marek Vasut · 5 years ago
  88. 11f7118 splash: fix build breakage with newer llvm-7 by Anatolij Gustschin · 5 years ago
  89. dc7d322 spl: spl_mmc: fix getting raw_sect when boot from emmc boot partition by Peng Fan · 5 years ago
  90. 487f917 fdt: Fix alignment issue when reading 64-bits properties from fdt by Jean-Jacques Hiblot · 5 years ago
  91. 0e86456 bootstage: Allow SPL to obtain bootstage info from TPL by Simon Glass · 5 years ago
  92. aa2abc4 bootstage: Mark the start/end of TPL and SPL separately by Simon Glass · 5 years ago
  93. 39d5852 bootstage: Correct relocation algorithm by Simon Glass · 5 years ago
  94. 0014964 bootstage: Avoid conflicts between stash/unstash by Simon Glass · 5 years ago
  95. f65061d bootstage: Fix counting of entries in stash by Simon Glass · 5 years ago
  96. a6bd204 bootstage: Store the next ID in the stash by Simon Glass · 5 years ago
  97. 96a5b7e bloblist: Reserve an aligned base by Simon Glass · 5 years ago
  98. 8d76d2f common: command: Fix manual relocation for repeatable command by Michal Simek · 5 years ago
  99. 0164dc8 common: image-sig.c: Add manual relocation by T Karthik Reddy · 6 years ago
  100. a098b43 common: hash: Manually relocate struct hash_algo by T Karthik Reddy · 6 years ago