1 /* SPDX-License-Identifier: Intel */ 2 /* 3 * Copyright 2019 Google LLC 4 */ 5 6 #ifndef __FSP_CONFIGS_H__ 7 #define __FSP_CONFIGS_H__ 8 9 #define FSPT_UPD_SIGNATURE 0x545F4450554C5041 /* 'APLUPD_T' */ 10 #define FSPM_UPD_SIGNATURE 0x4D5F4450554C5041 /* 'APLUPD_M' */ 11 #define FSPS_UPD_SIGNATURE 0x535F4450554C5041 /* 'APLUPD_S' */ 12 #define VBT_SIGNATURE 0x54425624 13 14 #endif 15