zephyr/arch/arc/soc/quark_se_ss
Anas Nashif c4c919dbe0 Move compiler optimization to the SoC
Decisions on compiler optimizations were done on the architecture level,
this does not scale and some SoCs will have different optimization levels
or compiler options needed. Moving this to the SoC makes it easy to optimize
differently when using the same CPU which we use to set the right optimization
now on the architecture level.

For IAMCU platforms, use the right architecture and tuning.

-march=lakemont -mtune=lakemont -miamcu -msoft-float

Change-Id: I458afca5feb9be5de8dcae559d6dcac3c6d6a2a7
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05 20:25:29 -05:00
..
Kbuild kbuild: move SoC Makefile content to Kbuild file 2016-02-05 20:25:17 -05:00
Kconfig quark_se_ss: Provide all the informations for GPIOs 2016-02-05 20:25:21 -05:00
Kconfig.soc Use SoC instead of platform. 2016-02-05 20:25:11 -05:00
Makefile Move compiler optimization to the SoC 2016-02-05 20:25:29 -05:00
irq_vector_table.c arc: correctly size the IRQ vector table 2016-02-05 20:25:13 -05:00
linker.cmd Use SoC instead of platform. 2016-02-05 20:25:11 -05:00
soc.c init: use SYS_INIT() where it makes sense 2016-02-05 20:25:25 -05:00
soc.h gpio: dw: Fixing how interrupt unmasking is done for Quark SE SS 2016-02-05 20:25:21 -05:00
soc_config.c irq: rename irq_connect() to IRQ_CONNECT() 2016-02-05 20:25:25 -05:00
sw_isr_table.S arm/arc: fix typos 2016-02-05 20:25:14 -05:00