- Add RiscVPkg package which provides RISC-V processor related drivers and libraries. - Support RISC-V OpenSBI and RISC-V platforms
Signed-off-by: Abner Chang <abner.ch...@hpe.com> --- RiscVPkg/RiscVPkg.dec | 27 +++++++++++++++++++++++++++ RiscVPkg/RiscVPkg.uni | 13 +++++++++++++ RiscVPkg/RiscVPkgExtra.uni | 13 +++++++++++++ 3 files changed, 53 insertions(+) create mode 100644 RiscVPkg/RiscVPkg.dec create mode 100644 RiscVPkg/RiscVPkg.uni create mode 100644 RiscVPkg/RiscVPkgExtra.uni diff --git a/RiscVPkg/RiscVPkg.dec b/RiscVPkg/RiscVPkg.dec new file mode 100644 index 0000000..74314e8 --- /dev/null +++ b/RiscVPkg/RiscVPkg.dec @@ -0,0 +1,27 @@ +## @file RiscVPkg.dec +# This Package provides UEFI RISC-V modules and libraries. +# +# Copyright (c) 2016 - 2019, Hewlett Packard Enterprise Development LP. All rights reserved.<BR> +# +# SPDX-License-Identifier: BSD-2-Clause-Patent +# +## + +[Defines] + DEC_SPECIFICATION = 0x0001001b + PACKAGE_NAME = RiscVPkg + PACKAGE_UNI_FILE = RiscVPkg.uni + PACKAGE_GUID = 993C7CAC-C87C-4F08-A2CF-AD3AABA859D1 + PACKAGE_VERSION = 1.0 + +[Includes] + Include + opensbi # OpebSBI header file reference ("include/sbi/...") + opensbi/include # Header file reference from opensbi files, ("sbi/...") + opensbi/lib/utils/libfdt + +[Guids] + gUefiRiscVPkgTokenSpaceGuid = { 0x4261e9c8, 0x52c0, 0x4b34, { 0x85, 0x3d, 0x48, 0x46, 0xea, 0xd3, 0xb7, 0x2c}} + +[UserExtensions.TianoCore."ExtraFiles"] + RiscVPkgExtra.uni diff --git a/RiscVPkg/RiscVPkg.uni b/RiscVPkg/RiscVPkg.uni new file mode 100644 index 0000000..5ec7a99 --- /dev/null +++ b/RiscVPkg/RiscVPkg.uni @@ -0,0 +1,13 @@ +// /** @file +// RISC-V Package Localized Strings and Content. +// +// Copyright (c) 2016 - 2019, Hewlett Packard Enterprise Development LP. All rights reserved.<BR> +// +// SPDX-License-Identifier: BSD-2-Clause-Patent +// +// **/ + +#string STR_PACKAGE_ABSTRACT #language en-US "Provides UEFI compatible RISC-V modules and libraries" + +#string STR_PACKAGE_DESCRIPTION #language en-US "This Package provides UEFI compatible RISC-V modules and libraries." + diff --git a/RiscVPkg/RiscVPkgExtra.uni b/RiscVPkg/RiscVPkgExtra.uni new file mode 100644 index 0000000..b50a6b4 --- /dev/null +++ b/RiscVPkg/RiscVPkgExtra.uni @@ -0,0 +1,13 @@ +// /** @file +// RISC-V Package Localized Strings and Content. +// +// Copyright (c) 2016 - 2019, Hewlett Packard Enterprise Development LP. All rights reserved.<BR> +// +// SPDX-License-Identifier: BSD-2-Clause-Patent +// +// **/ + +#string STR_PROPERTIES_PACKAGE_NAME +#language en-US +"RiscV package" + -- 2.7.4 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#47751): https://edk2.groups.io/g/devel/message/47751 Mute This Topic: https://groups.io/mt/34258191/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-