index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/doc/sphinx/urllib3-2.7.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
/
arch
/
x86
/
lib
/
spl.c
Age
Commit message (
Expand
)
Author
2020-06-02
x86: spl: Print the error on SPL failure
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
common: Drop init.h from common header
Simon Glass
2020-05-18
common: Drop image.h from common header
Simon Glass
2020-05-04
x86: Update SPL for coreboot
Simon Glass
2020-05-04
x86: Move work-around out of cpu_jump_to_64bit_uboot()
Simon Glass
2020-01-17
common: Move hang() to the same header as panic()
Simon Glass
2019-12-02
common: Move interrupt functions into a new header
Simon Glass
2019-12-02
common: Move some cache and MMU functions out of common.h
Simon Glass
2019-11-03
x86: Move CPU init to before spl_init()
Simon Glass
2019-11-03
x86: spl: Support init of a PUNIT
Simon Glass
2019-10-11
x86: Panic when SPL or TPL fail
Simon Glass
2019-10-08
x86: spl: Move broadwell-specific code out of generic x86 spl
Simon Glass
2019-10-08
x86: spl: Reduce priority of the basic SPL image loader
Simon Glass
2019-10-08
x86: spl: Use hang() instead of a while() loop
Simon Glass
2019-05-08
x86: Add a simple TPL implementation
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-03-16
common: move init_helpers.h prototypes in init.h
Patrick Delaunay
2017-04-18
x86: Display the SPL banner only once
Simon Glass
2017-04-05
board_f: Make init_helpers generic
Simon Glass
2017-02-07
x86: spl: Add weak arch_cpu_init_dm()
Bin Meng
2017-02-06
x86: Add an SPL implementation
Simon Glass