|
OS-A SEE Meeting Jan 24 @ 9am PT
Hi All,
We'll be having an OS-A SEE Meeting Jan 24 @ 9am PT.
Notes are published from previous meetings here. Please read Andrei's proposal and provide feedback.
For this meeting I'd like to go over
Hi All,
We'll be having an OS-A SEE Meeting Jan 24 @ 9am PT.
Notes are published from previous meetings here. Please read Andrei's proposal and provide feedback.
For this meeting I'd like to go over
|
By
Aaron Durbin
·
#1849
·
|
|
OS-A SEE Meeting Jan 10 @ 9am PT
Hi All,
Happy New Year. We'll be having an OS-A SEE Meeting Jan 10 @ 9am PT. See you then!
Thanks.
-Aaron
Hi All,
Happy New Year. We'll be having an OS-A SEE Meeting Jan 10 @ 9am PT. See you then!
Thanks.
-Aaron
|
By
Aaron Durbin
·
#1848
·
|
|
Re: OS-A SEE TG Meeting Wed Nov 30 @ 9am PT
Hi All,
We were not able to go through the proposal as we didn't have the appropriate people. Please read over the proposal and provide your feedback.
-Aaron
Hi All,
We were not able to go through the proposal as we didn't have the appropriate people. Please read over the proposal and provide your feedback.
-Aaron
|
By
Aaron Durbin
·
#1847
·
|
|
OS-A SEE TG Meeting Wed Nov 30 @ 9am PT
Hi All,
We'll be meeting this coming Wed Nov 30 @ 9am PT. Link to join: https://zoom.us/j/2786028446?pwd=ZHFCR1JtKzg1WVpNZXNtci8xc1Mvdz09
We'll be going through Andrei's proposal which can be found
Hi All,
We'll be meeting this coming Wed Nov 30 @ 9am PT. Link to join: https://zoom.us/j/2786028446?pwd=ZHFCR1JtKzg1WVpNZXNtci8xc1Mvdz09
We'll be going through Andrei's proposal which can be found
|
By
Aaron Durbin
·
#1846
·
|
|
Re: SBI Debug Console Extension Proposal (Draft v4)
The uint64_t needs two registers on RV32 whereas it only needs one
register on RV64. Now if base_addr is the first parameter then for:
1) RV32
a0 = lower 32bits of base address
a1 = upper
The uint64_t needs two registers on RV32 whereas it only needs one
register on RV64. Now if base_addr is the first parameter then for:
1) RV32
a0 = lower 32bits of base address
a1 = upper
|
By
Anup Patel
·
#1845
·
|
|
Re: SBI Debug Console Extension Proposal (Draft v4)
Hi Anup,
Thank you for this proposal, I am happy to see that the legacy console extension is getting a replacement, as I've found it tremendously useful for early debugging in the past.
I have a
Hi Anup,
Thank you for this proposal, I am happy to see that the legacy console extension is getting a replacement, as I've found it tremendously useful for early debugging in the past.
I have a
|
By
Mitchell Horne
·
#1844
·
|
|
OS-A SEE TG Meeting Nov 15 - 9am PT
Hi All,
We'll be having an OS-A SEE TG Meeting Nov 15 @ 9am PT. If there are specific topics people are interested in talking about please add them here.
Thank you.
-Aaron
Hi All,
We'll be having an OS-A SEE TG Meeting Nov 15 @ 9am PT. If there are specific topics people are interested in talking about please add them here.
Thank you.
-Aaron
|
By
Aaron Durbin
·
#1843
·
|
|
OS-A SEE TG Meeting Nov 1st 9am PT
Hi All,
We'll be conducting an OS-A SEE TG meeting Nov 1st @ 9am PT. Link to join is here: https://zoom.us/j/2786028446?pwd=ZHFCR1JtKzg1WVpNZXNtci8xc1Mvdz09
Hi All,
We'll be conducting an OS-A SEE TG meeting Nov 1st @ 9am PT. Link to join is here: https://zoom.us/j/2786028446?pwd=ZHFCR1JtKzg1WVpNZXNtci8xc1Mvdz09
|
By
Aaron Durbin
·
#1842
·
|
|
OS-A SEE TG Meeting Oct 18 - 9am PT
Hi All,
We're having a OS-A SEE TG meeting tomorrow Oct 18 at 9am PT. We last met on Oct 4. The meeting slides can be found here. We did not get through everything as we had a discussion about scoping
Hi All,
We're having a OS-A SEE TG meeting tomorrow Oct 18 at 9am PT. We last met on Oct 4. The meeting slides can be found here. We did not get through everything as we had a discussion about scoping
|
By
Aaron Durbin
·
#1841
·
|
|
Re: Hello!
Thanks Anup - I signed up to that list as well (and thanks for clarifying it's purpose w.r.t. this group).
Thanks Anup - I signed up to that list as well (and thanks for clarifying it's purpose w.r.t. this group).
|
By
Andrei Warkentin
·
#1840
·
|
|
Re: Hello!
Hi Andrei,
<andrei.warkentin@...> wrote:
We now have a separate PRS TG (Platform Runtime Services) for yearly
updates to SBI, UEFI, and ACPI specification.
Regards,
Anup
Hi Andrei,
<andrei.warkentin@...> wrote:
We now have a separate PRS TG (Platform Runtime Services) for yearly
updates to SBI, UEFI, and ACPI specification.
Regards,
Anup
|
By
Anup Patel
·
#1839
·
|
|
Hello!
Dear all,
I just wanted to introduce myself and say ‘hi’. I recently joined the Intel SSE group as an engineer focusing on RISC-V standardization (in particular with an interest in
Dear all,
I just wanted to introduce myself and say ‘hi’. I recently joined the Intel SSE group as an engineer focusing on RISC-V standardization (in particular with an interest in
|
By
Andrei Warkentin
·
#1838
·
|
|
OS-A SEE Meeting October 4th @ 9am Pacific
Hi All,
This is a reminder that we'll be having the OS-A SEE meeting on October 4th at 9am Pacific Time.
The join link is here: https://zoom.us/j/2786028446?pwd=ZHFCR1JtKzg1WVpNZXNtci8xc1Mvdz09
Also,
Hi All,
This is a reminder that we'll be having the OS-A SEE meeting on October 4th at 9am Pacific Time.
The join link is here: https://zoom.us/j/2786028446?pwd=ZHFCR1JtKzg1WVpNZXNtci8xc1Mvdz09
Also,
|
By
Aaron Durbin
·
#1837
·
|
|
Re: [RISC-V] [tech-debug] SBI Debug Trigger Extension Proposal (Draft v4)
The `trig_idx` is intentionally a logical index so that Hypervisors
can share the debug triggers between guest and host. As an
example, you can look at `counter_idx` defined by SBI PMU
extension which
The `trig_idx` is intentionally a logical index so that Hypervisors
can share the debug triggers between guest and host. As an
example, you can look at `counter_idx` defined by SBI PMU
extension which
|
By
Anup Patel
·
#1836
·
|
|
Re: [RISC-V] [tech-debug] SBI Debug Trigger Extension Proposal (Draft v4)
Anup Patel <apatel@...> 于2022年7月14日周四 17:39写道:
If I understand correctly, the N here should refer to the logical
trigger, not the physical number. sbi needs to maintain
Anup Patel <apatel@...> 于2022年7月14日周四 17:39写道:
If I understand correctly, the N here should refer to the logical
trigger, not the physical number. sbi needs to maintain
|
By
merle w
·
#1835
·
|
|
Re: [RISC-V] [tech-debug] gdb needs an sbi extension
You're right. There is a proposal at https://lists.riscv.org/g/sig-hypervisors/message/151 that will likely be implemented by Syntacore before the end of the year.
Tim
You're right. There is a proposal at https://lists.riscv.org/g/sig-hypervisors/message/151 that will likely be implemented by Syntacore before the end of the year.
Tim
|
By
Tim Newsome
·
#1834
·
|
|
gdb needs an sbi extension
To implement hardware breakpoints and watchpoints on the riscv, the trigger in M
mode is required. We need an sbi extension for debugging to set the trigger.
Please give suggestions and
To implement hardware breakpoints and watchpoints on the riscv, the trigger in M
mode is required. We need an sbi extension for debugging to set the trigger.
Please give suggestions and
|
By
merle w
·
#1833
·
|
|
Re: Meeting Sept 27 9am PT
I declared failure on my part. I'll schedule something early next week (unless people think we can squeeze something in tomorrow or Thurs - appears to be a lot conflicts, though). My apologies for
I declared failure on my part. I'll schedule something early next week (unless people think we can squeeze something in tomorrow or Thurs - appears to be a lot conflicts, though). My apologies for
|
By
Aaron Durbin
·
#1832
·
|
|
Meeting Sept 27 9am PT
Hi All,
Ved let me know I accidentally had a Google Meet Invite link. The Zoom meeting id is:
https://zoom.us/j/2786028446?pwd=ZHFCR1JtKzg1WVpNZXNtci8xc1Mvdz09
Thanks.
-Aaron
Hi All,
Ved let me know I accidentally had a Google Meet Invite link. The Zoom meeting id is:
https://zoom.us/j/2786028446?pwd=ZHFCR1JtKzg1WVpNZXNtci8xc1Mvdz09
Thanks.
-Aaron
|
By
Aaron Durbin
·
#1831
·
|
|
OS-A SEE TG Meeting 2022/09/12
Hi All,
We had our first meeting this past Monday (2022/09/12).
I pushed the notes to GitHub. As a reminder each group in RVI has their own folder for stashing collateral. For OS-A SEE TG, the folder
Hi All,
We had our first meeting this past Monday (2022/09/12).
I pushed the notes to GitHub. As a reminder each group in RVI has their own folder for stashing collateral. For OS-A SEE TG, the folder
|
By
Aaron Durbin
·
#1830
·
|