]> git.proxmox.com Git - mirror_edk2.git/blame - CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformData.c
CorebootPayloadPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / CorebootPayloadPkg / Library / PlatformBootManagerLib / PlatformData.c
CommitLineData
42a8f2ce
MM
1/**@file\r
2 Defined the platform specific device path which will be filled to\r
3 ConIn/ConOut variables.\r
4\r
5Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
d2e8b7e1 6SPDX-License-Identifier: BSD-2-Clause-Patent\r
42a8f2ce
MM
7**/\r
8\r
9#include "PlatformBootManager.h"\r
10\r
11///\r
12/// Predefined platform default console device path\r
13///\r
14PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[] = {\r
15 {\r
16 NULL,\r
17 0\r
18 }\r
19};\r