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
Age
Commit message (
Expand
)
Author
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-16
spl: fit: Add board level function to decide application of DTO
Marek Vasut
2023-10-11
cli: Add a function to set up a new cread
Simon Glass
2023-10-11
cli: Allow command completion to be disabled
Simon Glass
2023-10-11
cli: Allow history to be disabled
Simon Glass
2023-10-11
cli: Terminate the string in cread_line_process_ch()
Simon Glass
2023-10-11
cli: Create a function to process characters
Simon Glass
2023-10-11
cli: Unindent some code in cread_line()
Simon Glass
2023-10-11
cli: Convert cread_line() to use a struct for the main vars
Simon Glass
2023-10-11
cli: Use unsigned int instead of unsigned long
Simon Glass
2023-10-11
cli: Implement delete-word in cread_line()
Simon Glass
2023-10-11
cli: Drop #ifdefs for CONFIG_AUTO_COMPLETE in cli_readline
Simon Glass
2023-10-11
cli: Drop some #ifdefs in cli_readline
Simon Glass
2023-10-11
cli: Add a command to show cmdline history
Simon Glass
2023-10-11
cli: Move simple readline into a function
Simon Glass
2023-10-11
event: Rename rest of EVENT_SPY to EVENT_SPY_FULL or EVENT_SPY*
Marek Vasut
2023-10-11
malloc: Enable assertions if UNIT_TEST is enabled
Sean Anderson
2023-10-10
blk: Use a macro for the typical block size
Bin Meng
2023-10-09
stdio: fix stdio_deregister_dev()
Heinrich Schuchardt
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
bloblist: Add missing name
Simon Glass
2023-10-06
bloblist: Support initing from multiple places
Simon Glass
2023-10-06
sandbox: Move the bloblist down a little in memory
Simon Glass
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
2023-09-30
Convert CFG_SYS_UBOOT_START to Kconfig
Jesse Taube
2023-09-24
common: Drop linux/printk.h from common header
Simon Glass
2023-09-22
dm: core: Allow marking driver model as dead
Simon Glass
[next]