mb/google/brya: Create rull variant
[coreboot2.git] / src / vendorcode / amd / fsp / phoenix / FspsUpd.h
blobbff5e065776955c4b00040cb654e056372016d95
1 /** @file
3 * This file is _NOT_ automatically generated in coreboot!
5 */
7 #ifndef __FSPSUPD_H__
8 #define __FSPSUPD_H__
10 #include <FspUpd.h>
12 typedef struct __packed {
13 /** Offset 0x0020**/ uint32_t vbios_buffer;
14 /** Offset 0x0024**/ uint64_t gop_reserved;
15 /** Offset 0x002C**/ uint32_t reserved1;
16 /** Offset 0x0030**/ uint16_t UpdTerminator;
17 } FSP_S_CONFIG;
19 /** Fsp S UPD Configuration
20 **/
21 typedef struct __packed {
22 /** Offset 0x0000**/ FSP_UPD_HEADER FspUpdHeader;
23 /** Offset 0x0020**/ FSP_S_CONFIG FspsConfig;
24 } FSPS_UPD;
26 #endif