[U-Boot] [PATCH v3 0/3] Support for PXE options in DHCP requests
Jason Hobbs
jason.hobbs at calxeda.com
Fri Jul 8 23:55:00 CEST 2011
Dear Wolfgang,
On Wed, Jun 29, 2011 at 11:58:27AM -0500, Jason Hobbs wrote:
> 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
>
Similarly, the v3 version of this patch series has been out for about 10
days without any comments - can these patches please be pulled into
mainline?
Thanks,
Jason
More information about the U-Boot
mailing list