Add oryp8

This commit is contained in:
Jeremy Soller
2021-09-14 08:32:06 -06:00
committed by Jeremy Soller
parent 06576f7fc1
commit 7b9977081f
35 changed files with 10222 additions and 5 deletions

View File

@@ -0,0 +1,27 @@
/** @file FspUpd.h
@copyright
Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
This file is automatically generated. Please do NOT modify !!!
**/
#ifndef __FSPUPD_H__
#define __FSPUPD_H__
#include <FspEas.h>
#pragma pack(1)
#define FSPT_UPD_SIGNATURE 0x545F4450554C4754 /* 'TGLUPD_T' */
#define FSPM_UPD_SIGNATURE 0x4D5F4450554C4754 /* 'TGLUPD_M' */
#define FSPS_UPD_SIGNATURE 0x535F4450554C4754 /* 'TGLUPD_S' */
#pragma pack()
#endif