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
/
cezanne
/
FspUpd.h
blob
c9202cea9cb3df1eafd6989d873915960b5c947f
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 0x4d5f454e415a4543
/* 'CEZANE_M' */
18
19
#define FSPS_UPD_SIGNATURE 0x535f454e415a4543
/* 'CEZANE_S' */
20
21
22
#endif