> -----Original Message----- > From: Thierry Herbelot <[email protected]> > Sent: Friday, May 7, 2021 4:48 PM > To: [email protected] > Cc: Thierry Herbelot <[email protected]>; [email protected]; > Juraj Linkeš <[email protected]>; Honnappa Nagarahalli > <[email protected]>; Ruifeng Wang > <[email protected]> > Subject: [PATCH-V7] config/arm: add Qualcomm Centriq 2400 SoC config > > From the documentation: > "The SoC configuration is a combination of implementer and CPU part > number configuration and SoC-specific configuration." > > Align Qualcomm SoC configuration with the configuration of other server > SoCs (eMAG, Kunpeng 9x0): add a soc configuration to the existing > implementer configuration, and a cross file. > > Signed-off-by: Thierry Herbelot <[email protected]> > -- > V7: > - use a more specific subject > - add a cross file > V6: > - rebase after merge of "doc: fix Arm SoCs list" > V5: > - rebase after > http://patches.dpdk.org/project/dpdk/patch/20210429070751.6065-1- > [email protected]/ > V4: > - use a more specific SoC name > V3: > - include doc patch > - remove Fixes line > V2: > - use the right original commit in Fixes > --- > config/arm/arm64_centriq2400_linux_gcc | 16 ++++++++++++++++ > config/arm/meson.build | 9 +++++++++ > 2 files changed, 25 insertions(+) > create mode 100644 config/arm/arm64_centriq2400_linux_gcc >
Acked-by: Ruifeng Wang <[email protected]>

