linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MIPS: Octeon: add SNIC10E board
@ 2022-05-18 16:48 Stijn Tintel
  2022-05-23  9:17 ` Thomas Bogendoerfer
  0 siblings, 1 reply; 2+ messages in thread
From: Stijn Tintel @ 2022-05-18 16:48 UTC (permalink / raw)
  To: linux-mips; +Cc: tsbogend, linux-kernel

The CN6640-SNIC10E-G and CN6640-SNIC10E-1.1-G PCIe NICs are based on
this board.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
---
 arch/mips/include/asm/octeon/cvmx-bootinfo.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/mips/include/asm/octeon/cvmx-bootinfo.h b/arch/mips/include/asm/octeon/cvmx-bootinfo.h
index 6c61e0a63924..c1c0b3230e0a 100644
--- a/arch/mips/include/asm/octeon/cvmx-bootinfo.h
+++ b/arch/mips/include/asm/octeon/cvmx-bootinfo.h
@@ -253,6 +253,7 @@ enum cvmx_board_types_enum {
 	CVMX_BOARD_TYPE_REDWING = 43,
 	CVMX_BOARD_TYPE_NIC68_4 = 44,
 	CVMX_BOARD_TYPE_NIC10E_66 = 45,
+	CVMX_BOARD_TYPE_SNIC10E = 50,
 	CVMX_BOARD_TYPE_MAX,
 
 	/*
@@ -369,6 +370,7 @@ static inline const char *cvmx_board_type_to_string(enum
 		ENUM_BRD_TYPE_CASE(CVMX_BOARD_TYPE_REDWING)
 		ENUM_BRD_TYPE_CASE(CVMX_BOARD_TYPE_NIC68_4)
 		ENUM_BRD_TYPE_CASE(CVMX_BOARD_TYPE_NIC10E_66)
+		ENUM_BRD_TYPE_CASE(CVMX_BOARD_TYPE_SNIC10E)
 		ENUM_BRD_TYPE_CASE(CVMX_BOARD_TYPE_MAX)
 
 			/* Customer boards listed here */
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] MIPS: Octeon: add SNIC10E board
  2022-05-18 16:48 [PATCH] MIPS: Octeon: add SNIC10E board Stijn Tintel
@ 2022-05-23  9:17 ` Thomas Bogendoerfer
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Bogendoerfer @ 2022-05-23  9:17 UTC (permalink / raw)
  To: Stijn Tintel; +Cc: linux-mips, linux-kernel

On Wed, May 18, 2022 at 07:48:10PM +0300, Stijn Tintel wrote:
> The CN6640-SNIC10E-G and CN6640-SNIC10E-1.1-G PCIe NICs are based on
> this board.
> 
> Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
> ---
>  arch/mips/include/asm/octeon/cvmx-bootinfo.h | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/mips/include/asm/octeon/cvmx-bootinfo.h b/arch/mips/include/asm/octeon/cvmx-bootinfo.h
> index 6c61e0a63924..c1c0b3230e0a 100644
> --- a/arch/mips/include/asm/octeon/cvmx-bootinfo.h
> +++ b/arch/mips/include/asm/octeon/cvmx-bootinfo.h
> @@ -253,6 +253,7 @@ enum cvmx_board_types_enum {
>  	CVMX_BOARD_TYPE_REDWING = 43,
>  	CVMX_BOARD_TYPE_NIC68_4 = 44,
>  	CVMX_BOARD_TYPE_NIC10E_66 = 45,
> +	CVMX_BOARD_TYPE_SNIC10E = 50,
>  	CVMX_BOARD_TYPE_MAX,
>  
>  	/*
> @@ -369,6 +370,7 @@ static inline const char *cvmx_board_type_to_string(enum
>  		ENUM_BRD_TYPE_CASE(CVMX_BOARD_TYPE_REDWING)
>  		ENUM_BRD_TYPE_CASE(CVMX_BOARD_TYPE_NIC68_4)
>  		ENUM_BRD_TYPE_CASE(CVMX_BOARD_TYPE_NIC10E_66)
> +		ENUM_BRD_TYPE_CASE(CVMX_BOARD_TYPE_SNIC10E)
>  		ENUM_BRD_TYPE_CASE(CVMX_BOARD_TYPE_MAX)
>  
>  			/* Customer boards listed here */
> -- 
> 2.35.1

applied to mips-next.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-23  9:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18 16:48 [PATCH] MIPS: Octeon: add SNIC10E board Stijn Tintel
2022-05-23  9:17 ` Thomas Bogendoerfer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).