Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xtensa targets from SOF #187

Merged
merged 7 commits into from Feb 13, 2020
Merged

Commits on Feb 10, 2020

  1. gdb: Add fixes for stdint and remote debug on xtensa.

    Take both stdint and remote debug fixes from SOF.
    
    Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
    lrgirdwo committed Feb 10, 2020
    Copy the full SHA
    cc92dc4 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. gdb: xtensa: update most targets to GDB 8.3.1 except S1000

    Update to version used by SOF on xtensa platforms.
    
    Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
    lrgirdwo committed Feb 13, 2020
    Copy the full SHA
    335f93e View commit details
    Browse the repository at this point in the history
  2. xtensa: add config Intel_bdw_adsp

    This adds the config ti build the toolchain for
    the Audio DSP on the Intel Broadwell platform.
    
    The overlay is taken from the sof-gcc9x branch,
    commit f16cbc7dd794d0292be3613d6eeac986841f5492
    
    The config has the selections of tools and their versions
    from the Sound Open Firmware project.
    
    Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
    lrgirdwo committed Feb 13, 2020
    Copy the full SHA
    2702544 View commit details
    Browse the repository at this point in the history
  3. xtensa: add config Intel_byt_adsp

    This adds the config to build the toolchain for
    the Audio DSP on the Intel Bautrail, Cherrytrail
    and Braswell platforms.
    
    The overlay is taken from the sof-gcc9x branch,
    commit f16cbc7dd794d0292be3613d6eeac986841f5492
    
    The config has the selections of tools and their versions
    from the Sound Open Firmware project.
    
    Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
    lrgirdwo committed Feb 13, 2020
    Copy the full SHA
    4161796 View commit details
    Browse the repository at this point in the history
  4. xtensa: add config nxp_imx_adsp

    This adds the config ti build the toolchain for
    the Audio DSP on the NXP imx platform.
    
    The overlay is taken from the sof-gcc9x branch,
    commit f16cbc7dd794d0292be3613d6eeac986841f5492
    
    The config has the selections of tools and their versions
    from the Sound Open Firmware project.
    
    Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
    lrgirdwo committed Feb 13, 2020
    Copy the full SHA
    b9b285a View commit details
    Browse the repository at this point in the history
  5. xtensa: add config nxp_imx8m_adsp

    This adds the config to build the toolchain for
    the Audio DSP on the NXP IMX8M platform.
    
    The overlay is taken from the sof-gcc9x branch,
    commit f16cbc7dd794d0292be3613d6eeac986841f5492
    
    The config has the selections of tools and their versions
    from the Sound Open Firmware project.
    
    Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
    lrgirdwo committed Feb 13, 2020
    Copy the full SHA
    3a2e2fd View commit details
    Browse the repository at this point in the history
  6. release-notes: Add new Intel and NXP xtensa ADSP tools.

    Add details of the new xtensa targets from Intel and NXP.
    GDB 8.3.1 update for xtensa.
    
    Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
    lrgirdwo committed Feb 13, 2020
    Copy the full SHA
    4e228eb View commit details
    Browse the repository at this point in the history