public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] board: ti: am64: Support TMDS64EVM
@ 2024-01-08 13:16 Roger Quadros
  2024-01-09 19:29 ` Nishanth Menon
  2024-01-19 16:08 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Roger Quadros @ 2024-01-08 13:16 UTC (permalink / raw)
  To: vigneshr, trini; +Cc: praneeth, nm, u-boot, Roger Quadros

The TMDS64EVM [1] ships with AM64X SR2.0 HS-FS chip
and a slightly different board name in the board information
EEPROM header. Support this board.

[1] https://www.ti.com/tool/TMDS64EVM

Gets rid of below message at boot
"Unidentified board claims AM64-EVM in eeprom header"

Signed-off-by: Roger Quadros <rogerq@kernel.org>
---
 board/ti/am64x/evm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/ti/am64x/evm.c b/board/ti/am64x/evm.c
index a6dcff2eb4..a7ca6be436 100644
--- a/board/ti/am64x/evm.c
+++ b/board/ti/am64x/evm.c
@@ -18,6 +18,7 @@
 #include "../common/board_detect.h"
 
 #define board_is_am64x_gpevm() (board_ti_k3_is("AM64-GPEVM") || \
+				board_ti_k3_is("AM64-EVM") || \
 				board_ti_k3_is("AM64-HSEVM"))
 
 #define board_is_am64x_skevm() (board_ti_k3_is("AM64-SKEVM") || \

base-commit: c2c598e87cfe56f5991730762c00733c5aa9a994
-- 
2.34.1


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

* Re: [PATCH] board: ti: am64: Support TMDS64EVM
  2024-01-08 13:16 [PATCH] board: ti: am64: Support TMDS64EVM Roger Quadros
@ 2024-01-09 19:29 ` Nishanth Menon
  2024-01-19 16:08 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Nishanth Menon @ 2024-01-09 19:29 UTC (permalink / raw)
  To: Roger Quadros; +Cc: vigneshr, trini, praneeth, u-boot

On 15:16-20240108, Roger Quadros wrote:
> The TMDS64EVM [1] ships with AM64X SR2.0 HS-FS chip
> and a slightly different board name in the board information
> EEPROM header. Support this board.
> 
> [1] https://www.ti.com/tool/TMDS64EVM
> 
> Gets rid of below message at boot
> "Unidentified board claims AM64-EVM in eeprom header"
> 
> Signed-off-by: Roger Quadros <rogerq@kernel.org>
> ---
>  board/ti/am64x/evm.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/board/ti/am64x/evm.c b/board/ti/am64x/evm.c
> index a6dcff2eb4..a7ca6be436 100644
> --- a/board/ti/am64x/evm.c
> +++ b/board/ti/am64x/evm.c
> @@ -18,6 +18,7 @@
>  #include "../common/board_detect.h"
>  
>  #define board_is_am64x_gpevm() (board_ti_k3_is("AM64-GPEVM") || \
> +				board_ti_k3_is("AM64-EVM") || \
>  				board_ti_k3_is("AM64-HSEVM"))
>  
>  #define board_is_am64x_skevm() (board_ti_k3_is("AM64-SKEVM") || \
> 
> base-commit: c2c598e87cfe56f5991730762c00733c5aa9a994
> -- 
> 2.34.1
> 

Reviewed-by: Nishanth Menon <nm@ti.com>
-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D

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

* Re: [PATCH] board: ti: am64: Support TMDS64EVM
  2024-01-08 13:16 [PATCH] board: ti: am64: Support TMDS64EVM Roger Quadros
  2024-01-09 19:29 ` Nishanth Menon
@ 2024-01-19 16:08 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2024-01-19 16:08 UTC (permalink / raw)
  To: Roger Quadros; +Cc: vigneshr, praneeth, nm, u-boot

[-- Attachment #1: Type: text/plain, Size: 514 bytes --]

On Mon, Jan 08, 2024 at 03:16:50PM +0200, Roger Quadros wrote:

> The TMDS64EVM [1] ships with AM64X SR2.0 HS-FS chip
> and a slightly different board name in the board information
> EEPROM header. Support this board.
> 
> [1] https://www.ti.com/tool/TMDS64EVM
> 
> Gets rid of below message at boot
> "Unidentified board claims AM64-EVM in eeprom header"
> 
> Signed-off-by: Roger Quadros <rogerq@kernel.org>
> Reviewed-by: Nishanth Menon <nm@ti.com>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

end of thread, other threads:[~2024-01-19 16:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-08 13:16 [PATCH] board: ti: am64: Support TMDS64EVM Roger Quadros
2024-01-09 19:29 ` Nishanth Menon
2024-01-19 16:08 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox