1. 1d3ffee cmd: pxe: add support for FIT config selection by Patrick Delaunay · Tue Oct 02 10:54:48 2018 +0200
  2. c46d0fe menu: fix timeout duration by Masahiro Yamada · Thu May 24 17:04:57 2018 +0900
  3. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  4. 121f507 cmd/pxe.c: Rework bootargs construction to clarify string checks by Tom Rini · Wed Oct 11 15:34:33 2017 -0400
  5. 920c4dd cmd/pxe.c: Rework initrd and bootargs handling slightly by Tom Rini · Tue Sep 26 20:44:32 2017 -0400
  6. 399a9ce env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() by Simon Glass · Thu Aug 03 12:22:14 2017 -0600
  7. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  8. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · Thu Aug 03 12:22:09 2017 -0600
  9. 2566fd9 pxe: Fix pxe boot with FIT image by York Sun · Thu Sep 01 16:28:21 2016 +0800
  10. 7557405 Use correct spelling of "U-Boot" by Bin Meng · Fri Feb 05 19:30:11 2016 -0800
  11. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · Sun Jan 17 20:53:52 2016 -0700[Renamed from cmd/cmd_pxe.c]
  12. 29499a0 Move all command code into its own directory by Simon Glass · Sun Jan 17 20:53:51 2016 -0700[Renamed from common/cmd_pxe.c]
  13. 9c3c931 pxe: add AArch64 image support by Stephen Warren · Tue Jul 21 17:49:41 2015 -0600
  14. 22591d0 pxe: Fix crash if 'sysboot' is run without args by Tuomas Tynkkynen · Thu May 07 21:29:18 2015 +0300
  15. 45af07c pxe: Ensure all memory access is to mapped memory by Sjoerd Simons · Mon Apr 13 22:54:25 2015 +0200
  16. 290c899 net: cosmetic: Fixup var names related to boot file by Joe Hershberger · Wed Apr 08 01:41:02 2015 -0500
  17. 5874dec net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · Wed Apr 08 01:41:01 2015 -0500
  18. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · Sun Mar 22 17:08:59 2015 -0500
  19. 149efb4 pxe: Ensure we don't overflow bootargs by Ian Campbell · Fri Oct 03 14:29:01 2014 +0100
  20. 55adc41 pxe: Allow use of environment variables in append string by Hans de Goede · Wed Aug 06 09:37:39 2014 +0200
  21. a1d715b pxe: detect image format before calling bootm/bootz by Bryan Wu · Thu Jul 31 17:39:59 2014 -0700
  22. c24cbc2 pxe: clear Bootfile before returning by Stephen Warren · Tue Jul 22 18:06:46 2014 -0600
  23. f384fbf common: commands: make commands static by Jeroen Hofstee · Mon Jun 23 00:22:08 2014 +0200
  24. f343378 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Wed Feb 26 16:49:58 2014 -0500
  25. c059239 pxe: prepend fdtdir to DTB name irrespective of source by Stephen Warren · Wed Feb 12 14:30:04 2014 -0700
  26. 857291b pxe: allow compilation when !defined(CONFIG_CMD_NET) by Stephen Warren · Wed Feb 05 20:49:20 2014 -0700
  27. cd90dc8 cmd_pxe.c add any option for filesystem with sysboot uses generic load by Dennis Gilmore · Tue Feb 04 05:25:46 2014 -0600
  28. 90d09af pxe: implement fdtdir extlinux.conf tag by Stephen Warren · Tue Jan 28 14:50:10 2014 -0700
  29. 7b472af pxe: support "devicetree" tag by Stephen Warren · Tue Jan 28 14:50:09 2014 -0700
  30. 4ec5029 cmd_pxe: remove compiling warnings by David Feng · Sat Dec 14 11:47:30 2013 +0800
  31. 759456e pxe: fix handling of absolute paths by Rob Herring · Fri Oct 18 13:04:42 2013 -0500
  32. 7de0fa8 Prevent null pointer dereference originating in cmd_pxe.c by Steven Falco · Mon Oct 07 09:51:48 2013 -0400
  33. 5b5b176 cmd_pxe.c: Pass along 'cmdtp' to do_bootm()/do_bootz() by Tom Rini · Tue Sep 24 09:05:08 2013 -0400
  34. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  35. 5a3d8be pxe: add ipappend support by Rob Herring · Sun Dec 02 21:00:29 2012 -0600
  36. 921a71d net: Fix build regression in cmd_pxe.c by Joe Hershberger · Mon Jun 24 17:21:04 2013 -0500
  37. e26e8d6 pxe: add support for per arch and SoC default paths by Rob Herring · Sun Dec 02 21:00:28 2012 -0600
  38. ac99583 pxe: add support for ontimeout token by Rob Herring · Sun Dec 02 21:00:27 2012 -0600
  39. c9d1e3d pxe: simplify menu display and selection by Rob Herring · Sun Dec 02 21:00:26 2012 -0600
  40. f0898b9 pxe: always display a menu when present by Rob Herring · Sun Dec 02 21:00:25 2012 -0600
  41. c0356dc pxe: try bootz if bootm fails to find a valid image by Rob Herring · Mon Dec 03 13:17:21 2012 -0600
  42. 58d7f43 pxe: fix handling of different localboot values by Rob Herring · Sun Dec 02 21:00:22 2012 -0600
  43. 824901c pxe: make string parameters const by Rob Herring · Sun Dec 02 21:00:21 2012 -0600
  44. dd248b3 pxe: Use ethact setting for pxe by Rob Herring · Sun Dec 02 21:00:20 2012 -0600
  45. d0d8d3b menu: Add support for user defined item choice function by Pali Rohár · Sat Mar 23 14:50:40 2013 +0000
  46. 1644a9d PXE: FDT: Add support for fdt in PXE by Chander Kashyap · Thu Sep 06 19:36:31 2012 +0000
  47. a6642e0 Add run_command_list() to run a list of commands by Simon Glass · Fri Mar 30 21:30:55 2012 +0000
  48. 42a3f52 Minor Coding Style cleanup by Wolfgang Denk · Tue Jul 10 09:18:33 2012 +0200
  49. eee675f pxe: add support for parsing local syslinux files by Rob Herring · Fri May 25 10:47:39 2012 +0000
  50. d8fceec pxe: parse initrd file from append string by Rob Herring · Wed Mar 28 05:51:37 2012 +0000
  51. dc410cd pxe: support absolute paths by Rob Herring · Wed Mar 28 05:51:36 2012 +0000
  52. c93f74a pxe: support linux entries for labels by Rob Herring · Wed Mar 28 05:51:35 2012 +0000
  53. a6b7417 pxe: add support for label menu text by Rob Herring · Wed Mar 28 05:51:34 2012 +0000
  54. 8e5abb0 pxe: support include files at top-level by Rob Herring · Fri May 25 10:43:16 2012 +0000
  55. 9135c79 cmd_pxe.c: fix strict-aliasing warnings by Jason Hobbs · Mon Mar 05 08:12:28 2012 +0000
  56. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · Sat Dec 10 08:44:01 2011 +0000
  57. 8161d04 Rename run_command2() to run_command() by Simon Glass · Tue Feb 14 19:59:20 2012 +0000
  58. 9cd01dd common/cmd_pxe.c: Fix GCC 4.6 build warnings by Heiko Schocher · Mon Dec 12 20:37:17 2011 +0000
  59. 083b7a6 pxe: make the first label the implicit default by Jason Hobbs · Mon Nov 07 03:07:15 2011 +0000
  60. 0e3a593 Add pxe command by Jason Hobbs · Wed Aug 31 10:37:30 2011 -0500