sdk-ng/overlays
Daniel Leung eb98aaa5ef xtensa: remove unused intel_bdw and intel_byt
Both intel_bdw and intel_byt are not being used in upstream
Zephyr project. So there is no need to build them.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2022-11-29 12:53:48 +09:00
..
xtensa_espressif_esp32 overlays: xtensa_espressif_esp32: gdb: Relocate gdbserver files 2022-06-26 19:20:20 +09:00
xtensa_espressif_esp32s2 overlays: xtensa_espressif_esp32s2: gdb: Relocate gdbserver files 2022-06-26 19:20:20 +09:00
xtensa_intel_apl_adsp overlays: xtensa_intel_apl_adsp: Remove unused directories 2022-06-26 19:20:20 +09:00
xtensa_intel_s1000 overlays: xtensa_intel_s1000: Remove unused directories 2022-06-26 19:20:20 +09:00
xtensa_nxp_imx8m_adsp overlays: xtensa_nxp_imx8m_adsp: Remove unused directories 2022-06-26 19:20:20 +09:00
xtensa_nxp_imx_adsp overlays: xtensa_nxp_imx_adsp: Remove unused directories 2022-06-26 19:20:20 +09:00
xtensa_sample_controller overlays: xtensa_sample_controller: Remove unused directories 2022-06-26 19:20:20 +09:00
README.md overlay: Use Markdown syntax in README 2022-06-25 00:05:09 +09:00

README.md

Toolchain Overlays

xtensa_sample_controller

Generated using the following sequence of commands:

$ git clone git://github.com/foss-xtensa/xtensa-config.git
$ cd xtensa-config
$ wget https://github.com/foss-xtensa/xtensa-config/releases/download/201702/sample_controller_linux.tgz
$ tar -xf sample_controller_linux.tgz `tar -tf sample_controller_linux.tgz | grep xtensa-config-overlay.tar.gz` -O > xtensa-config-overlay.tar.gz
$ ./make-overlay.sh sample_controller xtensa-config-overlay.tar.gz .

xtensa_intel_s1000

Generated using the following sequence of commands:

$ git clone git://github.com/foss-xtensa/xtensa-config.git
$ cd xtensa-config
$ ./make-overlay.sh intel_s1000 /opt/xtensa/XtDevTools/install/builds/RF-2016.4-linux/X6H3SUE_2016_4/src/xtensa-config-overlay.tar.gz .

Where xtensa-config-overlay.tar.gz is obtained from the official SDK which can be obtained at:

https://tensilicatools.com/platform/intel-sue-creek

Path prefix /opt/xtensa is the default installation path, which may change depending on how the SDK is installed.