]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/MemoryInitPei.inf
QuarkSocPkg/MemoryInit: Remove use of memset()/memcpy()
[mirror_edk2.git] / QuarkSocPkg / QuarkNorthCluster / MemoryInit / Pei / MemoryInitPei.inf
CommitLineData
9b6bbcdb
MK
1## @file\r
2# This is the Memory Initialization Driver for Quark\r
3#\r
8e8cc688 4# Copyright (c) 2013-2017 Intel Corporation.\r
9b6bbcdb
MK
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14##\r
15\r
16################################################################################\r
17#\r
18# Defines Section - statements that will be processed to create a Makefile.\r
19#\r
20################################################################################\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = MemoryInitPei\r
24 FILE_GUID = D2C69B26-82E1-4a1b-AD35-ED0261B9F347\r
25 MODULE_TYPE = PEIM\r
26 VERSION_STRING = 1.0\r
27\r
28 ENTRY_POINT = PeimMemoryInit\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
34#\r
35\r
36[BuildOptions]\r
37 GCC:DEBUG_*_*_CC_FLAGS = -DGCC -Wno-unused-function\r
38 GCC:RELEASE_*_*_CC_FLAGS = -DNDEBUG -DGCC -Wno-unused-function\r
39 INTEL:RELEASE_*_*_CC_FLAGS = /D NDEBUG\r
40 MSFT:RELEASE_*_*_CC_FLAGS = /D NDEBUG\r
41\r
42[Sources]\r
43 memory_options.h\r
44 platform.c\r
45 lprint.c\r
46 meminit.h\r
47 meminit.c\r
48 meminit_utils.h\r
49 meminit_utils.c\r
50 gen5_iosf_sb_definitions.h\r
51 general_definitions.h\r
52 io.h\r
53 core_types.h\r
54 prememinit.h\r
55 prememinit.c\r
56 mrc.h\r
57 mrc.c\r
58 hte.c\r
59 hte.h\r
60 MemoryInit.h\r
61 MemoryInit.c\r
62\r
63[Packages]\r
64 QuarkSocPkg/QuarkSocPkg.dec\r
65 MdePkg/MdePkg.dec\r
66\r
67[LibraryClasses]\r
68 PeimEntryPoint\r
69 DebugLib\r
70 BaseMemoryLib\r
71\r
72[Ppis]\r
73 gQNCMemoryInitPpiGuid # PPI ALWAYS_PRODUCED\r
74\r
75[Depex]\r
76 TRUE\r