Change UPD naming convention

This commit is contained in:
Vanessa Eusebio 2019-05-14 14:19:14 -07:00
parent 1d2b7e1a94
commit ad0ddde9d6
3 changed files with 6 additions and 6 deletions

View File

@ -648,7 +648,7 @@ typedef struct {
/** Offset 0x01E0
**/
UINT8 ReservedMemoryInitUpd[16];
} FSPM_CONFIG;
} FSP_M_CONFIG;
/** Fsp M UPD Configuration
**/
@ -664,7 +664,7 @@ typedef struct {
/** Offset 0x0040
**/
FSPM_CONFIG FspmConfig;
FSP_M_CONFIG FspmConfig;
/** Offset 0x01F0
**/

View File

@ -308,7 +308,7 @@ typedef struct {
/** Offset 0x00E0
**/
UINT8 ReservedSiliconInitUpd[16];
} FSPS_CONFIG;
} FSP_S_CONFIG;
/** Fsp S UPD Configuration
**/
@ -320,7 +320,7 @@ typedef struct {
/** Offset 0x0020
**/
FSPS_CONFIG FspsConfig;
FSP_S_CONFIG FspsConfig;
/** Offset 0x00F0
**/

View File

@ -77,7 +77,7 @@ typedef struct {
/** Offset 0x0041
**/
UINT8 ReservedTempRamInitUpd[31];
} FSPT_CONFIG;
} FSP_T_CONFIG;
/** Fsp T UPD Configuration
**/
@ -93,7 +93,7 @@ typedef struct {
/** Offset 0x0040
**/
FSPT_CONFIG FsptConfig;
FSP_T_CONFIG FsptConfig;
/** Offset 0x0060
**/