index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
spl
/
spl.c
Age
Commit message (
Expand
)
Author
2023-10-17
spl: Use map_sysmem where appropriate
Sean Anderson
2023-10-09
spl: Jump to image at end of board_init_r
Jonas Karlman
2023-10-06
spl: Move bloblist writing until the image is known
Simon Glass
2023-10-06
spl: Move the full FIT code to spl_fit.c
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-09-30
Convert CFG_SYS_UBOOT_START to Kconfig
Jesse Taube
2023-09-22
dm: core: Allow marking driver model as dead
Simon Glass
2023-07-30
spl: initialize PCI before booting
Heinrich Schuchardt
2023-07-21
common: spl: spl: Remove video driver
Nikhil M Jain
2023-07-21
common: spl: spl: Update stack pointer address
Nikhil M Jain
2023-06-12
Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodia...
Tom Rini
2023-06-12
global: Use proper project name U-Boot
Michal Simek
2023-05-31
spl: Correct checking of configuration node
Bin Meng
2023-05-08
common: spl: spl: Remove video driver before u-boot proper
Nikhil M Jain
2023-01-12
gpio: Get rid of gpio_hog_probe_all()
Marek Vasut
2022-12-23
global: Migrate CONFIG_MALLOC_F_ADDR to CFG
Tom Rini
2022-12-05
global: Move remaining CONFIG_SYS_* to CFG_SYS_*
Tom Rini
2022-11-10
Convert CONFIG_SYS_MONITOR_LEN to Kconfig
Tom Rini
2022-10-31
spl: Allow multiple loaders of the same time
Simon Glass
2022-10-31
spl: Add a separate silence option for SPL
Simon Glass
2022-10-31
spl: Refactor controls for console output
Simon Glass
2022-10-31
spl: Use binman suffix allow symbols of any SPL etype
Simon Glass
2022-10-31
Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE
Simon Glass
2022-09-29
treewide: Drop image_header_t typedef
Simon Glass
2022-09-29
treewide: Drop bootm_headers_t typedef
Simon Glass
2022-09-14
Add in the ability to load and boot an uncompressed kernel image during the F...
Nathan Barrett-Morrison
2022-06-28
spl: binman: Check at runtime if binman symbols were filled in
Alper Nebi Yasak
2022-06-28
spl: binman: Split binman symbols support from enabling binman
Alper Nebi Yasak
2022-06-28
spl: binman: Fix use of undeclared u_boot_any symbols
Alper Nebi Yasak
2022-06-28
dm: spl: Allow SPL to show memory usage
Simon Glass
2022-06-06
Convert CONFIG_SYS_SPL_MALLOC_SIZE et al to Kconfig
Tom Rini
2022-05-02
Introduce Verifying Program Loader (VPL)
Simon Glass
2022-04-08
gpio: Enable hogging support in SPL
Eddie James
2022-02-22
spl: Allow disabling binman symbols in SPL
Simon Glass
2022-02-22
spl: x86: Correct the binman symbols for SPL
Simon Glass
2022-01-28
spl: add support for custom boot method names
Heiko Thiery
2022-01-20
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell
Tom Rini
2022-01-20
SPL: Add support for checking board / BootROM specific image types
Pali Rohár
2022-01-20
SPL: Add struct spl_boot_device parameter into spl_parse_board_header()
Pali Rohár
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2022-01-18
common: spl: move armv7m-specific code to spl_perform_fixups()
Ovidiu Panait
[next]