~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
path: root/cmd/elf.c
Commit message (Expand)AuthorAge
* boot: Call flush() before bootingPali Rohár2022-09-24
* video: Renname vbe.h to vesa.hSimon Glass2022-08-12
* bootm: Tidy up use of autostart env varSimon Glass2021-11-16
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-02
* common: Drop log.h from common headerSimon Glass2020-05-18
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-18
* common: Drop net.h from common headerSimon Glass2020-05-18
* lib: elf: Move the generic elf loading/validating functions to libKeerthy2020-03-03
* cmd/elf.c: Add SPDX tagTom Rini2020-02-07
* common: Move the image globals into image.hSimon Glass2020-01-17
* image: Rename load_addr, save_addr, save_sizeSimon Glass2020-01-17
* common: Move some SMP functions out of common.hSimon Glass2019-12-02
* env: Drop environment.h header file where not neededSimon Glass2019-08-11
* env: Move env_get_hex() to env.hSimon Glass2019-08-11
* elf: fix cache flushing in 'bootelf -p' commandKurban Mallachiev2019-02-19
* u-boot: align cache flushes in load_elf_image_shdr to line boundariesNeil Stainton2018-09-30
* u-boot: align cache flushes in load_elf_image_shdr to line boundariesNeil Stainton2018-08-24
* elf: Add support for PPC64 ELF V1 ABI in bootelfRob Bracero2018-08-10
* bootvx: x86: Assign bootaddr based on kernel memory baseBin Meng2018-04-16
* bootvx: Exit if bootline address is not specifiedBin Meng2018-04-16
* bootvx: Refactor the bootline copy codes a little bitBin Meng2018-04-16
* bootvx: x86: Make VxWorks EFI console driver happyBin Meng2018-04-16
* elf: Add a very simple ELF64 loaderBin Meng2018-04-16
* x86: Rename e820entry to e820_entryBin Meng2018-04-16
* vxworks: x86: Rename e820info to e820_infoBin Meng2018-04-16
* bootvx: x86: Explicitly clear the bootloader image sizeBin Meng2018-04-16
* bootvx: x86: Prepare e820 related stuff from the given kernel memory base add...Bin Meng2018-04-16
* vxworks: fixed cpu enable using PSCI on armv8Vasyl Vavrychuk2018-04-13
* net: Move enetaddr env access code to env config instead of net configAlex Kiernan2018-04-08
* bootvx: use program header for loadingChristian Gmeiner2018-04-06
* powerpc: Drop CONFIG_WALNUT and other related dead codeTuomas Tynkkynen2018-01-28
* env: Rename some other getenv()-related functionsSimon Glass2017-08-16
* env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass2017-08-16
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-16
* cmd/elf.c: Support passing arguments with bootelfTom Rini2017-06-05
* bootm: qnx: Disable data cache before booting QNX imageEmmanuel Vadot2017-01-20
* Remove the cmd_ prefix from command filesSimon Glass2016-01-25