1/* ROM function interface esp32c6.rom.ld for esp32c6
2 *
3 *
4 * Generated from ./target/esp32c6/interface-esp32c6.yml md5sum 626e7f1bf23e87c38db8c3f22a53407b
5 *
6 * Compatible with ROM where ECO version equal or greater to 0.
7 *
8 * THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT EDIT.
9 */
10
11/***************************************
12 Group common
13 ***************************************/
14
15PROVIDE ( SPIWrite = esp_rom_spiflash_write);
16PROVIDE ( SPI_read_status_high = esp_rom_spiflash_read_statushigh);
17PROVIDE ( SPI_write_status = esp_rom_spiflash_write_status);
18PROVIDE ( SPIRead = esp_rom_spiflash_read);
19PROVIDE ( SPIParamCfg = esp_rom_spiflash_config_param);
20PROVIDE ( SPIEraseChip = esp_rom_spiflash_erase_chip);
21PROVIDE ( SPIEraseSector = esp_rom_spiflash_erase_sector);
22PROVIDE ( SPIEraseBlock = esp_rom_spiflash_erase_block);
23PROVIDE ( SPI_Write_Encrypt_Enable = esp_rom_spiflash_write_encrypted_enable);
24PROVIDE ( SPI_Write_Encrypt_Disable = esp_rom_spiflash_write_encrypted_disable);
25PROVIDE ( SPI_Encrypt_Write = esp_rom_spiflash_write_encrypted);
26
27/***************************************
28 Group common
29 ***************************************/
30
31/* Functions */
32rtc_get_reset_reason = 0x40000018;
33analog_super_wdt_reset_happened = 0x4000001c;
34rtc_get_wakeup_cause = 0x40000020;
35rtc_unhold_all_pads = 0x40000024;
36ets_printf = 0x40000028;
37ets_install_putc1 = 0x4000002c;
38ets_install_putc2 = 0x40000030;
39ets_install_uart_printf = 0x40000034;
40ets_install_usb_printf = 0x40000038;
41ets_get_printf_channel = 0x4000003c;
42ets_delay_us = 0x40000040;
43ets_get_cpu_frequency = 0x40000044;
44ets_update_cpu_frequency = 0x40000048;
45ets_install_lock = 0x4000004c;
46UartRxString = 0x40000050;
47UartGetCmdLn = 0x40000054;
48uart_tx_one_char = 0x40000058;
49uart_tx_one_char2 = 0x4000005c;
50uart_rx_one_char = 0x40000060;
51uart_rx_one_char_block = 0x40000064;
52uart_rx_intr_handler = 0x40000068;
53uart_rx_readbuff = 0x4000006c;
54uartAttach = 0x40000070;
55uart_tx_flush = 0x40000074;
56uart_tx_wait_idle = 0x40000078;
57uart_div_modify = 0x4000007c;
58ets_write_char_uart = 0x40000080;
59uart_tx_switch = 0x40000084;
60roundup2 = 0x40000088;
61multofup = 0x4000008c;
62software_reset = 0x40000090;
63software_reset_cpu = 0x40000094;
64ets_clk_assist_debug_clock_enable = 0x40000098;
65clear_super_wdt_reset_flag = 0x4000009c;
66disable_default_watchdog = 0x400000a0;
67esp_rom_set_rtc_wake_addr = 0x400000a4;
68esp_rom_get_rtc_wake_addr = 0x400000a8;
69send_packet = 0x400000ac;
70recv_packet = 0x400000b0;
71GetUartDevice = 0x400000b4;
72UartDwnLdProc = 0x400000b8;
73GetSecurityInfoProc = 0x400000bc;
74Uart_Init = 0x400000c0;
75ets_set_user_start = 0x400000c4;
76/* Data (.data, .bss, .rodata) */
77ets_rom_layout_p = 0x4004fffc;
78ets_ops_table_ptr = 0x4087fff8;
79g_saved_pc = 0x4087fffc;
80
81
82/***************************************
83 Group miniz
84 ***************************************/
85
86/* Functions */
87mz_adler32 = 0x400000c8;
88mz_free = 0x400000cc;
89tdefl_compress = 0x400000d0;
90tdefl_compress_buffer = 0x400000d4;
91tdefl_compress_mem_to_heap = 0x400000d8;
92tdefl_compress_mem_to_mem = 0x400000dc;
93tdefl_compress_mem_to_output = 0x400000e0;
94tdefl_get_adler32 = 0x400000e4;
95tdefl_get_prev_return_status = 0x400000e8;
96tdefl_init = 0x400000ec;
97tdefl_write_image_to_png_file_in_memory = 0x400000f0;
98tdefl_write_image_to_png_file_in_memory_ex = 0x400000f4;
99tinfl_decompress = 0x400000f8;
100tinfl_decompress_mem_to_callback = 0x400000fc;
101tinfl_decompress_mem_to_heap = 0x40000100;
102tinfl_decompress_mem_to_mem = 0x40000104;
103
104
105/***************************************
106 Group tjpgd
107 ***************************************/
108
109/* Functions */
110jd_prepare = 0x40000108;
111jd_decomp = 0x4000010c;
112
113
114/***************************************
115 Group spiflash_legacy
116 ***************************************/
117
118/* Functions */
119esp_rom_spiflash_wait_idle = 0x40000110;
120esp_rom_spiflash_write_encrypted = 0x40000114;
121esp_rom_spiflash_write_encrypted_dest = 0x40000118;
122esp_rom_spiflash_write_encrypted_enable = 0x4000011c;
123esp_rom_spiflash_write_encrypted_disable = 0x40000120;
124esp_rom_spiflash_erase_chip = 0x40000124;
125_esp_rom_spiflash_erase_sector = 0x40000128;
126_esp_rom_spiflash_erase_block = 0x4000012c;
127_esp_rom_spiflash_write = 0x40000130;
128_esp_rom_spiflash_read = 0x40000134;
129_esp_rom_spiflash_unlock = 0x40000138;
130_SPIEraseArea = 0x4000013c;
131_SPI_write_enable = 0x40000140;
132esp_rom_spiflash_erase_sector = 0x40000144;
133esp_rom_spiflash_erase_block = 0x40000148;
134esp_rom_spiflash_write = 0x4000014c;
135esp_rom_spiflash_read = 0x40000150;
136esp_rom_spiflash_unlock = 0x40000154;
137SPIEraseArea = 0x40000158;
138SPI_write_enable = 0x4000015c;
139esp_rom_spiflash_config_param = 0x40000160;
140esp_rom_spiflash_read_user_cmd = 0x40000164;
141esp_rom_spiflash_select_qio_pins = 0x40000168;
142esp_rom_spi_flash_auto_sus_res = 0x4000016c;
143esp_rom_spi_flash_send_resume = 0x40000170;
144esp_rom_spi_flash_update_id = 0x40000174;
145esp_rom_spiflash_config_clk = 0x40000178;
146esp_rom_spiflash_config_readmode = 0x4000017c;
147esp_rom_spiflash_read_status = 0x40000180;
148esp_rom_spiflash_read_statushigh = 0x40000184;
149esp_rom_spiflash_write_status = 0x40000188;
150spi_cache_mode_switch = 0x4000018c;
151spi_common_set_dummy_output = 0x40000190;
152spi_common_set_flash_cs_timing = 0x40000194;
153esp_rom_spi_set_address_bit_len = 0x40000198;
154SPILock = 0x4000019c;
155SPIMasterReadModeCnfig = 0x400001a0;
156SPI_Common_Command = 0x400001a4;
157SPI_WakeUp = 0x400001a8;
158SPI_block_erase = 0x400001ac;
159SPI_chip_erase = 0x400001b0;
160SPI_init = 0x400001b4;
161SPI_page_program = 0x400001b8;
162SPI_read_data = 0x400001bc;
163SPI_sector_erase = 0x400001c0;
164SelectSpiFunction = 0x400001c4;
165SetSpiDrvs = 0x400001c8;
166Wait_SPI_Idle = 0x400001cc;
167spi_dummy_len_fix = 0x400001d0;
168Disable_QMode = 0x400001d4;
169Enable_QMode = 0x400001d8;
170spi_flash_attach = 0x400001dc;
171spi_flash_get_chip_size = 0x400001e0;
172spi_flash_guard_set = 0x400001e4;
173spi_flash_guard_get = 0x400001e8;
174spi_flash_read_encrypted = 0x400001ec;
175/* Data (.data, .bss, .rodata) */
176rom_spiflash_legacy_funcs = 0x4087fff0;
177rom_spiflash_legacy_data = 0x4087ffec;
178g_flash_guard_ops = 0x4087fff4;
179
180
181/***************************************
182 Group hal_wdt
183 ***************************************/
184
185/* Functions */
186wdt_hal_init = 0x40000394;
187wdt_hal_deinit = 0x40000398;
188wdt_hal_config_stage = 0x4000039c;
189wdt_hal_write_protect_disable = 0x400003a0;
190wdt_hal_write_protect_enable = 0x400003a4;
191wdt_hal_enable = 0x400003a8;
192wdt_hal_disable = 0x400003ac;
193wdt_hal_handle_intr = 0x400003b0;
194wdt_hal_feed = 0x400003b4;
195wdt_hal_set_flashboot_en = 0x400003b8;
196wdt_hal_is_enabled = 0x400003bc;
197
198
199/***************************************
200 Group hal_systimer
201 ***************************************/
202
203/* Functions */
204systimer_hal_init = 0x400003c0;
205systimer_hal_deinit = 0x400003c4;
206systimer_hal_set_tick_rate_ops = 0x400003c8;
207systimer_hal_get_counter_value = 0x400003cc;
208systimer_hal_get_time = 0x400003d0;
209systimer_hal_set_alarm_target = 0x400003d4;
210systimer_hal_set_alarm_period = 0x400003d8;
211systimer_hal_get_alarm_value = 0x400003dc;
212systimer_hal_enable_alarm_int = 0x400003e0;
213systimer_hal_on_apb_freq_update = 0x400003e4;
214systimer_hal_counter_value_advance = 0x400003e8;
215systimer_hal_enable_counter = 0x400003ec;
216systimer_hal_select_alarm_mode = 0x400003f0;
217systimer_hal_connect_alarm_counter = 0x400003f4;
218systimer_hal_counter_can_stall_by_cpu = 0x400003f8;
219
220
221/***************************************
222 Group cache
223 ***************************************/
224
225/* Functions */
226Cache_Get_ICache_Line_Size = 0x40000628;
227Cache_Get_Mode = 0x4000062c;
228Cache_Address_Through_Cache = 0x40000630;
229ROM_Boot_Cache_Init = 0x40000634;
230MMU_Set_Page_Mode = 0x40000638;
231MMU_Get_Page_Mode = 0x4000063c;
232Cache_Invalidate_ICache_Items = 0x40000640;
233Cache_Op_Addr = 0x40000644;
234Cache_Invalidate_Addr = 0x40000648;
235Cache_Invalidate_ICache_All = 0x4000064c;
236Cache_Mask_All = 0x40000650;
237Cache_UnMask_Dram0 = 0x40000654;
238Cache_Suspend_ICache_Autoload = 0x40000658;
239Cache_Resume_ICache_Autoload = 0x4000065c;
240Cache_Start_ICache_Preload = 0x40000660;
241Cache_ICache_Preload_Done = 0x40000664;
242Cache_End_ICache_Preload = 0x40000668;
243Cache_Config_ICache_Autoload = 0x4000066c;
244Cache_Enable_ICache_Autoload = 0x40000670;
245Cache_Disable_ICache_Autoload = 0x40000674;
246Cache_Enable_ICache_PreLock = 0x40000678;
247Cache_Disable_ICache_PreLock = 0x4000067c;
248Cache_Lock_ICache_Items = 0x40000680;
249Cache_Unlock_ICache_Items = 0x40000684;
250Cache_Lock_Addr = 0x40000688;
251Cache_Unlock_Addr = 0x4000068c;
252Cache_Disable_ICache = 0x40000690;
253Cache_Enable_ICache = 0x40000694;
254Cache_Suspend_ICache = 0x40000698;
255Cache_Resume_ICache = 0x4000069c;
256Cache_Freeze_ICache_Enable = 0x400006a0;
257Cache_Freeze_ICache_Disable = 0x400006a4;
258Cache_Set_IDROM_MMU_Size = 0x400006a8;
259Cache_Get_IROM_MMU_End = 0x400006ac;
260Cache_Get_DROM_MMU_End = 0x400006b0;
261Cache_MMU_Init = 0x400006b4;
262Cache_MSPI_MMU_Set = 0x400006b8;
263Cache_Travel_Tag_Memory = 0x400006bc;
264Cache_Get_Virtual_Addr = 0x400006c0;
265/* Data (.data, .bss, .rodata) */
266rom_cache_op_cb = 0x4087ffcc;
267rom_cache_internal_table_ptr = 0x4087ffc8;
268
269
270/***************************************
271 Group clock
272 ***************************************/
273
274/* Functions */
275ets_clk_get_xtal_freq = 0x400006c4;
276ets_clk_get_cpu_freq = 0x400006c8;
277ets_clk_apb_wait_ready = 0x400006cc;
278ets_clk_mspi_apb_wait_ready = 0x400006d0;
279
280
281/***************************************
282 Group gpio
283 ***************************************/
284
285/* Functions */
286gpio_input_get = 0x400006d4;
287gpio_matrix_in = 0x400006d8;
288gpio_matrix_out = 0x400006dc;
289gpio_output_disable = 0x400006e0;
290gpio_output_enable = 0x400006e4;
291gpio_output_set = 0x400006e8;
292gpio_pad_hold = 0x400006ec;
293gpio_pad_input_disable = 0x400006f0;
294gpio_pad_input_enable = 0x400006f4;
295gpio_pad_pulldown = 0x400006f8;
296gpio_pad_pullup = 0x400006fc;
297gpio_pad_select_gpio = 0x40000700;
298gpio_pad_set_drv = 0x40000704;
299gpio_pad_unhold = 0x40000708;
300gpio_pin_wakeup_disable = 0x4000070c;
301gpio_pin_wakeup_enable = 0x40000710;
302gpio_bypass_matrix_in = 0x40000714;
303
304
305/***************************************
306 Group interrupts
307 ***************************************/
308
309/* Functions */
310esprv_intc_int_set_priority = 0x40000718;
311esprv_intc_int_set_threshold = 0x4000071c;
312esprv_intc_int_enable = 0x40000720;
313esprv_intc_int_disable = 0x40000724;
314esprv_intc_int_set_type = 0x40000728;
315PROVIDE( intr_handler_set = 0x4000072c );
316intr_matrix_set = 0x40000730;
317ets_intr_lock = 0x40000734;
318ets_intr_unlock = 0x40000738;
319ets_isr_attach = 0x4000073c;
320ets_isr_mask = 0x40000740;
321ets_isr_unmask = 0x40000744;
322
323
324/***************************************
325 Group crypto
326 ***************************************/
327
328/* Functions */
329md5_vector = 0x40000748;
330MD5Init = 0x4000074c;
331MD5Update = 0x40000750;
332MD5Final = 0x40000754;
333crc32_le = 0x40000758;
334crc16_le = 0x4000075c;
335crc8_le = 0x40000760;
336crc32_be = 0x40000764;
337crc16_be = 0x40000768;
338crc8_be = 0x4000076c;
339esp_crc8 = 0x40000770;
340ets_sha_enable = 0x40000774;
341ets_sha_disable = 0x40000778;
342ets_sha_get_state = 0x4000077c;
343ets_sha_init = 0x40000780;
344ets_sha_process = 0x40000784;
345ets_sha_starts = 0x40000788;
346ets_sha_update = 0x4000078c;
347ets_sha_finish = 0x40000790;
348ets_sha_clone = 0x40000794;
349ets_hmac_enable = 0x40000798;
350ets_hmac_disable = 0x4000079c;
351ets_hmac_calculate_message = 0x400007a0;
352ets_hmac_calculate_downstream = 0x400007a4;
353ets_hmac_invalidate_downstream = 0x400007a8;
354ets_jtag_enable_temporarily = 0x400007ac;
355ets_aes_enable = 0x400007b0;
356ets_aes_disable = 0x400007b4;
357ets_aes_setkey = 0x400007b8;
358ets_aes_block = 0x400007bc;
359ets_aes_setkey_dec = 0x400007c0;
360ets_aes_setkey_enc = 0x400007c4;
361ets_bigint_enable = 0x400007c8;
362ets_bigint_disable = 0x400007cc;
363ets_bigint_multiply = 0x400007d0;
364ets_bigint_modmult = 0x400007d4;
365ets_bigint_modexp = 0x400007d8;
366ets_bigint_wait_finish = 0x400007dc;
367ets_bigint_getz = 0x400007e0;
368ets_ds_enable = 0x400007e4;
369ets_ds_disable = 0x400007e8;
370ets_ds_start_sign = 0x400007ec;
371ets_ds_is_busy = 0x400007f0;
372ets_ds_finish_sign = 0x400007f4;
373ets_ds_encrypt_params = 0x400007f8;
374ets_mgf1_sha256 = 0x400007fc;
375/* Data (.data, .bss, .rodata) */
376crc32_le_table_ptr = 0x4004fff8;
377crc16_le_table_ptr = 0x4004fff4;
378crc8_le_table_ptr = 0x4004fff0;
379crc32_be_table_ptr = 0x4004ffec;
380crc16_be_table_ptr = 0x4004ffe8;
381crc8_be_table_ptr = 0x4004ffe4;
382
383
384/***************************************
385 Group efuse
386 ***************************************/
387
388/* Functions */
389ets_efuse_read = 0x40000800;
390ets_efuse_program = 0x40000804;
391ets_efuse_clear_program_registers = 0x40000808;
392ets_efuse_write_key = 0x4000080c;
393ets_efuse_get_read_register_address = 0x40000810;
394ets_efuse_get_key_purpose = 0x40000814;
395ets_efuse_key_block_unused = 0x40000818;
396ets_efuse_find_unused_key_block = 0x4000081c;
397ets_efuse_rs_calculate = 0x40000820;
398ets_efuse_count_unused_key_blocks = 0x40000824;
399ets_efuse_secure_boot_enabled = 0x40000828;
400ets_efuse_secure_boot_aggressive_revoke_enabled = 0x4000082c;
401ets_efuse_cache_encryption_enabled = 0x40000830;
402ets_efuse_download_modes_disabled = 0x40000834;
403ets_efuse_find_purpose = 0x40000838;
404ets_efuse_force_send_resume = 0x4000083c;
405ets_efuse_get_flash_delay_us = 0x40000840;
406ets_efuse_get_mac = 0x40000844;
407ets_efuse_get_uart_print_control = 0x40000848;
408ets_efuse_direct_boot_mode_disabled = 0x4000084c;
409ets_efuse_security_download_modes_enabled = 0x40000850;
410ets_efuse_set_timing = 0x40000854;
411ets_efuse_jtag_disabled = 0x40000858;
412ets_efuse_usb_print_is_disabled = 0x4000085c;
413ets_efuse_usb_download_mode_disabled = 0x40000860;
414ets_efuse_usb_device_disabled = 0x40000864;
415ets_efuse_secure_boot_fast_wake_enabled = 0x40000868;
416
417
418/***************************************
419 Group secureboot
420 ***************************************/
421
422/* Functions */
423ets_emsa_pss_verify = 0x4000086c;
424ets_rsa_pss_verify = 0x40000870;
425ets_secure_boot_verify_bootloader_with_keys = 0x40000874;
426ets_secure_boot_verify_signature = 0x40000878;
427ets_secure_boot_read_key_digests = 0x4000087c;
428ets_secure_boot_revoke_public_key_digest = 0x40000880;
429
430
431/***************************************
432 Group usb_device_uart
433 ***************************************/
434
435/* Functions */
436usb_serial_device_rx_one_char = 0x40000a80;
437usb_serial_device_rx_one_char_block = 0x40000a84;
438usb_serial_device_tx_flush = 0x40000a88;
439usb_serial_device_tx_one_char = 0x40000a8c;
440
441
442/***************************************
443 Group lldesc
444 ***************************************/
445
446/* Functions */
447lldesc_build_chain = 0x40000a90;
448
449
450/***************************************
451 Group sip
452 ***************************************/
453
454/* Functions */
455sip_after_tx_complete = 0x40000a94;
456sip_alloc_to_host_evt = 0x40000a98;
457sip_download_begin = 0x40000a9c;
458sip_get_ptr = 0x40000aa0;
459sip_get_state = 0x40000aa4;
460sip_init_attach = 0x40000aa8;
461sip_install_rx_ctrl_cb = 0x40000aac;
462sip_install_rx_data_cb = 0x40000ab0;
463sip_is_active = 0x40000ab4;
464sip_post_init = 0x40000ab8;
465sip_reclaim_from_host_cmd = 0x40000abc;
466sip_reclaim_tx_data_pkt = 0x40000ac0;
467sip_send = 0x40000ac4;
468sip_to_host_chain_append = 0x40000ac8;
469sip_to_host_evt_send_done = 0x40000acc;
470
471
472/***************************************
473 Group slc
474 ***************************************/
475
476/* Functions */
477slc_add_credits = 0x40000ad0;
478slc_enable = 0x40000ad4;
479slc_from_host_chain_fetch = 0x40000ad8;
480slc_from_host_chain_recycle = 0x40000adc;
481slc_has_pkt_to_host = 0x40000ae0;
482slc_init_attach = 0x40000ae4;
483slc_init_credit = 0x40000ae8;
484slc_reattach = 0x40000aec;
485slc_send_to_host_chain = 0x40000af0;
486slc_set_host_io_max_window = 0x40000af4;
487slc_to_host_chain_recycle = 0x40000af8;
488