]> git.proxmox.com Git - mirror_edk2.git/blame - CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformData.c
CorebootPayloadPkg: Make EFI shell the last boot option.
[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
6This program and the accompanying materials\r
7are licensed and made available under the terms and conditions of the BSD License\r
8which accompanies this distribution. The full text of the license may be found at\r
9http://opensource.org/licenses/bsd-license.php\r
10\r
11THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13**/\r
14\r
15#include "PlatformBootManager.h"\r
16\r
17///\r
18/// Predefined platform default console device path\r
19///\r
20PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[] = {\r
21 {\r
22 NULL,\r
23 0\r
24 }\r
25};\r