mirror of https://github.com/acidanthera/audk.git
User customize build method for BootSector module.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5089 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
9071550e86
commit
d55eb54dab
|
@ -6,7 +6,7 @@
|
|||
VERSION_STRING = 1.0
|
||||
EDK_RELEASE_VERSION = 0x00020000
|
||||
EFI_SPECIFICATION_VERSION = 0x00020000
|
||||
|
||||
CUSTOM_MAKEFILE = Makefile
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
DuetPkg/DuetPkg.dec
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
SUPPORTED_ARCHITECTURES = IA32|X64
|
||||
BUILD_TARGETS = DEBUG
|
||||
SKUID_IDENTIFIER = DEFAULT
|
||||
FLASH_DEFINITION = DuetPkg/DuetPkg.fdf
|
||||
#FLASH_DEFINITION = DuetPkg/DuetPkg.fdf
|
||||
|
||||
[LibraryClasses.common]
|
||||
BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|
||||
|
@ -70,7 +70,7 @@
|
|||
ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
||||
SerialPortLib|MdePkg/Library/SerialPortLibNull/SerialPortLibNull.inf
|
||||
IoLib|IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
|
||||
TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
|
||||
TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
|
||||
|
||||
[LibraryClasses.common.UEFI_DRIVER]
|
||||
MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
|
||||
|
|
|
@ -1246,7 +1246,7 @@ Returns:
|
|||
//
|
||||
// Check whether the user input after the duration time has expired
|
||||
//
|
||||
OldTpl = BdsLibGetCurrentTpl();
|
||||
OldTpl = EfiGetCurrentTpl();
|
||||
gBS->RestoreTPL (TPL_APPLICATION);
|
||||
gBS->WaitForEvent (1, &UserInputDurationTime, &Index);
|
||||
gBS->CloseEvent (UserInputDurationTime);
|
||||
|
|
Loading…
Reference in New Issue