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_legacy.c
Age
Commit message (
Expand
)
Author
2023-11-16
spl: Convert nor to spl_load
Sean Anderson
2023-11-16
spl: legacy: Split off LZMA decompression into its own function
Sean Anderson
2023-11-16
spl: Only support bl_len when we have to
Sean Anderson
2023-11-16
spl: legacy: Honor bl_len when decompressing
Sean Anderson
2023-10-17
spl: Use map_sysmem where appropriate
Sean Anderson
2023-10-17
spl: legacy: Fix referencing _image_binary_end
Sean Anderson
2023-07-03
spl: spl_legacy: Fix spl_end address
Fabio Estevam
2023-06-24
spl: spl_legacy: Add extra address checks
Marek Vasut
2022-12-10
spl: spl_legacy: fix invalid offset in SPL_COPY_PAYLOAD_ONLY
Dai Okamura
2022-10-26
spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoard
Roger Quadros
2022-09-29
treewide: Drop image_header_t typedef
Simon Glass
2022-07-13
spl: spl_legacy: fix the use of SPL_COPY_PAYLOAD_ONLY
Weijie Gao
2022-01-20
SPL: Add struct spl_boot_device parameter into spl_parse_board_header()
Pali Rohár
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
common: Drop image.h from common header
Simon Glass
2020-04-27
spl: spl_legacy: Add lzma decompression support for legacy image
Weijie Gao
2020-04-27
spl: spl_nor: Move legacy image loading into spl_legacy.c
Stefan Roese
2020-04-27
spl: spl_legacy: Use IS_ENABLED() to remove #ifdef
Stefan Roese
2020-04-27
spl: Extract legacy image handling into separate file
Stefan Roese