Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Buildroot List <buildroot@buildroot.org>
Subject: Re: [Buildroot] [PATCH 00/16] Bootlin toolchain updates and x86 updates
Date: Tue, 25 Jan 2022 08:58:17 +0100	[thread overview]
Message-ID: <20220125075817.GA457876@scaer> (raw)
In-Reply-To: <20220124230116.203218-1-thomas.petazzoni@bootlin.com>

Thomas, All,

On 2022-01-25 00:00 +0100, Thomas Petazzoni spake thusly:
[--SNIP--]
> Thomas Petazzoni (16):
>   toolchain/toolchain-external/toolchain-external-bootlin: re-update
>     OpenRISC toolchains
>   support/scripts/gen-bootlin-toolchains: add support for new x86-64
>     toolchains
>   toolchain/toolchain-external/toolchain-external-bootlin: update with
>     new x86-64 toolchains
>   arch/Config.in.x86: drastically simplify the BR2_ARCH definition
>   arch/Config.in.x86: add "newer" names for several Intel x86 CPU
>     variants

I was wondering if we should expand the prompt to include the fact that
they are deprecated, or specific to gcc versions before 4.9... But
whatever I tried was ugly or confusing, so I just left it as-is.

Full series applied to master, thanks.

Regards,
Yann E. MORIN.

>   arch/Config.in.x86: westmere and silvermont were added in gcc 4.9
>   arch/Config.in.x86: add broadwell Intel CPU variant
>   arch/Config.in.x86: add skylake CPU variants
>   arch/Config.in.x86: x86-64-v4 implies AVX512
>   support/scripts/gen-bootlin-toolchains: add missing
>     BR2_X86_CPU_HAS_AVX512 condition for x86-64-v4
>   toolchain/toolchain-external/toolchain-external-bootlin: regenerate
>     with AVX512 condition for x86-64-v4 toolchain
>   arch/Config.in.x86: add cannonlake, icelake-client, icelake-server CPU
>     variants
>   arch/Config.in.x86: add goldmont, goldmont-plus, tremont, cascadelake,
>     tigerlake CPU variants
>   arch/Config.in.x86: add cooperlake CPU variant
>   arch/Config.in.x86: add sapphirerapids, alderlake, rocketlake
>   arch/Config.in.x86: indicate how the CPU variants are ordered
> 
>  arch/Config.in.x86                            | 294 ++++++++++-
>  support/scripts/gen-bootlin-toolchains        |  49 ++
>  .../tests/toolchain/test_external_bootlin.py  | 225 +++++++++
>  .../Config.in.options                         | 457 +++++++++++++++++-
>  .../toolchain-external-bootlin.hash           |  46 +-
>  .../toolchain-external-bootlin.mk             |  98 +++-
>  6 files changed, 1129 insertions(+), 40 deletions(-)
> 
> -- 
> 2.34.1
> 

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2022-01-25  7:59 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-24 23:00 [Buildroot] [PATCH 00/16] Bootlin toolchain updates and x86 updates Thomas Petazzoni
2022-01-24 23:00 ` [Buildroot] [PATCH 01/16] toolchain/toolchain-external/toolchain-external-bootlin: re-update OpenRISC toolchains Thomas Petazzoni
2022-01-24 23:01 ` [Buildroot] [PATCH 02/16] support/scripts/gen-bootlin-toolchains: add support for new x86-64 toolchains Thomas Petazzoni
2022-01-24 23:01 ` [Buildroot] [PATCH 03/16] toolchain/toolchain-external/toolchain-external-bootlin: update with " Thomas Petazzoni
2022-01-24 23:01 ` [Buildroot] [PATCH 04/16] arch/Config.in.x86: drastically simplify the BR2_ARCH definition Thomas Petazzoni
2022-01-24 23:01 ` [Buildroot] [PATCH 05/16] arch/Config.in.x86: add "newer" names for several Intel x86 CPU variants Thomas Petazzoni
2022-01-24 23:01 ` [Buildroot] [PATCH 06/16] arch/Config.in.x86: westmere and silvermont were added in gcc 4.9 Thomas Petazzoni
2022-01-24 23:01 ` [Buildroot] [PATCH 07/16] arch/Config.in.x86: add broadwell Intel CPU variant Thomas Petazzoni
2022-01-24 23:01 ` [Buildroot] [PATCH 08/16] arch/Config.in.x86: add skylake CPU variants Thomas Petazzoni
2022-01-24 23:01 ` [Buildroot] [PATCH 09/16] arch/Config.in.x86: x86-64-v4 implies AVX512 Thomas Petazzoni
2022-01-24 23:01 ` [Buildroot] [PATCH 10/16] support/scripts/gen-bootlin-toolchains: add missing BR2_X86_CPU_HAS_AVX512 condition for x86-64-v4 Thomas Petazzoni
2022-01-24 23:01 ` [Buildroot] [PATCH 11/16] toolchain/toolchain-external/toolchain-external-bootlin: regenerate with AVX512 condition for x86-64-v4 toolchain Thomas Petazzoni
2022-01-24 23:01 ` [Buildroot] [PATCH 12/16] arch/Config.in.x86: add cannonlake, icelake-client, icelake-server CPU variants Thomas Petazzoni
2022-01-24 23:01 ` [Buildroot] [PATCH 13/16] arch/Config.in.x86: add goldmont, goldmont-plus, tremont, cascadelake, tigerlake " Thomas Petazzoni
2022-01-24 23:01 ` [Buildroot] [PATCH 14/16] arch/Config.in.x86: add cooperlake CPU variant Thomas Petazzoni
2022-01-24 23:01 ` [Buildroot] [PATCH 15/16] arch/Config.in.x86: add sapphirerapids, alderlake, rocketlake Thomas Petazzoni
2022-01-24 23:01 ` [Buildroot] [PATCH 16/16] arch/Config.in.x86: indicate how the CPU variants are ordered Thomas Petazzoni
2022-01-25  7:58 ` Yann E. MORIN [this message]
2022-01-25  9:11   ` [Buildroot] [PATCH 00/16] Bootlin toolchain updates and x86 updates Thomas Petazzoni
2022-01-25 17:01     ` Yann E. MORIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220125075817.GA457876@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@buildroot.org \
    --cc=thomas.petazzoni@bootlin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox