From 1f08b36f84ae1042ff0ef15f4feb32c42a746c65 Mon Sep 17 00:00:00 2001 From: Jason Glenesk Date: Thu, 25 Sep 2025 18:11:49 -0700 Subject: [PATCH] Documentation: Add coreboot release 25.12 template This adds the release notes template for the upcoming December release of coreboot. Change-Id: Iffaa625137f4edf994d73984d847b1cf926f8078 Signed-off-by: Jason Glenesk Reviewed-on: https://review.coreboot.org/c/coreboot/+/89352 Reviewed-by: Matt DeVillier Reviewed-by: Martin L Roth Tested-by: build bot (Jenkins) --- .../releases/coreboot-25.12-relnotes.md | 96 +++++++++++++++++++ Documentation/releases/index.md | 3 +- 2 files changed, 98 insertions(+), 1 deletion(-) create mode 100644 Documentation/releases/coreboot-25.12-relnotes.md diff --git a/Documentation/releases/coreboot-25.12-relnotes.md b/Documentation/releases/coreboot-25.12-relnotes.md new file mode 100644 index 0000000000..9fcc671278 --- /dev/null +++ b/Documentation/releases/coreboot-25.12-relnotes.md @@ -0,0 +1,96 @@ +Upcoming release - coreboot 25.12 +======================================================================== + +The 25.12 release is scheduled for the end of December, 2025 + + +Update this document with changes that should be in the release notes. + +* Please use Markdown. +* See the past few release notes for the general format. +* The chip and board additions and removals will be updated right + before the release, so those do not need to be added. +* Note that all changes before the release are done are marked upcoming. + A final version of the notes are done after the release. + + + +Significant or interesting changes +---------------------------------- + +* Add changes that need a full description here + +* This section should have full descriptions and can or should have + a link to the referenced commits. + + + +Additional coreboot changes +--------------------------- + +The following are changes across a number of patches, or changes worth +noting, but not needing a full description. + +* Changes that only need a line or two of description go here. + + + +Changes to external resources +----------------------------- + +### Toolchain updates + + + +### Git submodule pointers + + +### External payloads + + + +Platform Updates +---------------- + +### Added mainboards: +* To be filled in immediately before the release by the release team + + +### Removed Mainboards +* To be filled in immediately before the release by the release team + + +### Updated SoCs +* To be filled in immediately before the release by the release team + + + +Plans to move platform support to a branch +------------------------------------------ +* To be filled in immediately before the release by the release team + + + +Statistics from the 25.09 to the 25.12 release +-------------------------------------------- +* To be filled in immediately before the release by the release team + + + +Significant Known and Open Issues +--------------------------------- + +Issues from the coreboot bugtracker: +* To be filled in immediately before the release by the release team + + + +coreboot Links and Contact Information +-------------------------------------- + +* Main Web site: +* Downloads: +* Source control: +* Documentation: +* Issue tracker: +* Donations: diff --git a/Documentation/releases/index.md b/Documentation/releases/index.md index b587ebcc36..8cf8678b2d 100644 --- a/Documentation/releases/index.md +++ b/Documentation/releases/index.md @@ -6,7 +6,7 @@ Please add to the release notes as changes are added: ```{toctree} :maxdepth: 1 -25.09 - September 2025 +25.12 - December 2025 ``` The [checklist] contains instructions to ensure that a release covers all @@ -22,6 +22,7 @@ important is taken care of. ```{toctree} :maxdepth: 1 +25.09 - September 2025 25.06 - June 2025 25.03 - March 2025 24.12 - December 2024