Skip to content

Commit b88b1ce

Browse files
committed
Merge branch 'change/update_cache_header_on_c5' into 'master'
change(cache): sync the cache register info to TRM See merge request espressif/esp-idf!36646
2 parents aa23c80 + a7b218f commit b88b1ce

File tree

5 files changed

+730
-8759
lines changed

5 files changed

+730
-8759
lines changed

components/esp_hw_support/lowpower/port/esp32c5/sleep_cpu.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ static void * cpu_domain_dev_sleep_frame_alloc_and_init(const cpu_domain_dev_reg
103103
static inline void * cpu_domain_cache_config_sleep_frame_alloc_and_init(void)
104104
{
105105
const static cpu_domain_dev_regs_region_t regions[] = {
106-
{ .start = CACHE_L1_ICACHE_CTRL_REG, .end = CACHE_L1_BYPASS_CACHE_CONF_REG + 4 },
107106
{ .start = CACHE_L1_CACHE_AUTOLOAD_CTRL_REG, .end = CACHE_L1_CACHE_AUTOLOAD_SCT1_SIZE_REG + 4 },
108107
};
109108
return cpu_domain_dev_sleep_frame_alloc_and_init(regions, sizeof(regions) / sizeof(regions[0]));

components/esp_hw_support/lowpower/port/esp32c61/sleep_cpu.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ static void * cpu_domain_dev_sleep_frame_alloc_and_init(const cpu_domain_dev_reg
103103
static inline void * cpu_domain_cache_config_sleep_frame_alloc_and_init(void)
104104
{
105105
const static cpu_domain_dev_regs_region_t regions[] = {
106-
{ .start = CACHE_L1_CACHE_CTRL_REG, .end = CACHE_L1_CACHE_CTRL_REG + 4 },
107106
{ .start = CACHE_L1_CACHE_AUTOLOAD_CTRL_REG, .end = CACHE_L1_CACHE_AUTOLOAD_SCT1_SIZE_REG + 4 },
108107
};
109108
return cpu_domain_dev_sleep_frame_alloc_and_init(regions, sizeof(regions) / sizeof(regions[0]));

components/esp_hw_support/lowpower/port/esp32h2/sleep_cpu.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ static inline void * cpu_domain_intpri_sleep_frame_alloc_and_init(void)
118118
static inline void * cpu_domain_cache_config_sleep_frame_alloc_and_init(void)
119119
{
120120
const static cpu_domain_dev_regs_region_t regions[] = {
121-
{ .start = CACHE_L1_CACHE_CTRL_REG, .end = CACHE_L1_CACHE_CTRL_REG + 4 },
122121
{ .start = CACHE_L1_CACHE_WRAP_AROUND_CTRL_REG, .end = CACHE_L1_CACHE_WRAP_AROUND_CTRL_REG + 4 }
123122
};
124123
return cpu_domain_dev_sleep_frame_alloc_and_init(regions, sizeof(regions) / sizeof(regions[0]));

0 commit comments

Comments
 (0)