[U-Boot] [PATCH v3 0/3] Support for PXE options in DHCP requests

Jason Hobbs jason.hobbs at calxeda.com
Wed Jun 29 18:58:27 CEST 2011


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



More information about the U-Boot mailing list