]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/MemoryInit.h
QuarkSocPkg: Replace BSD License with BSD+Patent License
[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 SPDX-License-Identifier: BSD-2-Clause-Patent
7
8 **/
9 #ifndef _PEI_QNC_MEMORY_INIT_H_
10 #define _PEI_QNC_MEMORY_INIT_H_
11
12 //
13 // The package level header files this module uses
14 //
15 #include <PiPei.h>
16 #include <IntelQNCPeim.h>
17 //
18 // The protocols, PPI and GUID defintions for this module
19 //
20 #include <Ppi/QNCMemoryInit.h>
21 //
22 // The Library classes this module consumes
23 //
24 #include <Library/DebugLib.h>
25 #include <Library/PeimEntryPoint.h>
26 #include <Library/BaseMemoryLib.h>
27
28
29 VOID
30 EFIAPI
31 MrcStart (
32 IN OUT MRCParams_t *MrcData
33 );
34
35 #endif