This patch series adds support for RFC 4578 compliant DHCP request
options, which enhance the ability of DHCP servers to respond
differently to different clients.

As an example, the last patch in this series enables support for the PXE
DHCP options for the ca9x4_ct_vxp config.

changes in v2:
 - drop uuid.h in favor of common.h
 - alphabetical order for build targets

changes in v3:
  - add checks for NULL pointers in uuid conversion function

Jason Hobbs (3):
  lib: add uuid_str_to_bin for use with bootp and PXE uuid
  net: bootp: add PXE/RFC 4578 DHCP options support
  arm: ca9x4_ct_vxp: enable CONFIG_BOOTP_PXE

 include/common.h               |    3 ++
 include/configs/ca9x4_ct_vxp.h |    5 ++++
 lib/Makefile                   |    1 +
 lib/uuid.c                     |   53 ++++++++++++++++++++++++++++++++++++++++
 net/bootp.c                    |   36 +++++++++++++++++++++++++++
 5 files changed, 98 insertions(+), 0 deletions(-)
 create mode 100644 lib/uuid.c

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to