|
[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
· #703
·
|
|
[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/contributor
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/contributor
|
By
Mayuresh Chitale
· #704
·
|
|
[PATCH v1 2/2] Section 3.1.4 System Peripherals.
This patch is an initial draft for the section 3.1.4 - System Peripherals. Signed-off-by: Mayuresh Chitale <mchitale@...> --- riscv-platform-spec.adoc | 31 +++++++++++++++++++++++++++----
This patch is an initial draft for the section 3.1.4 - System Peripherals. Signed-off-by: Mayuresh Chitale <mchitale@...> --- riscv-platform-spec.adoc | 31 +++++++++++++++++++++++++++----
|
By
Mayuresh Chitale
· #705
·
|
|
[PATCH v1 2/2] Section 3.1.4 System Peripherals.
By
Mayuresh Chitale
· #712
·
|
|
[PATCH v1 2/2] Section 3.1.4 System Peripherals.
By
Mayuresh Chitale
· #717
·
|
|
[PATCH v1 2/2] Section 3.1.4 System Peripherals.
We can rephrase it to : " If the mtime/time increments past the watchdog stage 2 compare value then a system reset shall occur"
We can rephrase it to : " If the mtime/time increments past the watchdog stage 2 compare value then a system reset shall occur"
|
By
Mayuresh Chitale
· #769
·
|
|
[PATCH v1 2/2] Section 3.1.4 System Peripherals.
We can rephrase it to "If the mtime/time increments past the watchdog stage 2 compare value then a system reset shall occur". This leaves open the question of how and when the reset will occur while r
We can rephrase it to "If the mtime/time increments past the watchdog stage 2 compare value then a system reset shall occur". This leaves open the question of how and when the reset will occur while r
|
By
Mayuresh Chitale
· #770
·
|
|
[PATCH v1 2/2] Section 3.1.4 System Peripherals.
I am planning to add an implementation note in the next version of the patch which will provide more details about how the software can use it. Thanks, Mayuresh.
I am planning to add an implementation note in the next version of the patch which will provide more details about how the software can use it. Thanks, Mayuresh.
|
By
Mayuresh Chitale
· #780
·
|
|
[PATCH v1 2/2] Section 3.1.4 System Peripherals.
This property is defined in the cpus node for riscv: https://elixir.bootlin.com/linux/latest/source/Documentation/devicetree/bindings/riscv/cpus.yaml. We can refer to this in the platform spec.
This property is defined in the cpus node for riscv: https://elixir.bootlin.com/linux/latest/source/Documentation/devicetree/bindings/riscv/cpus.yaml. We can refer to this in the platform spec.
|
By
Mayuresh Chitale
· #781
·
|
|
[PATCH v1 2/2] Section 3.1.4 System Peripherals.
It refers to the hardware clock which is used to drive the counter and not the RTC.
It refers to the hardware clock which is used to drive the counter and not the RTC.
|
By
Mayuresh Chitale
· #782
·
|
|
[PATCH v1 2/2] Section 3.1.4 System Peripherals.
By
Mayuresh Chitale
· #821
·
|
|
[PATCH v1 2/2] Section 3.1.4 System Peripherals.
By
Mayuresh Chitale
· #822
·
|
|
[PATCH v1 2/2] Section 3.1.4 System Peripherals.
Yes, currently the details for ACPI are TBD and so it is not included in the patch.
Yes, currently the details for ACPI are TBD and so it is not included in the patch.
|
By
Mayuresh Chitale
· #823
·
|
|
[PATCH v2 0/2] System Peripherals
This patch describes requirements for the system peripherals like UART, clock and timers for the Linux-2022 platform base spec and the server extension. Changes in V2: Rephrased the requirements to us
This patch describes requirements for the system peripherals like UART, clock and timers for the Linux-2022 platform base spec and the server extension. Changes in V2: Rephrased the requirements to us
|
By
Mayuresh Chitale
· #845
·
|
|
[PATCH v2 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/contributor
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/contributor
|
By
Mayuresh Chitale
· #846
·
|
|
[PATCH v2 2/2] System Peripherals: Linux 2022 Base spec and server extension
Base spec: - UART - Clock and Timers Server extension: - Clock and Timers Signed-off-by: Mayuresh Chitale <mchitale@...> --- riscv-platform-spec.adoc | 137 +++++++++++++++++++++++++++++++
Base spec: - UART - Clock and Timers Server extension: - Clock and Timers Signed-off-by: Mayuresh Chitale <mchitale@...> --- riscv-platform-spec.adoc | 137 +++++++++++++++++++++++++++++++
|
By
Mayuresh Chitale
· #847
·
|
|
[PATCH V2 1/2] riscv-platform-spec: PLIC and CLINT for Linux-2022 platform
Thanks, Mayuresh. Based on the discussion earlier, I thought this would be a separate spec. But it does not overlap with the other text in that section. Do we need to refer to CLINT? Would it suffice
Thanks, Mayuresh. Based on the discussion earlier, I thought this would be a separate spec. But it does not overlap with the other text in that section. Do we need to refer to CLINT? Would it suffice
|
By
Mayuresh Chitale
· #884
·
|
|
[PATCH v2 2/2] System Peripherals: Linux 2022 Base spec and server extension
Actually these are different requirements. From the software perspective the counter is required to have atleast 10 ns resolution. But the hardware clock that drives the counter is expected to run at
Actually these are different requirements. From the software perspective the counter is required to have atleast 10 ns resolution. But the hardware clock that drives the counter is expected to run at
|
By
Mayuresh Chitale
· #920
·
|
|
[PATCH v3 0/2] System Peripherals
This patch describes requirements for the system peripherals like UART, clock and timers for the Linux-2022 platform base spec and the server extension. Changes in V3: Base spec: - Clarified minimum r
This patch describes requirements for the system peripherals like UART, clock and timers for the Linux-2022 platform base spec and the server extension. Changes in V3: Base spec: - Clarified minimum r
|
By
Mayuresh Chitale
· #931
·
|
|
[PATCH v3 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/contributor
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/contributor
|
By
Mayuresh Chitale
· #932
·
|