[PATCH v2] config/arm: add Ampere AmpereOneX platform
Yutang Jiang
yutang.jiang at amperecomputing.com
Thu Jun 27 04:53:43 CEST 2024
Thank you, Ruifeng.
I noticed that variable patch, and have updated and submitted a new v3 patch.
> -----Original Message-----
> From: Ruifeng Wang <Ruifeng.Wang at arm.com>
> Sent: Thursday, June 20, 2024 4:41 PM
> To: Yutang Jiang OS <jiangyutang at os.amperecomputing.com>;
> dev at dpdk.org
> Cc: Open Source Submission <patches at amperecomputing.com>; Yutang Jiang
> <yutang.jiang at amperecomputing.com>; nd at arm.com;
> juraj.linkes at pantheon.tech; wathsala.vithanage at arm.com
> Subject: Re: [PATCH v2] config/arm: add Ampere AmpereOneX platform
>
> [EXTERNAL EMAIL NOTICE: This email originated from an external sender.
> Please be mindful of safe email handling and proprietary information
> protection practices.]
>
>
> On 2024/4/11 5:23 PM, Yutang Jiang wrote:
> > Signed-off-by: Yutang Jiang <jiangyutang at os.amperecomputing.com>
> > ---
> > config/arm/arm64_ampereonex_linux_gcc | 16 ++++++++++++++++
> > config/arm/meson.build | 19 +++++++++++++++++++
> > 2 files changed, 35 insertions(+)
> > create mode 100644 config/arm/arm64_ampereonex_linux_gcc
> >
> > diff --git a/config/arm/arm64_ampereonex_linux_gcc
> > b/config/arm/arm64_ampereonex_linux_gcc
> > new file mode 100644
> > index 0000000000..c5c334fdb7
> > --- /dev/null
> > +++ b/config/arm/arm64_ampereonex_linux_gcc
> > @@ -0,0 +1,16 @@
> > +[binaries]
> > +c = ['ccache', 'aarch64-linux-gnu-gcc'] cpp = ['ccache',
> > +'aarch64-linux-gnu-g++'] ar = 'aarch64-linux-gnu-gcc-ar'
> > +strip = 'aarch64-linux-gnu-strip'
> > +pkgconfig = 'aarch64-linux-gnu-pkg-config'
>
> This variable is changed to remove some meson warning [1]. Please update
> accordingly.
>
> With suggested change:
> Acked-by: Ruifeng Wang <ruifeng.wang at arm.com>
>
> PS: you can take received ack from the previous version.
>
> [1]
> https://patches.dpdk.org/project/dpdk/patch/20240617151458.1005103-
> 1-david.marchand at redhat.com/
>
> Thanks.
> > +pcap-config = ''
> > +
> > +[host_machine]
> <snip>
More information about the dev
mailing list