Re: [dpdk-dev] [PATCH-V7] config/arm: add Qualcomm Centriq 2400 SoC config
From: Ruifeng Wang <hidden>
Date: 2021-05-13 09:36:14
-----Original Message----- From: Thierry Herbelot <redacted> Sent: Friday, May 7, 2021 4:48 PM To: dev@dpdk.org Cc: Thierry Herbelot <redacted>; thomas@monjalon.net; Juraj Linkeš [off-list ref]; Honnappa Nagarahalli [off-list ref]; Ruifeng Wang [off-list ref] 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 <redacted> -- 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- david.marchand@redhat.com/ 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 <redacted>