]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/MemoryInit.h
QuarkSocPkg: Add new package for Quark SoC X1000
[mirror_edk2.git] / QuarkSocPkg / QuarkNorthCluster / MemoryInit / Pei / MemoryInit.h
1 /** @file
2 Framework PEIM to initialize memory on an DDR2 SDRAM Memory Controller.
3
4 Copyright (c) 2013-2015 Intel Corporation.
5
6 This program and the accompanying materials
7 are licensed and made available under the terms and conditions of the BSD License
8 which accompanies this distribution. The full text of the license may be found at
9 http://opensource.org/licenses/bsd-license.php
10
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13
14 **/
15 #ifndef _PEI_QNC_MEMORY_INIT_H_
16 #define _PEI_QNC_MEMORY_INIT_H_
17
18 //
19 // The package level header files this module uses
20 //
21 #include <PiPei.h>
22 #include <IntelQNCPeim.h>
23 //
24 // The protocols, PPI and GUID defintions for this module
25 //
26 #include <Ppi/QNCMemoryInit.h>
27 //
28 // The Library classes this module consumes
29 //
30 #include <Library/DebugLib.h>
31 #include <Library/PeimEntryPoint.h>
32 #include <Library/BaseMemoryLib.h>
33
34
35 VOID
36 EFIAPI
37 MrcStart (
38 IN OUT MRCParams_t *MrcData
39 );
40
41 #endif