diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-05-19 23:07:08 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-05-20 21:11:14 +0000 |
commit | 76619b01c84ba2db62310da311de4cf8271154f9 (patch) | |
tree | e9421b5ad9949c79fad705e0034e8267fd4ecf17 /Documentation | |
parent | f8b0eb8f3e9ddb3f198a09d1414ab75d9670caff (diff) |
Doc/releases: Mention that Asus H61 boards got squashed
Not physically squashed, the coreboot code got turned into a variant
setup with override devicetrees to drop redundant boilerplate.
Change-Id: I7ae5530d2603d6d108ef3829004de7e1cad130f9
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54690
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Christian Walter <christian.walter@9elements.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/releases/coreboot-4.15-relnotes.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/releases/coreboot-4.15-relnotes.md b/Documentation/releases/coreboot-4.15-relnotes.md index 6244cf6bcd..0e2ad7e0b9 100644 --- a/Documentation/releases/coreboot-4.15-relnotes.md +++ b/Documentation/releases/coreboot-4.15-relnotes.md @@ -13,4 +13,10 @@ Update this document with changes that should be in the release notes. Significant changes ------------------- +### Merged family of Asus mainboards using H61 chipset + +By using newer coreboot features like board variants and override devicetrees, +lots of code can now be shared. This should ease maintenance and also make it +easier for newcomers to add support for even more mainboards. + ### Add significant changes here |