Also state the RISC-V baseline now it's been set, as it's the reason why RISC-V Bullseye got dropped.
Signed-off-by: Andrew Cooper <[email protected]> Acked-by: Oleksii Kurochko <[email protected]> Reviewed-by: Denis Mukhin <[email protected]> --- CC: Anthony PERARD <[email protected]> CC: Michal Orzel <[email protected]> CC: Jan Beulich <[email protected]> CC: Julien Grall <[email protected]> CC: Roger Pau Monné <[email protected]> CC: Stefano Stabellini <[email protected]> CC: Oleksii Kurochko <[email protected]> v2: * New --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bd96ac09d14..ca1b43b940d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - The minimum toolchain requirements have increased for some architectures: - For x86, GCC 5.1 and Binutils 2.25, or Clang/LLVM 11 - For ARM32 and ARM64, GCC 5.1 and Binutils 2.25 + - For RISC-V, GCC 12.2 and Binutils 2.39 + - Debian Trixie added to CI. Debian Bullseye retired from CI for RISC-V due + to the baseline change. - Linux based device model stubdomains are now fully supported. - On x86: -- 2.39.5
