mirror of https://github.com/acidanthera/audk.git
Remove working modification for debug
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7880 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
49794755ba
commit
9f214f6fca
|
@ -101,10 +101,10 @@ INF IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
|
||||||
#IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
|
#IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
|
||||||
|
|
||||||
# Usb Support
|
# Usb Support
|
||||||
#INF MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
|
INF MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
|
||||||
#INF MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
|
INF MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
|
||||||
#INF MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
|
INF MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
|
||||||
#INF MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
|
INF MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
|
||||||
|
|
||||||
# ISA Support
|
# ISA Support
|
||||||
INF PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
|
INF PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
|
||||||
|
|
|
@ -58,4 +58,3 @@
|
||||||
MSFT:*_*_IA32_PP_FLAGS == /nologo /E /TC /FI$(DEST_DIR_DEBUG)/AutoGen.h
|
MSFT:*_*_IA32_PP_FLAGS == /nologo /E /TC /FI$(DEST_DIR_DEBUG)/AutoGen.h
|
||||||
MSFT:*_*_IA32_ASM_FLAGS == /nologo /W3 /WX /c /coff /Cx /Zd /W0 /Zi
|
MSFT:*_*_IA32_ASM_FLAGS == /nologo /W3 /WX /c /coff /Cx /Zd /W0 /Zi
|
||||||
MSFT:*_*_IA32_ASMLINK_FLAGS == /link /nologo /tiny
|
MSFT:*_*_IA32_ASMLINK_FLAGS == /link /nologo /tiny
|
||||||
GCC:*_*_IA32_CC_FLAGS = -g
|
|
||||||
|
|
|
@ -57,8 +57,6 @@ EfiLoader (
|
||||||
|
|
||||||
PrintHeader ('A');
|
PrintHeader ('A');
|
||||||
|
|
||||||
CpuDeadLoop();
|
|
||||||
|
|
||||||
AsciiSPrint (PrintBuffer, 256, "Enter DUET Loader ...\n", BiosMemoryMapBaseAddress);
|
AsciiSPrint (PrintBuffer, 256, "Enter DUET Loader ...\n", BiosMemoryMapBaseAddress);
|
||||||
PrintString (PrintBuffer);
|
PrintString (PrintBuffer);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue