diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2020-12-02 15:57:24 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2020-12-04 02:04:17 +0000 |
commit | fef413e4be6e3b4e277238aaca56886e50dbfcde (patch) | |
tree | 3f73f64b4b9c6d10d1ad3fd7520660dd5c2a6a82 /MAINTAINERS | |
parent | 9b57022ab479221a15a9b59a287709c495f02415 (diff) |
MAINTAINERS: add maintainers for soc/amd/cezanne and soc/amd/common
Change-Id: Ib661fdf27d5cdb6c2b989c7f2acfc8a6e061657c
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48239
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 880c4aa445..14444aa8e1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -551,6 +551,20 @@ F: src/drivers/intel/fsp2_0/ # Systems on a Chip ################################################################################ +AMD Cezanne +M: Marshall Dawson <marshalldawson3rd@gmail.com> +M: Felix Held <felix-coreboot@felixheld.de> +M: Jason Glenesk <jason.glenesk@gmail.com> +S: Maintained +F: src/soc/amd/cezanne/ + +AMD common SoC code +M: Marshall Dawson <marshalldawson3rd@gmail.com> +M: Felix Held <felix-coreboot@felixheld.de> +M: Jason Glenesk <jason.glenesk@gmail.com> +S: Maintained +F: src/soc/amd/common/ + AMD Picasso M: Marshall Dawson <marshalldawson3rd@gmail.com> M: Felix Held <felix-coreboot@felixheld.de> |