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