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