lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 1 | ## @file
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 2 | #
|
| 3 | # This is the Unix Emulation Environment Platform
|
| 4 | #
|
| 5 | # Reference platform implementation using an emulator.
|
mdkinney | a1a5fc7 | 2011-05-05 16:15:13 +0000 | [diff] [blame] | 6 | # Copyright (c) 2008 - 2011, Intel Corporation. All rights reserved.<BR>
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 7 | #
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 8 | # This program and the accompanying materials are licensed and made available
|
| 9 | # under the terms and conditions of the BSD License which accompanies this distribution.
|
| 10 | # The full text of the license may be found at http://opensource.org/licenses/bsd-license.php
|
| 11 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES
|
| 12 | # OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
| 13 | #
|
lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 14 | ##
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 15 |
|
| 16 | [Defines]
|
lzeng14 | 46293a4 | 2011-06-28 02:24:46 +0000 | [diff] [blame] | 17 | DEC_SPECIFICATION = 0x00010005
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 18 | PACKAGE_NAME = EdkUnixPkg
|
| 19 | PACKAGE_GUID = f2805c44-8985-11db-9e98-0040d02b1835
|
| 20 | PACKAGE_VERSION = 0.1
|
| 21 |
|
lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 22 | [Includes]
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 23 | Include
|
| 24 |
|
lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 25 | [LibraryClasses]
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 26 | UnixLib|Include/Library/UnixLib.h
|
| 27 |
|
lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 28 | [Guids]
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 29 | gEfiUnixPkgTokenSpaceGuid = {0xf2b6838c, 0x8985, 0x11db, {0x9d, 0x1c, 0x00, 0x40, 0xd0, 0x2b, 0x18, 0x35}}
|
| 30 | gEfiUnixVirtualDisksGuid = {0xf2ba331a, 0x8985, 0x11db, {0xa4, 0x06, 0x00, 0x40, 0xd0, 0x2b, 0x18, 0x35}}
|
| 31 | gEfiUnixPhysicalDisksGuid = {0xf2bdcc96, 0x8985, 0x11db, {0x87, 0x19, 0x00, 0x40, 0xd0, 0x2b, 0x18, 0x35}}
|
| 32 | gEfiUnixFileSystemGuid = {0xf2c16b9e, 0x8985, 0x11db, {0x92, 0xc8, 0x00, 0x40, 0xd0, 0x2b, 0x18, 0x35}}
|
| 33 | gEfiUnixUgaGuid = {0xf2c8b80e, 0x8985, 0x11db, {0x93, 0xf1, 0x00, 0x40, 0xd0, 0x2b, 0x18, 0x35}}
|
andrewfish | 2ff79f2 | 2010-11-30 23:38:40 +0000 | [diff] [blame] | 34 | gEfiUnixGopGuid = {0xbace07c2, 0x8987, 0x11db, {0xa5, 0x9a, 0x00, 0x40, 0xd0, 0x2b, 0x18, 0x35}}
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 35 | gEfiUnixConsoleGuid = {0xf2cc5d06, 0x8985, 0x11db, {0xbb, 0x19, 0x00, 0x40, 0xd0, 0x2b, 0x18, 0x35}}
|
| 36 | gEfiUnixMemoryGuid = {0xf2d006cc, 0x8985, 0x11db, {0xa4, 0x72, 0x00, 0x40, 0xd0, 0x2b, 0x18, 0x35}}
|
| 37 | gEfiUnixCPUModelGuid = {0xf2d3b330, 0x8985, 0x11db, {0x8a, 0xa3, 0x00, 0x40, 0xd0, 0x2b, 0x18, 0x35}}
|
| 38 | gEfiUnixCPUSpeedGuid = {0xf2d74e5a, 0x8985, 0x11db, {0x97, 0x05, 0x00, 0x40, 0xd0, 0x2b, 0x18, 0x35}}
|
| 39 | gEfiUnixSerialPortGuid = {0x6d3a727d, 0x66c8, 0x4d19, {0x87, 0xe6, 0x02, 0x15, 0x86, 0x14, 0x90, 0xf3}}
|
qhuang8 | c71b659 | 2009-02-23 03:20:54 +0000 | [diff] [blame] | 40 | gEfiUnixSystemConfigGuid = {0x375ea976, 0x3ccd, 0x4e74, {0xa8, 0x45, 0x26, 0xb9, 0xb3, 0x24, 0xb1, 0x3c}}
|
andrewfish | 2ff79f2 | 2010-11-30 23:38:40 +0000 | [diff] [blame] | 41 | gEfiUnixNetworkGuid = {0x081603B4, 0x0F1D, 0x4022, {0xB6, 0xFD, 0x4C, 0xE3, 0x5E, 0x09, 0xA1, 0xA6}}
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 42 |
|
lzeng14 | 4fdb97f | 2011-05-20 02:25:12 +0000 | [diff] [blame] | 43 | [Ppis]
|
| 44 | gPeiUnixAutoScanPpiGuid = {0xf2ed3d14, 0x8985, 0x11db, {0xb0, 0x57, 0x00, 0x40, 0xd0, 0x2b, 0x18, 0x35}}
|
| 45 | gUnixFwhPpiGuid = {0xf2f0dc30, 0x8985, 0x11db, {0xa1, 0x5b, 0x00, 0x40, 0xd0, 0x2b, 0x18, 0x35}}
|
| 46 | gUnixPeiLoadFilePpiGuid = {0xf2f48768, 0x8985, 0x11db, {0xb8, 0xda, 0x00, 0x40, 0xd0, 0x2b, 0x18, 0x35}}
|
| 47 | gPeiUnixThunkPpiGuid = {0xf2f830f2, 0x8985, 0x11db, {0x80, 0x6b, 0x00, 0x40, 0xd0, 0x2b, 0x18, 0x35}}
|
| 48 |
|
| 49 | [Protocols]
|
| 50 | gEfiUnixIoProtocolGuid = {0xf2e23f54, 0x8985, 0x11db, {0xac, 0x79, 0x00, 0x40, 0xd0, 0x2b, 0x18, 0x35}}
|
| 51 | gEfiUnixUgaIoProtocolGuid = {0xf2e5e2c6, 0x8985, 0x11db, {0xa1, 0x91, 0x00, 0x40, 0xd0, 0x2b, 0x18, 0x35}}
|
| 52 | gEfiUnixThunkProtocolGuid = {0xf2e98868, 0x8985, 0x11db, {0x9a, 0x59, 0x00, 0x40, 0xd0, 0x2b, 0x18, 0x35}}
|
| 53 |
|
lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 54 | [PcdsFixedAtBuild]
|
andrewfish | b9c8e50 | 2010-07-22 21:21:38 +0000 | [diff] [blame] | 55 | gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageVariableBase|0x0|UINT64|0x00001014
|
| 56 | gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageFtwSpareBase|0x0|UINT64|0x00001015
|
| 57 | gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageFtwWorkingBase|0x0|UINT64|0x00001016
|
| 58 | gEfiUnixPkgTokenSpaceGuid.PcdUnixFdBaseAddress|0x0|UINT64|0x00001017
|
andrewfish | b9c8e50 | 2010-07-22 21:21:38 +0000 | [diff] [blame] | 59 | gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogBase|0x0|UINT64|0x0000100e
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 60 | gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogSize|0x0|UINT32|0x0000100f
|
andrewfish | b9c8e50 | 2010-07-22 21:21:38 +0000 | [diff] [blame] | 61 | gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashFvRecoveryBase|0x0|UINT64|0x00001010
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 62 | gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashFvRecoverySize|0x0|UINT32|0x00001011
|
| 63 | gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareFdSize|0x0|UINT32|0x00001012
|
| 64 | gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareBlockSize|0|UINT32|0x00001013
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 65 |
|
mdkinney | d040edf | 2011-05-09 17:52:22 +0000 | [diff] [blame] | 66 | [PcdsFixedAtBuild, PcdsPatchableInModule]
|
| 67 | gEfiUnixPkgTokenSpaceGuid.PcdUnixBootMode|1|UINT32|0x00001006
|
| 68 | gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareVolume|L"..\\Fv\\Fv_Recovery.fd"|VOID*|0x00001009
|
| 69 | gEfiUnixPkgTokenSpaceGuid.PcdUnixMemorySizeForSecMain|L"64!64"|VOID*|0x0000100c
|
| 70 |
|
mdkinney | a1a5fc7 | 2011-05-05 16:15:13 +0000 | [diff] [blame] | 71 | [PcdsDynamic, PcdsDynamicEx]
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 72 | gEfiUnixPkgTokenSpaceGuid.PcdUnixPhysicalDisk|L"E:RW;245760;512"|VOID*|0x00001000
|
| 73 | gEfiUnixPkgTokenSpaceGuid.PcdUnixVirtualDisk|L"FW;40960;512"|VOID*|0x00001001
|
| 74 | gEfiUnixPkgTokenSpaceGuid.PcdUnixUga|L"UGA Window"|VOID*|0x00001003
|
andrewfish | 5f0286b | 2010-12-01 01:15:16 +0000 | [diff] [blame] | 75 | gEfiUnixPkgTokenSpaceGuid.PcdUnixGop|L"GOP Window"|VOID*|0x00001018
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 76 | gEfiUnixPkgTokenSpaceGuid.PcdUnixFileSystem|L".!..\\..\\..\\..\\..\\EdkShellBinPkg\\bin\\ia32\\Apps"|VOID*|0x00001004
|
| 77 | gEfiUnixPkgTokenSpaceGuid.PcdUnixMemorySize|L"64!64"|VOID*|0x00001005
|
| 78 | gEfiUnixPkgTokenSpaceGuid.PcdUnixCpuModel|L"Intel(R) Processor Model"|VOID*|0x00001007
|
| 79 | gEfiUnixPkgTokenSpaceGuid.PcdUnixCpuSpeed|L"3000"|VOID*|0x00001008
|
| 80 | gEfiUnixPkgTokenSpaceGuid.PcdUnixConsole|L"Bus Driver Console Window"|VOID*|0x0000100a
|
| 81 | gEfiUnixPkgTokenSpaceGuid.PcdUnixSerialPort|L"/dev/ttyS0"|VOID*|0x00001002
|
andrewfish | 2ff79f2 | 2010-11-30 23:38:40 +0000 | [diff] [blame] | 82 | gEfiUnixPkgTokenSpaceGuid.PcdUnixNetworkInterface|L"en0"|VOID*|0x0000100d
|