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

wifi: Add ext flash support for firmware patches #2062

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Oct 8, 2024

  1. [nrf fromlist] drivers: nrfwifi: Fix the indentation

    The Cmake indentation is two spaces.
    
    Upstream PR: zephyrproject-rtos/zephyr#79328
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a9d23dd View commit details
    Browse the repository at this point in the history
  2. [nrf fromlist] drivers: wifi: Add support to override FW load

    For using external flash the tooling is only available in NCS, so, use
    the existing Kconfig option to override the FW loading.
    
    Upstream PR: zephyrproject-rtos/zephyr#79328
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2260e87 View commit details
    Browse the repository at this point in the history
  3. [nrf fromlist] drivers: wifi: nrf: Remove unused linker script

    This script is needed only when external flash is used to store nRF70
    firmware patches. This also uses PM which is supported only in NCS.
    
    Upstream PR: zephyrproject-rtos/zephyr#79328
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    146a806 View commit details
    Browse the repository at this point in the history
  4. [nrf fromlist] drivers: nrfwifi: Fix rebuilding when FW blobs are cha…

    …nges
    
    Whenever FW blobs are updated manually, we need to tell cmake to
    auto-build the source files to use the latest firmware without doing a
    pristine build.
    
    This adds a custom target to be run with nRF Wi-Fi driver and updates
    timestamp of fw_load.c to rebuild whenevr the blob is updated.
    
    Upstream PR: zephyrproject-rtos/zephyr#79328
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    1d84043 View commit details
    Browse the repository at this point in the history
  5. Revert "[nrf noup] drivers: wifi: nrfwifi: Workaround for build"

    This reverts commit b757e7a.
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    54094dc View commit details
    Browse the repository at this point in the history