|
[PATCH 6/6] Update the ISA requirement section
3 messages
Some of the ISA requirement sections do not belong to a platform specification and can move to the profile specification. The fence.i recommendation belong to software section as it talks about a requ
Some of the ISA requirement sections do not belong to a platform specification and can move to the profile specification. The fence.i recommendation belong to software section as it talks about a requ
|
By
atishp@...
·
|
|
Next Platform HSC Meeting on Mon Nov 29th 2021 8AM PST
Hi All, The next platform HSC meeting is scheduled on Mon Nov 29th 2021 at 8AM PST. Here are the details: Agenda and minutes kept on the github wiki: https://github.com/riscv/riscv-platform-specs/wiki
Hi All, The next platform HSC meeting is scheduled on Mon Nov 29th 2021 at 8AM PST. Here are the details: Agenda and minutes kept on the github wiki: https://github.com/riscv/riscv-platform-specs/wiki
|
By
Kumar Sankaran
·
|
|
MTIME update frequency
45 messages
I have a question about this requirement: "The ACLINT MTIME update frequency (i.e. hardware clock) must be between 10 MHz and 100 MHz, and updates must be strictly monotonic." I do understand requirin
I have a question about this requirement: "The ACLINT MTIME update frequency (i.e. hardware clock) must be between 10 MHz and 100 MHz, and updates must be strictly monotonic." I do understand requirin
|
By
Ved Shanbhogue
·
|
|
Should we define a complete RISC-V SBI-call calling convention?
2 messages
RISC-V SBI provides an interface via enironment call to provide platform agnostic features, which is similiar to operating system's syscalls. According to current SBI specification, this environment c
RISC-V SBI provides an interface via enironment call to provide platform agnostic features, which is similiar to operating system's syscalls. According to current SBI specification, this environment c
|
By
洛佳 Luo Jia
·
|
|
[PATCH 4/6] Reduce the number of mandatory PMU events.
3 messages
Last level cache and NUMA node cache events are not specific to per hart. Do not make them mandatory for per hart performance monitor events. Signed-off-by: Atish Patra <atishp@...> --- riscv-platform
Last level cache and NUMA node cache events are not specific to per hart. Do not make them mandatory for per hart performance monitor events. Signed-off-by: Atish Patra <atishp@...> --- riscv-platform
|
By
atishp@...
·
|
|
[PATCH 5/6] Add more clarity about privilege mode optionality.
3 messages
The platform spec provides various choices for interrupt controller to be implemented in the platform. As M-mode is not a mandatory requirement any more and VS-mode is only required for platforms with
The platform spec provides various choices for interrupt controller to be implemented in the platform. As M-mode is not a mandatory requirement any more and VS-mode is only required for platforms with
|
By
atishp@...
·
|
|
SBI specification status update
Hi, The RISC-V international has recently established a ratification policy[1] for non-ISA specification as well. All of the non-ISA specifications (e.g SBI, psABI, ACLINT) will have to go through the
Hi, The RISC-V international has recently established a ratification policy[1] for non-ISA specification as well. All of the non-ISA specifications (e.g SBI, psABI, ACLINT) will have to go through the
|
By
atishp@...
·
|
|
[PATCH 1/6] Remove the machine mode requirements
2 messages
As per the discussion in the mailing list, M-mode requirements should not be included in this version of the platform specification to allow platform vendors more flexibility in implementing privilege
As per the discussion in the mailing list, M-mode requirements should not be included in this version of the platform specification to allow platform vendors more flexibility in implementing privilege
|
By
atishp@...
·
|
|
[PATCH 3/6] Update PCIe section to reflect M-mode optionality
Signed-off-by: Atish Patra <atishp@...> --- riscv-platform-spec.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/riscv-platform-spec.adoc b/riscv-platform-spec.adoc index 0
Signed-off-by: Atish Patra <atishp@...> --- riscv-platform-spec.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/riscv-platform-spec.adoc b/riscv-platform-spec.adoc index 0
|
By
atishp@...
·
|
|
[PATCH 2/6] Specify M-mode protection content for platforms with M-mode
This version of the platform specification doesn't mandate M-mode requirements. However, it should specify M-mode access protection from lower privilege modes for platforms that do implement M-mode. O
This version of the platform specification doesn't mandate M-mode requirements. However, it should specify M-mode access protection from lower privilege modes for platforms that do implement M-mode. O
|
By
atishp@...
·
|
|
M-Platform/CSI-Base naming
5 messages
+ platforms mailing list Regards Kumar
+ platforms mailing list Regards Kumar
|
By
Kumar Sankaran
·
|
|
16550 UART Requirement for OS-A Platforms
3 messages
Hi All, During our Platform HSC meeting today, one of the topics that came up for discussion was whether we should mandate the 16550 UART for all OS-A platforms and keep this requirement within the “C
Hi All, During our Platform HSC meeting today, one of the topics that came up for discussion was whether we should mandate the 16550 UART for all OS-A platforms and keep this requirement within the “C
|
By
Kumar Sankaran
·
|
|
Next Platform HSC Meeting on Mon Nov 15th 2021 8AM PST
Hi All, The next platform HSC meeting is scheduled on Mon Nov 15th 2021 at 8AM PST. Here are the details: Agenda and minutes kept on the github wiki: https://github.com/riscv/riscv-platform-specs/wiki
Hi All, The next platform HSC meeting is scheduled on Mon Nov 15th 2021 at 8AM PST. Here are the details: Agenda and minutes kept on the github wiki: https://github.com/riscv/riscv-platform-specs/wiki
|
By
Kumar Sankaran
·
|
|
[PATCH 1/2] Remove the machine mode requirements
6 messages
As per the discussion in the mailing list, M-mode requirements should not be included in this version of the platform specification to allow platform vendors more flexibility in implementing privilege
As per the discussion in the mailing list, M-mode requirements should not be included in this version of the platform specification to allow platform vendors more flexibility in implementing privilege
|
By
atishp@...
·
|
|
[PATCH 2/2] Specify M-mode protection content for platforms with M-mode
4 messages
This version of the platform specification doesn't mandate M-mode requirements. However, it should specify M-mode access protection from lower privilege modes for platforms that do implement M-mode. O
This version of the platform specification doesn't mandate M-mode requirements. However, it should specify M-mode access protection from lower privilege modes for platforms that do implement M-mode. O
|
By
atishp@...
·
|
|
Simple Machine Mode Protection - Was Re: [RISC-V] [tech-unixplatformspec] Platform Spec Technical Feedback
33 messages
On Thu, Oct 14, 2021 at 2:11 PM Aaron Durbin <adurbin@...> wrote: Out of curiosity, do you have a system you're designing that uses a custom alternative to PMP? Yes, we have an internal doc, and we in
On Thu, Oct 14, 2021 at 2:11 PM Aaron Durbin <adurbin@...> wrote: Out of curiosity, do you have a system you're designing that uses a custom alternative to PMP? Yes, we have an internal doc, and we in
|
By
Aaron Durbin
·
|
|
Next Platform HSC Meeting on Mon Nov 1st 2021 8AM PST - Meeting Minutes Nov 1 2021
Hi All, The meeting minutes for this meeting are uploaded to our usual location on platform wiki here https://github.com/riscv/riscv-platform-specs/wiki/2021.11.01:-Working-Group-Meeting Decisions tak
Hi All, The meeting minutes for this meeting are uploaded to our usual location on platform wiki here https://github.com/riscv/riscv-platform-specs/wiki/2021.11.01:-Working-Group-Meeting Decisions tak
|
By
Kumar Sankaran
·
|
|
Next Platform HSC Meeting on Mon Nov 1st 2021 8AM PST
Hi All, The next platform HSC meeting is scheduled on Mon Nov 1st 2021 at 8AM PST. Here are the details: Agenda and minutes kept on the github wiki: https://github.com/riscv/riscv-platform-specs/wiki
Hi All, The next platform HSC meeting is scheduled on Mon Nov 1st 2021 at 8AM PST. Here are the details: Agenda and minutes kept on the github wiki: https://github.com/riscv/riscv-platform-specs/wiki
|
By
Kumar Sankaran
·
|
|
M-Mode Requirements in the Platform Spec - Platform HSC Meeting Minutes Oct 25 2021
4 messages
Hi All, As per the platform HSC meeting on 10/25/2021 at 8AM PST, the following was agreed by a majority of participants on the call as well as past participants and multiple distro reviewers: The M-m
Hi All, As per the platform HSC meeting on 10/25/2021 at 8AM PST, the following was agreed by a majority of participants on the call as well as past participants and multiple distro reviewers: The M-m
|
By
Kumar Sankaran
·
|
|
[PATCH v2] Update UEFI requirements for servers.
2 messages
As per feedback, reduced basic UEFI requirements to 2.6.1 of the UEFI spec. Added reason to understand why additional protocols need to be supported on top of basic requirements. Signed-off-by: Sunil
As per feedback, reduced basic UEFI requirements to 2.6.1 of the UEFI spec. Added reason to understand why additional protocols need to be supported on top of basic requirements. Signed-off-by: Sunil
|
By
Sunil V L
·
|