cpu/intel: Add socket types
[coreboot2.git] / src / vendorcode / amd / fsp / mendocino / FspsUpd.h
blobfd250d1726a295a42b81a309f47fefb3ee0dd297
1 /** @file
3 * This file is automatically generated.
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**/ uint32_t gop_reserved;
15 /** Offset 0x0028**/ uint32_t logo_bmp_buffer;
16 /** Offset 0x002C**/ uint32_t reserved1;
17 /** Offset 0x0030**/ uint16_t UpdTerminator;
18 } FSP_S_CONFIG;
20 /** Fsp S UPD Configuration
21 **/
22 typedef struct __packed {
23 /** Offset 0x0000**/ FSP_UPD_HEADER FspUpdHeader;
24 /** Offset 0x0020**/ FSP_S_CONFIG FspsConfig;
25 } FSPS_UPD;
27 #endif