|
Firmware update specification
ARM has suggested an API for A/B firmware updates on flash devices managed by the secure world: https://armkeil.blob.core.windows.net/developer/Files/pdf/FWU-PSA-A_DEN0118_1.0ALP3.pdf The license allo
ARM has suggested an API for A/B firmware updates on flash devices managed by the secure world: https://armkeil.blob.core.windows.net/developer/Files/pdf/FWU-PSA-A_DEN0118_1.0ALP3.pdf The license allo
|
By
Heinrich Schuchardt
·
|
|
The clarifications to 4/19 meeting
5 messages
Hi all, I would like to give clarifications to some of the discussions in this week's meeting. 1. UEFI as the mandatory firmware. I brought up this because it is not necessary to mention we must use U
Hi all, I would like to give clarifications to some of the discussions in this week's meeting. 1. UEFI as the mandatory firmware. I brought up this because it is not necessary to mention we must use U
|
By
Abner Chang
·
|
|
Do we have owner for section 1.1.3 PLIC + CLINT
5 messages
Hi all, Do we currently have an owner for section 1.1.3 PLIC + CLINT?https://github.com/riscv/riscv-platform-specs/blob/main/riscv-platform-spec.adoc#113-interrupt-controller If no, could I send the p
Hi all, Do we currently have an owner for section 1.1.3 PLIC + CLINT?https://github.com/riscv/riscv-platform-specs/blob/main/riscv-platform-spec.adoc#113-interrupt-controller If no, could I send the p
|
By
Abner Chang
·
|
|
[PULL 0/3] Initial PR for the Embedded-2022 spec
3 messages
Alistair Francis (3): introduction: Fix a typo riscv-platform-spec: Initial commit of the Embedded-2022 spec contributors: Add myself as a contributor changelog.adoc | 2 + contributors.adoc | 3 +- int
Alistair Francis (3): introduction: Fix a typo riscv-platform-spec: Initial commit of the Embedded-2022 spec contributors: Add myself as a contributor changelog.adoc | 2 + contributors.adoc | 3 +- int
|
By
Alistair Francis
·
|
|
Next platform meeting on Monday Apr 19 2021 8AM PST
Hi All, The next platform meeting is scheduled on Monday Apr 19th 8AM PST. Here are the details: Agenda and minutes kept on the github wiki: https://github.com/riscv/riscv-platform-specs/wiki Here are
Hi All, The next platform meeting is scheduled on Monday Apr 19th 8AM PST. Here are the details: Agenda and minutes kept on the github wiki: https://github.com/riscv/riscv-platform-specs/wiki Here are
|
By
Kumar Sankaran
·
|
|
What is the GitHub repo the patch is sent against to?
3 messages
Hi all, Sorry for asking this question, is https://github.com/riscv/riscv-platform-specs the repo we send the patch against to? Seems not much stuff in riscv-platform-spec.adoc. I looked at the wrong
Hi all, Sorry for asking this question, is https://github.com/riscv/riscv-platform-specs the repo we send the patch against to? Seems not much stuff in riscv-platform-spec.adoc. I looked at the wrong
|
By
Abner Chang
·
|
|
[PATCH] Base boot and runtime requirements - initial commit
12 messages
Initial changes for the Base Boot & Runtime requirements. The sections which are currently in-progress are marked as TBD. These changes can serve as the starting point and more details/changes can be
Initial changes for the Base Boot & Runtime requirements. The sections which are currently in-progress are marked as TBD. These changes can serve as the starting point and more details/changes can be
|
By
Rahul Pathak
·
|
|
[PATCH v2 2/3] contributors: Add Sunil as contributor
Signed-off-by: Sunil V L <sunilvl@...> --- contributors.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contributors.adoc b/contributors.adoc index 541128d..2c64409 100644 ---
Signed-off-by: Sunil V L <sunilvl@...> --- contributors.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contributors.adoc b/contributors.adoc index 541128d..2c64409 100644 ---
|
By
Sunil V L
·
|
|
[PATCH v2 1/3] Fix typos in multiple files
Signed-off-by: Sunil V L <sunilvl@...> Reviewed-by: Alistair Francis <alistair.francis@...> Reviewed-by: Bin Meng <bmeng.cn@...> --- changelog.adoc | 2 +- contributors.adoc | 4 ++-- licensing.adoc | 2
Signed-off-by: Sunil V L <sunilvl@...> Reviewed-by: Alistair Francis <alistair.francis@...> Reviewed-by: Bin Meng <bmeng.cn@...> --- changelog.adoc | 2 +- contributors.adoc | 4 ++-- licensing.adoc | 2
|
By
Sunil V L
·
|
|
[PATCH v1 1/2] Updating contributors
Adding myself to list of contributors. Signed-off-by: Mayuresh Chitale <mchitale@...> --- contributors.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contributors.adoc b/cont
Adding myself to list of contributors. Signed-off-by: Mayuresh Chitale <mchitale@...> --- contributors.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contributors.adoc b/cont
|
By
Mayuresh Chitale
·
|
|
[PATCH v1 0/2] System peripheral requirements
This is an initial patch which describes requirements for the system peripherals like UART, clock and timers for the base Linux-2022 platform. Mayuresh Chitale (2): Updating contributors Section 3.1.4
This is an initial patch which describes requirements for the system peripherals like UART, clock and timers for the base Linux-2022 platform. Mayuresh Chitale (2): Updating contributors Section 3.1.4
|
By
Mayuresh Chitale
·
|
|
Proposal: SBI PMU Extension
33 messages
Hi All, We don't have a dedicated RISC-V PMU extension but we do have HW performance counters such as CYCLE CSR, INSTRET CSR, and HPMCOUNTER CSRs. A RISC-V CPU can allow monitoring HW events using few
Hi All, We don't have a dedicated RISC-V PMU extension but we do have HW performance counters such as CYCLE CSR, INSTRET CSR, and HPMCOUNTER CSRs. A RISC-V CPU can allow monitoring HW events using few
|
By
Anup Patel
·
|
|
[PATCH v3 1/3] introduction: Fix a typo
6 messages
Signed-off-by: Alistair Francis <alistair.francis@...> --- v3: - Change to platform policy introduction.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/introduction.adoc b/int
Signed-off-by: Alistair Francis <alistair.francis@...> --- v3: - Change to platform policy introduction.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/introduction.adoc b/int
|
By
Alistair Francis
·
|
|
[PULL 3/3] contributors: Add myself as a contributor
Signed-off-by: Alistair Francis <alistair.francis@...> Reviewed-by: Sunil V L <sunilvl@...> --- contributors.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contributors.adoc
Signed-off-by: Alistair Francis <alistair.francis@...> Reviewed-by: Sunil V L <sunilvl@...> --- contributors.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contributors.adoc
|
By
Alistair Francis
·
|
|
[PULL 2/3] riscv-platform-spec: Initial commit of the Embedded-2022 spec
This is the initial attempt at writing an Embedded-2022 specification. This includes some required and recommended components to ease software development and porting while not being too burdensome on
This is the initial attempt at writing an Embedded-2022 specification. This includes some required and recommended components to ease software development and porting while not being too burdensome on
|
By
Alistair Francis
·
|
|
[PULL 1/3] introduction: Fix a typo
Signed-off-by: Alistair Francis <alistair.francis@...> Reviewed-by: Bin Meng <bmeng.cn@...> --- introduction.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/introduction.adoc
Signed-off-by: Alistair Francis <alistair.francis@...> Reviewed-by: Bin Meng <bmeng.cn@...> --- introduction.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/introduction.adoc
|
By
Alistair Francis
·
|
|
[PATCH v3 2/3] riscv-platform-spec: Initial commit of the Embedded-2022 spec
2 messages
This is the initial attempt at writing an Embedded-2022 specification. This includes some required and recommended components to ease software development and porting while not being too burdensome on
This is the initial attempt at writing an Embedded-2022 specification. This includes some required and recommended components to ease software development and porting while not being too burdensome on
|
By
Alistair Francis
·
|
|
[PATCH v3 3/3] contributors: Add myself as a contributor
2 messages
Signed-off-by: Alistair Francis <alistair.francis@...> --- contributors.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contributors.adoc b/contributors.adoc index cb546dd..08
Signed-off-by: Alistair Francis <alistair.francis@...> --- contributors.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contributors.adoc b/contributors.adoc index cb546dd..08
|
By
Alistair Francis
·
|
|
[PATCH 3/3] riscv-platform-spec: Initial server firmware requirements
3 messages
This specifies mandatory requirements for server class platforms in addition to the requirements in base specification. Signed-off-by: Sunil V L <sunilvl@...> --- changelog.adoc | 4 ++ licensing.adoc
This specifies mandatory requirements for server class platforms in addition to the requirements in base specification. Signed-off-by: Sunil V L <sunilvl@...> --- changelog.adoc | 4 ++ licensing.adoc
|
By
Sunil V L
·
|
|
Next platform meeting on Monday Apr 5 2021 8AM PST
13 messages
Hi All, The next platform meeting is scheduled on Monday Apr 5th 8AM PST. Here are the details: Agenda and minutes kept on the github wiki: https://github.com/riscv/riscv-platform-specs/wiki Here are
Hi All, The next platform meeting is scheduled on Monday Apr 5th 8AM PST. Here are the details: Agenda and minutes kept on the github wiki: https://github.com/riscv/riscv-platform-specs/wiki Here are
|
By
Kumar Sankaran
·
|