[PATCH v2 1/2] board: ti: am64x: Recognize AM64-HSEVM

Andrew Davis afd at ti.com
Mon Jul 31 16:20:42 CEST 2023


On 7/31/23 7:27 AM, Roger Quadros wrote:
> AM64-HSEVM is AM64-GPEVM with High Security Device.
> 
> Gets rid of "Unidentified board claims AM64-HSEVM in eeprom header".
> 
> Signed-off-by: Roger Quadros <rogerq at kernel.org>
> ---

Acked-by: Andrew Davis <afd at ti.com>

>   board/ti/am64x/evm.c | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/board/ti/am64x/evm.c b/board/ti/am64x/evm.c
> index 96f4e3013a..a080b2b0d2 100644
> --- a/board/ti/am64x/evm.c
> +++ b/board/ti/am64x/evm.c
> @@ -18,7 +18,8 @@
>   
>   #include "../common/board_detect.h"
>   
> -#define board_is_am64x_gpevm()	board_ti_k3_is("AM64-GPEVM")
> +#define board_is_am64x_gpevm() (board_ti_k3_is("AM64-GPEVM") || \
> +				board_ti_k3_is("AM64-HSEVM"))
>   
>   #define board_is_am64x_skevm() (board_ti_k3_is("AM64-SKEVM") || \
>   				board_ti_k3_is("AM64B-SKEVM"))


More information about the U-Boot mailing list