- 39162d9 log: fixup log_head after relocating global data by Thomas Weißschuh · 9 months ago
- ce7ae9d spl: Make SPL_STACK available for ROCKCHIP_RK3036 without spl framework by Kever Yang · 10 months ago
- 10c4ab8 spl: riscv: falcon: move fdt blob to specified address by Randolph · 11 months ago
- 073f4f1 Merge patch series "Move framebuffer reservation for SPL to RAM end" by Tom Rini · 10 months ago
- 1d3c266 spl: Enforce framebuffer reservation from end of RAM by Devarsh Thakkar · 12 months ago
- 539612e sunxi: Consider SPL size limitations for FIT loading by Samuel Holland · 1 year, 1 month ago
- d72494a sunxi: spl: Disable padding from SPL_PAD_TO by Samuel Holland · 1 year, 1 month ago
- da96f93 spl: binman: Disable u_boot_any symbols for i.MX93 boards by Mathieu Othacehe · 11 months ago
- 1373ffd Merge tag 'v2024.01-rc5' into next by Tom Rini · 11 months ago
- 0d8ac56 sunxi: h616: (really) lower SPL stack address to avoid BROM data by Andre Przywara · 2 years, 4 months ago
- dca7a89 Merge tag 'v2024.01-rc3' into next by Tom Rini · 1 year ago
- ae7ec8b Merge branch '2023-11-16-assorted-updates' into next by Tom Rini · 1 year ago
- 7667bde fs: ext4: Remove unused parameter from ext4_mount by Sean Anderson · 1 year, 1 month ago
- 54a8d84 spl: fat: Add option to disable DMA alignment by Sean Anderson · 1 year, 1 month ago
- 14509a2 spl: spi: Consolidate spi_load_image_os into spl_spi_load_image by Sean Anderson · 1 year, 1 month ago
- a04d5f6 spl: Convert spi to spl_load by Sean Anderson · 1 year, 1 month ago
- 9b9c6aa spl: Convert semihosting to spl_load by Sean Anderson · 1 year, 1 month ago
- 6029a0e spl: Convert NVMe to spl_load by Sean Anderson · 1 year, 1 month ago
- cbe8657 spl: Convert nor to spl_load by Sean Anderson · 1 year, 1 month ago
- 2e5476b spl: Convert net to spl_load by Sean Anderson · 1 year, 1 month ago
- 11f8346 spl: Convert nand to spl_load by Sean Anderson · 1 year, 1 month ago
- 5d3401a spl: Convert mmc to spl_load by Sean Anderson · 1 year, 1 month ago
- 682184e spl: Convert fat to spl_load by Sean Anderson · 1 year, 1 month ago
- b8ed722 spl: Convert ext to use spl_load by Sean Anderson · 1 year, 1 month ago
- 7750741 spl: Add generic spl_load function by Sean Anderson · 1 year, 1 month ago
- efe92cd spl: legacy: Split off LZMA decompression into its own function by Sean Anderson · 1 year, 1 month ago
- 0ddfa86 spl: nand: Remove spl_nand_legacy_read by Sean Anderson · 1 year, 1 month ago
- 5271e35 spl: Only support bl_len when we have to by Sean Anderson · 1 year, 1 month ago
- afdd2d9 spl: Remove filename from spl_load_info by Sean Anderson · 1 year, 1 month ago
- b63664b spl: Set FAT bl_len to ARCH_DMA_MINALIGN by Sean Anderson · 1 year, 1 month ago
- 73c40fc spl: Refactor spl_load_info->read to use units of bytes by Sean Anderson · 1 year, 1 month ago
- 33c8d01 spl: Take advantage of bl_len's power-of-twoness by Sean Anderson · 1 year, 1 month ago
- 0c6c83e spl: Remove dev from spl_load_info by Sean Anderson · 1 year, 1 month ago
- feaeb8f spl: Remove NULL assignments in spl_load_info by Sean Anderson · 1 year, 1 month ago
- 517e708 spl: semihosting: Don't close fd before spl_load_simple_fit by Sean Anderson · 1 year, 1 month ago
- 06b1bca spl: Make SHOW_ERRORS depend on LIBCOMMON by Sean Anderson · 1 year, 1 month ago
- 1e86296 spl: blk_fs: Fix uninitialized return value when we can't get a blk_desc by Sean Anderson · 1 year, 1 month ago
- b35df87 mtd: Rename SPL_MTD_SUPPORT to SPL_MTD by Sean Anderson · 1 year, 1 month ago
- bd9573c spl: nand: Map memory before accessing it by Sean Anderson · 1 year, 1 month ago
- 38ef64e spl: nand: Set bl_len to page size by Sean Anderson · 1 year, 1 month ago
- 57d3da6 spl: legacy: Honor bl_len when decompressing by Sean Anderson · 1 year, 1 month ago
- 23fe0c0 spl: nand: Fix NULL-pointer dereference by Sean Anderson · 1 year, 1 month ago
- a94a407 tree-wide: Replace http:// link with https:// link for ti.com by Nishanth Menon · 1 year, 1 month ago
- 1b2a3d0 Merge tag 'u-boot-imx-20231024' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 1 year, 1 month ago
- 95168d7 sunxi: add Allwinner R528/T113 SoC support by Andre Przywara · 2 years, 3 months ago
- 4a9e89a sunxi: introduce NCAT2 generation model by Andre Przywara · 2 years, 2 months ago
- 58fa2a5 spl: riscv: add os type for next booting stage by Randolph · 1 year, 1 month ago
- 5367b9e spl: riscv: opensbi: change the default os_type as varible by Randolph · 1 year, 1 month ago
- b02c4e9 spl: Use map_sysmem where appropriate by Sean Anderson · 1 year, 1 month ago
- 93caa3e spl: Add callbacks to invalidate cached devices by Sean Anderson · 1 year, 1 month ago
- 44071cd fs: ext4: Fix building ext4 in SPL if write is enabled by Sean Anderson · 1 year, 1 month ago
- 12b3339 Move i.MX8 container image loading support to common/spl by Sean Anderson · 1 year, 1 month ago
- ab12179 arm: imx: Check header before calling spl_load_imx_container by Sean Anderson · 1 year, 1 month ago
- 5264413 spl: fit: Fix entry point for SPL_LOAD_FIT_FULL by Sean Anderson · 1 year, 1 month ago
- 6cc2182 spl: nor: Don't allocate header on stack by Sean Anderson · 1 year, 1 month ago
- 301ae61 spl: legacy: Fix referencing _image_binary_end by Sean Anderson · 1 year, 1 month ago
- a0733b3 spl: mmc: Fix subsequent calls to spl_mmc_load with CONFIG_BLK by Sean Anderson · 1 year, 2 months ago
- e936db9 spl: mmc: Introduce proper layering for spl_mmc_get_uboot_raw_sector() by Marek Vasut · 1 year, 1 month ago
- b13eaf3 spl: fit: Add board level function to decide application of DTO by Marek Vasut · 1 year, 2 months ago
- 6826c43 spl: Jump to image at end of board_init_r by Jonas Karlman · 1 year, 2 months ago
- a60d968 spl: add __noreturn attribute to spl_invoke_atf function by Chanho Park · 1 year, 3 months ago
- d9bb6d7 Merge tag 'u-boot-rockchip-20231007' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 1 year, 2 months ago
- a1b7fd7 spl: fit: support for booting a LZMA-compressed U-boot binary by Manoj Sai · 1 year, 2 months ago
- ce6ab56 spl: fit: support for booting a GZIP-compressed U-boot binary by Manoj Sai · 1 year, 2 months ago
- a17e1e7 spl: Move bloblist writing until the image is known by Simon Glass · 1 year, 2 months ago
- 2354daa spl: Use the correct FIT_..._PROP constants by Simon Glass · 1 year, 2 months ago
- 035ab46 spl: Move the full FIT code to spl_fit.c by Simon Glass · 1 year, 2 months ago
- d7c232e spl: Rename spl_load_fit_image() to load_simple_fit() by Simon Glass · 1 year, 2 months ago
- 17ba501 spl: Remove #ifdefs with BOOTSTAGE by Simon Glass · 1 year, 2 months ago
- 2003a83 spl: Avoid an #ifdef when printing gd->malloc_ptr by Simon Glass · 1 year, 2 months ago
- 3d6d507 spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN by Simon Glass · 1 year, 2 months ago
- f817e08 spl: Drop the switch() statement for OS selection by Simon Glass · 1 year, 2 months ago
- e0be6ea spl: Avoid #ifdef with CONFIG_SPL_PAYLOAD_ARGS_ADDR by Simon Glass · 1 year, 2 months ago
- 6371c47 spl: Drop #ifdefs for BOARD_INIT and watchdog by Simon Glass · 1 year, 2 months ago
- 6c2bdf5 spl: mx6: powerpc: Drop the condition on timer_init() by Simon Glass · 1 year, 2 months ago
- 5277987 spl: Avoid #ifdef with CONFIG_SPL_SYS_MALLOC by Simon Glass · 1 year, 2 months ago
- 9cbdc3a spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDR by Simon Glass · 1 year, 2 months ago
- 82e26e0 spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_... by Simon Glass · 1 year, 2 months ago
- ac89738 Merge branch 'next' by Tom Rini · 1 year, 2 months ago
- 6ab77bb Convert CFG_SYS_UBOOT_START to Kconfig by Jesse Taube · 1 year, 3 months ago
- 1e94b46 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 2 months ago
- 15a23b6 dm: core: Allow marking driver model as dead by Simon Glass · 1 year, 3 months ago
- 63f0da6 spl: Tidy up load address in spl_ram by Simon Glass · 1 year, 2 months ago
- 6b84acc sdp: Use plain udevice for UDC controller interaction by Marek Vasut · 1 year, 3 months ago
- 99924db spl: sdp: Detach the controller on error by Marek Vasut · 1 year, 3 months ago
- 323e91a spl: undefined return value in spl_blk_load_image by Heinrich Schuchardt · 1 year, 3 months ago
- ef08687 spl: add __noreturn attribute to spl_invoke_opensbi function by Chanho Park · 1 year, 3 months ago
- 7e6e40c Merge tag 'v2023.10-rc3' into next by Tom Rini · 1 year, 3 months ago
- 4ad85a9 spl: don't assume NVMe partition 1 exists by Heinrich Schuchardt · 1 year, 3 months ago
- 86b1aad spl: mmc: Fix check of CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR by Elena Popa · 1 year, 4 months ago
- 688d62b spl: add FIT support to semihosting boot method by Heinrich Schuchardt · 1 year, 4 months ago
- a077ac1 Kconfigs: Correct default of "0" on hex type entries by Tom Rini · 1 year, 4 months ago
- af62d83 spl: move SPL_CRC32 option to lib/Kconfig by Oleksandr Suvorov · 1 year, 4 months ago
- 0d2761a spl: remove duplicate SPL_MD5 option by Oleksandr Suvorov · 1 year, 4 months ago
- 7d4c8cf spl: initialize PCI before booting by Heinrich Schuchardt · 1 year, 4 months ago
- d62e7b8 spl: blk: partition numbers are hexadecimal by Heinrich Schuchardt · 1 year, 4 months ago
- 8acfd7d spl: blk: use CONFIG_SPL_FS_LOAD_PAYLOAD_NAME by Heinrich Schuchardt · 1 year, 4 months ago
- 954b0ad common: spl: spl: Remove video driver by Nikhil M Jain · 1 year, 4 months ago
- 149fb05 common: spl: spl: Update stack pointer address by Nikhil M Jain · 1 year, 4 months ago
- 174d7284 arm64: zynqmp: Switch to amd.com emails by Michal Simek · 1 year, 5 months ago