diff options
author | Felix Singer <felixsinger@posteo.net> | 2022-10-10 23:31:32 +0200 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2022-10-12 00:21:20 +0000 |
commit | ad115334580d0d26d8482f99f07b93645e420cc3 (patch) | |
tree | 18431954a9db6300ca4eaeffb6610a11ba618c6e | |
parent | 8fdfa30255b3834adf314f68a5871c8a291b32a2 (diff) |
docs/releases/4.18: Deprecate Intel Quark and Intel Galileo
The SoC Intel Quark is unmaintained and various efforts to revive it
failed. Thus, deprecate the following components with the 4.18 release.
* Intel Quark SoC
* Intel Galileo mainboard
The support for these components will be dropped with the release 4.20.
Change-Id: I738ad74da043649107473dc0c2e6adf343e4cd35
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68260
Reviewed-by: ron minnich <rminnich@gmail.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | Documentation/releases/coreboot-4.18-relnotes.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/releases/coreboot-4.18-relnotes.md b/Documentation/releases/coreboot-4.18-relnotes.md index 0a4514a447..a8e25bf7cb 100644 --- a/Documentation/releases/coreboot-4.18-relnotes.md +++ b/Documentation/releases/coreboot-4.18-relnotes.md @@ -50,6 +50,19 @@ production as only engineering sample CPUIDs are supported. This reduces the maintanence overhead for the coreboot project. +### Intel Quark + +The SoC Intel Quark is unmaintained and different efforts to revive it failed. +Also, the only user of this platform ever was the Galileo board. + +Thus, to reduce the maintanence overhead for the community, it is deprecated +from this release on and support for the following components will be dropped +with the release 4.20. + + * Intel Quark SoC + * Intel Galileo mainboard + + ### LEGACY_SMP_INIT Legacy SMP init will be removed from the coreboot master branch |