1. ba80286 net: dhcp6: pxe: Add DHCP/PXE commands for IPv6 by Sean Edmond · Tue Apr 11 10:48:47 2023 -0700
  2. 1dacc6f pxe: Allow calling the pxe_get logic directly by Simon Glass · Thu Oct 14 12:48:11 2021 -0600
  3. a9401b9 pxe: Return the file size from the getfile() function by Simon Glass · Thu Oct 14 12:48:08 2021 -0600
  4. e719fe0 pxe: Clean up the use of bootfile by Simon Glass · Thu Oct 14 12:48:04 2021 -0600
  5. 791bbfe pxe: Move common parsing coding into pxe_util by Simon Glass · Thu Oct 14 12:48:03 2021 -0600
  6. 3ae416a pxe: Tidy up the is_pxe global by Simon Glass · Thu Oct 14 12:47:59 2021 -0600
  7. 121e131 pxe: Add a userdata field to the context by Simon Glass · Thu Oct 14 12:47:58 2021 -0600
  8. 44a20ef pxe: Move do_getfile() into the context by Simon Glass · Thu Oct 14 12:47:57 2021 -0600
  9. b0d08db pxe: Use a context pointer by Simon Glass · Thu Oct 14 12:47:56 2021 -0600
  10. 37923d9 cmd: pxe: Add relocation to pxe_sub cmds by T Karthik Reddy · Wed Sep 16 01:13:56 2020 -0600
  11. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  12. 1b3f75f common: Move functions for loading from fat/ext2 to fs.h by Simon Glass · Sat Dec 28 10:44:44 2019 -0700
  13. 6e51ee1 common: Move do_tftpb() to net.h by Simon Glass · Sat Dec 28 10:44:43 2019 -0700
  14. 7f87165 cmd: pxe: Fix checkpatch WARNING/CHECK by Patrice Chotard · Mon Nov 25 09:07:41 2019 +0100
  15. 7b81c05 cmd: sysboot: Create a sysboot command dedicated file by Patrice Chotard · Mon Nov 25 09:07:38 2019 +0100
  16. 17e8804 cmd: Prepare sysboot command independence by Patrice Chotard · Mon Nov 25 09:07:37 2019 +0100
  17. ceed4b4 cmd: Migrate from_env() from pxe.c to nvedit.c by Patrice Chotard · Mon Nov 25 09:07:36 2019 +0100
  18. 7ca4e2c cmd: pxe: Fix bootm argument count by Abhishek Shah · Mon Nov 18 16:41:49 2019 -0800
  19. 5e6201b env: Move env_set() to env.h by Simon Glass · Thu Aug 01 09:46:51 2019 -0600
  20. 016ed13 cmd: pxe: add board specific PXE default path by Marek Behún · Thu May 02 15:29:12 2019 +0200
  21. d507491 cmd: pxe: Display splashscreen from extlinux.conf input by Patrice Chotard · Thu Apr 11 11:13:13 2019 +0200
  22. 1d3ffee cmd: pxe: add support for FIT config selection by Patrick Delaunay · Tue Oct 02 10:54:48 2018 +0200
  23. c46d0fe menu: fix timeout duration by Masahiro Yamada · Thu May 24 17:04:57 2018 +0900
  24. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  25. 121f507 cmd/pxe.c: Rework bootargs construction to clarify string checks by Tom Rini · Wed Oct 11 15:34:33 2017 -0400
  26. 920c4dd cmd/pxe.c: Rework initrd and bootargs handling slightly by Tom Rini · Tue Sep 26 20:44:32 2017 -0400
  27. 399a9ce env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() by Simon Glass · Thu Aug 03 12:22:14 2017 -0600
  28. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  29. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · Thu Aug 03 12:22:09 2017 -0600
  30. 2566fd9 pxe: Fix pxe boot with FIT image by York Sun · Thu Sep 01 16:28:21 2016 +0800
  31. 7557405 Use correct spelling of "U-Boot" by Bin Meng · Fri Feb 05 19:30:11 2016 -0800
  32. 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]
  33. 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]
  34. 9c3c931 pxe: add AArch64 image support by Stephen Warren · Tue Jul 21 17:49:41 2015 -0600
  35. 22591d0 pxe: Fix crash if 'sysboot' is run without args by Tuomas Tynkkynen · Thu May 07 21:29:18 2015 +0300
  36. 45af07c pxe: Ensure all memory access is to mapped memory by Sjoerd Simons · Mon Apr 13 22:54:25 2015 +0200
  37. 290c899 net: cosmetic: Fixup var names related to boot file by Joe Hershberger · Wed Apr 08 01:41:02 2015 -0500
  38. 5874dec net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · Wed Apr 08 01:41:01 2015 -0500
  39. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · Sun Mar 22 17:08:59 2015 -0500
  40. 149efb4 pxe: Ensure we don't overflow bootargs by Ian Campbell · Fri Oct 03 14:29:01 2014 +0100
  41. 55adc41 pxe: Allow use of environment variables in append string by Hans de Goede · Wed Aug 06 09:37:39 2014 +0200
  42. a1d715b pxe: detect image format before calling bootm/bootz by Bryan Wu · Thu Jul 31 17:39:59 2014 -0700
  43. c24cbc2 pxe: clear Bootfile before returning by Stephen Warren · Tue Jul 22 18:06:46 2014 -0600
  44. f384fbf common: commands: make commands static by Jeroen Hofstee · Mon Jun 23 00:22:08 2014 +0200
  45. f343378 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Wed Feb 26 16:49:58 2014 -0500
  46. c059239 pxe: prepend fdtdir to DTB name irrespective of source by Stephen Warren · Wed Feb 12 14:30:04 2014 -0700
  47. 857291b pxe: allow compilation when !defined(CONFIG_CMD_NET) by Stephen Warren · Wed Feb 05 20:49:20 2014 -0700
  48. 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
  49. 90d09af pxe: implement fdtdir extlinux.conf tag by Stephen Warren · Tue Jan 28 14:50:10 2014 -0700
  50. 7b472af pxe: support "devicetree" tag by Stephen Warren · Tue Jan 28 14:50:09 2014 -0700
  51. 4ec5029 cmd_pxe: remove compiling warnings by David Feng · Sat Dec 14 11:47:30 2013 +0800
  52. 759456e pxe: fix handling of absolute paths by Rob Herring · Fri Oct 18 13:04:42 2013 -0500
  53. 7de0fa8 Prevent null pointer dereference originating in cmd_pxe.c by Steven Falco · Mon Oct 07 09:51:48 2013 -0400
  54. 5b5b176 cmd_pxe.c: Pass along 'cmdtp' to do_bootm()/do_bootz() by Tom Rini · Tue Sep 24 09:05:08 2013 -0400
  55. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  56. 5a3d8be pxe: add ipappend support by Rob Herring · Sun Dec 02 21:00:29 2012 -0600
  57. 921a71d net: Fix build regression in cmd_pxe.c by Joe Hershberger · Mon Jun 24 17:21:04 2013 -0500
  58. e26e8d6 pxe: add support for per arch and SoC default paths by Rob Herring · Sun Dec 02 21:00:28 2012 -0600
  59. ac99583 pxe: add support for ontimeout token by Rob Herring · Sun Dec 02 21:00:27 2012 -0600
  60. c9d1e3d pxe: simplify menu display and selection by Rob Herring · Sun Dec 02 21:00:26 2012 -0600
  61. f0898b9 pxe: always display a menu when present by Rob Herring · Sun Dec 02 21:00:25 2012 -0600
  62. c0356dc pxe: try bootz if bootm fails to find a valid image by Rob Herring · Mon Dec 03 13:17:21 2012 -0600
  63. 58d7f43 pxe: fix handling of different localboot values by Rob Herring · Sun Dec 02 21:00:22 2012 -0600
  64. 824901c pxe: make string parameters const by Rob Herring · Sun Dec 02 21:00:21 2012 -0600
  65. dd248b3 pxe: Use ethact setting for pxe by Rob Herring · Sun Dec 02 21:00:20 2012 -0600
  66. d0d8d3b menu: Add support for user defined item choice function by Pali Rohár · Sat Mar 23 14:50:40 2013 +0000
  67. 1644a9d PXE: FDT: Add support for fdt in PXE by Chander Kashyap · Thu Sep 06 19:36:31 2012 +0000
  68. a6642e0 Add run_command_list() to run a list of commands by Simon Glass · Fri Mar 30 21:30:55 2012 +0000
  69. 42a3f52 Minor Coding Style cleanup by Wolfgang Denk · Tue Jul 10 09:18:33 2012 +0200
  70. eee675f pxe: add support for parsing local syslinux files by Rob Herring · Fri May 25 10:47:39 2012 +0000
  71. d8fceec pxe: parse initrd file from append string by Rob Herring · Wed Mar 28 05:51:37 2012 +0000
  72. dc410cd pxe: support absolute paths by Rob Herring · Wed Mar 28 05:51:36 2012 +0000
  73. c93f74a pxe: support linux entries for labels by Rob Herring · Wed Mar 28 05:51:35 2012 +0000
  74. a6b7417 pxe: add support for label menu text by Rob Herring · Wed Mar 28 05:51:34 2012 +0000
  75. 8e5abb0 pxe: support include files at top-level by Rob Herring · Fri May 25 10:43:16 2012 +0000
  76. 9135c79 cmd_pxe.c: fix strict-aliasing warnings by Jason Hobbs · Mon Mar 05 08:12:28 2012 +0000
  77. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · Sat Dec 10 08:44:01 2011 +0000
  78. 8161d04 Rename run_command2() to run_command() by Simon Glass · Tue Feb 14 19:59:20 2012 +0000
  79. 9cd01dd common/cmd_pxe.c: Fix GCC 4.6 build warnings by Heiko Schocher · Mon Dec 12 20:37:17 2011 +0000
  80. 083b7a6 pxe: make the first label the implicit default by Jason Hobbs · Mon Nov 07 03:07:15 2011 +0000
  81. 0e3a593 Add pxe command by Jason Hobbs · Wed Aug 31 10:37:30 2011 -0500