index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
elf.c
Age
Commit message (
Expand
)
Author
2021-11-16
bootm: Tidy up use of autostart env var
Simon Glass
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
common: Drop net.h from common header
Simon Glass
2020-03-03
lib: elf: Move the generic elf loading/validating functions to lib
Keerthy
2020-02-07
cmd/elf.c: Add SPDX tag
Tom Rini
2020-01-17
common: Move the image globals into image.h
Simon Glass
2020-01-17
image: Rename load_addr, save_addr, save_size
Simon Glass
2019-12-02
common: Move some SMP functions out of common.h
Simon Glass
2019-08-11
env: Drop environment.h header file where not needed
Simon Glass
2019-08-11
env: Move env_get_hex() to env.h
Simon Glass
2019-02-19
elf: fix cache flushing in 'bootelf -p' command
Kurban Mallachiev
2018-09-30
u-boot: align cache flushes in load_elf_image_shdr to line boundaries
Neil Stainton
2018-08-24
u-boot: align cache flushes in load_elf_image_shdr to line boundaries
Neil Stainton
2018-08-10
elf: Add support for PPC64 ELF V1 ABI in bootelf
Rob Bracero
2018-04-16
bootvx: x86: Assign bootaddr based on kernel memory base
Bin Meng
2018-04-16
bootvx: Exit if bootline address is not specified
Bin Meng
2018-04-16
bootvx: Refactor the bootline copy codes a little bit
Bin Meng
2018-04-16
bootvx: x86: Make VxWorks EFI console driver happy
Bin Meng
2018-04-16
elf: Add a very simple ELF64 loader
Bin Meng
2018-04-16
x86: Rename e820entry to e820_entry
Bin Meng
2018-04-16
vxworks: x86: Rename e820info to e820_info
Bin Meng
2018-04-16
bootvx: x86: Explicitly clear the bootloader image size
Bin Meng
2018-04-16
bootvx: x86: Prepare e820 related stuff from the given kernel memory base add...
Bin Meng
2018-04-13
vxworks: fixed cpu enable using PSCI on armv8
Vasyl Vavrychuk
2018-04-08
net: Move enetaddr env access code to env config instead of net config
Alex Kiernan
2018-04-06
bootvx: use program header for loading
Christian Gmeiner
2018-01-28
powerpc: Drop CONFIG_WALNUT and other related dead code
Tuomas Tynkkynen
2017-08-16
env: Rename some other getenv()-related functions
Simon Glass
2017-08-16
env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()
Simon Glass
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
2017-06-05
cmd/elf.c: Support passing arguments with bootelf
Tom Rini
2017-01-20
bootm: qnx: Disable data cache before booting QNX image
Emmanuel Vadot
2016-01-25
Remove the cmd_ prefix from command files
Simon Glass