Merge branch 'bugfix/update_esp32p4lp_rom_ld_files_v5.2' into 'release/v5.2'

fix(esp_rom): Update esp32p4lp rom ld files (v5.2)

See merge request espressif/esp-idf!29832
This commit is contained in:
Jiang Jiang Jian 2024-03-26 16:30:44 +08:00
commit b85d778374

View File

@ -1,12 +1,12 @@
/* /*
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
*/ */
/* ROM function interface esp32p4lp.rom.ld for esp32p4lp /* ROM function interface esp32p4lp.rom.ld for esp32p4lp
* *
* *
* Generated from ./target/esp32p4lp/interface-esp32p4lp.yml md5sum 0751c805e21bd23f11b74dcc1f7e8007 * Generated from ./target/esp32p4lp/interface-esp32p4lp.yml md5sum f827caf806e9f4faec384ffbde44b380
* *
* Compatible with ROM where ECO version equal or greater to 0. * Compatible with ROM where ECO version equal or greater to 0.
* *
@ -20,16 +20,40 @@
/* Functions */ /* Functions */
rtc_get_reset_reason = 0x50100098; rtc_get_reset_reason = 0x50100098;
rtc_get_wakeup_cause = 0x5010009c; rtc_get_wakeup_cause = 0x5010009c;
ets_printf = 0x501000a0; pmu_enable_unhold_pads = 0x501000a0;
ets_install_putc1 = 0x501000a4; ets_printf = 0x501000a4;
ets_install_uart_printf = 0x501000a8; ets_install_putc1 = 0x501000a8;
ets_delay_us = 0x501000ac; ets_install_uart_printf = 0x501000ac;
uart_tx_one_char = 0x501000b0; ets_delay_us = 0x501000b0;
uart_tx_flush = 0x501000b4; uart_tx_one_char = 0x501000b4;
uart_tx_wait_idle = 0x501000b8; uart_tx_flush = 0x501000b8;
uartAttach = 0x501000bc; uart_tx_wait_idle = 0x501000bc;
Uart_Init = 0x501000c0; uartAttach = 0x501000c0;
GetUartDevice = 0x501000c4; Uart_Init = 0x501000c4;
GetUartDevice = 0x501000c8;
/***************************************
Group gpio
***************************************/
/* Functions */
gpio_set_output_level = 0x501000cc;
gpio_get_input_level = 0x501000d0;
gpio_matrix_in = 0x501000d4;
gpio_matrix_out = 0x501000d8;
gpio_bypass_matrix_in = 0x501000dc;
gpio_output_disable = 0x501000e0;
gpio_output_enable = 0x501000e4;
gpio_pad_input_disable = 0x501000e8;
gpio_pad_input_enable = 0x501000ec;
gpio_pad_pulldown = 0x501000f0;
gpio_pad_pullup = 0x501000f4;
gpio_pad_select_gpio = 0x501000f8;
gpio_pad_set_drv = 0x501000fc;
gpio_pad_unhold = 0x50100100;
gpio_pad_hold = 0x50100104;
gpio_lppad_select_mux = 0x50100108;
/*************************************** /***************************************
@ -37,10 +61,10 @@ GetUartDevice = 0x501000c4;
***************************************/ ***************************************/
/* Functions */ /* Functions */
crc32_le = 0x501000c8; crc32_le = 0x5010010c;
crc16_le = 0x501000cc; crc16_le = 0x50100110;
crc8_le = 0x501000d0; crc8_le = 0x50100114;
esp_crc8 = 0x501000d4; esp_crc8 = 0x50100118;
/*************************************** /***************************************
@ -48,9 +72,9 @@ esp_crc8 = 0x501000d4;
***************************************/ ***************************************/
/* Functions */ /* Functions */
ets_intr_lock = 0x501000d8; ets_intr_lock = 0x5010011c;
ets_intr_unlock = 0x501000dc; ets_intr_unlock = 0x50100120;
PROVIDE( intr_handler_set = 0x501000e0 ); PROVIDE( intr_handler_set = 0x50100124 );
ets_isr_attach = 0x501000e4; ets_isr_attach = 0x50100128;
ets_isr_mask = 0x501000e8; ets_isr_mask = 0x5010012c;
ets_isr_unmask = 0x501000ec; ets_isr_unmask = 0x50100130;