diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2020-01-23 09:03:11 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-02-09 19:31:21 +0000 |
commit | e7ad0f2a2a29f3807a66eccaa9c7962fea358bf3 (patch) | |
tree | 603e9d7d5f8416831e9228414ebfdbb731a290d4 /Documentation/contributing | |
parent | cb0306507439d8354bb1634bebac2ac48b19de37 (diff) |
Documentation: Remove qemu aarch64 from project ideas
This has been implemented last year.
Change-Id: I24e40a7a9a9d7238b8c9d34656d5b62a26b8252b
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38533
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation/contributing')
-rw-r--r-- | Documentation/contributing/project_ideas.md | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Documentation/contributing/project_ideas.md b/Documentation/contributing/project_ideas.md index 5bc4cacea5..90164a2bfa 100644 --- a/Documentation/contributing/project_ideas.md +++ b/Documentation/contributing/project_ideas.md @@ -64,28 +64,6 @@ across architectures. ### Mentors * Timothy Pearson <tpearson@raptorengineering.com> -## Support QEMU AArch64 -Having QEMU support for the architectures coreboot can boot helps with -some (limited) compatibility testing: While QEMU generally doesn't need -much hardware init, any CPU state changes in the boot flow will likely -be quite close to reality. - -That could be used as a baseline to ensure that changes to architecture -code doesn't entirely break these architectures - -### Requirements -* coreboot knowledge: Should know the general boot flow in coreboot. -* other knowledge: This will require knowing how the architecture - typically boots, to adapt the coreboot payload interface to be - appropriate and, for example, provide a device tree in the platform's - typical format. -* hardware requirements: since QEMU runs practically everywhere and - needs no recovery mechanism, these are suitable projects when no special - hardware is available. - -### Mentors -* Patrick Georgi <patrick@georgi.software> - ## Add Kernel Address Sanitizer functionality to coreboot The Kernel Address Sanitizer (KASAN) is a runtime dynamic memory error detector. The idea is to check every memory access (variables) for its validity |