|
Re: [sig-hypervisors] SBI Debug Console Extension Proposal (Draft v1)
There are variety of ways in which supervisor software can use
tarea_offset:
1) Use lock to serialize access to shared memory and always
use fixed offset (maybe zero) from all HARTs
2) No lock to
There are variety of ways in which supervisor software can use
tarea_offset:
1) Use lock to serialize access to shared memory and always
use fixed offset (maybe zero) from all HARTs
2) No lock to
|
By
Anup Patel
·
#1712
·
|
|
Re: SBI Debug Console Extension Proposal (Draft v1)
Hi Anup,
Am Mittwoch, 1. Juni 2022, 18:17:32 CEST schrieb Anup Patel:
typo in the "div_by_2" (not 4 like below and in the function itself) ?
This will vastly reduce the number of needed ecalls when
Hi Anup,
Am Mittwoch, 1. Juni 2022, 18:17:32 CEST schrieb Anup Patel:
typo in the "div_by_2" (not 4 like below and in the function itself) ?
This will vastly reduce the number of needed ecalls when
|
By
Heiko Stuebner <heiko@...>
·
#1711
·
|
|
Re: SBI Debug Console Extension Proposal (Draft v1)
Thanks for starting to close this gap.
I miss a discussion of the conflicts that can arise if the configuration of the serial console is changed by the caller.
Do we need an ecall that closes the
Thanks for starting to close this gap.
I miss a discussion of the conflicts that can arise if the configuration of the serial console is changed by the caller.
Do we need an ecall that closes the
|
By
Heinrich Schuchardt
·
#1710
·
|
|
Re: [sig-hypervisors] SBI Debug Console Extension Proposal (Draft v1)
Thanks, it will be nice to drop putchar.
What is the motivation for `area_offset`? Will the supervisor use
different offsets for different harts?
What are the advantages and disadvantages of the
Thanks, it will be nice to drop putchar.
What is the motivation for `area_offset`? Will the supervisor use
different offsets for different harts?
What are the advantages and disadvantages of the
|
By
Dylan Reid
·
#1709
·
|
|
SBI Debug Console Extension Proposal (Draft v1)
Hi All,
Below is the draft proposal for SBI Debug Console Extension.
Please review it and provide feedback.
Thanks,
Anup
Debug Console Extension (EID #0x4442434E
Hi All,
Below is the draft proposal for SBI Debug Console Extension.
Please review it and provide feedback.
Thanks,
Anup
Debug Console Extension (EID #0x4442434E
|
By
Anup Patel
·
#1708
·
|
|
Profiles for RISC-V
Hi All,
My apologies for the long email up front. I hope people find this useful as well as a starting point for a broader discussion in how all these pieces fit together within RISC-V. There are
Hi All,
My apologies for the long email up front. I hope people find this useful as well as a starting point for a broader discussion in how all these pieces fit together within RISC-V. There are
|
By
Aaron Durbin
·
#1707
·
|
|
Call for Candidates - OS-A SEE TG
All,
As per the policy governing chairs and vice chairs, we are holding a call for candidates for the positions of CHAIR and VICE-CHAIR for the OS-A SEE TG. To nominate yourself or another member of
All,
As per the policy governing chairs and vice chairs, we are holding a call for candidates for the positions of CHAIR and VICE-CHAIR for the OS-A SEE TG. To nominate yourself or another member of
|
By
Aaron Durbin
·
#1706
·
|
|
RISC-V UEFI Protocol Specification - Public review completed
Hi All,
I am pleased to inform that 45 days of public review period has ended
for the RISC-V UEFI Protocol Spec. Feedbacks during review period are
addressed.
We will go through the remaining
Hi All,
I am pleased to inform that 45 days of public review period has ended
for the RISC-V UEFI Protocol Spec. Feedbacks during review period are
addressed.
We will go through the remaining
|
By
Sunil V L
·
#1705
·
|
|
OS-A SEE Update
Hi All,
I'm cross posting to tech-unixplatformspec@ and tech-os-a-see@ lists because there wasn't sufficient overlap in membership to get the proper visibility.
I had proposed a charter that can be
Hi All,
I'm cross posting to tech-unixplatformspec@ and tech-os-a-see@ lists because there wasn't sufficient overlap in membership to get the proper visibility.
I had proposed a charter that can be
|
By
Aaron Durbin
·
#1704
·
|
|
Re: Watchdog Spec Questions
I wouldn't say there was true convergence on a near-final hardware WDT spec. To start with there have also been arguments to abstract any hardware away from what S/HS-mode sees and to instead have an
I wouldn't say there was true convergence on a near-final hardware WDT spec. To start with there have also been arguments to abstract any hardware away from what S/HS-mode sees and to instead have an
|
By
Greg Favor
·
#1703
·
|
|
Re: Watchdog Spec Questions
Several modifications to the WDT spec were proposed, and seemingly agreed in this discussion thread. Is there any plan to actually update the spec? Should I try to learn enough git-foo to generate a
Several modifications to the WDT spec were proposed, and seemingly agreed in this discussion thread. Is there any plan to actually update the spec? Should I try to learn enough git-foo to generate a
|
By
Phil McCoy <pnm@...>
·
#1702
·
|
|
Re: [RISC-V][tech-os-a-see] OS-A SEE Proposed Charter
Both of those sound reasonable to me. I didn't modify the charter yet as I'd like to hear from others on this list w/ their opinion. I can make the change as required subsequently.
I adjusted the
Both of those sound reasonable to me. I didn't modify the charter yet as I'd like to hear from others on this list w/ their opinion. I can make the change as required subsequently.
I adjusted the
|
By
Aaron Durbin
·
#1701
·
|
|
Re: [RISC-V][tech-os-a-see] OS-A SEE Proposed Charter
I haven't been following the H extension closely, and was not aware the
HBI/HEE terms have suffered the same fate. This is one of those things
that makes it hard to convince people to take RISC-V
I haven't been following the H extension closely, and was not aware the
HBI/HEE terms have suffered the same fate. This is one of those things
that makes it hard to convince people to take RISC-V
|
By
Darius Rad
·
#1700
·
|
|
[PATCH] pcie: Update 4.7.3.1
Add requirement for preserving the PCIe ID routing as described in issue:
https://github.com/riscv/riscv-platform-specs/issues/81
Signed-off-by: Mayuresh Chitale <mchitale@...>
---
Add requirement for preserving the PCIe ID routing as described in issue:
https://github.com/riscv/riscv-platform-specs/issues/81
Signed-off-by: Mayuresh Chitale <mchitale@...>
---
|
By
Mayuresh Chitale
·
#1699
·
|
|
Handoff between secure firmware and non-secure Firmware via HOB lists
Currently the SBI specification defines how to hand device-trees from the SEE to the S-mode firmware.
In the context of Trusted Firmware A a document has been developed describing what a more generic
Currently the SBI specification defines how to hand device-trees from the SEE to the S-mode firmware.
In the context of Trusted Firmware A a document has been developed describing what a more generic
|
By
Heinrich Schuchardt
·
#1698
·
|
|
Next Platform HSC Meeting on Mon Apr 4th 2022 8AM PST
Hi All,
The next platform HSC meeting is scheduled on Mon Apr 4th 2022 at 8AM PST.
Here are the details:
Agenda and minutes kept on the github
Hi All,
The next platform HSC meeting is scheduled on Mon Apr 4th 2022 at 8AM PST.
Here are the details:
Agenda and minutes kept on the github
|
By
Kumar Sankaran
·
#1697
·
|
|
[PATCH] Fix typos in introduction for RISCV_EFI_BOOT_PROTOCOL
UEFI uses to talk of configuration tables not of firmware tables.
Add missing 'the', 'and'.
Enhance readability of sentence concerning ExitBootServices().
Signed-off-by: Heinrich Schuchardt
UEFI uses to talk of configuration tables not of firmware tables.
Add missing 'the', 'and'.
Enhance readability of sentence concerning ExitBootServices().
Signed-off-by: Heinrich Schuchardt
|
By
Heinrich Schuchardt
·
#1696
·
|
|
Re: Public review of RISC-V UEFI Protocol Specification
(Resending for RISC-V ISA-DEV and RISC-V SW-DEV because previous email
was not received on these lists.)
(Resending for RISC-V ISA-DEV and RISC-V SW-DEV because previous email
was not received on these lists.)
|
By
Anup Patel
·
#1695
·
|
|
Public review of RISC-V UEFI Protocol Specification
This is to announce the start of the public review period for
the RISC-V UEFI Protocol specification. This specification is
considered as frozen now as per the RISC-V International policies.
The
This is to announce the start of the public review period for
the RISC-V UEFI Protocol specification. This specification is
considered as frozen now as per the RISC-V International policies.
The
|
By
Sunil V L
·
#1694
·
|
|
Next Platform HSC Meeting
Hi All,
Due to lack of a full agenda, I am canceling the next platform HSC meeting on Monday Mar 21st 2022. This way, people can use this time to attend other RISC-V meetings.
In terms of the
Hi All,
Due to lack of a full agenda, I am canceling the next platform HSC meeting on Monday Mar 21st 2022. This way, people can use this time to attend other RISC-V meetings.
In terms of the
|
By
Kumar Sankaran
·
#1693
·
|