diff --git a/components/soc/esp32h4/include/soc/clic_reg.h b/components/soc/esp32h4/include/soc/clic_reg.h index 1e6533fbdd..9db84357b3 100644 --- a/components/soc/esp32h4/include/soc/clic_reg.h +++ b/components/soc/esp32h4/include/soc/clic_reg.h @@ -10,8 +10,6 @@ extern "C" { #endif -//TODO: [ESP32H4] IDF-12303 - #define NLBITS 3 #define CLIC_EXT_INTR_NUM_OFFSET 16 #define DUALCORE_CLIC_CTRL_OFF 0x10000 diff --git a/components/soc/esp32h4/include/soc/clint_reg.h b/components/soc/esp32h4/include/soc/clint_reg.h index 7df0faafeb..125d5c4b61 100644 --- a/components/soc/esp32h4/include/soc/clint_reg.h +++ b/components/soc/esp32h4/include/soc/clint_reg.h @@ -10,8 +10,6 @@ extern "C" { #endif -//TODO: [ESP32H4] IDF-12303 - /*CLINT MINT*/ #define CLINT_MINT_SIP_REG (DR_REG_CLINT_M_BASE + 0x0) /* CLINT_CPU_MINT_SIP : R/W ;bitpos:[0] ;default: 1'b0 ; */ diff --git a/components/soc/esp32h4/include/soc/interrupt_reg.h b/components/soc/esp32h4/include/soc/interrupt_reg.h index fb42ff1a11..fae1916741 100644 --- a/components/soc/esp32h4/include/soc/interrupt_reg.h +++ b/components/soc/esp32h4/include/soc/interrupt_reg.h @@ -8,8 +8,6 @@ #include "soc/clic_reg.h" #include "soc/soc_caps.h" -// TODO: [ESP32H4] IDF-12303 inherit from verify code, need check - #define INTERRUPT_CURRENT_CORE_INT_THRESH_REG (CLIC_INT_THRESH_REG) #define INTERRUPT_OTHER_CORE_INT_THRESH_REG (CLIC_INT_THRESH_REG + DUALCORE_CLIC_CTRL_OFF) diff --git a/components/soc/esp32h4/include/soc/reg_base.h b/components/soc/esp32h4/include/soc/reg_base.h index cd9c4653e9..be1b13e32d 100644 --- a/components/soc/esp32h4/include/soc/reg_base.h +++ b/components/soc/esp32h4/include/soc/reg_base.h @@ -76,7 +76,7 @@ #define DR_REG_TOUCH_SENS_BASE 0x600B5800 #define DR_REG_TOUCH_AON_BASE 0x600B5C00 -#define DR_REG_CLINT_M_BASE 0x20000000 // TODO: [ESP32H4] IDF-12303 inherit from verify code, need check +#define DR_REG_CLINT_M_BASE 0x20000000 #define IEEE802154_REG_BASE 0x600C3000 #define PWDET_CONF_REG 0x600C0808 diff --git a/components/soc/esp32h4/include/soc/soc.h b/components/soc/esp32h4/include/soc/soc.h index 8b0f3e5265..71275ced10 100644 --- a/components/soc/esp32h4/include/soc/soc.h +++ b/components/soc/esp32h4/include/soc/soc.h @@ -150,7 +150,7 @@ #define SOC_IRAM_HIGH 0x40860000 #define SOC_DRAM_LOW 0x40810000 #define SOC_DRAM_HIGH 0x40860000 -#define SOC_RTC_IRAM_LOW 0x50000000 // TODO:[ESP32H4] IDF-12303 inherit from verify code, need remove +#define SOC_RTC_IRAM_LOW 0x50000000 #define SOC_RTC_IRAM_HIGH 0x50004000 #define SOC_RTC_DRAM_LOW 0x50000000 #define SOC_RTC_DRAM_HIGH 0x50004000