1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| ## @file
| #
| # Copyright (c) 2019, ARM Limited. All rights reserved.
| # Copyright (c) 2019, Pete Batard <pete@akeo.ie>
| #
| # SPDX-License-Identifier: BSD-2-Clause-Patent
| #
| ##
|
| [Defines]
| DEC_SPECIFICATION = 0x0001001A
| PACKAGE_NAME = Bcm283xPkg
| PACKAGE_GUID = 900C0F44-1152-4FF9-B9C5-933E2918C831
| PACKAGE_VERSION = 1.0
|
| [Includes]
| Include
|
| [Guids]
| gBcm283xTokenSpaceGuid = {0x82f36a92, 0xfb7e, 0x43a1, {0xb9, 0x9e, 0x49, 0x13, 0x3f, 0xc7, 0xa4, 0x2e}}
|
| [PcdsFixedAtBuild.common]
| gBcm283xTokenSpaceGuid.PcdBcm283xRegistersAddress|0x0|UINT32|0x00000001
|
|