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