Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
69803fc31d301f9567ad2e2c359eed66a8f1be26
/
cmd
/
elf.c
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