arm: Add star-mc1 cpu
authorChung-Ju Wu <jasonwucj@gmail.com>
Wed, 8 Jun 2022 07:14:11 +0000 (07:14 +0000)
committerChung-Ju Wu <jasonwucj@gmail.com>
Wed, 8 Jun 2022 07:17:19 +0000 (07:17 +0000)
commitef5cc6bbb60b0ccbc10fb76b697ae02f28af18c0
tree939894c3982ff9fe2fe2939129af9111b4f7de69
parent75df1594ae56dcdcc471f138e088cfa81c48082b
arm: Add star-mc1 cpu

The star-mc1 is an embedded processor with armv8m architecture.  Majorly
it is designed to meet the requirements of AIoT application performance,
power consumption and security.  This patch is to add support of star-mc1
cpu.

Signed-off-by: Chung-Ju Wu <jasonwucj@gmail.com>
gcc/ChangeLog:

* config/arm/arm-cpus.in (star-mc1): New cpu.
* config/arm/arm-tables.opt: Regenerate.
* config/arm/arm-tune.md: Regenerate.
* doc/invoke.texi: Update docs.
gcc/config/arm/arm-cpus.in
gcc/config/arm/arm-tables.opt
gcc/config/arm/arm-tune.md
gcc/doc/invoke.texi