1. 27b7783 spl: Fix SPL_ATF and SPL_OPENSBI dependencies by Samuel Holland · 2 years, 1 month ago
  2. 3bd2b13 Revert "cli_readline: Only insert printable chars" by Pali Rohár · 2 years, 1 month ago
  3. f38167d SYS_NONCACHED_MEMORY: Correct comment in common/board_f.c by Tom Rini · 2 years, 1 month ago
  4. 7f18432 Convert CONFIG_SYS_MONITOR_LEN to Kconfig by Tom Rini · 2 years, 1 month ago
  5. a36008f Merge tag 'efi-2023-01-rc1-4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 1 month ago
  6. 9a84e07 efi_loader: remove CONFIG_EFI_SETUP_EARLY by AKASHI Takahiro · 2 years, 1 month ago
  7. 53e0bdd Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 2 years, 1 month ago
  8. 96c2d11 usb: storage: continue probe on "Invalid device" by Janne Grunau · 2 years, 1 month ago
  9. 2a45fd9 usb: Add 1ms delay after first Get Descriptor request by Marek Vasut · 2 years, 1 month ago
  10. 84d7eb2 mips: mtmips: spl/Kconfig: Set CONFIG_SPL_PAD_TO to 0x0 for ARCH_MTMIPS by Stefan Roese · 2 years, 1 month ago
  11. c794e49 cyclic: get rid of cyclic_init() by Rasmus Villemoes · 2 years, 1 month ago
  12. 85c2aa8 cyclic: switch to using hlist instead of list by Rasmus Villemoes · 2 years, 1 month ago
  13. 4582b8f cyclic: drop redundant cyclic_ready flag by Rasmus Villemoes · 2 years, 1 month ago
  14. e2ff5fc cyclic: use a flag in gd->flags for recursion protection by Rasmus Villemoes · 2 years, 1 month ago
  15. b780fa5 event: Add an event for main_loop by Sughosh Ganu · 2 years, 1 month ago
  16. 5722f0e vpl: Allow signature verification by Simon Glass · 2 years, 1 month ago
  17. bc993e5 vbe: Add Kconfig options for VPL by Simon Glass · 2 years, 1 month ago
  18. 6b8705d spl: Allow multiple loaders of the same time by Simon Glass · 2 years, 1 month ago
  19. e7d53ed bloblist: Drop debugging by Simon Glass · 2 years, 1 month ago
  20. 66eea9f spl: Add a separate silence option for SPL by Simon Glass · 2 years, 1 month ago
  21. a65cc06 spl: Refactor controls for console output by Simon Glass · 2 years, 1 month ago
  22. 5a332c1 spl: Use binman suffix allow symbols of any SPL etype by Simon Glass · 2 years, 1 month ago
  23. 72cc538 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 2 years, 1 month ago
  24. 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · 2 years, 1 month ago
  25. 009ebfa video: Drop common LCD implementation by Simon Glass · 2 years, 1 month ago
  26. bcb87b6 video: Drop use of the lcd header file by Simon Glass · 2 years, 1 month ago
  27. c15f93f fdt: Drop support for LCD fixup in simplefb by Simon Glass · 2 years, 1 month ago
  28. 395bcf2 video: Drop remaining references to CONFIG_LCD by Simon Glass · 2 years, 1 month ago
  29. b24a7d9 video: cmd: Drop old LCD code by Simon Glass · 2 years, 1 month ago
  30. 1a4e702 video: Drop VCXK video controller by Simon Glass · 2 years, 1 month ago
  31. 7391444 Drop CONFIG_LCD_LOGO by Simon Glass · 2 years, 1 month ago
  32. 7fce998 video: Drop CONFIG_LCD_INFO by Simon Glass · 2 years, 1 month ago
  33. ebd8937 video: Drop CONFIG_LCD_INFO_BELOW_LOGO by Simon Glass · 2 years, 1 month ago
  34. cc63b7d video: Drop CONFIG_LCD_ALIGNMENT by Simon Glass · 2 years, 1 month ago
  35. dfcb144 video: lcd: Drop console rotation by Simon Glass · 2 years, 1 month ago
  36. 0cdb0aa splash: get devpart from environment variable by Julien Masson · 2 years, 1 month ago
  37. c7b67d9 splash: support raw image from MMC by Julien Masson · 2 years, 1 month ago
  38. b576fbf scripts: Makefile.spl: Enable memory drivers to be built for SPL by Roger Quadros · 2 years, 1 month ago
  39. 237f018 spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoard by Roger Quadros · 2 years, 2 months ago
  40. b562878 Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog by Tom Rini · 2 years, 1 month ago
  41. 75b0d96 cyclic: Don't disable cylic function upon exceeding CPU time by Stefan Roese · 2 years, 1 month ago
  42. 32c58c1 common: board_f: Print information for all sysresets by Michal Suchanek · 2 years, 2 months ago
  43. c93350b input: Remove legacy KEYBOARD option by Tom Rini · 2 years, 1 month ago
  44. 5edb2c3 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 2 years, 1 month ago
  45. 3f5873f sunxi: Kconfig: use SoC-wide values for some symbols by Andre Przywara · 2 years, 2 months ago
  46. 73ba676 stdio: Fix class iteration in stdio_add_devices() by Michal Suchanek · 2 years, 1 month ago
  47. c89a2b7 spl: atf: Fix clang -Wasm-operand-widths warning by Alistair Delva · 2 years, 2 months ago
  48. bd2a346 usb: Add missing guard around env_get() in usb_hub by Marek Vasut · 2 years, 2 months ago
  49. dd029cf common/board_f: drop ifdefs around header includes by Ovidiu Panait · 2 years, 2 months ago
  50. bbce5f3 common/board_f: introduce arch_setup_dest_addr() by Ovidiu Panait · 2 years, 2 months ago
  51. fefffcf common/board_f: move CONFIG_MACH_TYPE logic to arch/arm/lib/bdinfo.c by Ovidiu Panait · 2 years, 2 months ago
  52. b1030eb common/board_f: remove XTRN_DECLARE_GLOBAL_DATA_PTR dead code by Ovidiu Panait · 2 years, 2 months ago
  53. 9411630 Merge branch 'next' by Tom Rini · 2 years, 2 months ago
  54. ba8457b dm: core: Provide a way to reset the device tree by Simon Glass · 2 years, 3 months ago
  55. 1a3e39b test: Support testing malloc() failures by Simon Glass · 2 years, 3 months ago
  56. 37e8511 event: Fix a typo in the EVENT help by Simon Glass · 2 years, 3 months ago
  57. bb7d3bb treewide: Drop image_header_t typedef by Simon Glass · 2 years, 3 months ago
  58. df00afa treewide: Drop bootm_headers_t typedef by Simon Glass · 2 years, 3 months ago
  59. 4b74a4e board_r: Relocate OF_EMBED if NEEDS_MANUAL_RELOC only by Pierre-Clément Tosi · 2 years, 3 months ago
  60. db794c2 autoboot: make sure watchdog device(s) are handled with keyed autoboot by Rasmus Villemoes · 2 years, 2 months ago
  61. fada3f9 blk: Rename if_type to uclass_id by Simon Glass · 2 years, 2 months ago
  62. a48a24f serial: Implement serial_flush() function for console flush() fallback by Pali Rohár · 2 years, 3 months ago
  63. 5aceb26 console: Implement flush() function by Pali Rohár · 2 years, 3 months ago
  64. 8dc23ef board_f: show_dram_config: Print also real DRAM size by Pali Rohár · 2 years, 2 months ago
  65. ad37d42 board_f: Fix printing gd->ram_size and gd->ram_top by Pali Rohár · 2 years, 3 months ago
  66. 4f4f583 board_f: Fix types for board_get_usable_ram_top() by Pali Rohár · 2 years, 3 months ago
  67. 38ab987 common/memsize.c: Fix get_effective_memsize() to check for overflow by Pali Rohár · 2 years, 3 months ago
  68. 212ef41 common/memsize.c: Fix get_effective_memsize() to always check for CONFIG_MAX_MEM_MAPPED by Pali Rohár · 2 years, 3 months ago
  69. ab7f0f6 arm: mvebu: Add default SPL_SIZE_LIMIT for 32-bit SoCs by Pali Rohár · 2 years, 2 months ago
  70. 586c22b Merge branch 'master' into next by Tom Rini · 2 years, 2 months ago
  71. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 months ago
  72. 9747363 cyclic: Introduce schedule() function by Stefan Roese · 2 years, 3 months ago
  73. dbfa32c blk: Switch over to using uclass IDs by Simon Glass · 2 years, 4 months ago
  74. e1a5ec5 blk: Select SPL_LEGACY_BLOCK automatically by Simon Glass · 2 years, 4 months ago
  75. 3bf7d7a blk: Rename HAVE_BLOCK_DEVICE by Simon Glass · 2 years, 4 months ago
  76. 5d5efec cli: Reduce size of readline buffers in SPL by Sean Anderson · 2 years, 3 months ago
  77. 5dc80cc xyz-modem: Allow to configure initial timeout for loadx and loady by Pali Rohár · 2 years, 3 months ago
  78. 6624910 spl: fit: Allocate buffers aligned to cache line size by Stefan Herbrechtsmeier · 2 years, 5 months ago
  79. c20400a Add in the ability to load and boot an uncompressed kernel image during the Falcon Mode boot sequence. by Nathan Barrett-Morrison · 2 years, 10 months ago
  80. bf91d1d 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, 2 months ago
  81. ffe6813 menu: add KEY_PLUS, KEY_MINUS and KEY_SPACE handling by Masahisa Kojima · 2 years, 2 months ago
  82. 7513df3 cyclic: Integrate cyclic functionality at bootup in board_r/f by Stefan Roese · 2 years, 3 months ago
  83. 036f89a cyclic: Add basic support for cyclic function execution infrastruture by Stefan Roese · 2 years, 3 months ago
  84. bd2e353 fdt_support: add optional board_rng_seed() hook by Rasmus Villemoes · 2 years, 3 months ago
  85. d209eda Convert CONFIG_SYS_I2C_EEPROM_CCID et al to Kconfig by Tom Rini · 2 years, 4 months ago
  86. e406a61 common/console.c: prevent pre-console buffer contents from being added to itself by Rasmus Villemoes · 2 years, 7 months ago
  87. 522fd7e bootstage: Show func name for bootstage_mark/error by Michal Simek · 2 years, 3 months ago
  88. 5ee4cac hwconfig: Allow to use restricted env by Pali Rohár · 2 years, 4 months ago
  89. 4305fe7 event: Add an event for device tree fixups by Simon Glass · 2 years, 4 months ago
  90. d3d6806 spl: opensbi: convert scratch options to config by Nikita Shubin · 2 years, 4 months ago
  91. a9f7ee3 spl: opensbi: fix typo by Nikita Shubin · 2 years, 4 months ago
  92. 1ab1692 common: Drop display_options.h from common header by Simon Glass · 2 years, 4 months ago
  93. 063c938 Audit <flash.h> inclusion by Tom Rini · 2 years, 4 months ago
  94. 8fdc07f vpl: fix reference in comment to non-existing SPL_SERIAL_SUPPORT by Quentin Schulz · 2 years, 5 months ago
  95. af8b7b7 spl: mmc: Use correct MMC device when loading image by Harald Seiler · 2 years, 5 months ago
  96. 5bad289 Merge tag 'dm-pull-26jul22' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git by Tom Rini · 2 years, 4 months ago
  97. e91457a Merge tag 'u-boot-imx-20220726' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 2 years, 4 months ago
  98. 686a45a spl: Use SPL_FIT_IMAGE_TINY for iMX9 by Peng Fan · 2 years, 4 months ago
  99. 343f398 spl: imx8mm: enlarge SPL_MAX_SIZE by Peng Fan · 2 years, 4 months ago
  100. f3c6a1d fdt: Start a test for the fdt command by Simon Glass · 2 years, 4 months ago