- d50244e pxe: Allow calling the pxe_get logic directly by Simon Glass · 3 years, 1 month ago
- 4d79e88 pxe: Return the file size from the getfile() function by Simon Glass · 3 years, 1 month ago
- 12df842 pxe: Clean up the use of bootfile by Simon Glass · 3 years, 1 month ago
- 9e62e7c pxe: Move common parsing coding into pxe_util by Simon Glass · 3 years, 1 month ago
- 8018b9a pxe: Tidy up the is_pxe global by Simon Glass · 3 years, 1 month ago
- 4ad5d51 pxe: Add a userdata field to the context by Simon Glass · 3 years, 1 month ago
- b1ead6b pxe: Move do_getfile() into the context by Simon Glass · 3 years, 1 month ago
- fd3fa5c pxe: Use a context pointer by Simon Glass · 3 years, 1 month ago
- 504d179 cmd: pxe: Add relocation to pxe_sub cmds by T Karthik Reddy · 4 years, 2 months ago
- 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 6 months ago
- 1444998 common: Move functions for loading from fat/ext2 to fs.h by Simon Glass · 4 years, 11 months ago
- 77f4e47 common: Move do_tftpb() to net.h by Simon Glass · 4 years, 11 months ago
- 31839dc cmd: pxe: Fix checkpatch WARNING/CHECK by Patrice Chotard · 5 years ago
- 993c912 cmd: sysboot: Create a sysboot command dedicated file by Patrice Chotard · 5 years ago
- 2373cba cmd: Prepare sysboot command independence by Patrice Chotard · 5 years ago
- 1ac2cb9 cmd: Migrate from_env() from pxe.c to nvedit.c by Patrice Chotard · 5 years ago
- ca32678 cmd: pxe: Fix bootm argument count by Abhishek Shah · 5 years ago
- 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
- 2455efa cmd: pxe: add board specific PXE default path by Marek Behún · 6 years ago
- ee8a4a3 cmd: pxe: Display splashscreen from extlinux.conf input by Patrice Chotard · 6 years ago
- 2023000 cmd: pxe: add support for FIT config selection by Patrick Delaunay · 6 years ago
- 86fbad2 menu: fix timeout duration by Masahiro Yamada · 6 years ago
- 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 59ee8f8 cmd/pxe.c: Rework bootargs construction to clarify string checks by Tom Rini · 7 years ago
- 48ee0a8 cmd/pxe.c: Rework initrd and bootargs handling slightly by Tom Rini · 7 years ago
- 35affd7 env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() by Simon Glass · 7 years ago
- 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
- 382bee5 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
- f63963f pxe: Fix pxe boot with FIT image by York Sun · 8 years ago
- a187559 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
- 2e192b2 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_pxe.c]
- 72a8cf8 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_pxe.c]
- 8b5c738 pxe: add AArch64 image support by Stephen Warren · 9 years ago
- 0ece6b5 pxe: Fix crash if 'sysboot' is run without args by Tuomas Tynkkynen · 10 years ago
- 4a0bd10 pxe: Ensure all memory access is to mapped memory by Sjoerd Simons · 10 years ago
- 1411157 net: cosmetic: Fixup var names related to boot file by Joe Hershberger · 10 years ago
- 049a95a net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · 10 years ago
- 0eb25b6 common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
- 64a0c24 pxe: Ensure we don't overflow bootargs by Ian Campbell · 10 years ago
- b1ba62d pxe: Allow use of environment variables in append string by Hans de Goede · 10 years ago
- 1fb7d0e pxe: detect image format before calling bootm/bootz by Bryan Wu · 10 years ago
- ded2e20 pxe: clear Bootfile before returning by Stephen Warren · 10 years ago
- 0e350f8 common: commands: make commands static by Jeroen Hofstee · 10 years ago
- eeb72e6 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
- e22361a pxe: prepend fdtdir to DTB name irrespective of source by Stephen Warren · 11 years ago
- b81fdb0 pxe: allow compilation when !defined(CONFIG_CMD_NET) by Stephen Warren · 11 years ago
- 6d1a3e5 cmd_pxe.c add any option for filesystem with sysboot uses generic load by Dennis Gilmore · 11 years ago
- c61d94d pxe: implement fdtdir extlinux.conf tag by Stephen Warren · 11 years ago
- f43c401 pxe: support "devicetree" tag by Stephen Warren · 11 years ago
- 5cea95c cmd_pxe: remove compiling warnings by David Feng · 11 years ago
- e5a9a40 pxe: fix handling of absolute paths by Rob Herring · 11 years ago
- 0e3f3f8 Prevent null pointer dereference originating in cmd_pxe.c by Steven Falco · 11 years ago
- d7884e0 cmd_pxe.c: Pass along 'cmdtp' to do_bootm()/do_bootz() by Tom Rini · 11 years ago
- 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- 98f6467 pxe: add ipappend support by Rob Herring · 12 years ago
- 58d9ff9 net: Fix build regression in cmd_pxe.c by Joe Hershberger · 11 years ago
- 39f9855 pxe: add support for per arch and SoC default paths by Rob Herring · 12 years ago
- 8577fec pxe: add support for ontimeout token by Rob Herring · 12 years ago
- 32d2ffe pxe: simplify menu display and selection by Rob Herring · 12 years ago
- e82eeb5 pxe: always display a menu when present by Rob Herring · 12 years ago
- e6b6ccf pxe: try bootz if bootm fails to find a valid image by Rob Herring · 12 years ago
- 500f304 pxe: fix handling of different localboot values by Rob Herring · 12 years ago
- 23b7194 pxe: make string parameters const by Rob Herring · 12 years ago
- ef034c9 pxe: Use ethact setting for pxe by Rob Herring · 12 years ago
- fc9d64f menu: Add support for user defined item choice function by Pali Rohár · 12 years ago
- a655938 PXE: FDT: Add support for fdt in PXE by Chander Kashyap · 12 years ago
- d51004a Add run_command_list() to run a list of commands by Simon Glass · 13 years ago
- 3fe6383 Minor Coding Style cleanup by Wolfgang Denk · 12 years ago
- 669df7e pxe: add support for parsing local syslinux files by Rob Herring · 12 years ago
- 34bd23e pxe: parse initrd file from append string by Rob Herring · 13 years ago
- 90ba7d7 pxe: support absolute paths by Rob Herring · 13 years ago
- beb9f6c pxe: support linux entries for labels by Rob Herring · 13 years ago
- 7815c4e pxe: add support for label menu text by Rob Herring · 13 years ago
- 1e08522 pxe: support include files at top-level by Rob Herring · 12 years ago
- 834c938 cmd_pxe.c: fix strict-aliasing warnings by Jason Hobbs · 13 years ago
- 4c12eeb Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
- 009dde1 Rename run_command2() to run_command() by Simon Glass · 13 years ago
- 43d4a5e common/cmd_pxe.c: Fix GCC 4.6 build warnings by Heiko Schocher · 13 years ago
- 6f40f27 pxe: make the first label the implicit default by Jason Hobbs · 13 years ago
- 06283a6 Add pxe command by Jason Hobbs · 13 years ago