summaryrefslogtreecommitdiff
path: root/common/bootm_os.c
Commit message (Expand)AuthorAgeFilesLines
* riscv: bootm: Support booting VxWorksBin Meng2018-12-311-1/+1
* bootm: vxworks: Make do_bootm_vxworks() non-staticBin Meng2018-12-311-2/+2
* bootm: vxworks: Make do_bootvx_fdt() staticBin Meng2018-12-311-1/+1
* bootm: Add board specific OS preboot hookMarek Vasut2018-10-101-0/+7
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* bootm: optee: Add a bootm command for type IH_OS_TEEBryan O'Donoghue2018-03-191-0/+32
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* bootvx_fdt: fix missing 'fdt_fixup_ethernet(...)' on vxWorks bootHannes Schmelzer2017-08-281-0/+3
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-5/+5
* env: Rename common functions related to setenv()Simon Glass2017-08-161-1/+1
* powerpc, 8xx: remove support for 8xxHeiko Schocher2017-06-121-13/+1
* fdt: Move fdt_fixup_ethernet to a common placeTom Rini2017-05-011-2/+0
* bootm: qnx: Disable data cache before booting QNX imageEmmanuel Vadot2017-01-201-0/+12
* sandbox: Don't exit when bootm completesSimon Glass2016-07-141-0/+1
* cosmetic: debug: Replace #ifdef DEBUG with debug() macroLukasz Majewski2016-05-271-3/+2
* VxWorks: fixup MAC address for VxWorksMiao Yan2015-12-121-0/+2
* image: bootm: Add OpenRTOS image typeMarek Vasut2015-01-141-0/+29
* common: bootm_os: make arch_preboot_os __weakJeroen Hofstee2014-07-181-2/+1
* bootm: Split out code from cmd_bootm.cSimon Glass2014-06-191-0/+480