summaryrefslogtreecommitdiff
path: root/common/cmd_elf.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-13Correct vxWorks elf boot to load at correct addressStany MARCEL1-3/+3
2013-07-12bootm: Correct the arguments for the ELF image loaderSimon Glass1-3/+3
2013-02-20cmd_elf: Fix broken bootvx commandReinhard Arlt1-1/+1
2012-10-15common: cmd_elf.c: use uintptr_t for casts from u32 to void*Daniel Schwierzeck1-3/+4
2012-10-15common: cmd_elf.c: fix checkpath.pl warningsDaniel Schwierzeck1-95/+94
2012-03-18bootvx: Clear and disable data cache, and call vxWorks with parameter.Reinhard Arlt1-1/+2
2011-10-26net: tftpput: Rename TFTP to TFTPGETSimon Glass1-3/+3
2010-10-07cmd_elf: add an option for loading ELFs according to PHDRsMike Frysinger1-9/+53
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-3/+4
2009-07-27Less verbose output when loading vxworks 6.x imagesNiklaus Giger1-1/+1
2009-06-12General help message cleanupWolfgang Denk1-2/+2
2009-03-27ppc: cleanup compiler errors/warningsHeiko Schocher1-2/+2
2009-03-21bootvx: get mac address from environmentMike Frysinger1-2/+4
2009-01-28Command usage cleanupPeter Tyser1-2/+2
2008-12-07cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parametersNiklaus Giger1-47/+30
2008-11-02Consolidate MAX/MIN definitionsAndy Fleming1-4/+0
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-4/+4
2008-04-18allow ports to override bootelf behaviorMike Frysinger1-12/+21
2008-04-14disable caches before booting an app for Blackfin appsMike Frysinger1-6/+16
2007-11-21[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely1-4/+0
2007-07-10common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-1/+1
2007-07-09common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger1-2/+2
2007-07-04common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-2/+2
2006-11-29[PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx commandStefan Roese1-7/+5
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-5/+3
2005-08-01Add support for AMCC PPC440EP/GR eval boards Yosemite and Yellowstone.Stefan Roese1-2/+2
2004-12-16code cleanup: use CFG_VXWORKS_MAC_PTR instead of multiple board definesstroese1-8/+3
2004-03-24* Patches by Thomas Viehweger, 16 Mar 2004:wdenk1-5/+5
2003-07-02Patch by Kenneth Johansson, 30 Jun 2003:wdenk1-4/+4
2003-06-28* Code cleanup:wdenk1-19/+31
2003-02-28* Add support for 16 MB flash configuration of TRAB boardwdenk1-0/+2
2002-11-11* Patch by Andreas Oberritter, 09 Nov 2002:wdenk1-1/+1
2002-09-20Initial revisionwdenk1-0/+322