mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-20 20:24:28 +02:00
Remove code that fills in the FirmwareVendor and FirmwareRevision in the EFI System Table and depend on BdsDxe in the IntelFrameworkModulePkg to do this instead.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8850 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
9a6b4de21d
commit
951d3095d8
@ -24,7 +24,6 @@ Abstract:
|
|||||||
|
|
||||||
#define IS_PCI_ISA_PDECODE(_p) IS_CLASS3 (_p, PCI_CLASS_BRIDGE, PCI_CLASS_BRIDGE_ISA_PDECODE, 0)
|
#define IS_PCI_ISA_PDECODE(_p) IS_CLASS3 (_p, PCI_CLASS_BRIDGE, PCI_CLASS_BRIDGE_ISA_PDECODE, 0)
|
||||||
|
|
||||||
CHAR16 mFirmwareVendor[] = L"TianoCore.org";
|
|
||||||
extern BOOLEAN gConnectAllHappened;
|
extern BOOLEAN gConnectAllHappened;
|
||||||
extern USB_CLASS_FORMAT_DEVICE_PATH gUsbClassKeyboardDevicePath;
|
extern USB_CLASS_FORMAT_DEVICE_PATH gUsbClassKeyboardDevicePath;
|
||||||
|
|
||||||
@ -414,22 +413,6 @@ Returns:
|
|||||||
|
|
||||||
--*/
|
--*/
|
||||||
{
|
{
|
||||||
//
|
|
||||||
// set firmwarevendor, here can be IBV/OEM customize
|
|
||||||
//
|
|
||||||
gST->FirmwareVendor = AllocateRuntimeCopyPool (
|
|
||||||
sizeof (mFirmwareVendor),
|
|
||||||
&mFirmwareVendor
|
|
||||||
);
|
|
||||||
ASSERT (gST->FirmwareVendor != NULL);
|
|
||||||
|
|
||||||
gST->FirmwareRevision = 0;
|
|
||||||
|
|
||||||
//
|
|
||||||
// Fixup Tasble CRC after we updated Firmware Vendor and Revision
|
|
||||||
//
|
|
||||||
gBS->CalculateCrc32 ((VOID *) gST, sizeof (EFI_SYSTEM_TABLE), &gST->Hdr.CRC32);
|
|
||||||
|
|
||||||
GetSystemTablesFromHob ();
|
GetSystemTablesFromHob ();
|
||||||
|
|
||||||
UpdateMemoryMap ();
|
UpdateMemoryMap ();
|
||||||
|
@ -54,7 +54,6 @@
|
|||||||
DevicePathLib
|
DevicePathLib
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gEfiDefaultBmpLogoGuid
|
|
||||||
gEfiGlobalVariableGuid
|
gEfiGlobalVariableGuid
|
||||||
gEfiPciExpressBaseAddressGuid
|
gEfiPciExpressBaseAddressGuid
|
||||||
gEfiAcpi20TableGuid
|
gEfiAcpi20TableGuid
|
||||||
|
Loading…
x
Reference in New Issue
Block a user