diff options
author | Andre Przywara <andre.przywara@arm.com> | 2020-01-24 10:46:17 +0000 |
---|---|---|
committer | Andre Przywara <andre.przywara@arm.com> | 2020-03-17 13:44:55 +0000 |
commit | 9aaae8e6711362f218cef3ea6f52c9df93c137f6 (patch) | |
tree | 27995ff3e760c7464b8d744f71fa33fa0f16d187 /docs | |
parent | 9cc3fa1b8ae31c18fd3a6070b782b3384590523e (diff) | |
download | platform_external_arm-trusted-firmware-9aaae8e6711362f218cef3ea6f52c9df93c137f6.tar.gz platform_external_arm-trusted-firmware-9aaae8e6711362f218cef3ea6f52c9df93c137f6.tar.bz2 platform_external_arm-trusted-firmware-9aaae8e6711362f218cef3ea6f52c9df93c137f6.zip |
rpi: docs: Update maintainers file to new RPi directory scheme
With the addition of the Raspberry Pi 4 port the directory structure
changed a bit, also the new port didn't have a separate entry.
Add a new entry for the RPi4 port and adjust the path names.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Change-Id: I04b60e729a19bb0cc3dd6ce6899ec6480356b1f1
Diffstat (limited to 'docs')
-rw-r--r-- | docs/about/maintainers.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/about/maintainers.rst b/docs/about/maintainers.rst index 2bf5eb7ba..9e55e60e0 100644 --- a/docs/about/maintainers.rst +++ b/docs/about/maintainers.rst @@ -217,6 +217,17 @@ Raspberry Pi 3 platform port :G: `grandpaul`_ :F: docs/plat/rpi3.rst :F: plat/rpi/rpi3/ +:F: plat/rpi/common/ +:F: drivers/rpi3/ +:F: include/drivers/rpi3/ + +Raspberry Pi 4 platform port +---------------------------- +:M: Andre Przywara <andre.przywara@arm.com> +:G: `Andre-ARM`_ +:F: docs/plat/rpi4.rst +:F: plat/rpi/rpi4/ +:F: plat/rpi/common/ :F: drivers/rpi3/ :F: include/drivers/rpi3/ |