mirror of https://github.com/acidanthera/audk.git
Implemented feature request hsd202262 and incorporated SMM support
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8229 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c470d83142
commit
15543340da
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -380,3 +380,14 @@
|
||||||
$(DEBUG_DIR)(+)$(MODULE_NAME)StrDefs.h
|
$(DEBUG_DIR)(+)$(MODULE_NAME)StrDefs.h
|
||||||
|
|
||||||
<Command>
|
<Command>
|
||||||
|
|
||||||
|
[Efi-Image.UEFI_OPTIONROM]
|
||||||
|
<InputFile>
|
||||||
|
?.efi, ?.EFI, ?.Efi
|
||||||
|
|
||||||
|
<OutputFile>
|
||||||
|
$(BIN_DIR)(+)$(MODULE_NAME).rom
|
||||||
|
|
||||||
|
<Command>
|
||||||
|
$(OPTROM) -i $(PCI_DEVICE_ID) -f $(PCI_VENDOR_ID) -l $(PCI_CLASS_CODE) -o $dst $(OPTROM_FLAGS) $src
|
||||||
|
|
||||||
|
|
|
@ -2028,6 +2028,12 @@ RELEASE_MYTOOLS_IPF_DLINK_FLAGS = /NOLOGO /NODEFAULTLIB /LTCG /DLL /OPT
|
||||||
*_*_*_VFR_PATH = VfrCompile
|
*_*_*_VFR_PATH = VfrCompile
|
||||||
*_*_*_VFR_FLAGS = -l -n
|
*_*_*_VFR_FLAGS = -l -n
|
||||||
|
|
||||||
|
##################
|
||||||
|
# OptionRom tool definitions
|
||||||
|
##################
|
||||||
|
*_*_*_OPTROM_PATH = EfiRom
|
||||||
|
*_*_*_OPTROM_FLAGS = -e
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# Asl Compiler definitions
|
# Asl Compiler definitions
|
||||||
##################
|
##################
|
||||||
|
|
Loading…
Reference in New Issue