Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zephyrproject-rtos/sof
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: zephyr
Choose a base ref
...
head repository: galak/sof
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: zephyr
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 7 files changed
  • 1 contributor

Commits on Dec 8, 2020

  1. zephyr: reference local Kconfig

    Reference Kconfig in zephyr module file which is evaluated by Zephyr
    directly. This will eliminate the need for including the SOF Kconfig
    directly.
    
    Signed-off-by: Anas Nashif <[email protected]>
    nashif committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    3923191 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. trace: do not set trace_ctx section for Zephyr [REVERTME]

    This section is generating warnings when build with Zephyr, so remove
    for now.
    
    Signed-off-by: Anas Nashif <[email protected]>
    nashif committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    3792752 View commit details
    Browse the repository at this point in the history
  2. trace: fix formatting

    Getting formatting warnings when building with Zephyr which prevents
    successful build in CI.
    
    Signed-off-by: Anas Nashif <[email protected]>
    nashif committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    d4b76ea View commit details
    Browse the repository at this point in the history
  3. west: add sof extension

    Add west extension to fetch SOF submodules needed for building.
    
    Signed-off-by: Anas Nashif <[email protected]>
    nashif committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    1026dfd View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. rimage: Put rimage termporarily in zephyr/ext

    While we wait for resolution of issue with submodules, put rimage in
    zephyr/ and make it part of the module.
    
    See zephyrproject-rtos/zephyr#31143
    
    Signed-off-by: Anas Nashif <[email protected]>
    nashif committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    31f6d22 View commit details
    Browse the repository at this point in the history
  2. west: extension: remove sof extension

    We now have the submodules integrated until west starts supporting
    submodules on its own.
    
    Signed-off-by: Anas Nashif <[email protected]>
    nashif committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    ed0b4b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Configuration menu
    Copy the full SHA
    c340819 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e75cce View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

  1. Configuration menu
    Copy the full SHA
    b5b772d View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Merge pull request #6 from nashif/sof_update

    Sync with SOF tree 385cf89
    nashif authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    7c5126f View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. rimage: remove ext/rimage and add manifest header

    Do not keep a copy of rimage and instead just add the manifest header
    which allow building the audio sample in Zephyr.
    
    Signing the image will now require a dedicated and locally installed
    copy of rimage.
    
    This removes dependency on submodules in the SOF module hosted in
    Zephyr.
    
    Signed-off-by: Anas Nashif <[email protected]>
    nashif committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    973de63 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Merge pull request #7 from nashif/rimage_remove

    rimage: remove ext/rimage and add manifest header
    nashif authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    f97ec1d View commit details
    Browse the repository at this point in the history
Loading