[PATCH v3 1/4] board: ti: am64x: Recognize AM64-HSEVM

Roger Quadros rogerq at kernel.org
Wed Aug 2 20:49:22 CEST 2023



On 02/08/2023 20:56, Nishanth Menon wrote:
> On 20:18-20230802, 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>
> 
> I think you had Andrew's review here?

oops I forgot. will pick it in v4.

>> ---
>>  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"))
>> -- 
>> 2.34.1
>>
> 

-- 
cheers,
-roger


More information about the U-Boot mailing list