summaryrefslogtreecommitdiff
path: root/cmd/elf.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-16bootvx: x86: Assign bootaddr based on kernel memory baseBin Meng1-41/+46
2018-04-16bootvx: Exit if bootline address is not specifiedBin Meng1-56/+53
2018-04-16bootvx: Refactor the bootline copy codes a little bitBin Meng1-10/+5
2018-04-16bootvx: x86: Make VxWorks EFI console driver happyBin Meng1-0/+19
2018-04-16elf: Add a very simple ELF64 loaderBin Meng1-1/+43
2018-04-16x86: Rename e820entry to e820_entryBin Meng1-3/+3
2018-04-16vxworks: x86: Rename e820info to e820_infoBin Meng1-3/+3
2018-04-16bootvx: x86: Explicitly clear the bootloader image sizeBin Meng1-0/+7
2018-04-16bootvx: x86: Prepare e820 related stuff from the given kernel memory base add...Bin Meng1-13/+7
2018-04-14vxworks: fixed cpu enable using PSCI on armv8Vasyl Vavrychuk1-0/+5
2018-04-09net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-0/+1
2018-04-07bootvx: use program header for loadingChristian Gmeiner1-1/+1
2018-01-28powerpc: Drop CONFIG_WALNUT and other related dead codeTuomas Tynkkynen1-5/+1
2017-08-16env: Rename some other getenv()-related functionsSimon Glass1-1/+1
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass1-2/+2
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-13/+13
2017-06-05cmd/elf.c: Support passing arguments with bootelfTom Rini1-17/+17
2017-01-20bootm: qnx: Disable data cache before booting QNX imageEmmanuel Vadot1-11/+0
2016-01-25Remove the cmd_ prefix from command filesSimon Glass1-0/+410