|
fyi
https://www.cnx-software.com/2021/08/06/the-risc-v-platform-specification-aims-to-ensure-risc-v-hardware-and-software-compatibility/ -------- sent from a mobile device. please forgive any typos.
https://www.cnx-software.com/2021/08/06/the-risc-v-platform-specification-aims-to-ensure-risc-v-hardware-and-software-compatibility/ -------- sent from a mobile device. please forgive any typos.
|
By
mark
·
|
|
[PATCH v3 6/6] Follow profile naming as-per latest RISC-V profiles spec
We should follow profile naming as-per latest RISC-V profiles specification. Also, we should avoid explicit mentions of "RV32xxx" and "RV64xxx" ISA strings. Signed-off-by: Anup Patel <anup.patel@...>
We should follow profile naming as-per latest RISC-V profiles specification. Also, we should avoid explicit mentions of "RV32xxx" and "RV64xxx" ISA strings. Signed-off-by: Anup Patel <anup.patel@...>
|
By
Anup Patel
·
|
|
[PATCH v3 3/6] Move terminology and specifications tables to correct location
The terminology table should be at start and specification table should be at the end. Also, specification table should be replaced with bibliography reference list. Signed-off-by: Anup Patel <anup.pa
The terminology table should be at start and specification table should be at the end. Also, specification table should be replaced with bibliography reference list. Signed-off-by: Anup Patel <anup.pa
|
By
Anup Patel
·
|
|
[PATCH v3 2/6] Update terminology and specification tables
This patch updates terminology and specification table in following ways: 1) Provide complete expansion of terms for APLIC and ACLINT 2) Add links to unprivileged and privileged specifications 3) Add
This patch updates terminology and specification table in following ways: 1) Provide complete expansion of terms for APLIC and ACLINT 2) Add links to unprivileged and privileged specifications 3) Add
|
By
Anup Patel
·
|
|
[PATCH 2/4] Update terminology and specification tables
2 messages
This patch updates specification table in following ways: 1) Provide complete expansion of terms for APLIC and ACLINT 2) Add links to unprivileged and privileged specifications 3) Add link to legacy P
This patch updates specification table in following ways: 1) Provide complete expansion of terms for APLIC and ACLINT 2) Add links to unprivileged and privileged specifications 3) Add link to legacy P
|
By
Anup Patel
·
|
|
[PATCH v2 4/4] Minor cosmetic changes in SBI section of OS/A-base platform
We don't need a table for required SBI extensions and UEFI interfaces is implemented by UEFI firmware. Signed-off-by: Anup Patel <anup.patel@...> --- riscv-platform-spec.adoc | 45 +++++++++++++++++++-
We don't need a table for required SBI extensions and UEFI interfaces is implemented by UEFI firmware. Signed-off-by: Anup Patel <anup.patel@...> --- riscv-platform-spec.adoc | 45 +++++++++++++++++++-
|
By
Anup Patel
·
|
|
[PATCH v2 3/4] Re-write the interrupts and timer section
We re-write the interrupts and timer section to align the interrupts and timer table. We also add more fine grained requirements for AIA. Signed-off-by: Anup Patel <anup.patel@...> --- Makefile | 4 +-
We re-write the interrupts and timer section to align the interrupts and timer table. We also add more fine grained requirements for AIA. Signed-off-by: Anup Patel <anup.patel@...> --- Makefile | 4 +-
|
By
Anup Patel
·
|
|
[PATCH v2 2/4] Update terminology and specification tables
This patch updates terminology and specification table in following ways: 1) Provide complete expansion of terms for APLIC and ACLINT 2) Add links to unprivileged and privileged specifications 3) Add
This patch updates terminology and specification table in following ways: 1) Provide complete expansion of terms for APLIC and ACLINT 2) Add links to unprivileged and privileged specifications 3) Add
|
By
Anup Patel
·
|
|
[PATCH v2 1/4] Additional requirements for H-extension
To have a meaningful H-extension support, both OS/A-base and OS/A-server platforms must comply with additional requirements for H-extension. Signed-off-by: Anup Patel <anup.patel@...> --- riscv-platfo
To have a meaningful H-extension support, both OS/A-base and OS/A-server platforms must comply with additional requirements for H-extension. Signed-off-by: Anup Patel <anup.patel@...> --- riscv-platfo
|
By
Anup Patel
·
|
|
[PATCH 4/4] Minor cosmetic changes in SBI section of OS/A-base platform
3 messages
We don't need a table for required SBI extensions and UEFI interfaces is implemented by UEFI firmware. Signed-off-by: Anup Patel <anup.patel@...> --- riscv-platform-spec.adoc | 33 ++++++++++++++------
We don't need a table for required SBI extensions and UEFI interfaces is implemented by UEFI firmware. Signed-off-by: Anup Patel <anup.patel@...> --- riscv-platform-spec.adoc | 33 ++++++++++++++------
|
By
Anup Patel
·
|
|
[PATCH 3/4] Re-write the interrupts and timer section
3 messages
We re-write the interrupts and timer section to align the interrupts and timer table. Signed-off-by: Anup Patel <anup.patel@...> --- Makefile | 4 +- riscv-platform-spec.adoc | 294 ++++++++++++++++++++
We re-write the interrupts and timer section to align the interrupts and timer table. Signed-off-by: Anup Patel <anup.patel@...> --- Makefile | 4 +- riscv-platform-spec.adoc | 294 ++++++++++++++++++++
|
By
Anup Patel
·
|
|
[PATCH 1/4] Additional requirements for H-extension
3 messages
To have a meaningful H-extension support, both OS/A-base and OS/A-server platforms must comply with additional requirements for H-extension. Signed-off-by: Anup Patel <anup.patel@...> --- riscv-platfo
To have a meaningful H-extension support, both OS/A-base and OS/A-server platforms must comply with additional requirements for H-extension. Signed-off-by: Anup Patel <anup.patel@...> --- riscv-platfo
|
By
Anup Patel
·
|
|
[PATCH 1/1] Proposal to add Coffer to the SBI impl IDs list
Hello everyone, This is a proposal to add Coffer Trusted Execution Environment(TEE) as a new member of SBI Implementations List. Coffer is a TEE implemented for RISC-V 32/64 systems. It utilizes the m
Hello everyone, This is a proposal to add Coffer Trusted Execution Environment(TEE) as a new member of SBI Implementations List. Coffer is a TEE implemented for RISC-V 32/64 systems. It utilizes the m
|
By
John Lu
·
|
|
Next Platform HSC Meeting on Mon Jul 26th 2021 8AM PST
Hi All, The next platform HSC meeting is scheduled on Mon July 26th at 8AM PST. Here are the details: Agenda and minutes kept on the github wiki: https://github.com/riscv/riscv-platform-specs/wiki Her
Hi All, The next platform HSC meeting is scheduled on Mon July 26th at 8AM PST. Here are the details: Agenda and minutes kept on the github wiki: https://github.com/riscv/riscv-platform-specs/wiki Her
|
By
Kumar Sankaran
·
|
|
[PATCH v2] Add an ISA requirement section
There are few ISA level requirements/strong recommendations that platform should follow. Create an new subsection to contain all these requirements. Move the user-level requirements from user.doc to h
There are few ISA level requirements/strong recommendations that platform should follow. Create an new subsection to contain all these requirements. Move the user-level requirements from user.doc to h
|
By
atishp@...
·
|
|
[PATCH] Add an ISA requirement section
5 messages
There are few ISA level requirements/strong recommendations that platform should follow. Create an new subsection to contain all these requirements. Move the user-level requirements from user.doc to h
There are few ISA level requirements/strong recommendations that platform should follow. Create an new subsection to contain all these requirements. Move the user-level requirements from user.doc to h
|
By
atishp@...
·
|
|
[tech-aia] RISC-V ACLINT specification is now hosted on RISC-V GitHub
10 messages
> The MTIME register is a 64-bit read-write register Is the device required to allow only 64-bit accesses to these registers? Can a device allow 32-bit accesses? Can a device only support 32-bit acces
> The MTIME register is a 64-bit read-write register Is the device required to allow only 64-bit accesses to these registers? Can a device allow 32-bit accesses? Can a device only support 32-bit acces
|
By
Josh Scheid
·
|
|
[PATCH v1 1/1] Server extension: PCIe - AIA requirements
This patch adds requirements for mapping PCIe interrupts to AIA. Signed-off-by: Mayuresh Chitale <mchitale@...> --- riscv-platform-spec.adoc | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(
This patch adds requirements for mapping PCIe interrupts to AIA. Signed-off-by: Mayuresh Chitale <mchitale@...> --- riscv-platform-spec.adoc | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(
|
By
Mayuresh Chitale
·
|
|
[PATCH v2 2/3] Remove the old descriptions from user-level.adoc
8 messages
The first three details belong to a profile specification rather than platform spec. Remove those so that it can be included in the profile. The last remaining one belongs to platform spec but must be
The first three details belong to a profile specification rather than platform spec. Remove those so that it can be included in the profile. The last remaining one belongs to platform spec but must be
|
By
atishp@...
·
|
|
[PATCH v5 1/1] server extension: PCIe requirements
This patch adds requirements for PCIe support for the server extension Signed-off-by: Mayuresh Chitale <mchitale@...> --- Makefile | 18 +++-- pcie-topology.ditaa | 28 ++++++++ riscv-platform-spec.adoc
This patch adds requirements for PCIe support for the server extension Signed-off-by: Mayuresh Chitale <mchitale@...> --- Makefile | 18 +++-- pcie-topology.ditaa | 28 ++++++++ riscv-platform-spec.adoc
|
By
Mayuresh Chitale
·
|