1. 2dfdd0c Kconfig: Use hex values for CONFIG_{SPL,TPL}_SIZE_LIMIT by Ovidiu Panait · 4 years ago
  2. 5630d2f board: Show memory for frame buffers by Simon Glass · 4 years ago
  3. 4a08fae bloblist: Place on a 4KB boundary by Simon Glass · 4 years ago
  4. 8021296 log: Add missing category names by Simon Glass · 4 years ago
  5. cf70553 spl: fit: Minimally parse OS properties with FIT_IMAGE_TINY by Samuel Holland · 4 years ago
  6. 5675ed7 Revert "Fix data abort caused by mis-aligning FIT data" by Marek Vasut · 4 years ago
  7. d74fcee spl: Add SPL_SERIAL as requirement for SDP_USB_SDP by Otavio Salvador · 4 years ago
  8. f9b9b77 spl: Avoid printing boot device if silent console is enabled by Otavio Salvador · 4 years, 1 month ago
  9. 9ea0a1e cmd: Fixup DT to pass PStore Ramoops parameters by Frédéric Danis · 4 years, 6 months ago
  10. 54ab7cf fit: cipher: aes: allow to read the IV in the FIT image by Philippe Reynes · 4 years ago
  11. 182eeef vboot: add DTB policy for supporting multiple required conf keys by Thirupathaiah Annapureddy · 4 years, 1 month ago
  12. a432661 log: syslog: Handle errors in net_init by Sean Anderson · 4 years ago
  13. c7f5b85 log: Disable the syslog driver by default by Simon Glass · 4 years ago
  14. 3d03ab6 log: Add a way to enable/disable a log device by Simon Glass · 4 years ago
  15. b452030 log: Add a flag to enable log drivers by Simon Glass · 4 years ago
  16. 52d3df7 log: Allow LOG_DEBUG to always enable log output by Simon Glass · 4 years ago
  17. a4c4ecf Kconfig: Move BOARD_TYPES under init options by Simon Glass · 4 years ago
  18. d472d82 Kconfig: Move BOUNCE_BUFFER under driver options by Simon Glass · 4 years ago
  19. bc438b6 Kconfig: Move VERSION_VARIABLE under environment by Simon Glass · 4 years ago
  20. 7e349e9 Kconfig: MISC_INIT_R and BOARD_LATE_INIT -> start-up hooks by Simon Glass · 4 years ago
  21. 3866313 Kconfig: Move startup hooks under init options by Simon Glass · 4 years ago
  22. 7df39e5 Kconfig: Create a new 'init options' menu by Simon Glass · 4 years ago
  23. 832876a Kconfig: Move DEFAULT_FDT_FILE under boot options by Simon Glass · 4 years ago
  24. aefa34f Kconfig: Move SUPPORT_RAW_INITRD under boot options by Simon Glass · 4 years ago
  25. fe5db25 Kconfig: Move misc boot options under 'boot options' by Simon Glass · 4 years ago
  26. 95fd4f3 Kconfig: Move CONFIG_BOOTDELAY under autoboot options by Simon Glass · 4 years ago
  27. 98eed0d Kconfig: Move autoboot options under boot options by Simon Glass · 4 years ago
  28. 7b6baa3 Kconfig: Move boot media under boot options by Simon Glass · 4 years ago
  29. 75e65cc Kconfig: Move boot timing under boot options by Simon Glass · 4 years ago
  30. cf29816 Kconfig: Move boot menu into common/ by Simon Glass · 4 years ago
  31. 4c1497e bloblist: Allow custom alignment for blobs by Simon Glass · 4 years ago
  32. 751b7c7 bloblist: Tidy up the data alignment by Simon Glass · 4 years ago
  33. 4aed227 bloblist: Add a command by Simon Glass · 4 years ago
  34. b7e7831 Merge branch 'next' by Tom Rini · 4 years ago
  35. 5f9070a optee: copy FDT OP-TEE related nodes before generic FDT changes by Etienne Carriere · 4 years, 4 months ago
  36. 324d779 Define default CONFIG_PREBOOT with right config option by Peter Robinson · 4 years ago
  37. 67ece26 Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years ago
  38. 975bacc spl: Kconfig: Record proper dependency for SPL_ATF by Michal Simek · 4 years, 1 month ago
  39. 29bd8ad fpga: kconfig: Rename SPL_FPGA_SUPPORT to SPL_FPGA by Michal Simek · 4 years, 1 month ago
  40. e5b35f7 log: mute messages generated by log drivers by Heinrich Schuchardt · 4 years ago
  41. 751b18b Merge branch 'master' into next by Tom Rini · 4 years ago
  42. eb39d8b Fix data abort caused by mis-aligning FIT data by Reuben Dowle · 4 years, 1 month ago
  43. 21d3946 bootm: update image OS image size when decompressing by Heinrich Schuchardt · 4 years, 1 month ago
  44. 91b735d common: Kconfig: Add dependency for default variables strings by Michal Simek · 4 years, 1 month ago
  45. 314b9b4 Merge branch 'remove-config-nr-dram-banks-v9-2020-08-26' of https://gitlab.denx.de/u-boot/custodians/u-boot-marvell into next by Tom Rini · 4 years, 1 month ago
  46. 0ced2fa sdp: call board_usb_init at spl_sdp_load_image by Frank Li · 4 years, 1 month ago
  47. 73f4ebb dfu: fix dfu tftp on sandbox by Heinrich Schuchardt · 4 years, 2 months ago
  48. 4e620eb dfu: fix typo parameteres by Heinrich Schuchardt · 4 years, 2 months ago
  49. 7f98b4e image: don't exceed gd->ram_top in bootm_size by Baruch Siach · 4 years, 1 month ago
  50. f120aa7 board_f: Add default values for bi_dram[] in dram_init_banksize() by Stefan Roese · 4 years, 1 month ago
  51. 4963f63 image: Use gd->ram_base/_size in env_get_bootm_size() by Stefan Roese · 4 years, 1 month ago
  52. dfaf6a5 CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always defined by Stefan Roese · 4 years, 1 month ago
  53. e61b415 avb: Make AVB independent of fastboot by Usama Arif · 4 years, 1 month ago
  54. d584648 Merge tag 'dm-pull-22aug20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 1 month ago
  55. 4225f2f stdio: Tidy up the coding style by Simon Glass · 4 years, 1 month ago
  56. 18c587d stdio: Drop brackets around &devs.list by Simon Glass · 4 years, 1 month ago
  57. 5d4b6b1 stdio: Update to use compiler for Kconfig checks by Simon Glass · 4 years, 1 month ago
  58. 3ca0609 stdio: Tidy up use of CONFIG_SYS_DEVICE_NULLDEV by Simon Glass · 4 years, 1 month ago
  59. 7e15638 Convert CONFIG_SYS_DEVICE_NULLDEV to Kconfig by Simon Glass · 4 years, 1 month ago
  60. 7823782 board_f: Remove dead code from init_func_i2c by Ovidiu Panait · 4 years, 1 month ago
  61. 722bc5b xen: pvblock: Add initial support for para-virtualized block driver by Anastasiia Lukianenko · 4 years, 2 months ago
  62. 4865441 xen: Port Xen hypervisor related code from mini-os by Oleksandr Andrushchenko · 4 years, 2 months ago
  63. 313981c common/board_f: make sure to call fix_fdt() before reserve_fdt() by Pragnesh Patel · 4 years, 1 month ago
  64. 39388ae spl: usb: Only init usb once by Faiz Abbas · 4 years, 2 months ago
  65. c3ab97c spl: usb: Create an API spl_usb_load() by Faiz Abbas · 4 years, 2 months ago
  66. c510061 fs/squashfs: new filesystem by Joao Marcos Costa · 4 years, 2 months ago
  67. bd34715 console: Always define the console-recording functions by Simon Glass · 4 years, 2 months ago
  68. 276b6c9 common/board_r: Move blkcache_init call earlier in the boot sequence by Ovidiu Panait · 4 years, 2 months ago
  69. 365af27 blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOC by Ovidiu Panait · 4 years, 2 months ago
  70. bf2fb81 common/board_r: Remove initr_serial wrapper by Ovidiu Panait · 4 years, 2 months ago
  71. 1532885 board_f: Remove setup_board_part1 by Ovidiu Panait · 4 years, 2 months ago
  72. f1e504a board_f: ppc: Factor out ppc-specific bdinfo setup by Ovidiu Panait · 4 years, 2 months ago
  73. ee9c3ad board_f: m68k: Factor out m68k-specific bdinfo setup by Ovidiu Panait · 4 years, 2 months ago
  74. 4912224 board_f: Move sram bdinfo assignments to generic code by Ovidiu Panait · 4 years, 2 months ago
  75. a4aa188 board_f: Factor out bdinfo bi_mem{start, size} to setup_bdinfo by Ovidiu Panait · 4 years, 2 months ago
  76. 81e7cb1 board_f: Introduce arch_setup_bdinfo initcall by Ovidiu Panait · 4 years, 2 months ago
  77. ba74310 board_f: Introduce setup_bdinfo initcall by Ovidiu Panait · 4 years, 2 months ago
  78. 4475877 arm: move CONFIG_PREBOOT="usb start" to KConfig by Jonas Smedegaard · 4 years, 2 months ago
  79. f38a299 spi: Allow separate control of SPI_FLASH_TINY for SPL/TPL by Simon Glass · 4 years, 2 months ago
  80. 6e31458 find dtb in android boot image with header version 2 during bootm by chenshuo · 4 years, 2 months ago
  81. acc415a Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig by Adam Ford · 4 years, 3 months ago
  82. 3879106 Convert CONFIG_SPL_NAND_BASE et al to Kconfig by Adam Ford · 4 years, 3 months ago
  83. 0c4a634 Convert CONFIG_SPL_NAND_DRIVERS et al to Kconfig by Adam Ford · 4 years, 3 months ago
  84. 8d1fc6f Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 2 months ago
  85. fd00c53 pci_ep: Add the init function by Xiaowei Bao · 4 years, 3 months ago
  86. 7d8073e fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts() by Masahiro Yamada · 4 years, 2 months ago
  87. 53a8966 fdt_support: call mtdparts_init() after finding MTD node to fix up by Masahiro Yamada · 4 years, 2 months ago
  88. 8ce8e42 fdt_support: add static to fdt_node_set_part_info() by Masahiro Yamada · 4 years, 2 months ago
  89. e8781dc lib: libfdt: fdt_region: avoid NULL pointer access by Philippe Reynes · 4 years, 3 months ago
  90. ada61f1 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 4 years, 2 months ago
  91. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 2 months ago
  92. a0018fc riscv: Make SiFive HiFive Unleashed board boot again by Bin Meng · 4 years, 2 months ago
  93. 5d3a21d Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 2 months ago
  94. bf75812 efi_loader: returning from UEFI FIT images by Heinrich Schuchardt · 4 years, 2 months ago
  95. 6ec7545 fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts() by Masahiro Yamada · 4 years, 2 months ago
  96. 245ad6c fdt_support: call mtdparts_init() after finding MTD node to fix up by Masahiro Yamada · 4 years, 2 months ago
  97. d772db3 fdt_support: add static to fdt_node_set_part_info() by Masahiro Yamada · 4 years, 2 months ago
  98. 2a3be30 lib: libfdt: fdt_region: avoid NULL pointer access by Philippe Reynes · 4 years, 3 months ago
  99. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 3 months ago
  100. ea5003a spl: fix ext4fs_mount return code handling by Thomas Schaefer · 4 years, 3 months ago