Last change
on this file since 108794 was 108794, checked in by vboxsync, 2 weeks ago |
Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
491 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # RISC-V FPU library.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2024, Canonical Services Ltd
|
---|
5 | #
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | ##
|
---|
9 |
|
---|
10 | [Defines]
|
---|
11 | INF_VERSION = 0x0001001b
|
---|
12 | BASE_NAME = BaseRiscVFpuLib
|
---|
13 | FILE_GUID = e600fe4d-8595-40f3-90a0-5f043ce155c2
|
---|
14 | MODULE_TYPE = BASE
|
---|
15 | VERSION_STRING = 1.0
|
---|
16 | LIBRARY_CLASS = RiscVFpuLib
|
---|
17 |
|
---|
18 | [Sources]
|
---|
19 | RiscVFpuCore.S
|
---|
20 |
|
---|
21 | [Packages]
|
---|
22 | MdePkg/MdePkg.dec
|
---|
23 | UefiCpuPkg/UefiCpuPkg.dec
|
---|
24 |
|
---|
25 | [LibraryClasses]
|
---|
26 | BaseLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.