Sridhar Parasuram | 2ac5a1f | 2015-11-06 13:34:08 -0800 | [diff] [blame] | 1 | #/* |
| 2 | # * Copyright (c) 2015-2016, The Linux Foundation. All rights reserved. |
| 3 | # * |
| 4 | # * Redistribution and use in source and binary forms, with or without |
| 5 | # * modification, are permitted provided that the following conditions are |
| 6 | # * met: |
| 7 | # * * Redistributions of source code must retain the above copyright |
| 8 | # * notice, this list of conditions and the following disclaimer. |
| 9 | # * * Redistributions in binary form must reproduce the above |
| 10 | # * copyright notice, this list of conditions and the following |
| 11 | # * disclaimer in the documentation and/or other materials provided |
| 12 | # * with the distribution. |
| 13 | # * * Neither the name of The Linux Foundation nor the names of its |
| 14 | # * contributors may be used to endorse or promote products derived |
| 15 | # * from this software without specific prior written permission. |
| 16 | # * |
| 17 | # * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED |
| 18 | # * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 19 | # * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT |
| 20 | # * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS |
| 21 | # * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 22 | # * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 23 | # * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR |
| 24 | # * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 25 | # * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE |
| 26 | # * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN |
| 27 | # * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 28 | #*/ |
| 29 | |
| 30 | |
| 31 | [Defines] |
| 32 | DEC_SPECIFICATION = 0x00010005 |
| 33 | PACKAGE_NAME = QcomModulePkg |
| 34 | PACKAGE_GUID = A6DEDBF5-4678-622F-7F34-8D900E58DCE2 |
| 35 | PACKAGE_VERSION = 0.1 |
| 36 | |
| 37 | ################################################################################ |
| 38 | # |
| 39 | # Include Section - list of Include Paths that are provided by this package. |
| 40 | # Comments are used for Keywords and Module Types. |
| 41 | # |
| 42 | # Supported Module Types: |
| 43 | # BASE SEC PEI_CORE PEIM DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_SAL_DRIVER UEFI_DRIVER UEFI_APPLICATION |
| 44 | # |
| 45 | ################################################################################ |
| 46 | [Includes.common] |
| 47 | Include |
| 48 | Include/Library |
| 49 | Library |
Shivaprasad Hongal | a2c4dd7 | 2017-04-27 14:33:18 -0700 | [diff] [blame] | 50 | Library/avb/ |
Sridhar Parasuram | 2ac5a1f | 2015-11-06 13:34:08 -0800 | [diff] [blame] | 51 | |
| 52 | [Guids.common] |
| 53 | gQcomTokenSpaceGuid = { 0x882f8c2b, 0x9646, 0x435f, { 0x8d, 0xe5, 0xf2, 0x08, 0xff, 0x80, 0xc1, 0xbd } } |
| 54 | gEfiPartitionTypeGuid = { 0x6848de61, 0xeb61, 0x4def, { 0x9a, 0x8e, 0x38, 0x17, 0xcb, 0xeb, 0x8f, 0x1c } } |
| 55 | gEfiEmmcUserPartitionGuid = { 0xb615f1f5, 0x5088, 0x43cd, { 0x80, 0x9c, 0xa1, 0x6e, 0x52, 0x48, 0x7d, 0x00 } } |
| 56 | gEfiEmmcBootPartition1Guid = { 0x12c55b20, 0x25d3, 0x41c9, { 0x8e, 0x06, 0x28, 0x2d, 0x94, 0xc6, 0x76, 0xad } } |
| 57 | gEfiEmmcBootPartition2Guid = { 0x6b76a6db, 0x0257, 0x48a9, { 0xaa, 0x99, 0xf6, 0xb1, 0x65, 0x5f, 0x7b, 0x00 } } |
| 58 | gEfiEmmcRpmbPartitionGuid = { 0xc49551ea, 0xd6bc, 0x4966, { 0x94, 0x99, 0x87, 0x1e, 0x39, 0x31, 0x33, 0xcd } } |
| 59 | gEfiEmmcGppPartition1Guid = { 0xb9251ea5, 0x3462, 0x4807, { 0x86, 0xc6, 0x89, 0x48, 0xb1, 0xb3, 0x61, 0x63 } } |
| 60 | gEfiEmmcGppPartition2Guid = { 0x24f906cd, 0xee11, 0x43e1, { 0x84, 0x27, 0xdc, 0x7a, 0x36, 0xf4, 0xc0, 0x59 } } |
| 61 | gEfiEmmcGppPartition3Guid = { 0x5a5709a9, 0xac40, 0x4f72, { 0x88, 0x62, 0x5b, 0x01, 0x04, 0x16, 0x6e, 0x76 } } |
| 62 | gEfiEmmcGppPartition4Guid = { 0xa44e27c9, 0x258e, 0x406e, { 0xbf, 0x33, 0x77, 0xf5, 0xf2, 0x44, 0xc4, 0x87 } } |
| 63 | gEfiSdRemovableGuid = { 0xd1531d41, 0x3f80, 0x4091, { 0x8d, 0x0a, 0x54, 0x1f, 0x59, 0x23, 0x6d, 0x66 } } |
| 64 | gEfiUfsLU0Guid = { 0x860845c1, 0xbe09, 0x4355, { 0x8b, 0xc1, 0x30, 0xd6, 0x4f, 0xf8, 0xe6, 0x3a } } |
| 65 | gEfiUfsLU1Guid = { 0x8d90d477, 0x39a3, 0x4a38, { 0xab, 0x9e, 0x58, 0x6f, 0xf6, 0x9e, 0xd0, 0x51 } } |
| 66 | gEfiUfsLU2Guid = { 0xedf85868, 0x87ec, 0x4f77, { 0x9c, 0xda, 0x5f, 0x10, 0xdf, 0x2f, 0xe6, 0x01 } } |
| 67 | gEfiUfsLU3Guid = { 0x1ae69024, 0x8aeb, 0x4df8, { 0xbc, 0x98, 0x00, 0x32, 0xdb, 0xdf, 0x50, 0x24 } } |
| 68 | gEfiUfsLU4Guid = { 0xd33f1985, 0xf107, 0x4a85, { 0xbe, 0x38, 0x68, 0xdc, 0x7a, 0xd3, 0x2c, 0xea } } |
| 69 | gEfiUfsLU5Guid = { 0x4ba1d05f, 0x088e, 0x483f, { 0xa9, 0x7e, 0xb1, 0x9b, 0x9c, 0xcf, 0x59, 0xb0 } } |
| 70 | gEfiUfsLU6Guid = { 0x4acf98f6, 0x26fa, 0x44d2, { 0x81, 0x32, 0x28, 0x2f, 0x2d, 0x19, 0xa4, 0xc5 } } |
| 71 | gEfiUfsLU7Guid = { 0x8598155f, 0x34de, 0x415c, { 0x8b, 0x55, 0x84, 0x3e, 0x33, 0x22, 0xd3, 0x6f } } |
| 72 | gEfiUfsRPMBGuid = { 0x5397474e, 0xf75d, 0x44b3, { 0x8e, 0x57, 0xd9, 0x32, 0x4f, 0xcf, 0x6f, 0xe1 } } |
| 73 | |
| 74 | gEfiPlatPartitionTypeGuid = { 0x543c031a, 0x4cb6, 0x4897, { 0xbf, 0xfe, 0x4b, 0x48, 0x57, 0x68, 0xa8, 0xad } } |
| 75 | gQcomKeypadDeviceGuid = { 0xd7f58a0e, 0xbed2, 0x4b5a, { 0xbb, 0x43, 0x8a, 0xb2, 0x3d, 0xd0, 0xe2, 0xb0 } } |
| 76 | gEfiPlatformInfoGuid= { 0x3351baf7, 0x0820, 0x40df, { 0xb3, 0xfd, 0x4b, 0x7a, 0x3d, 0x43, 0x81, 0x88 } } |
| 77 | gEfiLogFSPartitionGuid = { 0xBC0330EB, 0x3410, 0x4951, { 0xA6, 0x17, 0x03, 0x89, 0x8D, 0xBE, 0x33, 0x72 } } |
Channagoud Kadabi | 4178c72 | 2016-03-25 13:39:57 -0700 | [diff] [blame] | 78 | gEfiAblFvNameGuid= { 0x046fae99, 0xcf2e, 0x49ed, { 0xA6, 0xA8, 0xA1, 0x48, 0x8b, 0x7E, 0x80, 0xd3 } } |
Channagoud Kadabi | 0e698d1 | 2016-04-20 11:39:06 -0700 | [diff] [blame] | 79 | gEfiMiscPartitionGuid = { 0x82ACC91F, 0x357C, 0x4A68, { 0x9C, 0x8F, 0x68, 0x9E, 0x1B, 0x1A, 0x23, 0xA1 } } |
Jeevan Shriram | e0b6352 | 2016-08-17 12:36:12 -0700 | [diff] [blame] | 80 | gEfiBootImgPartitionGuid = { 0x20117f86, 0xe985, 0x4357, { 0xb9, 0xee, 0x37, 0x4b, 0xc1, 0xd8, 0x48, 0x7d } } |
| 81 | gEfiRecoveryImgPartitionGuid = { 0x9D72D4E4, 0x9958, 0x42DA, { 0xAC, 0x26, 0xBE, 0xA7, 0xA9, 0x0B, 0x04, 0x34 } } |
Reut Zysman | dd8774a | 2016-10-27 17:48:20 +0300 | [diff] [blame] | 82 | gEfiSystemPartitionGuid = { 0x97D7B011, 0x54DA, 0x4835, { 0xB3, 0xC4, 0x91, 0x7A, 0xD6, 0xE7, 0x3D, 0x74 } } |
| 83 | gEfiDipPartitionGuid = { 0x4114B077, 0x005D, 0x4E12, { 0xAC, 0x8C, 0xB4, 0x93, 0xBD, 0xA6, 0x84, 0xFB } } |
| 84 | gEfiMdtpPartitionGuid = { 0x3878408A, 0xE263, 0x4B67, { 0xB8, 0x78, 0x63, 0x40, 0xB3, 0x5B, 0x11, 0xE3 } } |
Channagoud Kadabi | 4178c72 | 2016-03-25 13:39:57 -0700 | [diff] [blame] | 85 | |
Sridhar Parasuram | 2ac5a1f | 2015-11-06 13:34:08 -0800 | [diff] [blame] | 86 | [Protocols] |
| 87 | # PlatformInfo |
| 88 | gEfiPlatformInfoProtocolGuid = { 0x157a5c45, 0x21b2, 0x43c5, { 0xba, 0x7c, 0x82, 0x2f, 0xee, 0x5f, 0xe5, 0x99 } } |
| 89 | # Sdcc Card Info |
| 90 | gEfiMemCardInfoProtocolGuid = { 0x85c1f7d2, 0xbce6, 0x4f31, { 0x8f, 0x4d, 0xd3, 0x7e, 0x03, 0xd0, 0x5e, 0xaa } } |
| 91 | # USB Function |
| 92 | gEfiUsbfnIoProtocolGuid = { 0x32d2963a, 0xfe5d, 0x4f30, { 0xb6, 0x33, 0x6e, 0x5d, 0xc5, 0x58, 0x3, 0xcc } } |
| 93 | # ChipInfo |
| 94 | gEfiChipInfoProtocolGuid = { 0xb0760469, 0x970c, 0x487a, { 0xa4, 0xb5, 0x28, 0xdb, 0x7b, 0x45, 0xce, 0xf1 } } |
| 95 | gEfiPartitionRecordGuid = { 0xfe2555be, 0xd716, 0x4686, { 0xb9, 0xd0, 0x79, 0xdb, 0x59, 0x21, 0xb7, 0x0d } } |
| 96 | # PMIC VERSION |
| 97 | gQcomPmicVersionProtocolGuid = { 0x4684800a, 0x2755, 0x4edc, { 0xb4, 0x43, 0x7f, 0x8c, 0xeb, 0x32, 0x39, 0xd3 } } |
| 98 | # Guid for Fastboot |
| 99 | gEfiUsbDeviceProtocolGuid = { 0xd9d9ce48, 0x44b8, 0x4f49, { 0x8e, 0x3e, 0x2a, 0x3b, 0x92, 0x7d, 0xc6, 0xc1 } } |
| 100 | #RAM Partitions Protocol |
| 101 | gEfiRamPartitionProtocolGuid = { 0x5172FFB5, 0x4253, 0x7D51, { 0xC6, 0x41, 0xA7, 0x01, 0xF9, 0x73, 0x10, 0x3C } } |
Channagoud Kadabi | 8ad76a7 | 2016-02-16 17:26:59 -0800 | [diff] [blame] | 102 | #Erase Block Protocol |
| 103 | gEfiEraseBlockProtocolGuid = { 0x95A9A93E, 0xA86E, 0x4926, { 0xaa, 0xef, 0x99, 0x18, 0xe7, 0x72, 0xd9, 0x87 } } |
Channagoud Kadabi | 4338e36 | 2016-04-13 14:44:36 -0700 | [diff] [blame] | 104 | # ResetReasonProtocol |
| 105 | gEfiResetReasonProtocolGuid = { 0xA022155A, 0x4828, 0x4535, { 0xA4, 0x99, 0x11, 0xF1, 0x52, 0x40, 0xB9, 0x1B } } |
Rama Aparna Mallavarapu | 755ad9d | 2016-05-17 15:05:32 -0700 | [diff] [blame] | 106 | # Charger Detection Protocol |
| 107 | gQcomChargerExProtocolGuid = { 0x6edc8a6d, 0x2663, 0x43cd, { 0x90, 0xff, 0x46, 0x21, 0xff, 0xd1, 0x0d, 0xf5 } } |
| 108 | # Pon Reason Protocol |
| 109 | gQcomPmicPonProtocolGuid = { 0x97044b58, 0xfea4, 0x4ad0, { 0x9d, 0xb, 0xe4, 0x17, 0xd6, 0xf, 0x11, 0xa1 }} |
Runmin Wang | f58d988 | 2016-07-13 14:09:11 -0700 | [diff] [blame] | 110 | # Throttle limit Protocol |
| 111 | gEfiLimitsProtocolGuid = { 0x79d6c879, 0x725e, 0x489e, { 0xa0, 0xa9, 0x27, 0xef, 0xa5, 0xdf, 0xcb, 0x35 } } |
Jeevan Shriram | 04aad79 | 2016-08-17 13:29:41 -0700 | [diff] [blame] | 112 | # VerifiedBoot Protocol |
| 113 | gEfiQcomVerifiedBootProtocolGuid = { 0x8e5eff91, 0x21b6, 0x47d3, { 0xaf, 0x2b, 0xc1, 0x5a, 0x1, 0xe0, 0x20, 0xec } } |
Vijay Kumar Pendoti | 876ce71 | 2016-09-08 19:56:11 +0530 | [diff] [blame] | 114 | # Scm mode switch Protocol |
| 115 | gQcomScmModeSwithProtocolGuid = { 0xf57f73ed, 0x0afc, 0x4723, { 0x93, 0x74, 0x2c, 0xeb, 0xc0, 0x19, 0x8e, 0xf9 } } |
Reut Zysman | dd8774a | 2016-10-27 17:48:20 +0300 | [diff] [blame] | 116 | # Qseecom Protocol |
| 117 | gQcomQseecomProtocolGuid = { 0xa74862ce, 0x680f, 0x4fe1, { 0xa3, 0x11, 0xdf, 0x41, 0xf4, 0x3, 0x3, 0x91 } } |
| 118 | # Mdtp Protocol |
| 119 | gQcomMdtpProtocolGuid = { 0x71746E63, 0x65F9, 0x41EC, { 0xAC, 0x08, 0xCD, 0xD1, 0xF2, 0xD0, 0x22, 0x98 } } |
| 120 | # Partition Type Protocol |
| 121 | gEfiPartitionTypeGuid = { 0x6848de61, 0xeb61, 0x4def, { 0x9a, 0x8e, 0x38, 0x17, 0xcb, 0xeb, 0x8f, 0x1c } } |
| 122 | # Sha256 Protocol |
| 123 | gEfiHashAlgorithmSha256Guid = { 0x51aa59de, 0xfdf2, 0x4ea3, {0xbc, 0x63, 0x87, 0x5f, 0xb7, 0x84, 0x2e, 0xe9 } } |
Jeevan Shriram | 04aad79 | 2016-08-17 13:29:41 -0700 | [diff] [blame] | 124 | |
Channagoud Kadabi | 7c2484b | 2016-10-18 15:30:03 -0700 | [diff] [blame] | 125 | gQcomRngProtocolGuid = { 0x3152bca5, 0xeade, 0x433d, { 0x86, 0x2e, 0xc0, 0x1c, 0xdc, 0x29, 0x1f, 0x44 } } |
| 126 | |
Sridhar Parasuram | 2ac5a1f | 2015-11-06 13:34:08 -0800 | [diff] [blame] | 127 | [PcdsFixedAtBuild.common] |
| 128 | # LinuxLoaderCommon |
| 129 | gQcomTokenSpaceGuid.KernelLoadAddress|0x00080000|UINT32|0x00015000 |
Channagoud Kadabi | 56e6b27 | 2016-05-25 17:23:49 -0700 | [diff] [blame] | 130 | gQcomTokenSpaceGuid.TagsAddress|0x03200000|UINT32|0x00015001 |
| 131 | gQcomTokenSpaceGuid.RamdiskLoadAddress|0x03400000|UINT32|0x00015002 |
Channagoud Kadabi | d4995f9 | 2017-05-12 16:43:25 -0700 | [diff] [blame] | 132 | gQcomTokenSpaceGuid.RamdiskEndAddress|0x05700000|UINT32|0x00015003 |
Runmin Wang | 566a820 | 2016-07-21 15:23:38 -0700 | [diff] [blame] | 133 | gQcomTokenSpaceGuid.EnablePartialGoods|TRUE|BOOLEAN|0x00015004 |
lijuang | 4b07660 | 2016-07-27 19:47:51 +0800 | [diff] [blame] | 134 | gQcomTokenSpaceGuid.EnableDisplayMenu|TRUE|BOOLEAN|0x00015005 |
Vijay Kumar Pendoti | 876ce71 | 2016-09-08 19:56:11 +0530 | [diff] [blame] | 135 | gQcomTokenSpaceGuid.KernelLoadAddress32|0x00008000|UINT32|0x00015006 |
Reut Zysman | dd8774a | 2016-10-27 17:48:20 +0300 | [diff] [blame] | 136 | gQcomTokenSpaceGuid.EnableMdtpSupport|FALSE|BOOLEAN|0x00015007 |
Shivaprasad Hongal | 39236ae | 2017-06-06 16:10:35 -0700 | [diff] [blame^] | 137 | gQcomTokenSpaceGuid.AllowEio|FALSE|BOOLEAN|0x00015008 |