diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-06-06 22:45:16 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-06-09 06:24:46 +0000 |
commit | 8a50827bead3adc15827f1d8e57827e4cb34ced9 (patch) | |
tree | ddcacf40a282529c8a545cda5e88d6f4ef3c4ebf | |
parent | 32b9ef35b5eeda95676a3801b3e4b3abb7318e44 (diff) | |
download | coreboot-8a50827bead3adc15827f1d8e57827e4cb34ced9.tar.xz |
MAINTAINERS: Add myself as some northbridges' maintainer
I've got hardware to test things on these northbridges, and I am quite
familiar with their code.
Change-Id: Ied5adbb8bad94291a1843531be8a0923464d6212
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42128
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
-rw-r--r-- | MAINTAINERS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 88458518e2..e15e31c977 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -178,12 +178,22 @@ M: Patrick Georgi <patrick@georgi.software> S: Maintained F: src/mainboard/getac/p470 +INTEL HASWELL NORTHBRIDGE +M: Angel Pons <th3fanbus@gmail.com> +S: Maintained +F: src/northbridge/intel/haswell/ + INTEL PINEVIEW CHIPSET M: Damien Zammit <damien@zamaudio.com> M: Angel Pons <th3fanbus@gmail.com> S: Odd Fixes F: src/northbridge/intel/pineview/ +INTEL SANDYBRIDGE NORTHBRIDGE +M: Angel Pons <th3fanbus@gmail.com> +S: Maintained +F: src/northbridge/intel/sandybridge/ + INTEL D510MO MAINBOARD M: Damien Zammit <damien@zamaudio.com> S: Odd Fixes |