]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/MemoryInitPei.inf
QuarkSocPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / QuarkSocPkg / QuarkNorthCluster / MemoryInit / Pei / MemoryInitPei.inf
1 ## @file
2 # This is the Memory Initialization Driver for Quark
3 #
4 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9
10 ################################################################################
11 #
12 # Defines Section - statements that will be processed to create a Makefile.
13 #
14 ################################################################################
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = MemoryInitPei
18 FILE_GUID = D2C69B26-82E1-4a1b-AD35-ED0261B9F347
19 MODULE_TYPE = PEIM
20 VERSION_STRING = 1.0
21
22 ENTRY_POINT = PeimMemoryInit
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 EBC
28 #
29
30 [BuildOptions]
31 GCC:DEBUG_*_*_CC_FLAGS = -DGCC -Wno-unused-function
32 GCC:RELEASE_*_*_CC_FLAGS = -DNDEBUG -DGCC -Wno-unused-function
33 INTEL:RELEASE_*_*_CC_FLAGS = /D NDEBUG
34 MSFT:RELEASE_*_*_CC_FLAGS = /D NDEBUG
35
36 [Sources]
37 memory_options.h
38 platform.c
39 lprint.c
40 meminit.h
41 meminit.c
42 meminit_utils.h
43 meminit_utils.c
44 gen5_iosf_sb_definitions.h
45 general_definitions.h
46 io.h
47 core_types.h
48 prememinit.h
49 prememinit.c
50 mrc.h
51 mrc.c
52 hte.c
53 hte.h
54 MemoryInit.h
55 MemoryInit.c
56
57 [Packages]
58 QuarkSocPkg/QuarkSocPkg.dec
59 MdePkg/MdePkg.dec
60
61 [LibraryClasses]
62 PeimEntryPoint
63 DebugLib
64 BaseMemoryLib
65
66 [Ppis]
67 gQNCMemoryInitPpiGuid # PPI ALWAYS_PRODUCED
68
69 [Depex]
70 TRUE