- 1ff0036 net: lwip: add DHCP support and dhcp commmand by Jerome Forissier · 5 weeks ago
- 6218cf5 cmd: Make bootvx independent of bootelf by Daniel Palmer · 8 weeks ago
- 291bf9c lmb: make LMB memory map persistent and global by Sughosh Ganu · 3 months ago
- 987faed cmd: add resize for FDT in bootelf by Maxim Moskalets · 5 months ago
- e4170b8 cmd: move ELF load and boot to lib/elf.c by Maxim Moskalets · 6 months ago
- dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
- abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
- 5c1444f cmd: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
- 938f011 cmd: add FDT setup for bootelf by flag by Maxim Moskalets · 9 months ago
- 937b7d8 boot: Call flush() before booting by Pali Rohár · 2 years, 3 months ago
- ec86bc6 video: Renname vbe.h to vesa.h by Simon Glass · 2 years, 4 months ago
- 46b530a bootm: Tidy up use of autostart env var by Simon Glass · 3 years, 1 month ago
- 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 months ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
- 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
- 76f361a lib: elf: Move the generic elf loading/validating functions to lib by Keerthy · 4 years, 10 months ago
- 8abb4cb cmd/elf.c: Add SPDX tag by Tom Rini · 4 years, 10 months ago
- 85f1378 common: Move the image globals into image.h by Simon Glass · 5 years ago
- 892265d image: Rename load_addr, save_addr, save_size by Simon Glass · 5 years ago
- 370382c common: Move some SMP functions out of common.h by Simon Glass · 5 years ago
- 9cce6f7 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
- 83c2e49 env: Move env_get_hex() to env.h by Simon Glass · 5 years ago
- a064f19 elf: fix cache flushing in 'bootelf -p' command by Kurban Mallachiev · 6 years ago
- f92c83b u-boot: align cache flushes in load_elf_image_shdr to line boundaries by Neil Stainton · 6 years ago
- 6e91bd9 u-boot: align cache flushes in load_elf_image_shdr to line boundaries by Neil Stainton · 6 years ago
- 7c8b325 elf: Add support for PPC64 ELF V1 ABI in bootelf by Rob Bracero · 6 years ago
- 75f4b72 bootvx: x86: Assign bootaddr based on kernel memory base by Bin Meng · 7 years ago
- 051f95e bootvx: Exit if bootline address is not specified by Bin Meng · 7 years ago
- cbc77d4 bootvx: Refactor the bootline copy codes a little bit by Bin Meng · 7 years ago
- 71606c4 bootvx: x86: Make VxWorks EFI console driver happy by Bin Meng · 7 years ago
- c71073f elf: Add a very simple ELF64 loader by Bin Meng · 7 years ago
- 4b8fc74 x86: Rename e820entry to e820_entry by Bin Meng · 7 years ago
- dde4ebb vxworks: x86: Rename e820info to e820_info by Bin Meng · 7 years ago
- f6a22da bootvx: x86: Explicitly clear the bootloader image size by Bin Meng · 7 years ago
- e3be890 bootvx: x86: Prepare e820 related stuff from the given kernel memory base address by Bin Meng · 7 years ago
- 70b551c vxworks: fixed cpu enable using PSCI on armv8 by Vasyl Vavrychuk · 7 years ago
- 9c21549 net: Move enetaddr env access code to env config instead of net config by Alex Kiernan · 7 years ago
- ae7d4be bootvx: use program header for loading by Christian Gmeiner · 7 years ago
- f66276d powerpc: Drop CONFIG_WALNUT and other related dead code by Tuomas Tynkkynen · 7 years ago
- da1a134 env: Rename some other getenv()-related functions by Simon Glass · 7 years ago
- 399a9ce env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() by Simon Glass · 7 years ago
- 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
- 3c95c79 cmd/elf.c: Support passing arguments with bootelf by Tom Rini · 8 years ago
- 9a922b4 bootm: qnx: Disable data cache before booting QNX image by Emmanuel Vadot · 8 years ago
- 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_elf.c]
- 29499a0 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_elf.c]
- 34fd6c9 Fix GCC format-security errors and convert sprintfs. by Ben Whitten · 9 years ago
- f6900e2 cmd: bootvx: Add asmlinkage to the VxWorks x86 entry by Bin Meng · 9 years ago
- 321e860 cmd: bootvx: Pass E820 information to an x86 VxWorks kernel by Bin Meng · 9 years ago
- fb694b9 cmd: bootvx: Always get VxWorks bootline from env by Bin Meng · 9 years ago
- bf0ba25 cmd: bootvx: Pass netmask and gatewayip to VxWorks bootline by Bin Meng · 9 years ago
- 0401c86 cmd: bootvx: Avoid strlen() calls when constructing VxWorks bootline by Bin Meng · 9 years ago
- 8c77af6 cmd: elf: Reorder load_elf_image_phdr() and load_elf_image_shdr() by Bin Meng · 9 years ago
- 53f3afb cmd: Clean up cmd_elf a little bit by Bin Meng · 9 years ago
- c80b41b0 net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · 10 years ago
- 3825bfa common: cmd_elf: Add support to disable start of application by Siva Durga Prasad Paladugu · 10 years ago
- db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
- b869cae common/cmd_elf.c: add missing include by Jeroen Hofstee · 10 years ago
- 3cc2a74 common: cmd_elf: make do_bootelf_exec static by Jeroen Hofstee · 10 years ago
- e5deaf58 Correct vxWorks elf boot to load at correct address by Stany MARCEL · 11 years ago
- 90d40c6 bootm: Correct the arguments for the ELF image loader by Simon Glass · 11 years ago
- 41cfa2d cmd_elf: Fix broken bootvx command by Reinhard Arlt · 12 years ago
- c336f87 common: cmd_elf.c: use uintptr_t for casts from u32 to void* by Daniel Schwierzeck · 12 years ago
- fa87af3 common: cmd_elf.c: fix checkpath.pl warnings by Daniel Schwierzeck · 12 years ago
- 4fa117c bootvx: Clear and disable data cache, and call vxWorks with parameter. by Reinhard Arlt · 13 years ago
- d6c5f55 net: tftpput: Rename TFTP to TFTPGET by Simon Glass · 13 years ago
- e6dc29f cmd_elf: add an option for loading ELFs according to PHDRs by Mike Frysinger · 14 years ago
- 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
- daff3fe Less verbose output when loading vxworks 6.x images by Niklaus Giger · 15 years ago
- c54781c General help message cleanup by Wolfgang Denk · 16 years ago
- 50219e6 ppc: cleanup compiler errors/warnings by Heiko Schocher · 16 years ago
- 8bcee04 bootvx: get mac address from environment by Mike Frysinger · 16 years ago
- dfb72b8 Command usage cleanup by Peter Tyser · 16 years ago
- f662b23 cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parameters by Niklaus Giger · 16 years ago
- ad5298c Consolidate MAX/MIN definitions by Andy Fleming · 16 years ago
- 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- e60644a allow ports to override bootelf behavior by Mike Frysinger · 17 years ago
- f79507e disable caches before booting an app for Blackfin apps by Mike Frysinger · 17 years ago
- c0d32e9 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · 17 years ago
- d704d91 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
- 54324d0 common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · 17 years ago
- 8692c60 common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
- 0048778 [PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx command by Stefan Roese · 18 years ago
- 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 19 years ago
- 326c971 Add support for AMCC PPC440EP/GR eval boards Yosemite and Yellowstone. by Stefan Roese · 19 years ago
- edd3585 code cleanup: use CFG_VXWORKS_MAC_PTR instead of multiple board defines by stroese · 20 years ago
- 42c0547 * Patches by Thomas Viehweger, 16 Mar 2004: by wdenk · 21 years ago
- f287a24 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · 21 years ago
- 57b2d80 * Code cleanup: by wdenk · 21 years ago
- 4fc9569 * Add support for 16 MB flash configuration of TRAB board by wdenk · 22 years ago
- c217f6d * Patch by Andreas Oberritter, 09 Nov 2002: by wdenk · 22 years ago
- 458ded3 Initial revision by wdenk · 22 years ago