Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
https://svn.code.sf.net/p/edk2/code/trunk/edk2/, which are for MinnowBoard MAX open source project. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: David Wei <david.wei@intel.com> Reviewed-by: Mike Wu <mike.wu@intel.com> Reviewed-by: Hot Tian <hot.tian@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16599 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
66
Vlv2TbltDevicePkg/Include/Guid/FirmwareId.h
Normal file
66
Vlv2TbltDevicePkg/Include/Guid/FirmwareId.h
Normal file
@@ -0,0 +1,66 @@
|
||||
/*++
|
||||
|
||||
Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
|
||||
|
||||
|
||||
This program and the accompanying materials are licensed and made available under
|
||||
|
||||
the terms and conditions of the BSD License that accompanies this distribution.
|
||||
|
||||
The full text of the license may be found at
|
||||
|
||||
http://opensource.org/licenses/bsd-license.php.
|
||||
|
||||
|
||||
|
||||
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||
|
||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Module Name:
|
||||
|
||||
FirmwareId.h
|
||||
|
||||
--*/
|
||||
|
||||
#ifndef _FirmwareId_h_GUID_included
|
||||
#define _FirmwareId_h_GUID_included
|
||||
|
||||
|
||||
#pragma pack(1)
|
||||
|
||||
//
|
||||
// Firmware ID
|
||||
//
|
||||
|
||||
#define FIRMWARE_ID_MAX_LENGTH 35
|
||||
|
||||
typedef struct {
|
||||
CHAR8 BiosId[8];
|
||||
CHAR8 Separator1;
|
||||
CHAR8 OemId[3];
|
||||
CHAR8 Separator2;
|
||||
CHAR8 BuildId[4];
|
||||
CHAR8 Separator3;
|
||||
CHAR8 Century[2];
|
||||
CHAR8 Year[2];
|
||||
CHAR8 Separator4;
|
||||
CHAR8 Month[2];
|
||||
CHAR8 Date[2];
|
||||
CHAR8 Separator5;
|
||||
CHAR8 Hour[2];
|
||||
CHAR8 Minute[2];
|
||||
CHAR8 Dummy[3];
|
||||
} FIRMWARE_ID_DATA;
|
||||
|
||||
#define OLD_FIRMWARE_ID_GUID \
|
||||
{0xefc071ae, 0x41b8, 0x4018, 0xaf, 0xa7, 0x31, 0x4b, 0x18, 0x5e, 0x57, 0x8b}
|
||||
|
||||
#define FIRMWARE_ID_GUID \
|
||||
{0x5e559c23, 0x1faa, 0x4ae1, 0x8d, 0x4a, 0xc6, 0xcf, 0x02, 0x6c, 0x76, 0x6f}
|
||||
|
||||
#define FIRMWARE_ID_NAME L"FirmwareId"
|
Reference in New Issue
Block a user