]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Library/BootMaintenanceManagerLib/FormGuid.h
MdeModulePkg:Change the type of BootNext
authorDandan Bi <dandan.bi@intel.com>
Wed, 6 Jan 2016 00:55:12 +0000 (00:55 +0000)
committerdandanbi <dandanbi@Edk2>
Wed, 6 Jan 2016 00:55:12 +0000 (00:55 +0000)
commitf79865264f58cc12e3ace3b83cbea1ee289a5e55
tree41135f05b1b0bc473de1e8988b1597fa2ff64884
parent1f9f60ad5a2de3b6020b792296a1a69b826903fa
MdeModulePkg:Change the type of BootNext

Currently the invalid boot next set to the number of boot option,
when add a new boot option,also need update the boot next value,
otherwise it will be incorrect.Now set the type of BootNext value
to UINT32,the number out of the range of UINT16 means it is an
invalid BootNext Value.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19591 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenance.c
MdeModulePkg/Library/BootMaintenanceManagerLib/BootMaintenanceManager.h
MdeModulePkg/Library/BootMaintenanceManagerLib/FormGuid.h
MdeModulePkg/Library/BootMaintenanceManagerLib/UpdatePage.c
MdeModulePkg/Library/BootMaintenanceManagerLib/Variable.c