index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/test/py/pytest-9.0.3
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
spl
Age
Commit message (
Expand
)
Author
2023-11-16
spl: Remove filename from spl_load_info
Sean Anderson
2023-11-16
spl: Set FAT bl_len to ARCH_DMA_MINALIGN
Sean Anderson
2023-11-16
spl: Refactor spl_load_info->read to use units of bytes
Sean Anderson
2023-11-16
spl: Take advantage of bl_len's power-of-twoness
Sean Anderson
2023-11-16
spl: Remove dev from spl_load_info
Sean Anderson
2023-11-16
spl: Remove NULL assignments in spl_load_info
Sean Anderson
2023-11-16
spl: semihosting: Don't close fd before spl_load_simple_fit
Sean Anderson
2023-11-16
spl: Make SHOW_ERRORS depend on LIBCOMMON
Sean Anderson
2023-11-16
spl: blk_fs: Fix uninitialized return value when we can't get a blk_desc
Sean Anderson
2023-11-16
mtd: Rename SPL_MTD_SUPPORT to SPL_MTD
Sean Anderson
2023-11-16
spl: nand: Map memory before accessing it
Sean Anderson
2023-11-16
spl: nand: Set bl_len to page size
Sean Anderson
2023-11-16
spl: legacy: Honor bl_len when decompressing
Sean Anderson
2023-11-16
spl: nand: Fix NULL-pointer dereference
Sean Anderson
2023-10-24
Merge tag 'u-boot-imx-20231024' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
2023-10-22
sunxi: add Allwinner R528/T113 SoC support
Andre Przywara
2023-10-22
sunxi: introduce NCAT2 generation model
Andre Przywara
2023-10-19
spl: riscv: add os type for next booting stage
Randolph
2023-10-19
spl: riscv: opensbi: change the default os_type as varible
Randolph
2023-10-17
spl: Use map_sysmem where appropriate
Sean Anderson
2023-10-17
spl: Add callbacks to invalidate cached devices
Sean Anderson
2023-10-17
fs: ext4: Fix building ext4 in SPL if write is enabled
Sean Anderson
2023-10-17
Move i.MX8 container image loading support to common/spl
Sean Anderson
2023-10-17
arm: imx: Check header before calling spl_load_imx_container
Sean Anderson
2023-10-17
spl: fit: Fix entry point for SPL_LOAD_FIT_FULL
Sean Anderson
2023-10-17
spl: nor: Don't allocate header on stack
Sean Anderson
2023-10-17
spl: legacy: Fix referencing _image_binary_end
Sean Anderson
2023-10-17
spl: mmc: Fix subsequent calls to spl_mmc_load with CONFIG_BLK
Sean Anderson
2023-10-17
spl: mmc: Introduce proper layering for spl_mmc_get_uboot_raw_sector()
Marek Vasut
2023-10-16
spl: fit: Add board level function to decide application of DTO
Marek Vasut
2023-10-09
spl: Jump to image at end of board_init_r
Jonas Karlman
2023-10-09
spl: add __noreturn attribute to spl_invoke_atf function
Chanho Park
2023-10-08
Merge tag 'u-boot-rockchip-20231007' of https://source.denx.de/u-boot/custodi...
Tom Rini
2023-10-07
spl: fit: support for booting a LZMA-compressed U-boot binary
Manoj Sai
2023-10-07
spl: fit: support for booting a GZIP-compressed U-boot binary
Manoj Sai
2023-10-06
spl: Move bloblist writing until the image is known
Simon Glass
2023-10-06
spl: Use the correct FIT_..._PROP constants
Simon Glass
2023-10-06
spl: Move the full FIT code to spl_fit.c
Simon Glass
2023-10-06
spl: Rename spl_load_fit_image() to load_simple_fit()
Simon Glass
2023-10-06
spl: Remove #ifdefs with BOOTSTAGE
Simon Glass
2023-10-06
spl: Avoid an #ifdef when printing gd->malloc_ptr
Simon Glass
2023-10-06
spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN
Simon Glass
2023-10-06
spl: Drop the switch() statement for OS selection
Simon Glass
2023-10-06
spl: Avoid #ifdef with CONFIG_SPL_PAYLOAD_ARGS_ADDR
Simon Glass
2023-10-06
spl: Drop #ifdefs for BOARD_INIT and watchdog
Simon Glass
2023-10-06
spl: mx6: powerpc: Drop the condition on timer_init()
Simon Glass
2023-10-06
spl: Avoid #ifdef with CONFIG_SPL_SYS_MALLOC
Simon Glass
2023-10-06
spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDR
Simon Glass
2023-10-06
spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_...
Simon Glass
2023-10-02
Merge branch 'next'
Tom Rini
[next]