11/*
2- * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
2+ * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD
33 *
44 * SPDX-License-Identifier: Apache-2.0
55 */
6- /* ROM function interface esp32c61.rom.ld for esp32c61
7- *
8- *
9- * Generated from ./target/esp32c6lite/interface-esp32c6lite.yml md5sum 27eb0efac0883ee622c22767242c9457
10- *
11- * Compatible with ROM where ECO version equal or greater to 0.
6+
7+ /* ROM function interface
128 *
139 * THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT EDIT.
1410 */
@@ -54,8 +50,6 @@ software_reset_cpu = 0x40000098;
5450ets_clk_assist_debug_clock_enable = 0x4000009c ;
5551clear_super_wdt_reset_flag = 0x400000a0 ;
5652disable_default_watchdog = 0x400000a4 ;
57- esp_rom_set_rtc_wake_addr = 0x400000a8 ;
58- esp_rom_get_rtc_wake_addr = 0x400000ac ;
5953send_packet = 0x400000b0 ;
6054recv_packet = 0x400000b4 ;
6155GetUartDevice = 0x400000b8 ;
@@ -192,9 +186,9 @@ MMU_Set_Page_Mode = 0x40000624;
192186MMU_Get_Page_Mode = 0x40000628 ;
193187Cache_Sync_Items = 0x4000062c ;
194188Cache_Op_Addr = 0x40000630 ;
195- /* Cache_Invalidate_Addr = 0x40000634; rom version API has issue that unable to access higher vaddr range, use IDF patch */
189+ Cache_Invalidate_Addr = 0x40000634 ;
196190Cache_Clean_Addr = 0x40000638 ;
197- /* Cache_WriteBack_Addr = 0x4000063c; rom version API has issue that unable to access higher vaddr range, use IDF patch */
191+ Cache_WriteBack_Addr = 0x4000063c ;
198192Cache_WriteBack_Invalidate_Addr = 0x40000640 ;
199193Cache_Invalidate_All = 0x40000644 ;
200194Cache_Clean_All = 0x40000648 ;
@@ -369,7 +363,6 @@ ets_efuse_jtag_disabled = 0x400007fc;
369363ets_efuse_usb_print_is_disabled = 0x40000800 ;
370364ets_efuse_usb_download_mode_disabled = 0x40000804 ;
371365ets_efuse_usb_device_disabled = 0x40000808 ;
372- ets_efuse_secure_boot_fast_wake_enabled = 0x4000080c ;
373366
374367
375368/* **************************************
@@ -393,3 +386,60 @@ usb_serial_device_rx_one_char = 0x40000a20;
393386usb_serial_device_rx_one_char_block = 0x40000a24 ;
394387usb_serial_device_tx_flush = 0x40000a28 ;
395388usb_serial_device_tx_one_char = 0x40000a2c ;
389+
390+
391+ /* **************************************
392+ Group lldesc
393+ ***************************************/
394+
395+ /* Functions */
396+ lldesc_build_chain = 0x400014dc ;
397+
398+
399+ /* **************************************
400+ Group sip
401+ ***************************************/
402+
403+ /* Functions */
404+ sip_after_tx_complete = 0x400014e0 ;
405+ sip_alloc_to_host_evt = 0x400014e4 ;
406+ sip_download_begin = 0x400014e8 ;
407+ sip_get_ptr = 0x400014ec ;
408+ sip_get_state = 0x400014f0 ;
409+ sip_init_attach = 0x400014f4 ;
410+ sip_install_rx_ctrl_cb = 0x400014f8 ;
411+ sip_install_rx_data_cb = 0x400014fc ;
412+ sip_is_active = 0x40001500 ;
413+ sip_post_init = 0x40001504 ;
414+ sip_reclaim_from_host_cmd = 0x40001508 ;
415+ sip_reclaim_tx_data_pkt = 0x4000150c ;
416+ sip_send = 0x40001510 ;
417+ sip_to_host_chain_append = 0x40001514 ;
418+ sip_to_host_evt_send_done = 0x40001518 ;
419+
420+
421+ /* **************************************
422+ Group slc
423+ ***************************************/
424+
425+ /* Functions */
426+ slc_add_credits = 0x4000151c ;
427+ slc_enable = 0x40001520 ;
428+ slc_from_host_chain_fetch = 0x40001524 ;
429+ slc_from_host_chain_recycle = 0x40001528 ;
430+ slc_has_pkt_to_host = 0x4000152c ;
431+ slc_init_attach = 0x40001530 ;
432+ slc_init_credit = 0x40001534 ;
433+ slc_reattach = 0x40001538 ;
434+ slc_send_to_host_chain = 0x4000153c ;
435+ slc_set_host_io_max_window = 0x40001540 ;
436+ slc_to_host_chain_recycle = 0x40001544 ;
437+
438+
439+ /* **************************************
440+ Group recovery_bootloader
441+ ***************************************/
442+
443+ /* Functions */
444+ ets_get_bootloader_offset = 0x40001548 ;
445+ ets_set_bootloader_offset = 0x4000154c ;
0 commit comments