Age | Commit message (Expand) | Author |
2015-07-27 | pxe: add AArch64 image support | Stephen Warren |
2015-05-27 | pxe: Fix crash if 'sysboot' is run without args | Tuomas Tynkkynen |
2015-04-19 | pxe: Ensure all memory access is to mapped memory | Sjoerd Simons |
2015-04-18 | net: cosmetic: Fixup var names related to boot file | Joe Hershberger |
2015-04-18 | net: cosmetic: Change IPaddr_t to struct in_addr | Joe Hershberger |
2015-04-18 | common: Make sure arch-specific map_sysmem() is defined | Joe Hershberger |
2014-10-10 | pxe: Ensure we don't overflow bootargs | Ian Campbell |
2014-08-21 | pxe: Allow use of environment variables in append string | Hans de Goede |
2014-08-09 | pxe: detect image format before calling bootm/bootz | Bryan Wu |
2014-08-09 | pxe: clear Bootfile before returning | Stephen Warren |
2014-07-18 | common: commands: make commands static | Jeroen Hofstee |
2014-02-26 | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini |
2014-02-21 | pxe: prepend fdtdir to DTB name irrespective of source | Stephen Warren |
2014-02-21 | pxe: allow compilation when !defined(CONFIG_CMD_NET) | Stephen Warren |
2014-02-04 | cmd_pxe.c add any option for filesystem with sysboot uses generic load | Dennis Gilmore |
2014-02-04 | pxe: implement fdtdir extlinux.conf tag | Stephen Warren |
2014-02-04 | pxe: support "devicetree" tag | Stephen Warren |
2014-01-09 | cmd_pxe: remove compiling warnings | David Feng |
2013-11-04 | pxe: fix handling of absolute paths | Rob Herring |
2013-10-14 | Prevent null pointer dereference originating in cmd_pxe.c | Steven Falco |
2013-09-24 | cmd_pxe.c: Pass along 'cmdtp' to do_bootm()/do_bootz() | Tom Rini |
2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk |
2013-06-24 | pxe: add ipappend support | Rob Herring |
2013-06-24 | net: Fix build regression in cmd_pxe.c | Joe Hershberger |
2013-06-24 | pxe: add support for per arch and SoC default paths | Rob Herring |
2013-06-24 | pxe: add support for ontimeout token | Rob Herring |
2013-06-24 | pxe: simplify menu display and selection | Rob Herring |
2013-06-24 | pxe: always display a menu when present | Rob Herring |
2013-06-24 | pxe: try bootz if bootm fails to find a valid image | Rob Herring |
2013-06-24 | pxe: fix handling of different localboot values | Rob Herring |
2013-06-24 | pxe: make string parameters const | Rob Herring |
2013-06-24 | pxe: Use ethact setting for pxe | Rob Herring |
2013-03-29 | menu: Add support for user defined item choice function | Pali Rohár |
2012-09-27 | PXE: FDT: Add support for fdt in PXE | Chander Kashyap |
2012-08-09 | Add run_command_list() to run a list of commands | Simon Glass |
2012-07-10 | Minor Coding Style cleanup | Wolfgang Denk |
2012-06-21 | pxe: add support for parsing local syslinux files | Rob Herring |
2012-06-21 | pxe: parse initrd file from append string | Rob Herring |
2012-06-21 | pxe: support absolute paths | Rob Herring |
2012-06-21 | pxe: support linux entries for labels | Rob Herring |
2012-06-21 | pxe: add support for label menu text | Rob Herring |
2012-06-21 | pxe: support include files at top-level | Rob Herring |
2012-03-27 | cmd_pxe.c: fix strict-aliasing warnings | Jason Hobbs |
2012-03-06 | Convert cmd_usage() calls in common to use a return value | Simon Glass |
2012-03-06 | Rename run_command2() to run_command() | Simon Glass |
2011-12-20 | common/cmd_pxe.c: Fix GCC 4.6 build warnings | Heiko Schocher |
2011-12-06 | pxe: make the first label the implicit default | Jason Hobbs |
2011-10-17 | Add pxe command | Jason Hobbs |