1. a33a824 command: Drop #ifdef for MEM_SUPPORT_64BIT_DATA by Simon Glass · 4 years, 4 months ago
  2. 3428faf Update MEM_SUPPORT_64BIT_DATA to be always defined by Simon Glass · 4 years, 4 months ago
  3. 84dd190 spl: fit: improve spl_nand_fit_read(...) readability by Dario Binacchi · 4 years, 4 months ago
  4. 9f6a14c spl: fit: nand: fix fit loading in case of bad blocks by Dario Binacchi · 4 years, 4 months ago
  5. 585b468 spl: fit: fail fit loading in case of FDT appending error by Dario Binacchi · 4 years, 4 months ago
  6. 26073f9 image: Add support for ZSTD decompression by Robert Marko · 4 years, 5 months ago
  7. 53007fc common/board_f: Respect original FDT size while relocating by Oleksandr Andrushchenko · 4 years, 3 months ago
  8. 27b5b9e video: restore CONFIG_VIDCONSOLE_AS_LCD as boolean by Patrick Delaunay · 4 years, 3 months ago
  9. 6e7d7aa Merge branch 'next' by Tom Rini · 4 years, 3 months ago
  10. 7984922 riscv: sbi: Add newline to error message by Sean Anderson · 4 years, 4 months ago
  11. 40686c3 riscv: Clean up IPI initialization code by Sean Anderson · 4 years, 3 months ago
  12. 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
  13. 56c4046 spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI* by Lukasz Majewski · 4 years, 4 months ago
  14. 70b06d9 splash: Fix build warning on 64 bits CPU by Ye Li · 4 years, 4 months ago
  15. 32d0b2d bdinfo: net: ppc: Drop bi_enet1addr and other similar info by Simon Glass · 4 years, 5 months ago
  16. f0e236c Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 3 months ago
  17. b8fd54d common: fdt: Remove additional 4k space for fdt allocation by Ashok Reddy Soma · 4 years, 6 months ago
  18. 22b897a video: extend stdout video console work-around for 'vga' by Anatolij Gustschin · 4 years, 4 months ago
  19. 7a81989 common: hash: Remove a debug printf statement by Harald Seiler · 4 years, 3 months ago
  20. f9e3d2e Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into next by Tom Rini · 4 years, 3 months ago
  21. d16b38f Add support for SHA384 and SHA512 by Reuben Dowle · 4 years, 5 months ago
  22. 7b6c34c log: clean up Kconfig by Heinrich Schuchardt · 4 years, 4 months ago
  23. 819da86 sifive: fu540: Add U-Boot proper sector start by Jagan Teki · 4 years, 4 months ago
  24. 95712af image: android: fix abootimg support by Christian Gmeiner · 4 years, 4 months ago
  25. a343b4f spl: add fixed memory node in target fdt also when loading ATF by Heiko Stuebner · 4 years, 4 months ago
  26. b0b13f4 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 4 months ago
  27. 62d3a58 board_r: Detect ifc-nor flash at run-time by Pankit Garg · 4 years, 5 months ago
  28. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  29. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  30. eb41d8a common: Drop linux/bug.h from common header by Simon Glass · 4 years, 5 months ago
  31. 25a5818 common: Drop asm/ptrace.h from common header by Simon Glass · 4 years, 5 months ago
  32. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  33. 3c7dded Fix some checkpatch warnings in calls to debug() by Simon Glass · 4 years, 5 months ago
  34. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  35. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  36. 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 5 months ago
  37. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 5 months ago
  38. b67eefd bootstage: Use BOOTSTAGE instead of BOOTSTATE by Simon Glass · 4 years, 5 months ago
  39. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 5 months ago
  40. 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 5 months ago
  41. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  42. b79fdc7 common: Drop flash.h from common header by Simon Glass · 4 years, 5 months ago
  43. a595a0e flash: Tidy up coding style for flash functions by Simon Glass · 4 years, 5 months ago
  44. 98bf46f board_r: Introduce CONFIG_PCI_INIT_R Kconfig option by Ovidiu Panait · 4 years, 5 months ago
  45. 9441f8c board_r: env: Use IS_ENABLED() instead of #ifdefs by Ovidiu Panait · 4 years, 5 months ago
  46. 5428096 common/board_f: avoid -Wtype-limits warning by Heinrich Schuchardt · 4 years, 5 months ago
  47. 3988be5 spl: Always define preloader_console_init by Samuel Holland · 4 years, 5 months ago
  48. 18138ab rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRA by Trevor Woerner · 4 years, 5 months ago
  49. b77d029 Merge branch 'master' of git://git.denx.de/u-boot by Stefano Babic · 4 years, 5 months ago
  50. 5168d7a menu: add support for client defined statusline function by Thirupathaiah Annapureddy · 4 years, 6 months ago
  51. 143414c Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 5 months ago
  52. f5b66af common: board_f: Use cpu_get_current_dev in print_cpuinfo by Ye Li · 4 years, 5 months ago
  53. d8e7755 spl: sdp: Add DM gadget support for sdp by Sherry Sun · 4 years, 5 months ago
  54. 932c1ed spl: sdp: Add a callback to clean up USB driver by Ye Li · 4 years, 5 months ago
  55. 407e384 spl: sdp: Add CONFIG_SPL_SDP_USB_DEV for USB device by Ye Li · 4 years, 5 months ago
  56. 62597d2 spl: sdp: call board_usb_init at spl_sdp_load_image by Frank Li · 4 years, 5 months ago
  57. 15aec31 Revert "imx: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on falcon mode" by Harald Seiler · 4 years, 5 months ago
  58. 1a4c077 common/board_r: Drop initr_bedbug wrapper by Ovidiu Panait · 4 years, 5 months ago
  59. 5cf9e3b common/board_r: arm: Merge initr_enable_interrupts into interrupts_init by Ovidiu Panait · 4 years, 5 months ago
  60. 9297e36 malloc: dlmalloc: add an ability for the malloc to be re-init/init multiple times by Marek Bykowski · 4 years, 5 months ago
  61. c522949 rsa: sig: fix config signature check for fit with padding by Philippe Reynes · 4 years, 5 months ago
  62. f4070e6 hush: avoid NULL check before free() by Heinrich Schuchardt · 4 years, 5 months ago
  63. 545c747 Merge tag 'dm-pull-27apr20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 5 months ago
  64. aba6e77 spl: spl_legacy: Add lzma decompression support for legacy image by Weijie Gao · 4 years, 5 months ago
  65. f1b0f15 spl: spl_nor: Remove unused variable 'ret' warning by Stefan Roese · 4 years, 5 months ago
  66. 2fc91ed spl: spl_nor: Move legacy image loading into spl_legacy.c by Stefan Roese · 4 years, 5 months ago
  67. 5ae526b spl: spl_legacy: Use IS_ENABLED() to remove #ifdef by Stefan Roese · 4 years, 5 months ago
  68. c110817 spl: Extract legacy image handling into separate file by Stefan Roese · 4 years, 5 months ago
  69. c1f39ed log: remove useless cast by Heinrich Schuchardt · 4 years, 5 months ago
  70. 64045a6 libfdt: split fdt_region declarations out to <fdt_region.h> by Masahiro Yamada · 4 years, 5 months ago
  71. 3e69db1 fdt_region: move fdt_region.c to common/ from lib/libfdt/ by Masahiro Yamada · 4 years, 5 months ago
  72. 077e72c spl: fit: do not check argument of free() by Heinrich Schuchardt · 4 years, 5 months ago
  73. 79926e4 common/board_f: Make reserve_mmu generic by Ovidiu Panait · 4 years, 6 months ago
  74. 586b15b common/board_f: Move arm-specific reserve_mmu to arch/arm/lib/cache.c by Ovidiu Panait · 4 years, 6 months ago
  75. 67b359c spl: Kconfig: de-dup SPL_DM_GPIO definition by Joel Johnson · 4 years, 5 months ago
  76. be621c1 dlmalloc: remove unit test support in SPL by Heinrich Schuchardt · 4 years, 5 months ago
  77. 6441164 common: image_sign_info helper functions in SPL by Heinrich Schuchardt · 4 years, 5 months ago
  78. 191636e riscv: Introduce SPL_SMP Kconfig option for U-Boot SPL by Bin Meng · 4 years, 5 months ago
  79. 2b63959 Merge tag 'mmc-2020-4-22' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 4 years, 5 months ago
  80. c51b751 spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition() by Harald Seiler · 4 years, 5 months ago
  81. e975906 spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode() by Harald Seiler · 4 years, 5 months ago
  82. 8074ffe common: bouncebuf: Permit passing custom alignment check function by Marek Vasut · 4 years, 6 months ago
  83. 155d6a3 image: Add a common compression type detection function. by Atish Patra · 4 years, 7 months ago
  84. 65c141e board_f.c: Ensure 16 alignment of start_addr_sp and reserved memory by Patrick Delaunay · 4 years, 7 months ago
  85. a665108 board_f.c: Ensure gd->new_bootstage alignment by Patrice Chotard · 4 years, 7 months ago
  86. befadde log: syslog driver by Heinrich Schuchardt · 4 years, 7 months ago
  87. d1a02f5 log: correct CONFIG_LOG_TEST prerequisites by Heinrich Schuchardt · 4 years, 7 months ago
  88. 8914831 Merge branch 'next' by Tom Rini · 4 years, 5 months ago
  89. ed49ea9 main: Drop show_boot_progress() prototype by Simon Glass · 4 years, 6 months ago
  90. 31232de usb: Keep async schedule running only across mass storage xfers by Marek Vasut · 4 years, 6 months ago
  91. 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, 6 months ago
  92. 9d15d1d Revert "common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled" by Ye Li · 4 years, 6 months ago
  93. 61853a7 rockchip: Enable pre console for rk3399 by Jagan Teki · 4 years, 6 months ago
  94. 72188f5 image: Use constants for 'required' and 'key-name-hint' by Simon Glass · 4 years, 6 months ago
  95. 8a9d037 image: Load the correct configuration in fit_check_sign by Simon Glass · 4 years, 6 months ago
  96. 67acad3 image: Check hash-nodes when checking configurations by Simon Glass · 4 years, 6 months ago
  97. 472f911 image: Return an error message from fit_config_verify_sig() by Simon Glass · 4 years, 6 months ago
  98. 382cf62 image: Be a little more verbose when checking signatures by Simon Glass · 4 years, 6 months ago
  99. 390b26d image: Correct comment for fit_conf_get_node() by Simon Glass · 4 years, 6 months ago
  100. 2b18b89 Merge branch 'next' of git://git.denx.de/u-boot-usb into next by Tom Rini · 4 years, 6 months ago