summaryrefslogtreecommitdiffstats
path: root/common/cmd_elf.c
Commit message (Expand)AuthorAgeFilesLines
* Move all command code into its own directorySimon Glass2016-01-251-410/+0
* Fix GCC format-security errors and convert sprintfs.Ben Whitten2016-01-141-5/+8
* cmd: bootvx: Add asmlinkage to the VxWorks x86 entryBin Meng2015-10-211-0/+6
* cmd: bootvx: Pass E820 information to an x86 VxWorks kernelBin Meng2015-10-211-0/+30
* cmd: bootvx: Always get VxWorks bootline from envBin Meng2015-10-211-53/+66
* cmd: bootvx: Pass netmask and gatewayip to VxWorks bootlineBin Meng2015-10-211-2/+15
* cmd: bootvx: Avoid strlen() calls when constructing VxWorks bootlineBin Meng2015-10-211-10/+10
* cmd: elf: Reorder load_elf_image_phdr() and load_elf_image_shdr()Bin Meng2015-10-211-82/+79
* cmd: Clean up cmd_elf a little bitBin Meng2015-10-211-98/+73
* net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger2015-04-181-1/+1
* common: cmd_elf: Add support to disable start of applicationSiva Durga Prasad Paladugu2015-03-091-0/+4
* linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-231-6/+6
* common/cmd_elf.c: add missing includeJeroen Hofstee2014-10-251-0/+1
* common: cmd_elf: make do_bootelf_exec staticJeroen Hofstee2014-10-251-2/+1
* Correct vxWorks elf boot to load at correct addressStany MARCEL2013-12-131-3/+3
* bootm: Correct the arguments for the ELF image loaderSimon Glass2013-07-121-3/+3
* cmd_elf: Fix broken bootvx commandReinhard Arlt2013-02-201-1/+1
* common: cmd_elf.c: use uintptr_t for casts from u32 to void*Daniel Schwierzeck2012-10-151-3/+4
* common: cmd_elf.c: fix checkpath.pl warningsDaniel Schwierzeck2012-10-151-95/+94
* bootvx: Clear and disable data cache, and call vxWorks with parameter.Reinhard Arlt2012-03-181-1/+2
* net: tftpput: Rename TFTP to TFTPGETSimon Glass2011-10-261-3/+3
* cmd_elf: add an option for loading ELFs according to PHDRsMike Frysinger2010-10-061-9/+53
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-3/+4
* Less verbose output when loading vxworks 6.x imagesNiklaus Giger2009-07-271-1/+1
* General help message cleanupWolfgang Denk2009-06-121-2/+2
* ppc: cleanup compiler errors/warningsHeiko Schocher2009-03-271-2/+2
* bootvx: get mac address from environmentMike Frysinger2009-03-201-2/+4
* Command usage cleanupPeter Tyser2009-01-281-2/+2
* cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parametersNiklaus Giger2008-12-071-47/+30
* Consolidate MAX/MIN definitionsAndy Fleming2008-11-021-4/+0
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-4/+4
* allow ports to override bootelf behaviorMike Frysinger2008-04-181-12/+21
* disable caches before booting an app for Blackfin appsMike Frysinger2008-04-131-6/+16
* [BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely2007-11-201-4/+0
* common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-101-1/+1
* common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger2007-07-081-2/+2
* common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-041-2/+2
* [PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx commandStefan Roese2006-11-291-7/+5
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-311-5/+3
* Add support for AMCC PPC440EP/GR eval boards Yosemite and Yellowstone.Stefan Roese2005-08-011-2/+2
* code cleanup: use CFG_VXWORKS_MAC_PTR instead of multiple board definesstroese2004-12-161-8/+3
* * Patches by Thomas Viehweger, 16 Mar 2004:wdenk2004-03-231-5/+5
* Patch by Kenneth Johansson, 30 Jun 2003:wdenk2003-07-011-4/+4
* * Code cleanup:wdenk2003-06-271-19/+31
* * Add support for 16 MB flash configuration of TRAB boardwdenk2003-02-281-0/+2
* * Patch by Andreas Oberritter, 09 Nov 2002:wdenk2002-11-111-1/+1
* Initial revisionwdenk2002-09-201-0/+322
OpenPOWER on IntegriCloud