mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
MAINTAINERS, git-mailrc: cortina: add Custodian for Cortina Access Inc.
Assign Alex Nemirovsky as custodian for all Cortina Access (CA) for ARM and MIPS based SoCs. Currently Cortina Access CAxxxx family of SoCs support both ARM and MIPS ISA. Drivers have cross platform support for both architectures. Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
This commit is contained in:
parent
3f3c153e33
commit
800775eb49
3 changed files with 24 additions and 0 deletions
16
MAINTAINERS
16
MAINTAINERS
|
@ -173,6 +173,14 @@ F: doc/README.bcm7xxx
|
|||
F: drivers/mmc/bcmstb_sdhci.c
|
||||
F: drivers/spi/bcmstb_spi.c
|
||||
|
||||
ARM CORTINA ACCESS CAxxxx
|
||||
M: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
|
||||
S: Supported
|
||||
F: board/cortina/common/
|
||||
F: drivers/gpio/cortina_gpio.c
|
||||
F: drivers/watchdog/cortina_wdt.c
|
||||
F: drivers/serial/serial_cortina.c
|
||||
|
||||
ARM/CZ.NIC TURRIS MOX SUPPORT
|
||||
M: Marek Behun <marek.behun@nic.cz>
|
||||
S: Maintained
|
||||
|
@ -655,6 +663,14 @@ S: Maintained
|
|||
T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mips.git
|
||||
F: arch/mips/
|
||||
|
||||
MIPS CORTINA ACCESS CAxxxx
|
||||
M: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
|
||||
S: Supported
|
||||
F: board/cortina/common/
|
||||
F: drivers/gpio/cortina_gpio.c
|
||||
F: drivers/watchdog/cortina_wdt.c
|
||||
F: drivers/serial/serial_cortina.c
|
||||
|
||||
MIPS MSCC
|
||||
M: Gregory CLEMENT <gregory.clement@bootlin.com>
|
||||
M: Lars Povlsen <lars.povlsen@microchip.com>
|
||||
|
|
6
board/cortina/common/Kconfig
Normal file
6
board/cortina/common/Kconfig
Normal file
|
@ -0,0 +1,6 @@
|
|||
config CORTINA_PLATFORM
|
||||
bool "Cortina-Access Platform"
|
||||
default y
|
||||
help
|
||||
Select this option for Cortina-Access platforms
|
||||
to enables selection of CAxxxx drivers
|
|
@ -15,6 +15,7 @@ alias abrodkin Alexey Brodkin <alexey.brodkin@synopsys.com>
|
|||
alias afleming Andy Fleming <afleming@gmail.com>
|
||||
alias ag Anatolij Gustschin <agust@denx.de>
|
||||
alias agraf Alexander Graf <agraf@csgraf.de>
|
||||
alias alexnemirovsky Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
|
||||
alias alisonwang Alison Wang <alison.wang@nxp.com>
|
||||
alias angelo_ts Angelo Dureghello <angelo@sysam.it>
|
||||
alias bmeng Bin Meng <bmeng.cn@gmail.com>
|
||||
|
@ -57,6 +58,7 @@ alias arc uboot, abrodkin
|
|||
|
||||
alias arm uboot, trini
|
||||
alias at91 uboot, abiessmann
|
||||
alias cortina uboot, alexnemirovsky
|
||||
alias davinci ti
|
||||
alias imx uboot, sbabic
|
||||
alias kirkwood uboot, stroese
|
||||
|
|
Loading…
Reference in a new issue