repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cpu/intel: Add socket types
[coreboot2.git]
/
src
/
vendorcode
/
amd
/
fsp
/
mendocino
/
FspUpd.h
blob
de04f59e7bd1347e01b371fc7ead6d11081f4565
1
/** @file
2
*
3
* This file is automatically generated.
4
*
5
*/
6
7
#ifndef __FSPUPD_H__
8
#define __FSPUPD_H__
9
10
#ifdef EFI32
11
# include <FspEas.h>
12
# include <stdint.h>
13
#else
14
# include <fsp_h_c99.h>
15
#endif
16
17
#define FSPM_UPD_SIGNATURE 0x4d5f4f4e43444e4d
/* 'MNDCNO_M' */
18
19
#define FSPS_UPD_SIGNATURE 0x535f4f4e43444e4d
/* 'MNDCNO_S' */
20
21
22
#endif