summaryrefslogtreecommitdiffstats
path: root/cmd/elf.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-3/+3
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* lib: elf: Move the generic elf loading/validating functions to libKeerthy2020-03-031-229/+0
* cmd/elf.c: Add SPDX tagTom Rini2020-02-071-10/+1
* common: Move the image globals into image.hSimon Glass2020-01-171-0/+1
* image: Rename load_addr, save_addr, save_sizeSimon Glass2020-01-171-2/+2
* common: Move some SMP functions out of common.hSimon Glass2019-12-021-0/+1
* env: Drop environment.h header file where not neededSimon Glass2019-08-111-1/+0
* env: Move env_get_hex() to env.hSimon Glass2019-08-111-0/+1
* elf: fix cache flushing in 'bootelf -p' commandKurban Mallachiev2019-02-191-2/+4
* u-boot: align cache flushes in load_elf_image_shdr to line boundariesNeil Stainton2018-09-301-1/+4
* u-boot: align cache flushes in load_elf_image_shdr to line boundariesNeil Stainton2018-08-241-1/+4
* elf: Add support for PPC64 ELF V1 ABI in bootelfRob Bracero2018-08-101-0/+75
* bootvx: x86: Assign bootaddr based on kernel memory baseBin Meng2018-04-161-41/+46
* bootvx: Exit if bootline address is not specifiedBin Meng2018-04-161-56/+53
* bootvx: Refactor the bootline copy codes a little bitBin Meng2018-04-161-10/+5
* bootvx: x86: Make VxWorks EFI console driver happyBin Meng2018-04-161-0/+19
* elf: Add a very simple ELF64 loaderBin Meng2018-04-161-1/+43
* x86: Rename e820entry to e820_entryBin Meng2018-04-161-3/+3
* vxworks: x86: Rename e820info to e820_infoBin Meng2018-04-161-3/+3
* bootvx: x86: Explicitly clear the bootloader image sizeBin Meng2018-04-161-0/+7
* bootvx: x86: Prepare e820 related stuff from the given kernel memory base add...Bin Meng2018-04-161-13/+7
* vxworks: fixed cpu enable using PSCI on armv8Vasyl Vavrychuk2018-04-131-0/+5
* net: Move enetaddr env access code to env config instead of net configAlex Kiernan2018-04-081-0/+1
* bootvx: use program header for loadingChristian Gmeiner2018-04-061-1/+1
* powerpc: Drop CONFIG_WALNUT and other related dead codeTuomas Tynkkynen2018-01-281-5/+1
* env: Rename some other getenv()-related functionsSimon Glass2017-08-161-1/+1
* env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass2017-08-161-2/+2
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-13/+13
* cmd/elf.c: Support passing arguments with bootelfTom Rini2017-06-051-17/+17
* bootm: qnx: Disable data cache before booting QNX imageEmmanuel Vadot2017-01-201-11/+0
* Remove the cmd_ prefix from command filesSimon Glass2016-01-251-0/+410