1. 777aaaa common/memsize.c: Fix get_effective_memsize() to check for overflow by Pali Rohár · 2 years, 1 month ago
  2. 7210e45 common/memsize.c: Fix get_effective_memsize() to always check for CONFIG_MAX_MEM_MAPPED by Pali Rohár · 2 years, 1 month ago
  3. 4a08c26 arm: mvebu: Add default SPL_SIZE_LIMIT for 32-bit SoCs by Pali Rohár · 2 years, 1 month ago
  4. e9a1ff9 Merge branch 'master' into next by Tom Rini · 2 years, 1 month ago
  5. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 2 months ago
  6. 881d410 cyclic: Introduce schedule() function by Stefan Roese · 2 years, 2 months ago
  7. e33a5c6 blk: Switch over to using uclass IDs by Simon Glass · 2 years, 2 months ago
  8. ca28baf blk: Select SPL_LEGACY_BLOCK automatically by Simon Glass · 2 years, 2 months ago
  9. 7f8967c blk: Rename HAVE_BLOCK_DEVICE by Simon Glass · 2 years, 2 months ago
  10. 069f0d7 cli: Reduce size of readline buffers in SPL by Sean Anderson · 2 years, 2 months ago
  11. 1b3e682 xyz-modem: Allow to configure initial timeout for loadx and loady by Pali Rohár · 2 years, 2 months ago
  12. 77253c5 spl: fit: Allocate buffers aligned to cache line size by Stefan Herbrechtsmeier · 2 years, 4 months ago
  13. 7a0d880 Add in the ability to load and boot an uncompressed kernel image during the Falcon Mode boot sequence. by Nathan Barrett-Morrison · 2 years, 9 months ago
  14. 1520af3 Merge tag 'efi-next-2022-09-14' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · 2 years, 1 month ago WIP/14Sep2022-next
  15. 95fc669 menu: add KEY_PLUS, KEY_MINUS and KEY_SPACE handling by Masahisa Kojima · 2 years, 1 month ago
  16. 7054564 cyclic: Integrate cyclic functionality at bootup in board_r/f by Stefan Roese · 2 years, 2 months ago
  17. c2c6971 cyclic: Add basic support for cyclic function execution infrastruture by Stefan Roese · 2 years, 2 months ago
  18. 6dca1d9 fdt_support: add optional board_rng_seed() hook by Rasmus Villemoes · 2 years, 2 months ago
  19. adf13bc Convert CONFIG_SYS_I2C_EEPROM_CCID et al to Kconfig by Tom Rini · 2 years, 2 months ago
  20. 04a20ca common/console.c: prevent pre-console buffer contents from being added to itself by Rasmus Villemoes · 2 years, 6 months ago
  21. 55bc227 bootstage: Show func name for bootstage_mark/error by Michal Simek · 2 years, 2 months ago
  22. a871af2 hwconfig: Allow to use restricted env by Pali Rohár · 2 years, 3 months ago
  23. 98887ab event: Add an event for device tree fixups by Simon Glass · 2 years, 3 months ago
  24. aa0eda1 spl: opensbi: convert scratch options to config by Nikita Shubin · 2 years, 2 months ago
  25. 48da0ca spl: opensbi: fix typo by Nikita Shubin · 2 years, 2 months ago
  26. 4e4bf94 common: Drop display_options.h from common header by Simon Glass · 2 years, 3 months ago
  27. 17ead04 Audit <flash.h> inclusion by Tom Rini · 2 years, 3 months ago
  28. 81df9ed vpl: fix reference in comment to non-existing SPL_SERIAL_SUPPORT by Quentin Schulz · 2 years, 3 months ago
  29. bf28d9a spl: mmc: Use correct MMC device when loading image by Harald Seiler · 2 years, 3 months ago
  30. 7277c4b Merge tag 'dm-pull-26jul22' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git by Tom Rini · 2 years, 3 months ago
  31. 86feeab Merge tag 'u-boot-imx-20220726' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 2 years, 3 months ago
  32. 65c56bc spl: Use SPL_FIT_IMAGE_TINY for iMX9 by Peng Fan · 2 years, 3 months ago
  33. 658ff9d spl: imx8mm: enlarge SPL_MAX_SIZE by Peng Fan · 2 years, 3 months ago
  34. 7472448 fdt: Start a test for the fdt command by Simon Glass · 2 years, 3 months ago
  35. 71f1a53 spl: fit: pass real compatible flags to fpga_load() by Oleksandr Suvorov · 2 years, 3 months ago
  36. 282eed5 fpga: pass compatible flags to fpga_load() by Oleksandr Suvorov · 2 years, 3 months ago
  37. fcbc43b xilinx: zynqmp: Do not use 0 as spl bss start address by Stefan Herbrechtsmeier · 2 years, 3 months ago
  38. a9ec2f6 spl: Use SPL_TEXT_BASE instead of ISW_ENTRY_ADDR by Andrew Davis · 2 years, 3 months ago
  39. 03662dc Merge tag 'efi-2022-10-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 3 months ago
  40. 35ed176 arch: mvebu: Disable by default unused peripherals in SPL by Pali Rohár · 2 years, 5 months ago
  41. 00fa825 cli: support bracketed paste by Heinrich Schuchardt · 2 years, 9 months ago
  42. cd2f903 spl: spl_spi: add spi_nor_remove() to soft reset flash by Vaishnav Achath · 2 years, 6 months ago
  43. 54f683d Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 2 years, 3 months ago
  44. 16aabfe spl: sdp: Pass the USB index to board_usb_init() by Fabio Estevam · 2 years, 3 months ago
  45. 4620e8a spl: nand: support loading legacy image with payload compressed by Weijie Gao · 2 years, 5 months ago
  46. fdc03bf spl: spl_legacy: fix the use of SPL_COPY_PAYLOAD_ONLY by Weijie Gao · 2 years, 5 months ago
  47. 4c4bf04 spl: allow using nand base without standard nand driver by Weijie Gao · 2 years, 5 months ago
  48. 48b1cff usb: hub: introduce HUB_DEBOUNCE_TIMEOUT by Patrick Delaunay · 2 years, 4 months ago
  49. 98ac785 usb: kbd: allow probing even if usbkbd not in stdin by Kory Maincent · 2 years, 4 months ago
  50. 9ff4ce8 Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 2 years, 4 months ago
  51. 5004901 board_init: Do not reserve MALLOC_F area on stack if non-zero MALLOC_F_ADDR by Marek Vasut · 2 years, 4 months ago
  52. b340199 spl: Ensure all SPL symbols in Kconfig have some SPL dependency by Tom Rini · 2 years, 4 months ago
  53. a161753 spl: Set SPL_MAX_SIZE default for AST2600 by Joel Stanley · 2 years, 4 months ago
  54. 6dd18a6 common: spl: spl_spi: add support for dynamic override of sf bus by Vaishnav Achath · 2 years, 5 months ago
  55. 5d7f601 lcd: Remove legacy CONFIG_FB_ADDR code by Tom Rini · 2 years, 4 months ago
  56. 5dbf320 Convert CONFIG_SYS_USB_FAT_BOOT_PARTITION to Kconfig by Tom Rini · 2 years, 4 months ago
  57. 3371edd Convert CONFIG_USB_MAX_CONTROLLER_COUNT to Kconfig by Tom Rini · 2 years, 4 months ago
  58. 525fbfa common: usb: Update logic for usb.o, usb_hub.o and usb_storage.o by Tom Rini · 2 years, 4 months ago
  59. 13ce351 vpl: Ensure all VPL symbols in Kconfig have some VPL dependency by Tom Rini · 2 years, 5 months ago
  60. 8bea4bf tpl: Ensure all TPL symbols in Kconfig have some TPL dependency by Tom Rini · 2 years, 5 months ago
  61. 5858b90 spl: Move SPL_LDSCRIPT defaults to one place by Tom Rini · 2 years, 5 months ago
  62. 6516c9b spl: binman: Disable u_boot_any symbols for i.MX8M boards by Alper Nebi Yasak · 2 years, 4 months ago
  63. 367ecbf spl: binman: Check at runtime if binman symbols were filled in by Alper Nebi Yasak · 2 years, 4 months ago
  64. 3a7d327 spl: binman: Add config options for binman symbols in VPL by Alper Nebi Yasak · 2 years, 4 months ago
  65. d8830cf spl: binman: Split binman symbols support from enabling binman by Alper Nebi Yasak · 2 years, 4 months ago
  66. e09a8b9 spl: binman: Make TPL_BINMAN_SYMBOLS depend on TPL_FRAMEWORK by Alper Nebi Yasak · 2 years, 4 months ago
  67. d7f0717 spl: binman: Fix use of undeclared u_boot_any symbols by Alper Nebi Yasak · 2 years, 4 months ago
  68. 4f6500a dm: spl: Allow SPL to show memory usage by Simon Glass · 2 years, 6 months ago
  69. c316ee6 Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 2 years, 4 months ago
  70. d58c007 microblaze: Add support for run time relocation by Michal Simek · 2 years, 4 months ago
  71. e5e04ea common/board_r.c: drop legacy and unused bi_enetaddr by Rasmus Villemoes · 2 years, 5 months ago
  72. cebc816 event: fix static events for CONFIG_NEEDS_MANUAL_RELOC by Ovidiu Panait · 2 years, 5 months ago
  73. 12c9095 event: remove CONFIG_EVENT_DYNAMIC check in event_register() by Ovidiu Panait · 2 years, 5 months ago
  74. 4151f4f spl: Rework and tighten some dependencies by Tom Rini · 2 years, 5 months ago
  75. ab0c5f1 spl: Rework Kconfig to be more menu driven by Tom Rini · 2 years, 5 months ago
  76. ba787bb spl: Move all VPL, TPL and PowerPC specific CONFIG options to separate files by Tom Rini · 2 years, 5 months ago
  77. 103d1ae Convert CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR et al to Kconfig by Tom Rini · 2 years, 5 months ago
  78. 5fc1d58 Convert CONFIG_SYS_NAND_SPL_KERNEL_OFFS to Kconfig by Tom Rini · 2 years, 5 months ago
  79. b4b9a00 Convert CONFIG_SYS_SPL_ARGS_ADDR to Kconfig by Tom Rini · 2 years, 5 months ago
  80. a62b7f0 Convert CONFIG_SPL_TARGET to Kconfig by Tom Rini · 2 years, 5 months ago
  81. 7f2c91e Convert CONFIG_SPL_GD_ADDR to Kconfig by Tom Rini · 2 years, 5 months ago
  82. 10f6e4d Convert CONFIG_SYS_SPL_MALLOC_SIZE et al to Kconfig by Tom Rini · 2 years, 5 months ago
  83. 6600b35 Convert CONFIG_SPL_BSS_START_ADDR to Kconfig by Tom Rini · 2 years, 5 months ago
  84. 55cf860 Convert CONFIG_SPL_RELOC_TEXT_BASE et al to Kconfig by Tom Rini · 2 years, 5 months ago
  85. 8b83b53 imx7: Update CONFIG_SPL_STACK defaults in Kconfig by Tom Rini · 2 years, 5 months ago
  86. 2378039 imx6: Update CONFIG_SPL_STACK defaults in Kconfig by Tom Rini · 2 years, 5 months ago
  87. f113d7d Convert CONFIG_SPL_STACK to Kconfig by Tom Rini · 2 years, 5 months ago
  88. 6074a53 ppc / layerscape: Clean up CONFIG_SYS_CCSR_DO_NOT_RELOCATE usage by Tom Rini · 2 years, 5 months ago
  89. 9b5f9ae Convert CONFIG_SPL_BSS_MAX_SIZE et al to Kconfig by Tom Rini · 2 years, 5 months ago
  90. ca8a329 Convert CONFIG_SPL_PAD_TO et al to Kconfig by Tom Rini · 2 years, 5 months ago
  91. 4a11e34 Convert CONFIG_SPL_FS_LOAD_PAYLOAD_NAME et al to Kconfig by Tom Rini · 2 years, 5 months ago
  92. bab1b35 Convert CONFIG_SPL_NAND_RAW_ONLY et al to Kconfig by Tom Rini · 2 years, 5 months ago
  93. b35316f Convert CONFIG_SPL_INIT_MINIMAL et al to Kconfig by Tom Rini · 2 years, 5 months ago
  94. d498c67 spl: Remove CONFIG_SPL_SATA_BOOT_DEVICE by Tom Rini · 2 years, 5 months ago
  95. 167f699 Convert CONFIG_SYS_BOOTPARAMS_LEN to Kconfig by Tom Rini · 2 years, 5 months ago
  96. 622ecee fdt: Add U-Boot version to chosen node by Francesco Dolcini · 2 years, 5 months ago
  97. cc98014 spl: spl_nand: Fix bad block handling in fitImage by Michael Trimarchi · 2 years, 5 months ago
  98. 13ae36c board_r: use IS_ENABLED(CONFIG_NEEDS_MANUAL_RELOC) in board_init_r() by Ovidiu Panait · 2 years, 6 months ago
  99. cff2963 common/console.c: use CONFIG_VAL() with PRE_CON_BUF_* variables by Rasmus Villemoes · 2 years, 6 months ago
  100. 11f32da spl: Force disable non-FIT loading for TI secure devices by Andrew Davis · 2 years, 6 months ago