summaryrefslogtreecommitdiffstats
path: root/common/bootm_os.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* efi_loader: returning from UEFI FIT imagesHeinrich Schuchardt2020-07-221-5/+4
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-4/+4
* common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS imageTero Kristo2020-07-171-2/+2
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-23/+23
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+2
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* bootm: Add a bootm command for type IH_OS_EFICristian Ciocaltea2020-01-071-0/+56
* bootm: vxworks: Support Linux compatible standard DTB for ARM and PPCLihua Zhao2019-12-031-2/+37
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-021-0/+1
* env: Move env_set_hex() to env.hSimon Glass2019-08-111-0/+1
* 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