diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2024-04-05 14:14:52 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-04-07 11:36:13 +0000 |
commit | 9b9a2c909e2f59087fe26d6255c06c0f83a26c1b (patch) | |
tree | ce291726caff0d15feab016e79d834c8eccbd7a9 /MAINTAINERS | |
parent | d5744ba90a7779867092afa013c3d86f8a03832b (diff) |
MAINTAINERS: take Genoa/Onyx rename into account
When soc/amd/genoa was renamed to soc/amd/genoa_poc and mb/amd/onyx
was renamed to mb/amd/onyx_poc, the MAINTAINERS file wasn't updated, so
no reviewers were added automatically to patches on Gerrit that change
things in soc/amd/genoa_poc or mb/amd/onyx_poc. Fix this by updating the
folder names in the MAINTAINERS file too.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: Ib52781ebc98bd2ce9df495526cfaf9d884aace50
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81679
Reviewed-by: Varshit Pandya <pandyavarshit@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1f2458f451..2963ab403b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -154,7 +154,7 @@ M: Felix Held <felix-coreboot@felixheld.de> M: Martin Roth <gaumless@gmail.com> M: Varshit Pandya <pandyavarshit@gmail.com> S: Maintained -F: src/mainboard/amd/onyx/ +F: src/mainboard/amd/onyx_poc/ AMD reference boards outside of family 17h and 19h S: Odd Fixes @@ -840,12 +840,12 @@ L: amd_coreboot_org_changes@googlegroups.com S: Maintained F: src/soc/amd/common/ -AMD Genoa +AMD Genoa Proof of Concept M: Felix Held <felix-coreboot@felixheld.de> M: Martin Roth <gaumless@gmail.com> M: Varshit Pandya <pandyavarshit@gmail.com> S: Maintained -F: src/soc/amd/genoa/ +F: src/soc/amd/genoa_poc/ AMD Mendocino M: Felix Held <felix-coreboot@felixheld.de> |