]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/MemoryInit.h
QuarkSocPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / QuarkSocPkg / QuarkNorthCluster / MemoryInit / Pei / MemoryInit.h
CommitLineData
9b6bbcdb
MK
1/** @file\r
2Framework PEIM to initialize memory on an DDR2 SDRAM Memory Controller.\r
3\r
4Copyright (c) 2013-2015 Intel Corporation.\r
5\r
c9f231d0 6SPDX-License-Identifier: BSD-2-Clause-Patent\r
9b6bbcdb
MK
7\r
8**/\r
9#ifndef _PEI_QNC_MEMORY_INIT_H_\r
10#define _PEI_QNC_MEMORY_INIT_H_\r
11\r
12//\r
13// The package level header files this module uses\r
14//\r
15#include <PiPei.h>\r
16#include <IntelQNCPeim.h>\r
17//\r
18// The protocols, PPI and GUID defintions for this module\r
19//\r
20#include <Ppi/QNCMemoryInit.h>\r
21//\r
22// The Library classes this module consumes\r
23//\r
24#include <Library/DebugLib.h>\r
25#include <Library/PeimEntryPoint.h>\r
26#include <Library/BaseMemoryLib.h>\r
27\r
28\r
29VOID\r
30EFIAPI\r
31MrcStart (\r
32 IN OUT MRCParams_t *MrcData\r
33 );\r
34\r
35#endif\r