1. 545c747 Merge tag 'dm-pull-27apr20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 6 months ago
  2. aba6e77 spl: spl_legacy: Add lzma decompression support for legacy image by Weijie Gao · 4 years, 6 months ago
  3. f1b0f15 spl: spl_nor: Remove unused variable 'ret' warning by Stefan Roese · 4 years, 6 months ago
  4. 2fc91ed spl: spl_nor: Move legacy image loading into spl_legacy.c by Stefan Roese · 4 years, 6 months ago
  5. 5ae526b spl: spl_legacy: Use IS_ENABLED() to remove #ifdef by Stefan Roese · 4 years, 6 months ago
  6. c110817 spl: Extract legacy image handling into separate file by Stefan Roese · 4 years, 6 months ago
  7. c1f39ed log: remove useless cast by Heinrich Schuchardt · 4 years, 6 months ago
  8. 64045a6 libfdt: split fdt_region declarations out to <fdt_region.h> by Masahiro Yamada · 4 years, 6 months ago
  9. 3e69db1 fdt_region: move fdt_region.c to common/ from lib/libfdt/ by Masahiro Yamada · 4 years, 6 months ago
  10. 077e72c spl: fit: do not check argument of free() by Heinrich Schuchardt · 4 years, 6 months ago
  11. 79926e4 common/board_f: Make reserve_mmu generic by Ovidiu Panait · 4 years, 7 months ago
  12. 586b15b common/board_f: Move arm-specific reserve_mmu to arch/arm/lib/cache.c by Ovidiu Panait · 4 years, 7 months ago
  13. 67b359c spl: Kconfig: de-dup SPL_DM_GPIO definition by Joel Johnson · 4 years, 6 months ago
  14. be621c1 dlmalloc: remove unit test support in SPL by Heinrich Schuchardt · 4 years, 6 months ago
  15. 6441164 common: image_sign_info helper functions in SPL by Heinrich Schuchardt · 4 years, 6 months ago
  16. 191636e riscv: Introduce SPL_SMP Kconfig option for U-Boot SPL by Bin Meng · 4 years, 6 months ago
  17. 2b63959 Merge tag 'mmc-2020-4-22' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 4 years, 6 months ago
  18. c51b751 spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition() by Harald Seiler · 4 years, 6 months ago
  19. e975906 spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode() by Harald Seiler · 4 years, 6 months ago
  20. 8074ffe common: bouncebuf: Permit passing custom alignment check function by Marek Vasut · 4 years, 7 months ago
  21. 155d6a3 image: Add a common compression type detection function. by Atish Patra · 4 years, 8 months ago
  22. 65c141e board_f.c: Ensure 16 alignment of start_addr_sp and reserved memory by Patrick Delaunay · 4 years, 8 months ago WIP/2020-04-16-master-imports
  23. a665108 board_f.c: Ensure gd->new_bootstage alignment by Patrice Chotard · 4 years, 8 months ago
  24. befadde log: syslog driver by Heinrich Schuchardt · 4 years, 8 months ago
  25. d1a02f5 log: correct CONFIG_LOG_TEST prerequisites by Heinrich Schuchardt · 4 years, 8 months ago
  26. 8914831 Merge branch 'next' by Tom Rini · 4 years, 6 months ago
  27. ed49ea9 main: Drop show_boot_progress() prototype by Simon Glass · 4 years, 7 months ago
  28. 31232de usb: Keep async schedule running only across mass storage xfers by Marek Vasut · 4 years, 7 months ago
  29. 1f47e2a Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 7 months ago
  30. 9d15d1d Revert "common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled" by Ye Li · 4 years, 7 months ago
  31. 61853a7 rockchip: Enable pre console for rk3399 by Jagan Teki · 4 years, 7 months ago
  32. 72188f5 image: Use constants for 'required' and 'key-name-hint' by Simon Glass · 4 years, 7 months ago
  33. 8a9d037 image: Load the correct configuration in fit_check_sign by Simon Glass · 4 years, 7 months ago
  34. 67acad3 image: Check hash-nodes when checking configurations by Simon Glass · 4 years, 7 months ago
  35. 472f911 image: Return an error message from fit_config_verify_sig() by Simon Glass · 4 years, 7 months ago
  36. 382cf62 image: Be a little more verbose when checking signatures by Simon Glass · 4 years, 7 months ago
  37. 390b26d image: Correct comment for fit_conf_get_node() by Simon Glass · 4 years, 7 months ago
  38. 2b18b89 Merge branch 'next' of git://git.denx.de/u-boot-usb into next by Tom Rini · 4 years, 7 months ago
  39. 0df27d6 image-fit: Allow loading FIT image for VxWorks by Lihua Zhao · 4 years, 7 months ago
  40. a356e7a spl: Kconfig: Escape '$(ARCH)' in LDSCRIPT entries by Tom Rini · 4 years, 8 months ago
  41. 1837804 fit: check return value of fit_image_get_data_size() by Heinrich Schuchardt · 4 years, 8 months ago
  42. b983cc2 lib: rsa: decouple rsa from FIT image verification by AKASHI Takahiro · 4 years, 8 months ago
  43. cf00825 spl: mmc: Fix spl_mmc_get_uboot_raw_sector() implementation by Faiz Abbas · 4 years, 8 months ago
  44. 3807017 rockchip: rk3288: Enable pre console buffer by Jagan Teki · 4 years, 9 months ago
  45. fbf9c15 board_f: Make clear_bss generic by Ovidiu Panait · 4 years, 9 months ago
  46. a3a9e04 common/console.c: discard volatile by Heinrich Schuchardt · 4 years, 8 months ago
  47. 9a8942b Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 8 months ago
  48. 2aa69c9 Kconfig: update LOGLEVEL range by Marek Bykowski · 4 years, 9 months ago WIP/2020-02-10-master-imports
  49. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
  50. 1f6510c exports: Add the malloc.h header by Simon Glass · 4 years, 9 months ago
  51. 19464f4 cli: Make the sandbox board_run_command the default by Sean Anderson · 4 years, 10 months ago
  52. 28b417c image: fdt: check "status" of "/reserved-memory" subnodes by Thirupathaiah Annapureddy · 4 years, 10 months ago
  53. b612312 console: Add a function to read a line of the output / eof by Simon Glass · 4 years, 9 months ago
  54. b83994d bloblist: Zero records when adding by Simon Glass · 4 years, 9 months ago
  55. 02247c1 bloblist: Tidy up a few comments and code-style nits by Simon Glass · 4 years, 9 months ago
  56. 5b04454 bloblist: Add a new function to add or check size by Simon Glass · 4 years, 9 months ago
  57. 7f25315 image: android: Add routine to get dtbo params by Sam Protsenko · 4 years, 9 months ago
  58. c3bfad8 image: android: Add functions for handling dtb field by Sam Protsenko · 4 years, 9 months ago
  59. 016e4ae common/board_f.c: Remove arch-specific checks for cpucheck by Ovidiu Panait · 4 years, 9 months ago
  60. c05b38d common: fix regression on block cache init by Angelo Durgehello · 4 years, 9 months ago
  61. 0b23b0d Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 4 years, 9 months ago
  62. 1526bcc common: add blkcache init by Angelo Durgehello · 4 years, 9 months ago
  63. 671d64f sunxi: move CONFIG_SYS_SPI_U_BOOT_OFFS out of defconfig by Andre Przywara · 4 years, 10 months ago
  64. f2f8e90 common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA by Simon Glass · 4 years, 10 months ago
  65. 29a4a9f common: Move hang() to the same header as panic() by Simon Glass · 4 years, 10 months ago
  66. 91527c9 common: Move RAM-sizing functions to init.h by Simon Glass · 4 years, 10 months ago
  67. ea18895 common: Move the image globals into image.h by Simon Glass · 4 years, 10 months ago
  68. e7f0ec0 image: Rename load_addr, save_addr, save_size by Simon Glass · 4 years, 10 months ago
  69. b63ff2a common: Move clock functions into a new file by Simon Glass · 4 years, 10 months ago
  70. 9d89bcd common: Move reset_phy() to net.h by Simon Glass · 4 years, 10 months ago
  71. 0f67fc2 common: Move jumptable_init() out of common.h by Simon Glass · 4 years, 10 months ago
  72. 9dfbc24 common: Move flash_perror() to flash.h by Simon Glass · 4 years, 10 months ago
  73. 930c57e common: Move main_loop() to init.h by Simon Glass · 4 years, 10 months ago
  74. 9086ab5 board_init: remove meaningless increment in board_init_f_init_reserve() by Masahiro Yamada · 4 years, 10 months ago
  75. 602ce1d spl_fit.c: enable loading compressed u-boot from fit image by Klaus H. Sorensen · 4 years, 11 months ago
  76. 4d979bf common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA by Simon Glass · 4 years, 10 months ago
  77. db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 10 months ago
  78. 9b4a205 common: Move RAM-sizing functions to init.h by Simon Glass · 4 years, 10 months ago
  79. 8e8ccfe common: Move the image globals into image.h by Simon Glass · 4 years, 10 months ago
  80. bb872dd image: Rename load_addr, save_addr, save_size by Simon Glass · 4 years, 10 months ago
  81. d96c260 common: Move clock functions into a new file by Simon Glass · 4 years, 10 months ago
  82. 5e6267a common: Move reset_phy() to net.h by Simon Glass · 4 years, 10 months ago
  83. a6f2aaf common: Move jumptable_init() out of common.h by Simon Glass · 4 years, 10 months ago
  84. 0ee48252 common: Move flash_perror() to flash.h by Simon Glass · 4 years, 10 months ago
  85. 6b8d3ce common: Move main_loop() to init.h by Simon Glass · 4 years, 10 months ago
  86. 4df3578 u-boot: fit: add support to decrypt fit with aes by Philippe Reynes · 4 years, 10 months ago WIP/2020-01-17-improve-aes-support
  87. 7298e42 mkimage: fit: add support to encrypt image with aes by Philippe Reynes · 4 years, 10 months ago
  88. 994bb86 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 4 years, 9 months ago
  89. 92329e2 Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 4 years, 9 months ago
  90. e42afd8 spl: mmc: support uboot image offset on main partition by Baruch Siach · 4 years, 9 months ago
  91. 74326a3 Kconfig: Rename CONFIG_SPL_DMA_SUPPORT to CONFIG_SPL_DMA by Vignesh Raghavendra · 5 years ago
  92. 1054344 spl: fix entry_point equal to load_addr by Giulio Benetti · 4 years, 10 months ago
  93. 5c03c99 spl: atf: Enable option to rewrite bl2_plat_get_bl31_params() by Michal Simek · 4 years, 10 months ago
  94. 935568e spl: atf: Add missing ndepth initialization by Michal Simek · 4 years, 10 months ago
  95. b84acf1 dtimg/am57xx_evm_defconfig: Rename dtimg to adtimg by Eugeniu Rosca · 4 years, 10 months ago
  96. c82abaa spl: fix stack usage check if gd is not initialized by Simon Goldschmidt · 5 years ago
  97. a74a213 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 4 years, 10 months ago
  98. 7086de4 Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 10 months ago WIP/08Jan2020
  99. ce022f2 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 4 years, 10 months ago
  100. ecc7fda bootm: Add a bootm command for type IH_OS_EFI by Cristian Ciocaltea · 4 years, 10 months ago