Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
11bedd61697a4ee147aa6c6791b228cd548491ec
/
cmd
/
elf.c
3ff49ec
global: Convert simple_strtoul() with hex to hextoul()
by Simon Glass
· Sat Jul 24 09:03:29 2021 -0600
0f2af88
common: Drop log.h from common header
by Simon Glass
· Sun May 10 11:40:05 2020 -0600
ed38aef
command: Remove the cmd_tbl_t typedef
by Simon Glass
· Sun May 10 11:40:03 2020 -0600
274e0b0
common: Drop net.h from common header
by Simon Glass
· Sun May 10 11:39:56 2020 -0600
76f361a
lib: elf: Move the generic elf loading/validating functions to lib
by Keerthy
· Wed Feb 12 13:55:03 2020 +0530
8abb4cb
cmd/elf.c: Add SPDX tag
by Tom Rini
· Wed Jan 29 11:03:34 2020 -0500
85f1378
common: Move the image globals into image.h
by Simon Glass
· Sat Dec 28 10:45:03 2019 -0700
892265d
image: Rename load_addr, save_addr, save_size
by Simon Glass
· Sat Dec 28 10:45:02 2019 -0700
370382c
common: Move some SMP functions out of common.h
by Simon Glass
· Thu Nov 14 12:57:35 2019 -0700
9cce6f7
env: Drop environment.h header file where not needed
by Simon Glass
· Thu Aug 01 09:47:12 2019 -0600
83c2e49
env: Move env_get_hex() to env.h
by Simon Glass
· Thu Aug 01 09:46:50 2019 -0600
a064f19
elf: fix cache flushing in 'bootelf -p' command
by Kurban Mallachiev
· Thu Feb 07 14:19:45 2019 +0300
f92c83b
u-boot: align cache flushes in load_elf_image_shdr to line boundaries
by Neil Stainton
· Wed Sep 19 10:38:07 2018 +0100
6e91bd9
u-boot: align cache flushes in load_elf_image_shdr to line boundaries
by Neil Stainton
· Mon Aug 20 15:46:19 2018 +0000
7c8b325
elf: Add support for PPC64 ELF V1 ABI in bootelf
by Rob Bracero
· Tue Jul 31 22:57:42 2018 -0400
75f4b72
bootvx: x86: Assign bootaddr based on kernel memory base
by Bin Meng
· Wed Apr 11 22:02:22 2018 -0700
051f95e
bootvx: Exit if bootline address is not specified
by Bin Meng
· Wed Apr 11 22:02:21 2018 -0700
cbc77d4
bootvx: Refactor the bootline copy codes a little bit
by Bin Meng
· Wed Apr 11 22:02:20 2018 -0700
71606c4
bootvx: x86: Make VxWorks EFI console driver happy
by Bin Meng
· Wed Apr 11 22:02:19 2018 -0700
c71073f
elf: Add a very simple ELF64 loader
by Bin Meng
· Wed Apr 11 22:02:14 2018 -0700
4b8fc74
x86: Rename e820entry to e820_entry
by Bin Meng
· Wed Apr 11 22:02:11 2018 -0700
dde4ebb
vxworks: x86: Rename e820info to e820_info
by Bin Meng
· Wed Apr 11 22:02:09 2018 -0700
f6a22da
bootvx: x86: Explicitly clear the bootloader image size
by Bin Meng
· Wed Apr 11 22:02:08 2018 -0700
e3be890
bootvx: x86: Prepare e820 related stuff from the given kernel memory base address
by Bin Meng
· Wed Apr 11 22:02:07 2018 -0700
70b551c
vxworks: fixed cpu enable using PSCI on armv8
by Vasyl Vavrychuk
· Tue Apr 10 12:36:36 2018 +0300
9c21549
net: Move enetaddr env access code to env config instead of net config
by Alex Kiernan
· Sun Apr 01 09:22:38 2018 +0000
ae7d4be
bootvx: use program header for loading
by Christian Gmeiner
· Tue Mar 20 14:18:25 2018 +0100
f66276d
powerpc: Drop CONFIG_WALNUT and other related dead code
by Tuomas Tynkkynen
· Sun Jan 21 18:16:42 2018 +0200
da1a134
env: Rename some other getenv()-related functions
by Simon Glass
· Thu Aug 03 12:22:15 2017 -0600
399a9ce
env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()
by Simon Glass
· Thu Aug 03 12:22:14 2017 -0600
64b723f
env: Rename getenv/_f() to env_get()
by Simon Glass
· Thu Aug 03 12:22:12 2017 -0600
3c95c79
cmd/elf.c: Support passing arguments with bootelf
by Tom Rini
· Thu May 18 17:03:07 2017 -0400
9a922b4
bootm: qnx: Disable data cache before booting QNX image
by Emmanuel Vadot
· Thu Jan 19 10:23:56 2017 +0100
5f861a7
Remove the cmd_ prefix from command files
by Simon Glass
· Sun Jan 17 20:53:52 2016 -0700
[Renamed from cmd/cmd_elf.c]
29499a0
Move all command code into its own directory
by Simon Glass
· Sun Jan 17 20:53:51 2016 -0700
[Renamed from common/cmd_elf.c]
34fd6c9
Fix GCC format-security errors and convert sprintfs.
by Ben Whitten
· Wed Dec 30 13:05:58 2015 +0000
f6900e2
cmd: bootvx: Add asmlinkage to the VxWorks x86 entry
by Bin Meng
· Wed Oct 07 20:19:19 2015 -0700
321e860
cmd: bootvx: Pass E820 information to an x86 VxWorks kernel
by Bin Meng
· Wed Oct 07 20:19:18 2015 -0700
fb694b9
cmd: bootvx: Always get VxWorks bootline from env
by Bin Meng
· Wed Oct 07 20:19:17 2015 -0700
bf0ba25
cmd: bootvx: Pass netmask and gatewayip to VxWorks bootline
by Bin Meng
· Wed Oct 07 20:19:16 2015 -0700
0401c86
cmd: bootvx: Avoid strlen() calls when constructing VxWorks bootline
by Bin Meng
· Wed Oct 07 20:19:15 2015 -0700
8c77af6
cmd: elf: Reorder load_elf_image_phdr() and load_elf_image_shdr()
by Bin Meng
· Wed Oct 07 20:19:14 2015 -0700
53f3afb
cmd: Clean up cmd_elf a little bit
by Bin Meng
· Wed Oct 07 20:19:13 2015 -0700
c80b41b0
net: cosmetic: Fix checkpatch.pl failures in net.c
by Joe Hershberger
· Wed Apr 08 01:41:21 2015 -0500
3825bfa
common: cmd_elf: Add support to disable start of application
by Siva Durga Prasad Paladugu
· Mon Mar 09 12:46:47 2015 +0100
db20464
linux/kernel.h: sync min, max, min3, max3 macros with Linux
by Masahiro Yamada
· Fri Nov 07 03:03:31 2014 +0900
b869cae
common/cmd_elf.c: add missing include
by Jeroen Hofstee
· Wed Oct 08 22:57:51 2014 +0200
3cc2a74
common: cmd_elf: make do_bootelf_exec static
by Jeroen Hofstee
· Wed Oct 08 22:57:31 2014 +0200
e5deaf58
Correct vxWorks elf boot to load at correct address
by Stany MARCEL
· Wed Nov 27 14:48:43 2013 +0100
90d40c6
bootm: Correct the arguments for the ELF image loader
by Simon Glass
· Wed Jul 10 23:08:11 2013 -0700
41cfa2d
cmd_elf: Fix broken bootvx command
by Reinhard Arlt
· Mon Feb 04 09:37:11 2013 +0000
c336f87
common: cmd_elf.c: use uintptr_t for casts from u32 to void*
by Daniel Schwierzeck
· Sun Sep 16 06:55:06 2012 +0000
fa87af3
common: cmd_elf.c: fix checkpath.pl warnings
by Daniel Schwierzeck
· Sun Sep 16 06:55:05 2012 +0000
4fa117c
bootvx: Clear and disable data cache, and call vxWorks with parameter.
by Reinhard Arlt
· Fri Nov 18 09:06:52 2011 +0000
d6c5f55
net: tftpput: Rename TFTP to TFTPGET
by Simon Glass
· Mon Oct 24 18:00:02 2011 +0000
e6dc29f
cmd_elf: add an option for loading ELFs according to PHDRs
by Mike Frysinger
· Sat Oct 02 15:44:53 2010 -0400
6262d021
Make sure that argv[] argument pointers are not modified.
by Wolfgang Denk
· Mon Jun 28 22:00:46 2010 +0200
daff3fe
Less verbose output when loading vxworks 6.x images
by Niklaus Giger
· Thu Jul 23 23:31:58 2009 +0200
c54781c
General help message cleanup
by Wolfgang Denk
· Sun May 24 17:06:54 2009 +0200
50219e6
ppc: cleanup compiler errors/warnings
by Heiko Schocher
· Thu Mar 26 07:33:59 2009 +0100
8bcee04
bootvx: get mac address from environment
by Mike Frysinger
· Wed Feb 11 18:51:43 2009 -0500
dfb72b8
Command usage cleanup
by Peter Tyser
· Tue Jan 27 18:03:12 2009 -0600
f662b23
cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parameters
by Niklaus Giger
· Mon Nov 03 22:15:34 2008 +0100
ad5298c
Consolidate MAX/MIN definitions
by Andy Fleming
· Thu Oct 30 17:35:30 2008 -0500
0383694
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· Thu Oct 16 15:01:15 2008 +0200
e60644a
allow ports to override bootelf behavior
by Mike Frysinger
· Sun Apr 13 19:42:18 2008 -0400
f79507e
disable caches before booting an app for Blackfin apps
by Mike Frysinger
· Tue Jan 29 18:21:05 2008 -0500
c0d32e9
[BUILD] conditionally compile common/cmd_*.c in common/Makefile
by Grant Likely
· Mon Sep 24 09:05:31 2007 -0600
d704d91
common/: Remove lingering references to CFG_CMD_* symbols.
by Jon Loeliger
· Tue Jul 10 11:02:44 2007 -0500
54324d0
common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.
by Jon Loeliger
· Sun Jul 08 17:51:39 2007 -0500
8692c60
common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
by Jon Loeliger
· Mon Jun 11 19:01:43 2007 -0500
0048778
[PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx command
by Stefan Roese
· Wed Nov 29 12:53:15 2006 +0100
6405a15
GCC-4.x fixes: clean up global data pointer initialization for all boards.
by Wolfgang Denk
· Fri Mar 31 18:32:53 2006 +0200
326c971
Add support for AMCC PPC440EP/GR eval boards Yosemite and Yellowstone.
by Stefan Roese
· Mon Aug 01 16:41:48 2005 +0200
edd3585
code cleanup: use CFG_VXWORKS_MAC_PTR instead of multiple board defines
by stroese
· Thu Dec 16 17:37:54 2004 +0000
42c0547
* Patches by Thomas Viehweger, 16 Mar 2004:
by wdenk
· Tue Mar 23 22:14:11 2004 +0000
f287a24
Patch by Kenneth Johansson, 30 Jun 2003:
by wdenk
· Tue Jul 01 21:06:45 2003 +0000
57b2d80
* Code cleanup:
by wdenk
· Fri Jun 27 21:31:46 2003 +0000
4fc9569
* Add support for 16 MB flash configuration of TRAB board
by wdenk
· Fri Feb 28 00:49:47 2003 +0000
c217f6d
* Patch by Andreas Oberritter, 09 Nov 2002:
by wdenk
· Mon Nov 11 02:11:37 2002 +0000
458ded3
Initial revision
by wdenk
· Fri Sep 20 10:59:08 2002 +0000