1. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  2. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  3. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  4. 805b3ca lib: elf: Move the generic elf loading/validating functions to lib by Keerthy · 4 years, 7 months ago
  5. 89789eb cmd/elf.c: Add SPDX tag by Tom Rini · 4 years, 8 months ago
  6. 8e8ccfe common: Move the image globals into image.h by Simon Glass · 4 years, 9 months ago
  7. bb872dd image: Rename load_addr, save_addr, save_size by Simon Glass · 4 years, 9 months ago
  8. 62270f4 common: Move some SMP functions out of common.h by Simon Glass · 4 years, 10 months ago
  9. e7dcf56 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  10. cdbff9f env: Move env_get_hex() to env.h by Simon Glass · 5 years ago
  11. 957f51e elf: fix cache flushing in 'bootelf -p' command by Kurban Mallachiev · 6 years ago
  12. 18f201e u-boot: align cache flushes in load_elf_image_shdr to line boundaries by Neil Stainton · 6 years ago
  13. 8744d6c u-boot: align cache flushes in load_elf_image_shdr to line boundaries by Neil Stainton · 6 years ago
  14. 2846ea8 elf: Add support for PPC64 ELF V1 ABI in bootelf by Rob Bracero · 6 years ago
  15. 79c584e bootvx: x86: Assign bootaddr based on kernel memory base by Bin Meng · 6 years ago
  16. ced71a2 bootvx: Exit if bootline address is not specified by Bin Meng · 6 years ago
  17. 7824ad6 bootvx: Refactor the bootline copy codes a little bit by Bin Meng · 6 years ago
  18. 447ae4f bootvx: x86: Make VxWorks EFI console driver happy by Bin Meng · 6 years ago
  19. 839c4e9 elf: Add a very simple ELF64 loader by Bin Meng · 6 years ago
  20. 4551992 x86: Rename e820entry to e820_entry by Bin Meng · 6 years ago
  21. fa5e91f vxworks: x86: Rename e820info to e820_info by Bin Meng · 6 years ago
  22. 1351700 bootvx: x86: Explicitly clear the bootloader image size by Bin Meng · 6 years ago
  23. 2902be8 bootvx: x86: Prepare e820 related stuff from the given kernel memory base address by Bin Meng · 6 years ago
  24. 3194daa vxworks: fixed cpu enable using PSCI on armv8 by Vasyl Vavrychuk · 6 years ago
  25. 9925f1d net: Move enetaddr env access code to env config instead of net config by Alex Kiernan · 6 years ago
  26. 476c2fc bootvx: use program header for loading by Christian Gmeiner · 7 years ago
  27. 8996975 powerpc: Drop CONFIG_WALNUT and other related dead code by Tuomas Tynkkynen · 7 years ago
  28. 723806c env: Rename some other getenv()-related functions by Simon Glass · 7 years ago
  29. 35affd7 env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() by Simon Glass · 7 years ago
  30. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  31. be1b867 cmd/elf.c: Support passing arguments with bootelf by Tom Rini · 7 years ago
  32. 995eab8 bootm: qnx: Disable data cache before booting QNX image by Emmanuel Vadot · 8 years ago
  33. 2e192b2 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_elf.c]
  34. 72a8cf8 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_elf.c]
  35. 192bc69 Fix GCC format-security errors and convert sprintfs. by Ben Whitten · 9 years ago
  36. 9aa1280 cmd: bootvx: Add asmlinkage to the VxWorks x86 entry by Bin Meng · 9 years ago
  37. b90ff0f cmd: bootvx: Pass E820 information to an x86 VxWorks kernel by Bin Meng · 9 years ago
  38. 9e98b7e cmd: bootvx: Always get VxWorks bootline from env by Bin Meng · 9 years ago
  39. a4092db cmd: bootvx: Pass netmask and gatewayip to VxWorks bootline by Bin Meng · 9 years ago
  40. 7f0c3c5 cmd: bootvx: Avoid strlen() calls when constructing VxWorks bootline by Bin Meng · 9 years ago
  41. 9dffa52 cmd: elf: Reorder load_elf_image_phdr() and load_elf_image_shdr() by Bin Meng · 9 years ago
  42. ebca3df cmd: Clean up cmd_elf a little bit by Bin Meng · 9 years ago
  43. bc0571f net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · 9 years ago
  44. 44c8fd3 common: cmd_elf: Add support to disable start of application by Siva Durga Prasad Paladugu · 10 years ago
  45. b414119 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  46. 73063c0 common/cmd_elf.c: add missing include by Jeroen Hofstee · 10 years ago
  47. 553d8c3 common: cmd_elf: make do_bootelf_exec static by Jeroen Hofstee · 10 years ago
  48. 07a1a0c Correct vxWorks elf boot to load at correct address by Stany MARCEL · 11 years ago
  49. d72da15 bootm: Correct the arguments for the ELF image loader by Simon Glass · 11 years ago
  50. 1b3e0b1 cmd_elf: Fix broken bootvx command by Reinhard Arlt · 12 years ago
  51. b0d60a9 common: cmd_elf.c: use uintptr_t for casts from u32 to void* by Daniel Schwierzeck · 12 years ago
  52. 62e03d3 common: cmd_elf.c: fix checkpath.pl warnings by Daniel Schwierzeck · 12 years ago
  53. 6eee21d bootvx: Clear and disable data cache, and call vxWorks with parameter. by Reinhard Arlt · 13 years ago
  54. e4bf0c5 net: tftpput: Rename TFTP to TFTPGET by Simon Glass · 13 years ago
  55. f44a928 cmd_elf: add an option for loading ELFs according to PHDRs by Mike Frysinger · 14 years ago
  56. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  57. 3c97284 Less verbose output when loading vxworks 6.x images by Niklaus Giger · 15 years ago
  58. a89c33d General help message cleanup by Wolfgang Denk · 15 years ago
  59. 76756e4 ppc: cleanup compiler errors/warnings by Heiko Schocher · 16 years ago
  60. 62c93d9 bootvx: get mac address from environment by Mike Frysinger · 16 years ago
  61. 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
  62. 29a4c24 cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parameters by Niklaus Giger · 16 years ago
  63. 20d0477 Consolidate MAX/MIN definitions by Andy Fleming · 16 years ago
  64. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  65. 017e9b7 allow ports to override bootelf behavior by Mike Frysinger · 16 years ago
  66. 1f1d88d disable caches before booting an app for Blackfin apps by Mike Frysinger · 17 years ago
  67. 4a43719 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · 17 years ago
  68. 9025317 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  69. baa26db common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · 17 years ago
  70. a76adc8 common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  71. 1bdd468 [PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx command by Stefan Roese · 18 years ago
  72. d87080b GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 18 years ago
  73. c157d8e Add support for AMCC PPC440EP/GR eval boards Yosemite and Yellowstone. by Stefan Roese · 19 years ago
  74. 1cdf5d9 code cleanup: use CFG_VXWORKS_MAC_PTR instead of multiple board defines by stroese · 20 years ago
  75. 4b9206e * Patches by Thomas Viehweger, 16 Mar 2004: by wdenk · 21 years ago
  76. 0d49839 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · 21 years ago
  77. 8bde7f7 * Code cleanup: by wdenk · 21 years ago
  78. 6069ff2 * Add support for 16 MB flash configuration of TRAB board by wdenk · 22 years ago
  79. eb9401e * Patch by Andreas Oberritter, 09 Nov 2002: by wdenk · 22 years ago
  80. 458ded3 Initial revision by wdenk · 22 years ago