|
Why can't Linux call SBI reset directly?
This is my understanding as well. We should not force Linux to only call EFI runtime services to do the reboot. Regards, Bin
This is my understanding as well. We should not force Linux to only call EFI runtime services to do the reboot. Regards, Bin
|
By
Bin Meng
· #1303
·
|
|
[RFC PATCH 1/1] server extension: PCIe requirements
<mchitale@...> wrote: nits: 2 SoB here Is ACPI mandatory? at least Is this mechanism a standard one, or platform specific? at least typo: implement typo: access typo: visibility typo: sec
<mchitale@...> wrote: nits: 2 SoB here Is ACPI mandatory? at least Is this mechanism a standard one, or platform specific? at least typo: implement typo: access typo: visibility typo: sec
|
By
Bin Meng
· #1046
·
|
|
[PATCH v2] riscv-sbi.adoc: Clarify that an SBI extension shall not be partially implemented
Mention that an SBI extension shall not be partially implemented. Signed-off-by: Bin Meng <bmeng.cn@...> --- Changes in v2: - %s/a SBI/an SBI - reword the clarification riscv-sbi.adoc | 6 ++++++
Mention that an SBI extension shall not be partially implemented. Signed-off-by: Bin Meng <bmeng.cn@...> --- Changes in v2: - %s/a SBI/an SBI - reword the clarification riscv-sbi.adoc | 6 ++++++
|
By
Bin Meng
· #1040
·
|
|
[PATCH] Clarify that a SBI extension cannot be partially implemented
Hi Atish, Okay, I will send v2. Regards, Bin
Hi Atish, Okay, I will send v2. Regards, Bin
|
By
Bin Meng
· #1039
·
|
|
[PATCH] riscv-sbi.adoc: Use 'an' before 'SBI'
%s/a SBI/an SBI/ %s/A SBI/An SBI/ Signed-off-by: Bin Meng <bmeng.cn@...> --- riscv-sbi.adoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/riscv-sbi.adoc b/riscv-
%s/a SBI/an SBI/ %s/A SBI/An SBI/ Signed-off-by: Bin Meng <bmeng.cn@...> --- riscv-sbi.adoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/riscv-sbi.adoc b/riscv-
|
By
Bin Meng
· #1024
·
|
|
[PATCH] Clarify that a SBI extension cannot be partially implemented
Hi Heinrich, Sure. Will send a new patch to fix other places in the same file. How about: If sbi_probe_extension() signals that an extension is available, all functions that conform to the SBI version
Hi Heinrich, Sure. Will send a new patch to fix other places in the same file. How about: If sbi_probe_extension() signals that an extension is available, all functions that conform to the SBI version
|
By
Bin Meng
· #1023
·
|
|
[PATCH] Clarify that a SBI extension cannot be partially implemented
Signed-off-by: Bin Meng <bmeng.cn@...> --- riscv-sbi.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/riscv-sbi.adoc b/riscv-sbi.adoc index 11c30c3..8696f97 100644 --- a/riscv-sbi.ad
Signed-off-by: Bin Meng <bmeng.cn@...> --- riscv-sbi.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/riscv-sbi.adoc b/riscv-sbi.adoc index 11c30c3..8696f97 100644 --- a/riscv-sbi.ad
|
By
Bin Meng
· #1020
·
|
|
[PATCH] Add direct memory access synchronize extension
I can send a patch. I know probe() can be helpful. I just don't see the value of using version number to determine whether a certain SBI extension is avaiable. Regards, Bin
I can send a patch. I know probe() can be helpful. I just don't see the value of using version number to determine whether a certain SBI extension is avaiable. Regards, Bin
|
By
Bin Meng
· #1019
·
|
|
[PATCH] Add direct memory access synchronize extension
If CPU is successfully suspended, then the function is implemented by SBI firmware. I don't see why I need to care about the version number. If suspend function is not available, then SBI_ERR_NOT_SUPP
If CPU is successfully suspended, then the function is implemented by SBI firmware. I don't see why I need to care about the version number. If suspend function is not available, then SBI_ERR_NOT_SUPP
|
By
Bin Meng
· #1016
·
|
|
[PATCH] Add direct memory access synchronize extension
Any function not supported, OS can make the SBI call, and check its return value against SBI_ERR_NOT_SUPPORTED. I don't believe an arbitrary version number really helps here. Like you said, SRST exten
Any function not supported, OS can make the SBI call, and check its return value against SBI_ERR_NOT_SUPPORTED. I don't believe an arbitrary version number really helps here. Like you said, SRST exten
|
By
Bin Meng
· #1014
·
|
|
[PATCH] Add direct memory access synchronize extension
Do we have policies, or planning/schedule of versions? What is the version supposed to be used for? Regards, Bin
Do we have policies, or planning/schedule of versions? What is the version supposed to be used for? Regards, Bin
|
By
Bin Meng
· #1012
·
|
|
[PATCH 1/1] riscv-sbi.adoc: fix typos
Reviewed-by: Bin Meng <bmeng.cn@...>
Reviewed-by: Bin Meng <bmeng.cn@...>
|
By
Bin Meng
· #1011
·
|
|
[PATCH] Add direct memory access synchronize extension
What's our policy of bumping up versions? Is there no version 0.3, but just -rc0? I am not sure DSYN is a good name. How about DMAS? Does RVI have plan to introduce cache instructions into the ISA? Th
What's our policy of bumping up versions? Is there no version 0.3, but just -rc0? I am not sure DSYN is a good name. How about DMAS? Does RVI have plan to introduce cache instructions into the ISA? Th
|
By
Bin Meng
· #1006
·
|
|
[PATCH 1/3] Fix typos in multiple files
Reviewed-by: Bin Meng <bmeng.cn@...>
Reviewed-by: Bin Meng <bmeng.cn@...>
|
By
Bin Meng
· #678
·
|
|
[PATCH v3 1/3] introduction: Fix a typo
<alistair.francis@...> wrote: Reviewed-by: Bin Meng <bmeng.cn@...>
<alistair.francis@...> wrote: Reviewed-by: Bin Meng <bmeng.cn@...>
|
By
Bin Meng
· #677
·
|
|
[PATCH 01/11] Rename the base file for the spec to riscv-platform-spec.adoc
<alistair.francis@...> wrote: Yes, this patch should be re-generated via "git format-patch -M" which can detect file rename. Regards, Bin
<alistair.francis@...> wrote: Yes, this patch should be re-generated via "git format-patch -M" which can detect file rename. Regards, Bin
|
By
Bin Meng
· #326
·
|
|
Standard system reset mechanism for RISC-V S-mode
Hi Anup, If we go for solution 2, S-mode software is still able to issue reset the whole system directly using CONFIG_SYSRESET sort of drivers. Is this an expected use case? Regards, Bin
Hi Anup, If we go for solution 2, S-mode software is still able to issue reset the whole system directly using CONFIG_SYSRESET sort of drivers. Is this an expected use case? Regards, Bin
|
By
Bin Meng
· #213
·
|
|
[PATCH 1/1] Add README
<daniel.schaefer@...> wrote: Reviewed-by: Bin Meng <bin.meng@...>
<daniel.schaefer@...> wrote: Reviewed-by: Bin Meng <bin.meng@...>
|
By
Bin Meng
· #60
·
|
|
[PATCH v3] Add system reboot extension
A general comment: it would be good to put the reason why a new extension is introduced, to solve what issue. Reviewed-by: Bin Meng <bmeng.cn@...>
A general comment: it would be good to put the reason why a new extension is introduced, to solve what issue. Reviewed-by: Bin Meng <bmeng.cn@...>
|
By
Bin Meng
· #22
·
|
|
[PATCH] Add system reboot extension
One generic comment, pretty much similar to the SBI PMP extension I proposed, is that why is this necessary to introduce a new SBI extension to support reboot and shutdown? Do these functionalities ha
One generic comment, pretty much similar to the SBI PMP extension I proposed, is that why is this necessary to introduce a new SBI extension to support reboot and shutdown? Do these functionalities ha
|
By
Bin Meng
· #10
·
|