Skip to content

Commit

Permalink
intel_adsp: boot: d3: hp sram reinit
Browse files Browse the repository at this point in the history
Adding HP SRAM initialization in D3 power state exit procedure.

Signed-off-by: Tomasz Leman <[email protected]>
  • Loading branch information
tmleman authored and nashif committed Jul 10, 2023
1 parent c81f8d7 commit 3764814
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions soc/xtensa/intel_adsp/ace/boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ __imr void boot_d3_restore(void)
/* reset memory hole */
CAVS_SHIM.l2mecs = 0;
#endif
extern void hp_sram_init(uint32_t memory_size);
hp_sram_init(L2_SRAM_SIZE);

extern void lp_sram_init(void);
lp_sram_init();
Expand Down

0 comments on commit 3764814

Please sign in to comment.