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-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
2023-09-19
spl: Tidy up load address in spl_ram
Simon Glass
2023-09-19
Move fdt_simplefb to boot/
Simon Glass
2023-09-19
boot: Move fdt_support to boot/
Simon Glass
2023-09-19
video: Move the BMP options
Simon Glass
2023-09-19
video: Move bmp code to drivers/video
Simon Glass
2023-09-15
sdp: Use plain udevice for UDC controller interaction
Marek Vasut
2023-09-15
spl: sdp: Detach the controller on error
Marek Vasut
2023-09-15
dfu: Use plain udevice for UDC controller interaction
Marek Vasut
2023-09-15
dfu: Detach the controller on error
Marek Vasut
2023-09-14
cmd: bmp: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
2023-09-14
common: stdio: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
2023-09-14
common: hash: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
2023-09-14
common: event: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
2023-09-14
common: malloc: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
2023-09-14
common: hush: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
2023-09-14
common: board_r: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
2023-09-14
blkcache: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
2023-09-09
spl: undefined return value in spl_blk_load_image
Heinrich Schuchardt
2023-09-05
spl: add __noreturn attribute to spl_invoke_opensbi function
Chanho Park
2023-09-05
dlmalloc: Add support for SPL_SYS_MALLOC_CLEAR_ON_INIT
Shengyu Qu
[next]