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
/
bootm_os.c
Age
Commit message (
Expand
)
Author
2020-01-07
bootm: Add a bootm command for type IH_OS_EFI
Cristian Ciocaltea
2019-12-03
bootm: vxworks: Support Linux compatible standard DTB for ARM and PPC
Lihua Zhao
2019-12-02
common: Move some cache and MMU functions out of common.h
Simon Glass
2019-08-11
env: Move env_set_hex() to env.h
Simon Glass
2018-12-31
riscv: bootm: Support booting VxWorks
Bin Meng
2018-12-31
bootm: vxworks: Make do_bootm_vxworks() non-static
Bin Meng
2018-12-31
bootm: vxworks: Make do_bootvx_fdt() static
Bin Meng
2018-10-10
bootm: Add board specific OS preboot hook
Marek Vasut
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-03-19
bootm: optee: Add a bootm command for type IH_OS_TEE
Bryan O'Donoghue
2018-03-05
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Masahiro Yamada
2017-08-28
bootvx_fdt: fix missing 'fdt_fixup_ethernet(...)' on vxWorks boot
Hannes Schmelzer
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
env: Rename common functions related to setenv()
Simon Glass
2017-06-12
powerpc, 8xx: remove support for 8xx
Heiko Schocher
2017-05-01
fdt: Move fdt_fixup_ethernet to a common place
Tom Rini
2017-01-20
bootm: qnx: Disable data cache before booting QNX image
Emmanuel Vadot
2016-07-14
sandbox: Don't exit when bootm completes
Simon Glass
2016-05-27
cosmetic: debug: Replace #ifdef DEBUG with debug() macro
Lukasz Majewski
2015-12-12
VxWorks: fixup MAC address for VxWorks
Miao Yan
2015-01-14
image: bootm: Add OpenRTOS image type
Marek Vasut
2014-07-18
common: bootm_os: make arch_preboot_os __weak
Jeroen Hofstee
2014-06-19
bootm: Split out code from cmd_bootm.c
Simon Glass