Last change
on this file since 101297 was 99404, checked in by vboxsync, 23 months ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.0 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # RISC-V CPU Exception Handler Library
|
---|
3 | #
|
---|
4 | # Copyright (c) 2022-2023, Ventana Micro Systems Inc. All rights reserved.<BR>
|
---|
5 | #
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | ##
|
---|
9 |
|
---|
10 | [Defines]
|
---|
11 | INF_VERSION = 0x0001001B
|
---|
12 | BASE_NAME = BaseRiscV64CpuExceptionHandlerLib
|
---|
13 | MODULE_UNI_FILE = BaseRiscV64CpuExceptionHandlerLib.uni
|
---|
14 | FILE_GUID = 6AB0D5FD-E615-45A3-9374-E284FB061FC9
|
---|
15 | MODULE_TYPE = BASE
|
---|
16 | VERSION_STRING = 1.0
|
---|
17 | LIBRARY_CLASS = CpuExceptionHandlerLib
|
---|
18 |
|
---|
19 | #
|
---|
20 | # The following information is for reference only and not required by the build tools.
|
---|
21 | #
|
---|
22 | # VALID_ARCHITECTURES = RISCV64
|
---|
23 | #
|
---|
24 |
|
---|
25 | [Sources]
|
---|
26 | SupervisorTrapHandler.S
|
---|
27 | CpuExceptionHandlerLib.c
|
---|
28 | CpuExceptionHandlerLib.h
|
---|
29 |
|
---|
30 | [Packages]
|
---|
31 | MdePkg/MdePkg.dec
|
---|
32 | MdeModulePkg/MdeModulePkg.dec
|
---|
33 | UefiCpuPkg/UefiCpuPkg.dec
|
---|
34 |
|
---|
35 | [LibraryClasses]
|
---|
36 | BaseLib
|
---|
37 | SerialPortLib
|
---|
38 | PrintLib
|
---|
39 | SynchronizationLib
|
---|
40 | PeCoffGetEntryPointLib
|
---|
41 | MemoryAllocationLib
|
---|
42 | DebugLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.