Re: [PATCH 1/2] efi: Add dependency on M-mode for RISC-V

2020-09-28 Thread Sean Anderson
On 9/28/20 2:24 PM, Heinrich Schuchardt wrote: > On 28.09.20 19:15, Sean Anderson wrote: >> On 9/28/20 12:27 PM, Heinrich Schuchardt wrote: >>> On 28.09.20 18:08, Sean Anderson wrote: >From section 2.3.7 of the UEFI specification: > RISC-V UEFI will only be executed in machine mode.

Re: [PATCH 1/2] efi: Add dependency on M-mode for RISC-V

2020-09-28 Thread Heinrich Schuchardt
On 28.09.20 19:15, Sean Anderson wrote: > On 9/28/20 12:27 PM, Heinrich Schuchardt wrote: >> On 28.09.20 18:08, Sean Anderson wrote: >>> >From section 2.3.7 of the UEFI specification: >>> RISC-V UEFI will only be executed in machine mode. The machine mode has the highest privilege and thi

Re: [PATCH 1/2] efi: Add dependency on M-mode for RISC-V

2020-09-28 Thread Sean Anderson
On 9/28/20 12:27 PM, Heinrich Schuchardt wrote: > On 28.09.20 18:08, Sean Anderson wrote: >> >From section 2.3.7 of the UEFI specification: >> >>> RISC-V UEFI will only be executed in machine mode. The machine mode has >>> the highest privilege and this mode is the only mandatory privilege level >>

Re: [PATCH 1/2] efi: Add dependency on M-mode for RISC-V

2020-09-28 Thread Heinrich Schuchardt
On 28.09.20 18:08, Sean Anderson wrote: >>From section 2.3.7 of the UEFI specification: > >> RISC-V UEFI will only be executed in machine mode. The machine mode has >> the highest privilege and this mode is the only mandatory privilege level >> for RISC-V platforms; all other privilege levels are o

[PATCH 1/2] efi: Add dependency on M-mode for RISC-V

2020-09-28 Thread Sean Anderson
>From section 2.3.7 of the UEFI specification: > RISC-V UEFI will only be executed in machine mode. The machine mode has > the highest privilege and this mode is the only mandatory privilege level > for RISC-V platforms; all other privilege levels are optional depending > on the platform requireme