* [PATCH 0/1] Cortina Access Custodian
@ 2020-01-20 8:24 Alex Nemirovsky
2020-01-20 8:24 ` [PATCH] MAINTAINERS, git-mailrc: cortina: add Custodian for Cortina Access Inc Alex Nemirovsky
0 siblings, 1 reply; 3+ messages in thread
From: Alex Nemirovsky @ 2020-01-20 8:24 UTC (permalink / raw)
To: u-boot
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(+)
--
2.7.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] MAINTAINERS, git-mailrc: cortina: add Custodian for Cortina Access Inc.
2020-01-20 8:24 [PATCH 0/1] Cortina Access Custodian Alex Nemirovsky
@ 2020-01-20 8:24 ` Alex Nemirovsky
2020-01-20 17:09 ` Tom Rini
0 siblings, 1 reply; 3+ messages in thread
From: Alex Nemirovsky @ 2020-01-20 8:24 UTC (permalink / raw)
To: u-boot
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
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] MAINTAINERS, git-mailrc: cortina: add Custodian for Cortina Access Inc.
2020-01-20 8:24 ` [PATCH] MAINTAINERS, git-mailrc: cortina: add Custodian for Cortina Access Inc Alex Nemirovsky
@ 2020-01-20 17:09 ` Tom Rini
0 siblings, 0 replies; 3+ messages in thread
From: Tom Rini @ 2020-01-20 17:09 UTC (permalink / raw)
To: u-boot
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!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200120/7eb188bd/attachment.sig>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-01-20 17:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-20 8:24 [PATCH 0/1] Cortina Access Custodian Alex Nemirovsky
2020-01-20 8:24 ` [PATCH] MAINTAINERS, git-mailrc: cortina: add Custodian for Cortina Access Inc Alex Nemirovsky
2020-01-20 17:09 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox