|
[RFC] [PATCH 0/2] Proposal to add EFI_MP_SERVICES_PROTOCOL support for AARCH64
Ok, so that doesn't look as bad as I thought. But we'll have to be more strict than other arches: even EFI services and protocols that are marked as safe for execution under this MP protocol are likel
Ok, so that doesn't look as bad as I thought. But we'll have to be more strict than other arches: even EFI services and protocols that are marked as safe for execution under this MP protocol are likel
|
By
...
· #704
·
|
|
[RFC] [PATCH 0/2] Proposal to add EFI_MP_SERVICES_PROTOCOL support for AARCH64
The code changes by itself look fine to me. The only problem I see is that we cannot run arbitrary code on other cores with the MMU off, given that in that case, they don't comply with the UEFI AArch6
The code changes by itself look fine to me. The only problem I see is that we cannot run arbitrary code on other cores with the MMU off, given that in that case, they don't comply with the UEFI AArch6
|
By
...
· #702
·
|
|
[edk2-devel] RFC: Common Design Proposal on Confidential Computing Support in OVMF
Hello Jiewen, Thanks for writing this up. As you know, ARM is a bit behind in the CCA space, and so I will not be able to take part in these discussions in great detail. I will leave it to the contrib
Hello Jiewen, Thanks for writing this up. As you know, ARM is a bit behind in the CCA space, and so I will not be able to take part in these discussions in great detail. I will leave it to the contrib
|
By
...
· #695
·
|
|
RFC: Boot Discovery Policy
If it matches the current spec definitional (however surprisingly), I am fine with the current proposal.
If it matches the current spec definitional (however surprisingly), I am fine with the current proposal.
|
By
...
· #637
·
|
|
RFC: Boot Discovery Policy
So the problem is secondary loaders that assume that all peripherals have been connected, right? To me, the options Minimal/All Network Devices/All Devices seems a bit arbitrary - what about block dev
So the problem is secondary loaders that assume that all peripherals have been connected, right? To me, the options Minimal/All Network Devices/All Devices seems a bit arbitrary - what about block dev
|
By
...
· #635
·
|
|
[edk2-devel] RFC: Adding support for ARM (RNDR etc.) to RngDxe
This is an unfortunate oversight in the architecture, but RNDRRS most certainly does not return a true random number. RNDR and RNDRRS both return the output of a DRBG (pseudo RNG), and the only differ
This is an unfortunate oversight in the architecture, but RNDRRS most certainly does not return a true random number. RNDR and RNDRRS both return the output of a DRBG (pseudo RNG), and the only differ
|
By
...
· #552
·
|
|
MemoryFence()
I'd say it is because we are reasoning about how accesses to the data are ordered, not about the data itself.
I'd say it is because we are reasoning about how accesses to the data are ordered, not about the data itself.
|
By
...
· #540
·
|
|
MemoryFence()
Generally, yes. But I already mentioned non-cache coherent DMA devices, and we also have some ARM platforms that use non-shareable mappings for SRAM, which is used as temporary PEI memory in some case
Generally, yes. But I already mentioned non-cache coherent DMA devices, and we also have some ARM platforms that use non-shareable mappings for SRAM, which is used as temporary PEI memory in some case
|
By
...
· #531
·
|
|
MemoryFence()
<snip> I don't think the message passing paradigm is 100% accurate but it is very close. You should realize that a modern system is a network of CPUs, caches, DRAM controllers and other bus masters, w
<snip> I don't think the message passing paradigm is 100% accurate but it is very close. You should realize that a modern system is a network of CPUs, caches, DRAM controllers and other bus masters, w
|
By
...
· #529
·
|
|
MemoryFence()
We rely heavily on LTO for both Visual Studio and GNU/Clang toolchains.
We rely heavily on LTO for both Visual Studio and GNU/Clang toolchains.
|
By
...
· #502
·
|
|
MemoryFence()
Acquire semantics typically order writes before reads, not /between/ reads. Similarly, release semantics imply that all outstanding writes complete before a barrier with acquire semantics is permitted
Acquire semantics typically order writes before reads, not /between/ reads. Similarly, release semantics imply that all outstanding writes complete before a barrier with acquire semantics is permitted
|
By
...
· #485
·
|