diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-05-17 12:31:29 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-05-18 11:49:32 +0000 |
commit | e94cda578c6a91538c05cc8590752435136268b4 (patch) | |
tree | 237e6701bcbbe4d337160ea2a1861da0b22c01e8 /MAINTAINERS | |
parent | de649bc01da910a2bcf5aaed1701beec7c4694e7 (diff) | |
download | coreboot-e94cda578c6a91538c05cc8590752435136268b4.tar.xz |
mb/asus/p8h61-m_lx3_r2_0: Transform into variant setup
Get ready to squash all Asus H61 boards together, so as to factor out
lots of redundant code.
Tested with BUILD_TIMELESS=1, coreboot.rom for the Asus P8H61-M LX3 R2.0
remains identical when not adding the .config file in it.
Change-Id: I738197bf4d5ea8b879ae26ecbcb0cf3714316662
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54372
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 02cf2519ab..29d0f71a18 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -174,6 +174,11 @@ M: Mike Banon <mikebdp2@gmail.com> S: Maintained F: src/mainboard/asus/am1i-a/ +ASUS H61 SERIES MAINBOARDS +M: Angel Pons <th3fanbus@gmail.com> +S: Maintained +F: src/mainboard/asus/h61-series/ + ASUS MAXIMUS IV GENE-Z MAINBOARD M: Tristan Corrick <tristan@corrick.kiwi> S: Maintained @@ -195,11 +200,6 @@ M: Tristan Corrick <tristan@corrick.kiwi> S: Maintained F: src/mainboard/asus/p8h61-m_lx/ -ASUS P8H61-M LX3 R2.0 MAINBOARD -M: Angel Pons <th3fanbus@gmail.com> -S: Maintained -F: src/mainboard/asus/p8h61-m_lx3_r2_0/ - ASUS P8H61-M PRO MAINBOARD M: Angel Pons <th3fanbus@gmail.com> S: Maintained |