Re: [PATCH] config/arm: update NVIDIA BlueField-3 configuration

2025-02-19 Thread Thomas Monjalon
19/02/2025 17:35, Wathsala Wathawana Vithanage: > > Subject: [PATCH] config/arm: update NVIDIA BlueField-3 configuration > > > > ARM configuration requires explicit `mcpu` specifications in the implementor > > description. > > > > The patch adds `mcpu` an

RE: [PATCH] config/arm: update NVIDIA BlueField-3 configuration

2025-02-19 Thread Wathsala Wathawana Vithanage
> Subject: [PATCH] config/arm: update NVIDIA BlueField-3 configuration > > ARM configuration requires explicit `mcpu` specifications in the implementor > description. > > The patch adds `mcpu` and `flags` description for the NVIDIA > BlueField-3 configuration. > > Sig

[PATCH] config/arm: update NVIDIA BlueField-3 configuration

2025-02-18 Thread Gregory Etelson
ARM configuration requires explicit `mcpu` specifications in the implementor description. The patch adds `mcpu` and `flags` description for the NVIDIA BlueField-3 configuration. Signed-off-by: Gregory Etelson --- config/arm/meson.build | 5 + 1 file changed, 5 insertions(+) diff --git a/co