All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] arm, arm-bsp, arm-toolchain: Add Trusted-Firmware-M recipe
@ 2020-06-22  7:13 gabor.abonyi
  2020-06-22  7:13 ` [PATCH 1/6] arm-toolchain: external-arm-toolchain: Rename Gabor Abonyi
                   ` (5 more replies)
  0 siblings, 6 replies; 28+ messages in thread
From: gabor.abonyi @ 2020-06-22  7:13 UTC (permalink / raw)
  To: meta-arm; +Cc: nd, Gabor Abonyi

These patches create Trusted-Firmware-M base recipe.
It requires Arm Clang external compiler toolchain and
python3-cbor (until upstreamed to either oe-core or meta-python).
It also add support for 2 machines, musca_b1 and musca_s1 as
compatible machines.

Gabor Abonyi (6):
  arm-toolchain: external-arm-toolchain: Rename
  arm-toolchain: armcompiler: Add Arm Clang recipe
  arm: python3-cbor: Add recipe
  arm: trusted-firmware-m: Add recipe
  arm-bsp: musca_b1: Add machine
  arm-bsp: musca_s1: Add machine

 meta-arm-bsp/conf/machine/armv8m.inc          |   10 +
 meta-arm-bsp/conf/machine/musca_b1.conf       |   11 +
 meta-arm-bsp/conf/machine/musca_s1.conf       |   11 +
 .../trusted-firmware-m_%.bbappend             |    4 +
 .../classes/armcompiler-host-license.bbclass  |    7 +
 meta-arm-toolchain/conf/layer.conf            |    3 +
 .../Armcompiler-License-agreement             |  165 +
 .../Armcompiler-Redistributables              |   36 +
 .../Armcompiler-Supplementary-terms           |   10 +
 .../Armcompiler-Third-party-licenses          | 3947 +++++++++++++++++
 .../armcompiler_6.13.bb                       |   41 +
 ...inc => external-arm-toolchain-x86host.inc} |    0
 .../gcc-aarch64-none-elf_9.2-2019.12.bb       |    2 +-
 .../gcc-arm-none-eabi_9-2019-q4-major.bb      |    2 +-
 .../trusted-firmware-m/trusted-firmware-m.inc |  118 +
 .../trusted-firmware-m_1.0.bb                 |   25 +
 .../python/python3-cbor_1.0.0.bb              |   14 +
 17 files changed, 4404 insertions(+), 2 deletions(-)
 create mode 100644 meta-arm-bsp/conf/machine/armv8m.inc
 create mode 100644 meta-arm-bsp/conf/machine/musca_b1.conf
 create mode 100644 meta-arm-bsp/conf/machine/musca_s1.conf
 create mode 100644 meta-arm-bsp/recipes-bsp/trusted-firmware-m/trusted-firmware-m_%.bbappend
 create mode 100644 meta-arm-toolchain/classes/armcompiler-host-license.bbclass
 create mode 100644 meta-arm-toolchain/custom-licenses/Armcompiler-License-agreement
 create mode 100644 meta-arm-toolchain/custom-licenses/Armcompiler-Redistributables
 create mode 100644 meta-arm-toolchain/custom-licenses/Armcompiler-Supplementary-terms
 create mode 100644 meta-arm-toolchain/custom-licenses/Armcompiler-Third-party-licenses
 create mode 100644 meta-arm-toolchain/recipes-devtools/external-arm-toolchain/armcompiler_6.13.bb
 rename meta-arm-toolchain/recipes-devtools/external-arm-toolchain/{gcc-x86host.inc => external-arm-toolchain-x86host.inc} (100%)
 create mode 100644 meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m.inc
 create mode 100644 meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m_1.0.bb
 create mode 100644 meta-arm/recipes-devtools/python/python3-cbor_1.0.0.bb

-- 
2.17.1


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

end of thread, other threads:[~2020-07-17 13:32 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-22  7:13 [PATCH 0/6] arm, arm-bsp, arm-toolchain: Add Trusted-Firmware-M recipe gabor.abonyi
2020-06-22  7:13 ` [PATCH 1/6] arm-toolchain: external-arm-toolchain: Rename Gabor Abonyi
2020-06-22  7:13 ` [PATCH 2/6] arm-toolchain: armcompiler: Add Arm Clang recipe Gabor Abonyi
2020-06-22 14:23   ` [meta-arm] " Jon Mason
2020-06-22 18:22   ` Ross Burton
2020-06-23  7:47     ` Gabor Abonyi
2020-06-26 10:05       ` Ross Burton
2020-06-22  7:13 ` [PATCH 3/6] arm: python3-cbor: Add recipe Gabor Abonyi
2020-06-22  7:13 ` [PATCH 4/6] arm: trusted-firmware-m: " Gabor Abonyi
2020-06-22 16:49   ` [meta-arm] " Denys Dmytriyenko
2020-06-22 17:26     ` Jon Mason
2020-06-22 17:36       ` Denys Dmytriyenko
2020-06-22 18:04         ` Joshua Watt
2020-06-23  8:59           ` Gabor Abonyi
2020-07-01 18:08             ` Denys Dmytriyenko
2020-07-02  9:14               ` Ross Burton
2020-07-02 15:39                 ` Jon Mason
2020-07-16  6:14                   ` Fabien Parent
2020-07-17 13:32                     ` Jon Mason
2020-06-22 18:23   ` Ross Burton
2020-06-22 18:43     ` Denys Dmytriyenko
2020-06-22 19:29       ` Ross Burton
2020-06-22 19:48         ` Denys Dmytriyenko
2020-06-23  7:06           ` Diego Sueiro
2020-07-01 18:10             ` [meta-arm] " Denys Dmytriyenko
2020-07-02 15:33               ` Jon Mason
2020-06-22  7:14 ` [PATCH 5/6] arm-bsp: musca_b1: Add machine Gabor Abonyi
2020-06-22  7:14 ` [PATCH 6/6] arm-bsp: musca_s1: " Gabor Abonyi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.