[PATCH 0/1] Cortina Access Custodian

Cortina Access management has decided that we want to add formal upstream support of u-boot going forward for our line of SoCs and evaluation boards.
Our line of SoC’s all begin with the “CA” designation followed by 4 digits. i.e. CAxxxx. The CAxxxx series supports both ARM and MIPS ISA based custom cores.
All our drivers have cross platform support for both CPU ISAs. They will be placed in the normal drivers tree in u-boot.
In addition, our SoCs and development boards share common Cortina specific features which are not driver related. Those changes will be maintained in board/cortina/common. While specific development boards will be in board/cortina/board_name.
We would like to have a git-mailrc alias of "cortina" to allow us to better maintain and support our boards and common features found in the board/cortina subtree.
Alex Nemirovsky (1): MAINTAINERS, git-mailrc: cortina: add Custodian for Cortina Access Inc.
MAINTAINERS | 12 ++++++++++++ doc/git-mailrc | 2 ++ 2 files changed, 14 insertions(+)

Assign Alex Nemirovsky as custodian for all Cortina Access 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.
Signed-off-by: Alex Nemirovsky alex.nemirovsky@cortina-access.com ---
MAINTAINERS | 12 ++++++++++++ doc/git-mailrc | 2 ++ 2 files changed, 14 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index 438fb22..c40e9ee 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -173,6 +173,12 @@ 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: board/cortina/common/armv8/* + ARM/CZ.NIC TURRIS MOX SUPPORT M: Marek Behun marek.behun@nic.cz S: Maintained @@ -647,6 +653,12 @@ 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: board/cortina/common/mips/* + MIPS MSCC M: Gregory CLEMENT gregory.clement@bootlin.com M: Lars Povlsen lars.povlsen@microchip.com diff --git a/doc/git-mailrc b/doc/git-mailrc index d29416a..33d1814 100644 --- a/doc/git-mailrc +++ b/doc/git-mailrc @@ -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 @@ -56,6 +57,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

On Mon, Jan 20, 2020 at 08:24:56AM +0000, Alex Nemirovsky wrote:
Assign Alex Nemirovsky as custodian for all Cortina Access 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.
Signed-off-by: Alex Nemirovsky alex.nemirovsky@cortina-access.com
MAINTAINERS | 12 ++++++++++++ doc/git-mailrc | 2 ++ 2 files changed, 14 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index 438fb22..c40e9ee 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -173,6 +173,12 @@ 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: board/cortina/common/armv8/*
ARM/CZ.NIC TURRIS MOX SUPPORT M: Marek Behun marek.behun@nic.cz S: Maintained @@ -647,6 +653,12 @@ 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: board/cortina/common/mips/*
MIPS MSCC M: Gregory CLEMENT gregory.clement@bootlin.com M: Lars Povlsen lars.povlsen@microchip.com
OK, I think we need to rework these a bit so that you don't have to touch it every time. There should be I think 2 entries: ARM CORTINA ACCESS CAxxxx M: Alex Nemirovsky alex.nemirovsky@cortina-access.com S: Supported F: board/cortina/common/ F: board/cortina/common/armv8/
MIPS CORTINA ACCESS CAxxxx M: Alex Nemirovsky alex.nemirovsky@cortina-access.com S: Supported F: board/cortina/common/ F: board/cortina/common/mips/
And you can add in specific files outside of those directories as needed. Finally, this patch should be part of the series that adds an initial board or two for these families. Thanks!
participants (2)
-
Alex Nemirovsky
-
Tom Rini