1 | ## @file
|
---|
2 | # Flattened Device Tree information parser.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2021, ARM Limited. All rights reserved.
|
---|
5 | #
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | ##
|
---|
8 |
|
---|
9 | [Defines]
|
---|
10 | INF_VERSION = 0x00010019
|
---|
11 | BASE_NAME = FdtHwInfoParserLib
|
---|
12 | FILE_GUID = F174A422-BC86-41E2-9E9C-C6D6E437F4AD
|
---|
13 | VERSION_STRING = 1.0
|
---|
14 | MODULE_TYPE = DXE_DRIVER
|
---|
15 | LIBRARY_CLASS = HwInfoParserLib
|
---|
16 |
|
---|
17 | [Sources]
|
---|
18 | CmObjectDescUtility.c
|
---|
19 | CmObjectDescUtility.h
|
---|
20 | FdtHwInfoParserInclude.h
|
---|
21 | FdtHwInfoParser.c
|
---|
22 | FdtHwInfoParser.h
|
---|
23 | FdtUtility.c
|
---|
24 | FdtUtility.h
|
---|
25 | BootArch/ArmBootArchParser.c
|
---|
26 | BootArch/ArmBootArchParser.h
|
---|
27 | GenericTimer/ArmGenericTimerParser.c
|
---|
28 | GenericTimer/ArmGenericTimerParser.h
|
---|
29 | Gic/ArmGicCParser.c
|
---|
30 | Gic/ArmGicCParser.h
|
---|
31 | Gic/ArmGicDispatcher.c
|
---|
32 | Gic/ArmGicDispatcher.h
|
---|
33 | Gic/ArmGicDParser.c
|
---|
34 | Gic/ArmGicDParser.h
|
---|
35 | Gic/ArmGicItsParser.c
|
---|
36 | Gic/ArmGicItsParser.h
|
---|
37 | Gic/ArmGicMsiFrameParser.c
|
---|
38 | Gic/ArmGicMsiFrameParser.h
|
---|
39 | Gic/ArmGicRParser.c
|
---|
40 | Gic/ArmGicRParser.h
|
---|
41 | Pci/ArmPciConfigSpaceParser.c
|
---|
42 | Pci/ArmPciConfigSpaceParser.h
|
---|
43 | Serial/ArmSerialPortParser.c
|
---|
44 | Serial/ArmSerialPortParser.h
|
---|
45 |
|
---|
46 | [Packages]
|
---|
47 | ArmPkg/ArmPkg.dec
|
---|
48 | DynamicTablesPkg/DynamicTablesPkg.dec
|
---|
49 | EmbeddedPkg/EmbeddedPkg.dec
|
---|
50 | MdeModulePkg/MdeModulePkg.dec
|
---|
51 | MdePkg/MdePkg.dec
|
---|
52 |
|
---|
53 | [LibraryClasses]
|
---|
54 | DebugLib
|
---|
55 | FdtLib
|
---|
56 | MemoryAllocationLib
|
---|