1. ab12179 arm: imx: Check header before calling spl_load_imx_container by Sean Anderson · 1 year ago
  2. 5264413 spl: fit: Fix entry point for SPL_LOAD_FIT_FULL by Sean Anderson · 1 year ago
  3. 6cc2182 spl: nor: Don't allocate header on stack by Sean Anderson · 1 year ago
  4. 301ae61 spl: legacy: Fix referencing _image_binary_end by Sean Anderson · 1 year ago
  5. a0733b3 spl: mmc: Fix subsequent calls to spl_mmc_load with CONFIG_BLK by Sean Anderson · 1 year ago
  6. e936db9 spl: mmc: Introduce proper layering for spl_mmc_get_uboot_raw_sector() by Marek Vasut · 1 year ago
  7. b13eaf3 spl: fit: Add board level function to decide application of DTO by Marek Vasut · 1 year, 1 month ago
  8. 39ee321 cli: Add a function to set up a new cread by Simon Glass · 1 year, 1 month ago
  9. 3b487bf cli: Allow command completion to be disabled by Simon Glass · 1 year, 1 month ago
  10. 8fc041f cli: Allow history to be disabled by Simon Glass · 1 year, 1 month ago
  11. 657e14d cli: Terminate the string in cread_line_process_ch() by Simon Glass · 1 year, 1 month ago
  12. e5509ce cli: Create a function to process characters by Simon Glass · 1 year, 1 month ago
  13. 8d997aa cli: Unindent some code in cread_line() by Simon Glass · 1 year, 1 month ago
  14. be5c2ed cli: Convert cread_line() to use a struct for the main vars by Simon Glass · 1 year, 1 month ago
  15. fedd372 cli: Use unsigned int instead of unsigned long by Simon Glass · 1 year, 1 month ago
  16. dcc18ce cli: Implement delete-word in cread_line() by Simon Glass · 1 year, 1 month ago
  17. 6321391 cli: Drop #ifdefs for CONFIG_AUTO_COMPLETE in cli_readline by Simon Glass · 1 year, 1 month ago
  18. 039f8cc cli: Drop some #ifdefs in cli_readline by Simon Glass · 1 year, 1 month ago
  19. 33eb0b9 cli: Add a command to show cmdline history by Simon Glass · 1 year, 1 month ago
  20. 0f97e94 cli: Move simple readline into a function by Simon Glass · 1 year, 1 month ago
  21. e65f6ba event: Rename rest of EVENT_SPY to EVENT_SPY_FULL or EVENT_SPY* by Marek Vasut · 1 year, 1 month ago
  22. 1786861 malloc: Enable assertions if UNIT_TEST is enabled by Sean Anderson · 1 year ago
  23. 7020b2e blk: Use a macro for the typical block size by Bin Meng · 1 year, 1 month ago
  24. 6da11cc stdio: fix stdio_deregister_dev() by Heinrich Schuchardt · 1 year, 1 month ago
  25. 6826c43 spl: Jump to image at end of board_init_r by Jonas Karlman · 1 year, 1 month ago
  26. a60d968 spl: add __noreturn attribute to spl_invoke_atf function by Chanho Park · 1 year, 1 month ago
  27. d9bb6d7 Merge tag 'u-boot-rockchip-20231007' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 1 year ago
  28. a1b7fd7 spl: fit: support for booting a LZMA-compressed U-boot binary by Manoj Sai · 1 year, 1 month ago
  29. ce6ab56 spl: fit: support for booting a GZIP-compressed U-boot binary by Manoj Sai · 1 year, 1 month ago
  30. 14d9f63 bloblist: Add missing name by Simon Glass · 1 year, 1 month ago
  31. 3d65318 bloblist: Support initing from multiple places by Simon Glass · 1 year, 1 month ago
  32. ff6c708 sandbox: Move the bloblist down a little in memory by Simon Glass · 1 year, 1 month ago
  33. a17e1e7 spl: Move bloblist writing until the image is known by Simon Glass · 1 year, 1 month ago
  34. 2354daa spl: Use the correct FIT_..._PROP constants by Simon Glass · 1 year, 1 month ago
  35. 035ab46 spl: Move the full FIT code to spl_fit.c by Simon Glass · 1 year, 1 month ago
  36. d7c232e spl: Rename spl_load_fit_image() to load_simple_fit() by Simon Glass · 1 year, 1 month ago
  37. 17ba501 spl: Remove #ifdefs with BOOTSTAGE by Simon Glass · 1 year, 1 month ago
  38. 2003a83 spl: Avoid an #ifdef when printing gd->malloc_ptr by Simon Glass · 1 year, 1 month ago
  39. 3d6d507 spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN by Simon Glass · 1 year, 1 month ago
  40. f817e08 spl: Drop the switch() statement for OS selection by Simon Glass · 1 year, 1 month ago
  41. e0be6ea spl: Avoid #ifdef with CONFIG_SPL_PAYLOAD_ARGS_ADDR by Simon Glass · 1 year, 1 month ago
  42. 6371c47 spl: Drop #ifdefs for BOARD_INIT and watchdog by Simon Glass · 1 year, 1 month ago
  43. 6c2bdf5 spl: mx6: powerpc: Drop the condition on timer_init() by Simon Glass · 1 year, 1 month ago
  44. 5277987 spl: Avoid #ifdef with CONFIG_SPL_SYS_MALLOC by Simon Glass · 1 year, 1 month ago
  45. 9cbdc3a spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDR by Simon Glass · 1 year, 1 month ago
  46. 82e26e0 spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_... by Simon Glass · 1 year, 1 month ago
  47. ac89738 Merge branch 'next' by Tom Rini · 1 year, 1 month ago
  48. 6ab77bb Convert CFG_SYS_UBOOT_START to Kconfig by Jesse Taube · 1 year, 2 months ago
  49. 1e94b46 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 1 month ago
  50. 15a23b6 dm: core: Allow marking driver model as dead by Simon Glass · 1 year, 1 month ago
  51. 63f0da6 spl: Tidy up load address in spl_ram by Simon Glass · 1 year, 1 month ago
  52. ddc5f9b Move fdt_simplefb to boot/ by Simon Glass · 1 year, 1 month ago
  53. b1a4b46 boot: Move fdt_support to boot/ by Simon Glass · 1 year, 1 month ago
  54. 31b097a video: Move the BMP options by Simon Glass · 1 year, 1 month ago
  55. 8168359 video: Move bmp code to drivers/video by Simon Glass · 1 year, 1 month ago
  56. 6b84acc sdp: Use plain udevice for UDC controller interaction by Marek Vasut · 1 year, 2 months ago
  57. 99924db spl: sdp: Detach the controller on error by Marek Vasut · 1 year, 2 months ago
  58. 2dfae17 dfu: Use plain udevice for UDC controller interaction by Marek Vasut · 1 year, 2 months ago
  59. edd6042 dfu: Detach the controller on error by Marek Vasut · 1 year, 2 months ago
  60. a824650 cmd: bmp: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 1 month ago
  61. 47512b2 common: stdio: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 1 month ago
  62. 7bce7e8 common: hash: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 1 month ago
  63. 1ee16b2 common: event: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 1 month ago
  64. 6a595c2 common: malloc: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 1 month ago
  65. bb7c4dc common: hush: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 1 month ago
  66. 49c59dd common: board_r: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 1 month ago
  67. 4fa6511 blkcache: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 1 month ago
  68. 323e91a spl: undefined return value in spl_blk_load_image by Heinrich Schuchardt · 1 year, 1 month ago
  69. ef08687 spl: add __noreturn attribute to spl_invoke_opensbi function by Chanho Park · 1 year, 2 months ago
  70. c9db9a2 dlmalloc: Add support for SPL_SYS_MALLOC_CLEAR_ON_INIT by Shengyu Qu · 1 year, 2 months ago
  71. ddec4ca Merge tag 'v2023.10-rc4' into next by Tom Rini · 1 year, 2 months ago
  72. 91caa3b event: Use an event to replace last_stage_init() by Simon Glass · 1 year, 2 months ago
  73. 6a32bfa freescale: Drop call to init_func_vid() in the init sequence by Simon Glass · 1 year, 2 months ago
  74. 13a7db9 x86: Convert arch_fsp_init() to use events by Simon Glass · 1 year, 2 months ago
  75. dd80246 initcall: Support manual relocation by Simon Glass · 1 year, 2 months ago
  76. c9eff0a initcall: Support emitting events by Simon Glass · 1 year, 2 months ago
  77. fb7dfca event: Export event_type_name() by Simon Glass · 1 year, 2 months ago
  78. e7f59de Revert "initcall: Move to inline function" by Simon Glass · 1 year, 2 months ago
  79. ba5e3e1 event: Support a simple spy record by Simon Glass · 1 year, 2 months ago
  80. 3f9cff6 common: bouncebuf: Add missing cast to dma_addr_t by Marek Vasut · 1 year, 2 months ago
  81. 27c7a62 dm: event: add EVT_DM_POST_INIT_R event type by Chanho Park · 1 year, 2 months ago
  82. 7e6e40c Merge tag 'v2023.10-rc3' into next by Tom Rini · 1 year, 2 months ago
  83. 4ad85a9 spl: don't assume NVMe partition 1 exists by Heinrich Schuchardt · 1 year, 2 months ago
  84. 86b1aad spl: mmc: Fix check of CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR by Elena Popa · 1 year, 2 months ago
  85. d768dd8 common: return type board_get_usable_ram_top by Heinrich Schuchardt · 1 year, 2 months ago
  86. 688d62b spl: add FIT support to semihosting boot method by Heinrich Schuchardt · 1 year, 3 months ago
  87. 6419f8e riscv: Add SPL_ZERO_MEM_BEFORE_USE implementation by Shengyu Qu · 1 year, 2 months ago
  88. b7080bf video: Add a Kconfig option for SPL video handoff by Simon Glass · 1 year, 3 months ago
  89. d7d7857 bootstd: Rename bootdev_setup_sibling_blk() by Simon Glass · 1 year, 3 months ago
  90. ccea96f treewide: unify the linker symbol reference format by Shiji Yang · 1 year, 3 months ago
  91. a077ac1 Kconfigs: Correct default of "0" on hex type entries by Tom Rini · 1 year, 3 months ago
  92. d8cb1dc board_f: Cosmetic style fix by Bin Meng · 1 year, 3 months ago
  93. 1a549c8 crc32: Drop duplicates crc header includes by Ilya Lukin · 1 year, 3 months ago
  94. fa96774 common: Drop duplicate space in SPL_BMP description by Marek Vasut · 1 year, 3 months ago
  95. 3b7b738 common: fix detection of SYS_MALLOC_F_LEN=0x0 by Heinrich Schuchardt · 1 year, 3 months ago
  96. af62d83 spl: move SPL_CRC32 option to lib/Kconfig by Oleksandr Suvorov · 1 year, 3 months ago
  97. 0d2761a spl: remove duplicate SPL_MD5 option by Oleksandr Suvorov · 1 year, 3 months ago
  98. a536b2f bloblist: Enforce CRC32 by Tom Rini · 1 year, 2 months ago
  99. b496620 event: Fix a wrong type_name from dm_post_init to dm_post_init_f by Jaehoon Chung · 1 year, 3 months ago
  100. 6b343ab console: Print out complete stdio device list by Bin Meng · 1 year, 3 months ago