diff options
author | Elias Souza <eliascontato@protonmail.com> | 2023-02-16 21:04:09 -0300 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2023-02-17 01:21:43 +0000 |
commit | 718a7ae62dc59ece08f8b7849e691873e9216258 (patch) | |
tree | 39647589cd581580858d27681d3f22316c226b3c /Documentation/contributing | |
parent | c013fa6234f08e22dd3706849936847cf82b5024 (diff) |
payloads/Yabits: Remove deprecated Yabits Payload
Yabits is no longer maintained and git repo is archived.
Yabits has not been maintained for a long time,
the project is apparently closed.
Change-Id: Ida0bb79342448510d2c309339fabbe8066eca73c
Signed-off-by: Elias Souza <eliascontato@protonmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72463
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'Documentation/contributing')
-rw-r--r-- | Documentation/contributing/project_ideas.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/contributing/project_ideas.md b/Documentation/contributing/project_ideas.md index 700373b0fe..3e24a3bfd8 100644 --- a/Documentation/contributing/project_ideas.md +++ b/Documentation/contributing/project_ideas.md @@ -88,7 +88,7 @@ across architectures. While we have a rather big set of payloads for x86 based platforms, all other architectures are rather limited. Improve the situation by porting a payload to one of the platforms, for example GRUB2, U-Boot (the UI part), edk2, -yabits, FILO, or Linux-as-Payload. +FILO, or Linux-as-Payload. Since this is a bit of a catch-all idea, an application to GSoC should pick a combination of payload and architecture to support. |