- 
                Notifications
    
You must be signed in to change notification settings  - Fork 720
 
GDFS and GDPWR NRFS services and Zephyr implementations #2300
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
GDFS and GDPWR NRFS services and Zephyr implementations #2300
Conversation
7081694    to
    fa93afa      
    Compare
  
    | 
           The following west manifest projects have been modified in this Pull Request: 
 Note: This message is automatically posted and updated by the Manifest GitHub Action.  | 
    
53dc701    to
    9f6741b      
    Compare
  
    8673de1    to
    83164e5      
    Compare
  
    b747f86    to
    20b7ee7      
    Compare
  
    6a25a3f    to
    4b49be5      
    Compare
  
    df40a41    to
    8c7607a      
    Compare
  
    93baa35    to
    b71c640      
    Compare
  
    | 
           Enabling those features with   | 
    
b71c640    to
    3046efc      
    Compare
  
    bfc81c6    to
    7baf9bb      
    Compare
  
    Pulls PR that removed nRF Wi-Fi. (cherry picked from commit e512151) Signed-off-by: Chaitanya Tata <[email protected]>
Commit e512151("manifest: hal_nordic: Pull nRF Wi-Fi removal") mistakenly added a temporary local file. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 7658adf)
Including not removing a workaround in the UART driver for bsim targets (cherry picked from commit 6c7b38f) Signed-off-by: Alberto Escolar Piedras <[email protected]>
…test suit blob See zephyrproject-rtos/hal_nordic#267 for additional details. (cherry picked from commit 96f2b2f) Signed-off-by: Carles Cufi <[email protected]>
Update hal_nordic revision to include nrfs services: - GDPWR - GDFS Upstream PR #: 81735 Signed-off-by: Bjarki Arge Andreasen <[email protected]>
          
 Clock control is not enabled by default :) If its enabled, then yes, application developer must request higher freq when needed, that's what its for :)  | 
    
nRFs exposes now all power domains, following their actual name in the specification. Add support for all of them in the GPD service. Note that this is a breaking change: running this code requires a new SCFW as IDs have changed in nRFs and so SCFW. Upstream PR #: 81735 Signed-off-by: Gerard Marull-Paretas <[email protected]>
29a458c    to
    5a81aa5      
    Compare
  
    Adding the implementation for the GDFS service Upstream PR #: 81735 Signed-off-by: Paweł Pelikan <[email protected]>
Add specific device model for global hsfll clock and update dts tree to use specific model. The clock is not fixed, and configurable at runtime to predefined frequencies specified by the platform. Upstream PR #: 81735 Signed-off-by: Bjarki Arge Andreasen <[email protected]>
The nrf-hsfll was previously the only supported HSFLL clock, hence it was not namespaced fully. Since we added nrf-hsfll-global, we should add the namespace to nrf-hsfll as well. Updates drivers and devicetree uses of HSFLL as well. Upstream PR #: 81735 Signed-off-by: Bjarki Arge Andreasen <[email protected]>
…fsll clock Add device driver support for global hsfll clock. Upstream PR #: 81735 Signed-off-by: Bjarki Arge Andreasen <[email protected]>
… hsfll Extend sample to support global hsfll clock control. Upstream PR #: 81735 Signed-off-by: Bjarki Arge Andreasen <[email protected]>
…lock Extend test suite to test global HSFLL clock. Upstream PR #: 81735 Signed-off-by: Bjarki Arge Andreasen <[email protected]>
5a81aa5    to
    8eea788      
    Compare
  
    
Blocked until WiFi changes have been merged nrfconnect/sdk-nrf#19147, and SDSC bundle is ready with GDSF and GDPWR services.