VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLibRam.inf

Last change on this file was 101291, checked in by vboxsync, 19 months ago

EFI/FirmwareNew: Make edk2-stable202308 build on all supported platforms (using gcc at least, msvc not tested yet), bugref:4643

  • Property svn:eol-style set to native
File size: 1013 bytes
Line 
1## @file
2# Serial Port Library backed by SBI console.
3#
4# Meant for PrePi and DXE environments (where globals are allowed). See
5# BaseSerialPortLibRiscVSbiLib.inf for a reduced variant appropriate
6# for SEC and PEI (XIP) environments.
7#
8# Copyright (c) 2023, Intel Corporation. All rights reserved.<BR>
9#
10# SPDX-License-Identifier: BSD-2-Clause-Patent
11#
12#
13##
14
15[Defines]
16 INF_VERSION = 0x0001001B
17 BASE_NAME = BaseSerialPortLibRiscVSbiLibRam
18 MODULE_UNI_FILE = BaseSerialPortLibRiscVSbiLib.uni
19 FILE_GUID = 872af743-ab56-45b4-a065-602567f4820c
20 MODULE_TYPE = BASE
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = SerialPortLib | SEC DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_DRIVER UEFI_APPLICATION
23
24
25#
26# VALID_ARCHITECTURES = RISCV64
27#
28
29[Sources]
30 BaseSerialPortLibRiscVSbiLibRam.c
31 Common.c
32 Common.h
33
34[Packages]
35 MdePkg/MdePkg.dec
36
37[LibraryClasses]
38 RiscVSbiLib
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette