summaryrefslogtreecommitdiff
path: root/cmd/elf.c
AgeCommit message (Expand)Author
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-03-03lib: elf: Move the generic elf loading/validating functions to libKeerthy
2020-02-07cmd/elf.c: Add SPDX tagTom Rini
2020-01-17common: Move the image globals into image.hSimon Glass
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass
2019-12-02common: Move some SMP functions out of common.hSimon Glass
2019-08-11env: Drop environment.h header file where not neededSimon Glass
2019-08-11env: Move env_get_hex() to env.hSimon Glass
2019-02-19elf: fix cache flushing in 'bootelf -p' commandKurban Mallachiev
2018-09-30u-boot: align cache flushes in load_elf_image_shdr to line boundariesNeil Stainton
2018-08-24u-boot: align cache flushes in load_elf_image_shdr to line boundariesNeil Stainton
2018-08-10elf: Add support for PPC64 ELF V1 ABI in bootelfRob Bracero
2018-04-16bootvx: x86: Assign bootaddr based on kernel memory baseBin Meng
2018-04-16bootvx: Exit if bootline address is not specifiedBin Meng
2018-04-16bootvx: Refactor the bootline copy codes a little bitBin Meng
2018-04-16bootvx: x86: Make VxWorks EFI console driver happyBin Meng
2018-04-16elf: Add a very simple ELF64 loaderBin Meng
2018-04-16x86: Rename e820entry to e820_entryBin Meng
2018-04-16vxworks: x86: Rename e820info to e820_infoBin Meng
2018-04-16bootvx: x86: Explicitly clear the bootloader image sizeBin Meng
2018-04-16bootvx: x86: Prepare e820 related stuff from the given kernel memory base add...Bin Meng
2018-04-13vxworks: fixed cpu enable using PSCI on armv8Vasyl Vavrychuk
2018-04-08net: Move enetaddr env access code to env config instead of net configAlex Kiernan
2018-04-06bootvx: use program header for loadingChristian Gmeiner
2018-01-28powerpc: Drop CONFIG_WALNUT and other related dead codeTuomas Tynkkynen
2017-08-16env: Rename some other getenv()-related functionsSimon Glass
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-06-05cmd/elf.c: Support passing arguments with bootelfTom Rini
2017-01-20bootm: qnx: Disable data cache before booting QNX imageEmmanuel Vadot
2016-01-25Remove the cmd_ prefix from command filesSimon Glass