]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardSsidSvid/BoardSsidSvid.h
Vlv2DeviceRefCodePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Vlv2TbltDevicePkg / Library / MultiPlatformLib / BoardSsidSvid / BoardSsidSvid.h
CommitLineData
3cbfba02
DW
1/**@file\r
2 Subsystem IDs setting for multiplatform.\r
3\r
4 This file includes package header files, library classes.\r
5\r
6 Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
7 \r\r
8 This program and the accompanying materials are licensed and made available under\r\r
9 the terms and conditions of the BSD License that accompanies this distribution. \r\r
10 The full text of the license may be found at \r\r
11 http://opensource.org/licenses/bsd-license.php. \r\r
12 \r\r
13 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r\r
14 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r\r
15 \r\r
16**/\r
17\r
18#include <Guid/PlatformInfo.h>\r
19#include <Library/BaseMemoryLib.h>\r
20\r
21//\r
22// Default Vendor ID and Subsystem ID\r
23//\r
24#define SUBSYSTEM_VENDOR_ID1 0x8086\r
25#define SUBSYSTEM_DEVICE_ID1 0x1999\r
26#define SUBSYSTEM_SVID_SSID1 (SUBSYSTEM_VENDOR_ID1 + (SUBSYSTEM_DEVICE_ID1 << 16))\r
27\r
28#define SUBSYSTEM_VENDOR_ID2 0x8086\r
29#define SUBSYSTEM_DEVICE_ID2 0x1888\r
30#define SUBSYSTEM_SVID_SSID2 (SUBSYSTEM_VENDOR_ID2 + (SUBSYSTEM_DEVICE_ID2 << 16))\r
31\r
32#define SUBSYSTEM_VENDOR_ID 0x8086\r
33#define SUBSYSTEM_DEVICE_ID 0x1234\r
34#define SUBSYSTEM_SVID_SSID (SUBSYSTEM_VENDOR_ID + (SUBSYSTEM_DEVICE_ID << 16))\r
35\r
36EFI_STATUS\r
37InitializeBoardSsidSvid (\r
38 IN CONST EFI_PEI_SERVICES **PeiServices,\r
39 IN EFI_PLATFORM_INFO_HOB *PlatformInfoHob\r
40 );\r