summaryrefslogtreecommitdiff
path: root/common/bootm_os.c
AgeCommit message (Expand)AuthorFilesLines
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