]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/MemoryInit.h
QuarkSocPkg/QncSmmDispatcher: Fix context passed to SMI handlers
[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
6This program and the accompanying materials\r
7are licensed and made available under the terms and conditions of the BSD License\r
8which accompanies this distribution. The full text of the license may be found at\r
9http://opensource.org/licenses/bsd-license.php\r
10\r
11THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14**/\r
15#ifndef _PEI_QNC_MEMORY_INIT_H_\r
16#define _PEI_QNC_MEMORY_INIT_H_\r
17\r
18//\r
19// The package level header files this module uses\r
20//\r
21#include <PiPei.h>\r
22#include <IntelQNCPeim.h>\r
23//\r
24// The protocols, PPI and GUID defintions for this module\r
25//\r
26#include <Ppi/QNCMemoryInit.h>\r
27//\r
28// The Library classes this module consumes\r
29//\r
30#include <Library/DebugLib.h>\r
31#include <Library/PeimEntryPoint.h>\r
32#include <Library/BaseMemoryLib.h>\r
33\r
34\r
35VOID\r
36EFIAPI\r
37MrcStart (\r
38 IN OUT MRCParams_t *MrcData\r
39 );\r
40\r
41#endif\r