summaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/fsp/phoenix/FspUpd.h
blob: f6e43498872d89c26cb62070b7a6b8cc17e450e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/** @file
 *
 * This file is _NOT_ automatically generated in coreboot!
 *
 */

#ifndef __FSPUPD_H__
#define __FSPUPD_H__

#ifdef EFI32
# include <FspEas.h>
# include <stdint.h>
#else
# include <fsp_h_c99.h>
#endif

#define FSPM_UPD_SIGNATURE               0x4D5F31305F444D41        /* 'AMD_01_M' */

#define FSPS_UPD_SIGNATURE               0x535F31305F444D41        /* 'AMD_01_S' */

#endif