Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH next 0/4] Misc improvements to C-SKY support
@ 2019-05-28  8:29 Thomas Petazzoni
  2019-05-28  8:29 ` [Buildroot] [PATCH next 1/4] support/gnuconfig: update to 2019-05-28 Thomas Petazzoni
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Thomas Petazzoni @ 2019-05-28  8:29 UTC (permalink / raw)
  To: buildroot

Hello,

This series brings some misc improvements to the C-SKY architecture
support:

 - Update support/gnuconfig to have support for C-SKY. In master, we
   have merged a patch from Guo that does the minimal change to
   support C-SKY, but as suggested by Peter, it makes more sense to do
   a complete update of the gnuconfig stuff in next, since upstream
   has support for C-SKY.

 - Add a proper package for the C-SKY pre-built external toolchain,
   use it for the C-SKY defconfig we have in the tree, and add testing
   in the autobuilders for C-SKY.

Thanks,

Thomas

Thomas Petazzoni (4):
  support/gnuconfig: update to 2019-05-28
  toolchain/toolchain-external/toolchain-external-csky: new package
  configs/csky_gx6605s: use the C-SKY external toolchain package
  support/config-fragments/autobuild: add testing for the C-SKY
    architecture

 DEVELOPERS                                    |    1 +
 configs/csky_gx6605s_defconfig                |    9 +-
 .../config-fragments/autobuild/csky.config    |    3 +
 .../autobuild/toolchain-configs.csv           |    1 +
 support/gnuconfig/config.guess                |  836 +++---
 support/gnuconfig/config.sub                  | 2525 ++++++++---------
 toolchain/toolchain-external/Config.in        |    6 +
 .../toolchain-external-csky/Config.in         |   15 +
 .../toolchain-external-csky/Config.in.options |    9 +
 .../toolchain-external-csky.hash              |    2 +
 .../toolchain-external-csky.mk                |   11 +
 11 files changed, 1823 insertions(+), 1595 deletions(-)
 create mode 100644 support/config-fragments/autobuild/csky.config
 create mode 100644 toolchain/toolchain-external/toolchain-external-csky/Config.in
 create mode 100644 toolchain/toolchain-external/toolchain-external-csky/Config.in.options
 create mode 100644 toolchain/toolchain-external/toolchain-external-csky/toolchain-external-csky.hash
 create mode 100644 toolchain/toolchain-external/toolchain-external-csky/toolchain-external-csky.mk

-- 
2.21.0

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-05-29  6:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-28  8:29 [Buildroot] [PATCH next 0/4] Misc improvements to C-SKY support Thomas Petazzoni
2019-05-28  8:29 ` [Buildroot] [PATCH next 1/4] support/gnuconfig: update to 2019-05-28 Thomas Petazzoni
2019-05-28  9:32   ` Peter Korsgaard
2019-05-28 20:07     ` Thomas Petazzoni
2019-05-28 21:31       ` Arnout Vandecappelle
2019-05-29  6:57         ` Thomas Petazzoni
2019-05-28  8:29 ` [Buildroot] [PATCH next 2/4] toolchain/toolchain-external/toolchain-external-csky: new package Thomas Petazzoni
2019-05-28  8:29 ` [Buildroot] [PATCH next 3/4] configs/csky_gx6605s: use the C-SKY external toolchain package Thomas Petazzoni
2019-05-28  8:29 ` [Buildroot] [PATCH next 4/4] support/config-fragments/autobuild: add testing for the C-SKY architecture Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox