mirror of https://github.com/acidanthera/audk.git
Fix two incorrect PCD token number in IntelFrameworkModulePkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9933 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
fef5272652
commit
f9ec2f0f40
|
@ -2,7 +2,7 @@
|
||||||
# Intel Framework Module Package contains the definitions and module implementation
|
# Intel Framework Module Package contains the definitions and module implementation
|
||||||
# which follows Intel EFI Framework Specification.
|
# which follows Intel EFI Framework Specification.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 - 2009, Intel Corporation.
|
# Copyright (c) 2007 - 2010, Intel Corporation.
|
||||||
#
|
#
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
@ -80,10 +80,10 @@
|
||||||
|
|
||||||
[PcdsFixedAtBuild]
|
[PcdsFixedAtBuild]
|
||||||
## FFS filename to find the default BMP Logo file.
|
## FFS filename to find the default BMP Logo file.
|
||||||
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile |{ 0x99, 0x8b, 0xB2, 0x7B, 0xBB, 0x61, 0xD5, 0x11, 0x9A, 0x5D, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }|VOID*|16
|
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile |{ 0x99, 0x8b, 0xB2, 0x7B, 0xBB, 0x61, 0xD5, 0x11, 0x9A, 0x5D, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }|VOID*|0x40000003
|
||||||
|
|
||||||
## FFS filename to find the shell application.
|
## FFS filename to find the shell application.
|
||||||
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0xB7, 0xD6, 0x7A, 0xC5, 0x15, 0x05, 0xA8, 0x40, 0x9D, 0x21, 0x55, 0x16, 0x52, 0x85, 0x4E, 0x37 }|VOID*|16
|
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0xB7, 0xD6, 0x7A, 0xC5, 0x15, 0x05, 0xA8, 0x40, 0x9D, 0x21, 0x55, 0x16, 0x52, 0x85, 0x4E, 0x37 }|VOID*|0x40000004
|
||||||
|
|
||||||
## ISA bus related PCD to support DMA, SlaveDMA and ISA Memory features.
|
## ISA bus related PCD to support DMA, SlaveDMA and ISA Memory features.
|
||||||
# BIT0 indicates if DMA is supported
|
# BIT0 indicates if DMA is supported
|
||||||
|
|
Loading…
Reference in New Issue