mbox series

[0/2] build: add Graviton2(arm64) config

Message ID 20200909011109.2048-1-vcchunga@amazon.com (mailing list archive)
Headers
Series build: add Graviton2(arm64) config |

Message

Vimal Chungath Sept. 9, 2020, 1:11 a.m. UTC
  These two patches add meson and make build configuration
for AWS Graviton2 platform. I plan to send platform guide
patch separately.

Vimal Chungath (2):
  config: add Graviton2(arm64) meson configuration
  config: add Graviton2(arm64) defconfig

 config/arm/arm64_graviton2_linux_gcc          | 17 ++++++++++++++
 config/arm/meson.build                        | 12 +++++++++-
 config/defconfig_arm64-graviton2-linux-gcc    |  1 +
 config/defconfig_arm64-graviton2-linuxapp-gcc | 13 +++++++++++
 config/defconfig_graviton2                    |  1 +
 mk/machine/graviton2/rte.vars.mk              | 33 +++++++++++++++++++++++++++
 6 files changed, 76 insertions(+), 1 deletion(-)
 create mode 100644 config/arm/arm64_graviton2_linux_gcc
 create mode 120000 config/defconfig_arm64-graviton2-linux-gcc
 create mode 100644 config/defconfig_arm64-graviton2-linuxapp-gcc
 create mode 120000 config/defconfig_graviton2
 create mode 100644 mk/machine/graviton2/rte.vars.mk
  

Comments

David Marchand Sept. 9, 2020, 8:03 a.m. UTC | #1
Hello Vimal,

On Wed, Sep 9, 2020 at 3:11 AM Vimal Chungath <vcchunga@amazon.com> wrote:
>
> These two patches add meson and make build configuration
> for AWS Graviton2 platform. I plan to send platform guide
> patch separately.
>
> Vimal Chungath (2):
>   config: add Graviton2(arm64) meson configuration
>   config: add Graviton2(arm64) defconfig

I did not look at the patches, just looked at the cover letter.
You can drop the makefile config files since make support has been dropped.
Thanks.
  
Vimal Chungath Sept. 12, 2020, 6:28 p.m. UTC | #2
On 9/9/20 1:03 AM, David Marchand wrote:
>
> Hello Vimal,
>
> On Wed, Sep 9, 2020 at 3:11 AM Vimal Chungath <vcchunga@amazon.com> wrote:
>>
>> These two patches add meson and make build configuration
>> for AWS Graviton2 platform. I plan to send platform guide
>> patch separately.
>>
>> Vimal Chungath (2):
>>   config: add Graviton2(arm64) meson configuration
>>   config: add Graviton2(arm64) defconfig
>
> I did not look at the patches, just looked at the cover letter.
> You can drop the makefile config files since make support has been dropped.
> Thanks.

Thanks. I will remove make config files in next version.