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
/
glinda
/
FspUpd.h
blob
f6e43498872d89c26cb62070b7a6b8cc17e450e9
1
/** @file
2
*
3
* This file is _NOT_ automatically generated in coreboot!
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 0x4D5F31305F444D41
/* 'AMD_01_M' */
18
19
#define FSPS_UPD_SIGNATURE 0x535F31305F444D41
/* 'AMD_01_S' */
20
21
#endif