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