]> git.proxmox.com Git - mirror_edk2.git/commit - NetworkPkg/HttpBootDxe/HttpBootDxe.h
NetworkPkg/HttpBootDxe: Update to check specified media type
authorJiaxin Wu <jiaxin.wu@intel.com>
Wed, 15 Feb 2017 06:32:14 +0000 (14:32 +0800)
committerJiaxin Wu <jiaxin.wu@intel.com>
Thu, 16 Feb 2017 14:35:19 +0000 (22:35 +0800)
commitb173ad78519b2ade309019614b52e1453727e20d
tree59ca526400290ee2d7c88e8dd2c03b7e3a0d57c5
parent6c6452c6e23a89be0e565501500e83c136e3fcbd
NetworkPkg/HttpBootDxe: Update to check specified media type

IANA has approved below new media type for EFI http(s) boot usage:
  application/vnd.efi.img
  application/vnd.efi.iso

HTTP boot driver should be updated to check the above media type
from Content-Type header field.

Cc: Ye Ting <ting.ye@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
NetworkPkg/HttpBootDxe/HttpBootDxe.h
NetworkPkg/HttpBootDxe/HttpBootSupport.c