Update coreboot and configs for galp3-c, darp5, galp4, and darp6

This commit is contained in:
Jeremy Soller
2019-10-04 11:53:25 -06:00
parent 6580214881
commit 227ee1d9f6
37 changed files with 15337 additions and 66 deletions

View File

@@ -0,0 +1,26 @@
/** @file
Copyright (c) 2019, 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 0x545F4450554C4643 /* 'CFLUPD_T' */
#define FSPM_UPD_SIGNATURE 0x4D5F4450554C4643 /* 'CFLUPD_M' */
#define FSPS_UPD_SIGNATURE 0x535F4450554C4643 /* 'CFLUPD_S' */
#pragma pack()
#endif