summaryrefslogtreecommitdiff
path: root/common/bootm_os.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-3/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-07-22efi_loader: returning from UEFI FIT imagesHeinrich Schuchardt1-5/+4
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-4/+4
2020-07-17common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS imageTero Kristo1-2/+2
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-23/+23
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+2
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-01-07bootm: Add a bootm command for type IH_OS_EFICristian Ciocaltea1-0/+56
2019-12-03bootm: vxworks: Support Linux compatible standard DTB for ARM and PPCLihua Zhao1-2/+37
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1
2018-12-31riscv: bootm: Support booting VxWorksBin Meng1-1/+1
2018-12-31bootm: vxworks: Make do_bootm_vxworks() non-staticBin Meng1-2/+2
2018-12-31bootm: vxworks: Make do_bootvx_fdt() staticBin Meng1-1/+1
2018-10-10bootm: Add board specific OS preboot hookMarek Vasut1-0/+7
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-19bootm: optee: Add a bootm command for type IH_OS_TEEBryan O'Donoghue1-0/+32
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-08-28bootvx_fdt: fix missing 'fdt_fixup_ethernet(...)' on vxWorks bootHannes Schmelzer1-0/+3
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-5/+5
2017-08-16env: Rename common functions related to setenv()Simon Glass1-1/+1
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher1-13/+1
2017-05-01fdt: Move fdt_fixup_ethernet to a common placeTom Rini1-2/+0
2017-01-20bootm: qnx: Disable data cache before booting QNX imageEmmanuel Vadot1-0/+12
2016-07-15sandbox: Don't exit when bootm completesSimon Glass1-0/+1
2016-05-27cosmetic: debug: Replace #ifdef DEBUG with debug() macroLukasz Majewski1-3/+2
2015-12-12VxWorks: fixup MAC address for VxWorksMiao Yan1-0/+2
2015-01-14image: bootm: Add OpenRTOS image typeMarek Vasut1-0/+29
2014-07-19common: bootm_os: make arch_preboot_os __weakJeroen Hofstee1-2/+1
2014-06-19bootm: Split out code from cmd_bootm.cSimon Glass1-0/+480