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
/
arch
/
x86
/
lib
/
bootm.c
Age
Commit message (
Expand
)
Author
2018-10-22
x86/bootm: fix error handling in boot_prep_linux(...)
Hannes Schmelzer
2018-06-03
Define board_quiesce_devices() in a shared location
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-02-18
fdt: Implement weak arch_fixup_fdt()
Alexey Brodkin
2017-11-30
Revert "x86: bootm: Fix FIT image booting on x86"
Anatolij Gustschin
2017-05-17
x86: bootm: Add dm_remove_devices_flags() call to bootm_announce_and_cleanup()
Stefan Roese
2017-04-10
x86: bootm: Fix FIT image booting on x86
Stefan Roese
2017-02-06
x86: Don't build call64 and setjmp on 64-bit
Simon Glass
2016-12-02
libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY
Masahiro Yamada
2016-11-17
ls2080: Exit dpaa only right before exiting U-Boot
Alexander Graf
2016-05-23
x86: Call board_final_cleanup() in last_stage_init()
Bin Meng
2016-02-06
Use correct spelling of "U-Boot"
Bin Meng
2015-08-05
x86: Handle running as EFI payload
Simon Glass
2015-08-05
x86: Add some missing global_data declarations in files that use gd
Simon Glass
2014-10-28
x86: Correct a few progress message nits
Simon Glass
2014-10-28
x86: bootm: Support booting a 64-bit raw kernel
Simon Glass
2014-10-28
x86: Move kernel boot function to arch/x86/lib/bootm.c
Simon Glass
2014-10-22
x86: Rewrite bootm.c to make it similar to ARM
Simon Glass
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-12
blackfin: x86: bootm: Handle PREP stage of bootm
Simon Glass
2013-06-26
x86: Correct missing local variable in bootm
Simon Glass
2013-05-13
x86: Rationalise kernel booting logic and bootstage
Simon Glass
2011-12-19
x86: Refactor the zboot innards so they can be reused with a vboot image
Gabe Black
2011-12-19
x86: Add support for booting Linux using the 32 bit boot protocol
Gabe Black
2011-11-29
x86: Provide more configuration granularity
Graeme Russ
2011-11-29
cosmetic: checkpatch cleanup of arch/x86/lib/*.c
Graeme Russ
2011-04-13
x86: Rename i386 to x86
Graeme Russ