|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Boot entry points shared between a vector table and its startup code. More...
Go to the source code of this file.
Functions | |
| void | SystemInit (void) |
| Earliest C code the image runs: bring the core up before RAM init. | |
| void | Default_Handler (void) |
| Catch-all handler for every exception slot nothing else claims. | |
| void | main (void) |
| The application entry point Reset_Handler hands control to. | |
Boot entry points shared between a vector table and its startup code.
Two symbols cross the boundary between an image's vector_table.c and its system_init.c: Reset_Handler calls SystemInit before it touches .data / .bss, and the unused exception slots weak-alias to Default_Handler. Every handler that the vector table names directly is reached by the CPU through VTOR and needs no prototype; these two are reached by ordinary C linkage and do.
They used to be restated as bare void SystemInit(void); lines in two dozen boot translation units – the two board boot directories, the shared e-reader boot pair, and every application that keeps its own boot files. Twenty-four copies of a prototype are twenty-four chances for a signature to drift with nothing to catch it, so this header holds the one copy.
Definition in file ra8_boot_entry.h.
| void Default_Handler | ( | void | ) |
Catch-all handler for every exception slot nothing else claims.
The core exception vectors are declared weak and aliased here, so an unclaimed exception lands in this function instead of an unmapped address. An application overrides any one of them by defining a non-weak function with the matching handler name.
Definition at line 624 of file vector_table.c.
| void main | ( | void | ) |
The application entry point Reset_Handler hands control to.
Returns void, not int. This is a freestanding image: there is no hosted C environment, no process and nothing to report an exit status to. ISO C fixes main at int only for a hosted implementation; for a freestanding one (C23 5.1.2.1) the startup function's name and type are implementation-defined, and this is that definition. Reset_Handler discards no value because there is none to discard, and if main ever does return, startup halts the CPU rather than resuming anything.
The firmware lane is compiled -ffreestanding (see cmake/ra8_add_app.cmake) and the flag and this signature travel together: without it both GCC and clang reject a non-int main (-Wmain / -Wmain-return-type). Do not remove one without the other.
That coupling is why the declaration sits behind __STDC_HOSTED__ == 0, which -ffreestanding sets and a hosted build does not. The guard is not defensive dressing: this header is reachable from host builds (the unit tests compile ra8_core natively), and an unguarded void main(void); makes every hosted translation unit that includes it fail with conflicting types for 'main' against its own ISO int main. The declaration therefore exists exactly where its contract does.
Hosted first-party code – everything under tests/ and tools/ – uses the ISO int main(...) contract instead, because it genuinely does run under an OS that reads the exit status. scripts/checks/check_entry_points.py holds each domain to its own contract (#707).
Declared here, once, for the same reason SystemInit is: every vector_table.c used to restate it as a local extern int32_t main(void);, sixteen copies that no compiler ever compared against the definition – and roughly thirty of them had silently drifted out of agreement with the main they called.
The application entry point Reset_Handler hands control to.
Brings up CGC + BSP audio then plays blocks.
The application entry point Reset_Handler hands control to.
Brings up CGC + GPT triple, runs sweep.
The application entry point Reset_Handler hands control to.
Brings up clocks + UART + RMII pins, then ThreadX.
The application entry point Reset_Handler hands control to.
Brings up clocks + UART, then enters ThreadX.
The application entry point Reset_Handler hands control to.
Brings up LED, console, SDHI pins, then ThreadX.
The application entry point Reset_Handler hands control to.
Brings up CGC + USB-FS + UAC1, then enters the iso-IN feed loop forever.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
See file header.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
Profiles power modes once a second.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
Brings up the clocks, console, SPI, and SD card, then runs the shared ra8_io VFS round-trip over the SD-over-SPI block device. On success it prints the exact PASS banner the HIL runner and ra8_emulator smoke gate scrape for; on any failure it prints FAIL and parks the core.
The application entry point Reset_Handler hands control to.
Initialises logging and the console, brings up the OSPI NOR volume, runs the erase-before-write round-trip, and prints a single PASS/FAIL verdict line over SCI8 before parking in an infinite loop.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
Both USB controllers' clocks and pins come up before the kernel so the workers only deal with stack bring-up.
The application entry point Reset_Handler hands control to.
Brings up logging and the clock tree, releases the Cortex-M33 (which then blinks LED1 via ra8_pcntr_set_output()), and idles. See the file header.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
Brings up logging, the clock tree, and the VCOM console, runs the cacheable-SRAM round-trip with the D-cache that SystemInit() enabled through ra8_cache_dcache_enable(), emits the matching PASS / FAIL banner over the console and ra8_log, then parks in WFI. Every byte the self-test touches runs with the L1 caches + MPU enabled by the shared boot (RA8_BOOT_ENABLE_CACHE_MPU + RA8_BOOT_CACHE_VIA_HAL).
The application entry point Reset_Handler hands control to.
Publishes the mailbox, releases the Cortex-M33 into the emitter, yields until it signals done, validates the blob the M33 built, then logs the PASS/FAIL verdict and the chapter count read back from the blob. See the file header for the offload narrative.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
Publishes the mailbox, arms the IPC0 wake and configures the LPM block, releases the Cortex-M33 into the reader, waits for the first held page, logs the page-0 verdict, then runs the #150 mode-switch cycle – parking in low-power WFI and waking on the M33's page-turn pokes – before logging the handoff verdict and parking for good. See the file header for the narrative.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
Brings up the timebase then measures forever.
The application entry point Reset_Handler hands control to.
Arms the RIIC1 target and polls the dispatcher.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
Brings up the LIN commander then drives frames.
The application entry point Reset_Handler hands control to.
Brings up logging, "renders" page 0 into the shared mailbox, releases the Cortex-M33 into its hold loop, and parks the M85 in low-power WFI sleep. See the file header for the power-saving narrative.
The application entry point Reset_Handler hands control to.
The USB clock, pins, console, and the SD card all come up before the kernel so the worker only deals with USB stack bring-up.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
Brings up logging, the clock tree, and the VCOM console, runs the three-step self-test (MPU enabled, canonical boot map, Device MMIO), emits the matching PASS / FAIL banner over the console and ra8_log, then parks in WFI.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
Initialises logging + console, brings up the MRAM volume, runs the wear-levelling + power-cycle-survival flow, and prints a single PASS/FAIL verdict.
The application entry point Reset_Handler hands control to.
Initialises logging + console, brings up the MRAM volume, runs the program/erase round-trip, and prints a single PASS/FAIL verdict.
The application entry point Reset_Handler hands control to.
Brings up the clocks, console, and SDHI bus pins, runs the native SD card identification, fills the payload, then runs the full ra8_io VFS round-trip over the native-SDHI block device. On success it prints the exact PASS banner the HIL runner and ra8_emulator smoke gate scrape for; on any failure it prints FAIL and parks the core.
The application entry point Reset_Handler hands control to.
Brings up the console and both stdio sinks, retargets the engine's stdio to the in-RAM capture sink, runs the two-backend swap, replays the RAM capture out of the UART, and prints a single PASS/FAIL verdict per abstraction before parking in an infinite loop.
The application entry point Reset_Handler hands control to.
Brings up the clocks, console, and SDHI bus pins, runs the native SD card identification, fills the payload, then writes + reads + compares one raw 512-byte block straight against ra8_sdcard. On success it prints the exact PASS banner; on any failure it prints FAIL and parks the core.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
Brings up clocks + UART + RMII + RSIP, then ThreadX.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
Initializes and arms ADC_B, formats each successful channel sample without variadic I/O, emits the verdict, toggles LED1, and delays.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
Brings up logging, releases the Cortex-M33 (which then blinks LED1), and idles. See the file header for the teaching narrative.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
See the file header for the full behaviour summary.
The application entry point Reset_Handler hands control to.
Brings up logging, the clock tree, and the VCOM console, runs the three-step self-test (cacheable SRAM, RO MRAM const, Device MMIO), emits the matching PASS / FAIL banner over the console and ra8_log, then parks in WFI. Every byte the self-test touches runs with the L1 caches and MPU enabled by the shared boot (RA8_BOOT_ENABLE_CACHE_MPU).
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
Lights HOCO + PLL, then runs a 1 Hz blink.
The application entry point Reset_Handler hands control to.
See file header for behaviour summary.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
Initializes the demo, executes one comparison per period, increments the exported match or mismatch counter, and toggles the matching LED.
The application entry point Reset_Handler hands control to.
Brings up the clock tree, MSTP, ISR/ELC, and the VCOM console, programs a software-triggered DTC block copy, runs it with the L1 caches + MPU enabled by the shared boot (RA8_BOOT_ENABLE_CACHE_MPU), emits the matching PASS / FAIL banner over the console and ra8_log, then parks in WFI.
The application entry point Reset_Handler hands control to.
Brings up logging, zeros the shared control block, releases the Cortex-M33, waits for its boot signature, then yields while the M33 counts autonomously to k_bg_target_count. After the M33 sets done, the M85 reads the counter and logs the PASS/FAIL verdict.
The application entry point Reset_Handler hands control to.
Brings up logging, releases the Cortex-M33, confirms it booted, runs k_m85_demo_rounds narrated mailbox rounds, then drops into the idle heartbeat. See the file header for the teaching narrative.
The application entry point Reset_Handler hands control to.
Fires ELC software events once a second.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
Initializes the demo, tracks falling SW1 edges as counter deltas, and independently increments the exported liveness counter whenever successive GPT samples advance.
The application entry point Reset_Handler hands control to.
Initializes the demo and GPT0, runs one bounded DMA request per iteration, updates the exported match/mismatch counter, and delays.
The application entry point Reset_Handler hands control to.
Initializes and arms GPT0 once, then starts, polls, records the exported pass/failure counters, toggles LED1 on completion, and delays before the next one-shot.
The application entry point Reset_Handler hands control to.
Brings up both controllers then scans each.
The application entry point Reset_Handler hands control to.
Brings up CGC + IIC_B + console then probes.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
Emits the boot banner, initializes the option-controlled IWDT, samples its counter, and on legal samples queues a refresh, clears status, toggles LED1, and emits the refresh banner.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
Performs one Deep-Sleep cycle, emits the wake banner, then parks in a normal blink loop.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
Initializes channel zero, formats and enqueues each counter line, toggles LED1, and delays before incrementing the next sample.
The application entry point Reset_Handler hands control to.
Bench-tests SDRAM and prints MB/s.
The application entry point Reset_Handler hands control to.
Brings up SPI_B + loops a self-test pattern.
The application entry point Reset_Handler hands control to.
Configures GPIO, then launches ThreadX.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
Brings up clocks + UART, then enters ThreadX.
The application entry point Reset_Handler hands control to.
Brings up CGC + SCI8 then drops into the ThreadX scheduler.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
Brings up clocks + UART + RMII pins, then enters ThreadX.
The application entry point Reset_Handler hands control to.
Raises CPUCLK0, configures LED1, launches ThreadX.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
Brings up CGC + SCI8 + LED1 then prints.
The application entry point Reset_Handler hands control to.
Brings up SCI8 + ISRs, prints, then echoes via IRQ.
The application entry point Reset_Handler hands control to.
Initializes and arms ULPT0, then polls its underflow bit. Each event emits the fixed wake banner, stops the channel to clear status, and starts the next interval with the same reload.
The application entry point Reset_Handler hands control to.
Both USB controllers' clocks and pins come up before the kernel so the two workers only deal with stack bring-up.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
The application entry point Reset_Handler hands control to.
Brings up CGC + USB-FS pins + LED1 + ThreadX.
The application entry point Reset_Handler hands control to.
Brings up CGC + USB-HS pin + LED1 + ThreadX.
The application entry point Reset_Handler hands control to.
Alternates between the HS and FS host ports and runs the file-op suite until it fully passes.
The application entry point Reset_Handler hands control to.
Definition at line 298 of file main.c.
References adc_diag_arm(), adc_diag_panic_halt(), adc_diag_run_cycle(), adc_diag_setup_or_halt(), adc_diag_write(), al_geom_hash(), al_panic_halt(), al_print(), al_print_hex(), al_print_uint(), al_setup_or_halt(), app_bringup_clocks(), app_bringup_display(), app_bringup_gfx(), app_bringup_panel(), app_bringup_touch(), app_launch_banner(), app_launch_hil_console_init(), app_launch_register(), app_launch_selfcheck(), app_make_manifest(), app_paint_bars(), app_print(), app_print_banner(), app_run_attempt(), app_setup(), app_shell_banner(), app_shell_hil_console_init(), app_shell_register(), app_shell_selfcheck(), app_stage_images(), mem_report_t::arena_free, arm_ipc_wake(), blc_boot_slot(), blc_decide(), blc_panic_halt(), blc_print(), blc_print_hex(), blc_setup_or_halt(), com33_mailbox_t::blob_len, bm_panic_halt(), bm_print(), bm_print_nag(), bm_print_uint(), bm_read_or_halt(), bm_setup_or_halt(), book_header(), book_validate(), ra8_crashlog_record_t::boot_loops, bs_print(), bs_print_hex(), bs_print_uint(), bs_run_checks(), bs_setup_or_halt(), ra8_kbd_text_t::buf, c6_cam_app_run(), c6_fwver_panic_halt(), c6_fwver_print_banner(), c6_fwver_puts(), c6_fwver_setup_or_halt(), c6_hosted_panic_halt(), c6_hosted_print_banner(), c6_hosted_print_pin_map(), c6_hosted_puts(), c6_hosted_setup_or_halt(), c6_join_panic_halt(), c6_join_print_banner(), c6_join_puts(), c6_join_setup_or_halt(), c6_probe_cs_hunt(), c6_probe_panic_halt(), c6_probe_print_sideband(), c6_probe_puts(), c6_probe_run(), c6_probe_sample_sideband(), c6_probe_setup_or_halt(), c6_probe_spi_pins_init(), c6_probe_wire_test(), c6_wifi_panic_halt(), c6_wifi_print_banner(), c6_wifi_puts(), c6_wifi_setup_or_halt(), cache_hal_emit(), cache_hal_setup(), cache_hal_test_cacheable_rw(), cache_hal_wfi_forever(), cache_mpu_emit(), cache_mpu_run_selftest(), cache_mpu_setup(), cache_mpu_wfi_forever(), cache_store_demo_run(), cam_bringup(), cam_park(), cam_puts(), cam_run(), cdc_panic_halt(), cdc_setup_or_halt(), ch_build_chrome(), ch_framebuffer_hash(), ch_panic_halt(), ch_print(), ch_print_hex(), ch_print_uint(), ch_render(), ch_setup_or_halt(), book_header_t::chapter_count, com33_mailbox_t::chapter_count, cm_bringup_clocks(), cm_bringup_panel(), cm_bringup_touch(), cm_comic_tiled_selfcheck(), cm_open_comic(), cm_panic_halt(), cm_poll_touch(), cm_present(), cm_print(), cm_print_banner(), cm_render(), ra8_npu_job_t::cmd_stream, com33_mailbox(), combo_panic_halt(), combo_setup_or_halt(), ra8_kbd_text_t::committed, ra8_box_tree_t::count, dualcore_bg_t::counter, crc_demo_one_iter(), crc_demo_panic_halt(), crc_demo_setup_or_halt(), demo_build_dlist(), demo_configure(), demo_emit_measurement(), demo_fb_hash(), demo_open(), demo_panic_halt(), demo_pins_init(), demo_poll_once(), demo_print(), demo_puts(), demo_report(), demo_run(), demo_setup_or_halt(), demo_usb_bringup(), dfu_panic_halt(), dfu_setup_or_halt(), display_clear(), display_deinit(), display_flush(), display_full_rect(), display_get_caps(), display_get_framebuffer(), display_init(), display_policy_init(), do_round(), drw_blend_configure(), drw_blend_panic_halt(), drw_blend_print_pass(), drw_blend_render(), drw_blend_setup_or_halt(), drw_demo_configure(), drw_demo_fill_and_check(), drw_demo_panic_halt(), drw_demo_setup_or_halt(), dtc_arm_bringup_or_halt(), dtc_arm_run_armed(), dtc_arm_run_disarmed(), dtc_arm_setup_or_halt(), dtc_coh_bringup_or_halt(), dtc_coh_fill_buffers(), dtc_coh_park(), dtc_coh_program_ti(), dtc_coh_report(), dtc_coh_run_once(), dtc_coh_setup_or_halt(), dtc_demo_bringup_or_halt(), dtc_demo_fill_buffers(), dtc_demo_panic_halt(), dtc_demo_run_once(), dtc_demo_setup_or_halt(), dualcore_bg(), dualcore_bg_hil_console_init(), dualcore_bg_hil_emit_pass(), dualcore_mailbox(), dualcore_mailbox_hil_console_init(), dualcore_mailbox_hil_emit_pass(), ec_framebuffer_hash(), ec_panic_halt(), ec_print(), ec_print_hex(), ec_print_uint(), ec_render_cover_or_halt(), ec_setup_or_halt(), ef_decode_and_hash(), ef_panic_halt(), ef_print(), ef_print_hex(), ef_setup_or_halt(), ehb_run_once(), ehb_setup_or_halt(), ehb_write(), emit_verdict(), eoh_init_card_or_halt(), eoh_mount_or_halt(), eoh_parse_or_halt(), eoh_print(), eoh_print_hex(), eoh_print_uint(), eoh_provision_or_halt(), eoh_setup_or_halt(), eop_bss_pad_anchor(), eop_log_sink(), eop_print(), eop_print_hex(), eop_run_once(), eop_setup_or_halt(), ep_bringup_core(), ep_bringup_panel_bus(), ep_calibrate_vcom(), ep_emit(), ep_flush_ok(), ep_panic_halt(), ep_parse_or_halt(), ep_print(), ep_print_hex(), ep_print_uint(), ep_report_init(), ep_run_refresh_cycle(), ep_setup_or_halt(), er_apps_init(), er_flush_event(), er_poll_battery(), er_poll_buttons(), er_poll_touch(), er_render_current(), er_try_load_font(), erb_panic_halt(), erb_print(), erb_print_uint(), erb_render_chapter(), erb_render_image(), erb_setup_or_halt(), erm33_mailbox(), es_framebuffer_hash(), es_panic_halt(), es_print(), es_print_hex(), es_print_uint(), es_render_svg_or_halt(), es_setup_or_halt(), est_open_or_halt(), est_print(), est_print_uint(), est_setup_or_halt(), etoc_check_bad(), etoc_check_nav(), etoc_check_ncx(), etoc_init_card_or_halt(), etoc_mount_or_halt(), etoc_print(), etoc_provision_or_halt(), etoc_setup_or_halt(), ra8_exception_last_t::exc_number, ez_bringup_clocks(), ez_bringup_panel(), ez_bringup_touch(), ez_content_rect(), ez_flush(), ez_panic_halt(), ez_poll_touch(), ez_print(), ez_print_banner(), ez_redraw(), ez_scene_selftest(), ez_scene_tick(), ez_setup_scene(), ra8_crashlog_record_t::fault, erm33_mailbox_t::fb_base, erm33_mailbox_t::fb_crc, fc_log_sink(), fc_make_synth(), fc_panic_halt(), fc_print(), fc_print_hex32(), fc_print_record(), fc_print_uint(), fc_setup_or_halt(), fileops_panic_halt(), fileops_print(), fileops_print_fail(), fileops_run_ladder(), fileops_setup_or_halt(), flash_journal_panic_halt(), flash_journal_round_trip(), flash_journal_setup_or_halt(), ra8_exception_last_t::frame, fs_fmt_fill_payload(), fs_fmt_init_card_or_halt(), fs_fmt_panic_halt(), fs_fmt_print(), fs_fmt_print_line(), FS_FMT_PUTS, fs_fmt_run_exfat(), fs_fmt_run_one_type(), fs_fmt_setup_or_halt(), g_acmphs_compare_tick, g_bat_chg, g_bat_heartbeat, g_bat_nag, g_bat_soc, g_bkup_heartbeat, g_bkup_rw_ok, g_blink_hal_tick, g_blink_ra8p1_tick, g_blink_tick, g_cac_heartbeat, g_cac_ok, g_cache_coherency_match, g_can_match, g_can_mismatch, g_canfd_filter_exact_match, g_canfd_filter_exact_mismatch, g_canfd_filter_mask_match, g_canfd_filter_mask_mismatch, g_canfd_filter_match, g_canfd_filter_mismatch, g_canfd_filter_nomatch_match, g_canfd_filter_nomatch_mismatch, g_canfd_match, g_canfd_mismatch, g_clock_check_match, g_clock_check_mismatch, g_cpu1_pingpong_match, g_cpu1_pingpong_mismatch, g_cpu1_pingpong_release_err, g_cpu1_pingpong_s_fallback_count, g_cpu1_pingpong_step, g_dac_b_demo_tick, g_dac_waveform_tick, g_dcr_run_heartbeat, g_dcr_run_sentinel, g_dlist_buserr, g_dlist_crc, g_dlist_fb, g_dlist_heartbeat, g_dlist_match, g_doc_match, g_doc_mismatch, g_dotf_heartbeat, g_dotf_init_err, g_dotf_ok, g_drw_blend_crc, g_drw_blend_heartbeat, g_drw_heartbeat, g_drw_match, g_dtc_armed_ok, g_dtc_bytes, g_dtc_disarmed_ok, g_dtc_heartbeat, g_dtc_match, g_ecc_heartbeat, g_ecc_ok, g_eoh_chapters, g_eoh_crc, g_eoh_heartbeat, g_er_loop_ticks, g_etoc_heartbeat, g_fd_heartbeat, g_fd_quotient, g_fj_last_step, g_fj_match, g_fj_mismatch, g_glcdc_hil_crc, g_glcdc_hil_heartbeat, g_glcdc_hil_ok, g_gpio_input_tick, g_gpt_capture_tick, g_gpt_dma_match, g_gpt_dma_mismatch, g_gpt_ecc_pulse_count, g_gpt_ecc_tick, g_gpt_one_shot_match, g_gpt_one_shot_mismatch, g_gpt_pwm_match, g_gpt_pwm_mismatch, g_gpt_three_phase_match, g_gpt_three_phase_mismatch, g_lpm_deep_pre_count, g_lpm_deep_wake_count, g_lpm_swstd_wake_count, g_ls_loop_ticks, g_lvd_heartbeat, g_lvd_ok, g_mecc_heartbeat, g_mpu_simple_match, g_npu_infer_pass, g_npu_smoke_check, g_npu_smoke_id, g_npu_smoke_pass, g_npu_smoke_status, g_npu_vela_check, g_npu_vela_id, g_npu_vela_pass, g_pc_heartbeat, g_pc_hit, g_pdg_cfg_ok, g_pdg_heartbeat, g_pdm_mic_result, g_poeg_heartbeat, g_poeg_mismatch, g_poeg_shutoffs, g_ra8_ls_cpu1_mram_start, g_ra8_ls_cpu1_stack_top, g_ra8_secure_fallback_count, g_reset_cause_initial, g_reset_cause_loop, g_sb_signed_payload, g_sbns_denied, g_sbns_jump_err, g_sbns_step, g_sfr_heartbeat, g_sh, g_tz_nsc_cgc_usb_s_fallback_count, g_tz_threadx_demo_fallback_count, g_wd_request, gh_framebuffer_hash(), gh_glcdc_programmed(), gh_print(), gh_print_hex(), gh_print_uint(), gh_render_pattern(), gh_setup_or_halt(), erm33_mailbox_t::glyph_count, gpt_ecc_clocks_or_halt(), gpt_ecc_panic_halt(), gpt_ecc_route_pins_or_halt(), gpt_ecc_service_capture(), gpt_ecc_timers_or_halt(), gptp_arm(), gptp_panic_halt(), gptp_run_cycle(), gptp_setup_or_halt(), gptp_write(), ra8_ui_rect_t::h, heartbeat_loop(), hid_panic_halt(), hid_setup_or_halt(), i3c_demo_panic_halt(), i3c_demo_setup_or_halt(), idle_forever(), iic_facade_controller_phase(), iic_facade_peripheral_phase(), iic_panic_halt(), iic_print(), iic_print_banner(), iic_setup_or_halt(), imp_build_cookie(), imp_init_card_or_halt(), imp_mount_or_halt(), IMP_PUTS, imp_run(), imp_setup_or_halt(), imu_demo_check_who_am_i(), imu_demo_configure(), imu_demo_iic_read(), imu_demo_iic_write(), imu_demo_panic_halt(), imu_demo_sample_and_emit(), imu_demo_setup_or_halt(), imu_demo_tx(), internal_acmphs_demo_one_iter(), internal_acmphs_demo_panic_halt(), internal_acmphs_demo_setup(), internal_agt_periodic_arm(), internal_agt_periodic_panic_halt(), internal_agt_periodic_setup_or_halt(), internal_arm(), internal_arm_channel(), internal_audio_loopback_init_clocks_and_led(), internal_audio_loopback_init_codec(), internal_audio_loopback_init_console(), internal_audio_loopback_panic_halt(), internal_audio_loopback_print_count(), internal_bkup_demo_panic_halt(), internal_bkup_demo_report_survival(), internal_bkup_demo_rw_check(), internal_bkup_demo_setup_or_halt(), internal_bkup_demo_survival_check(), internal_blink_panic_halt(), internal_blink_pins_init(), internal_blink_pins_toggle_all(), internal_blink_ra8p1_panic_halt(), internal_can_demo_one_round_trip(), internal_can_demo_panic_halt(), internal_can_demo_setup_or_halt(), internal_canfd_demo_one_round_trip(), internal_canfd_demo_panic_halt(), internal_canfd_demo_setup_or_halt(), internal_canfd_filter_one_round(), internal_canfd_filter_panic_halt(), internal_canfd_filter_setup_or_halt(), internal_clock_check_panic_halt(), internal_clock_check_pins_init(), internal_clock_check_pins_toggle_all(), internal_clock_check_verify_all(), internal_configure(), internal_console_init(), internal_dac_b_demo_arm(), internal_dac_b_demo_panic_halt(), internal_dac_b_demo_setup_or_halt(), internal_dac_demo_one_triangle_period(), internal_dac_demo_panic_halt(), internal_dac_demo_setup_or_halt(), internal_dcr_panic_halt(), internal_demo_clocks_or_halt(), internal_demo_log(), internal_demo_open(), internal_demo_panic_halt(), internal_demo_print(), internal_demo_probe_fat(), internal_demo_probe_foreign(), internal_demo_roundtrip(), internal_demo_run(), internal_demo_setup_or_halt(), internal_dotf_demo_panic_halt(), internal_dotf_demo_sample(), internal_dotf_demo_setup_or_halt(), internal_edge(), internal_emit_pass(), internal_emit_tick(), internal_eth_loopback_panic_halt(), internal_eth_loopback_run_once(), internal_eth_loopback_setup_or_halt(), internal_fill_buffers(), internal_format_line(), internal_gpio_demo_one_iter(), internal_gpio_demo_panic_halt(), internal_gpio_demo_setup_or_halt(), internal_gpt_3p_demo_arm(), internal_gpt_3p_demo_panic_halt(), internal_gpt_3p_demo_setup_or_halt(), internal_gpt_irq_demo_arm(), internal_gpt_irq_demo_panic_halt(), internal_gpt_irq_demo_setup_or_halt(), internal_gpt_pwm_demo_arm(), internal_gpt_pwm_demo_panic_halt(), internal_gpt_pwm_demo_setup_or_halt(), internal_halt(), internal_icu_extint_demo_arm(), internal_icu_extint_demo_panic_halt(), internal_icu_extint_demo_setup_or_halt(), internal_idle_forever(), internal_iic_peripheral_panic_halt(), internal_iic_peripheral_service(), internal_iic_peripheral_setup_or_halt(), internal_in_window(), internal_kat_one(), internal_kat_panic_halt(), internal_kat_setup_or_halt(), internal_kint_demo_arm(), internal_kint_demo_panic_halt(), internal_kint_demo_setup_or_halt(), internal_lcd_bringup_clocks(), internal_lcd_bringup_panel(), internal_log_sink(), internal_lpm_deep_panic_halt(), internal_lpm_deep_setup_or_halt(), internal_lpm_demo_one_wake(), internal_lpm_demo_panic_halt(), internal_lpm_demo_setup_or_halt(), internal_lpm_dpsby1_arm_wake(), internal_lpm_dpsby1_panic_halt(), internal_lpm_dpsby1_setup_or_halt(), internal_lpm_dpsby2_arm_wake(), internal_lpm_dpsby2_panic_halt(), internal_lpm_dpsby2_setup_or_halt(), internal_lpm_dpsby3_arm_wake(), internal_lpm_dpsby3_panic_halt(), internal_lpm_dpsby3_setup_or_halt(), internal_lpm_swstd_arm_wake(), internal_lpm_swstd_panic_halt(), internal_lpm_swstd_setup_or_halt(), internal_lpm_wake_disarm_all(), internal_lpm_wake_panic_halt(), internal_lpm_wake_setup_or_halt(), internal_lpm_wake_walk_wupen0(), internal_lpm_wake_walk_wupen1(), internal_lus_arm_wake(), internal_lus_panic_halt(), internal_lus_setup_or_halt(), internal_lus_wait_count_started(), internal_lvd_demo_configure(), internal_lvd_demo_panic_halt(), internal_lvd_demo_sample(), internal_lvd_demo_setup_or_halt(), internal_mecc_configure(), internal_mecc_panic_halt(), internal_mecc_run_pass(), internal_mecc_setup_or_halt(), internal_motor_3phase_advance(), internal_motor_3phase_init_clocks_and_led(), internal_motor_3phase_init_console(), internal_motor_3phase_init_pwm(), internal_motor_3phase_panic_halt(), internal_motor_3phase_print_duty(), internal_mpu_simple_emit_banner(), internal_mpu_simple_panic_halt(), internal_mpu_simple_probe(), internal_mpu_simple_setup_or_halt(), internal_npu_infer_emit(), internal_npu_infer_execute(), internal_npu_infer_park(), internal_npu_infer_setup_or_halt(), internal_npu_smoke_build_stream(), internal_npu_smoke_emit(), internal_npu_smoke_park(), internal_npu_smoke_run_job(), internal_npu_smoke_seed_arenas(), internal_npu_smoke_setup_or_halt(), internal_npu_smoke_verify(), internal_npu_vela_emit(), internal_npu_vela_park(), internal_npu_vela_run_job(), internal_npu_vela_setup_or_halt(), internal_npu_vela_verify(), internal_one_iter(), internal_one_round_trip(), internal_output_init(), internal_panic_halt(), internal_park(), internal_park_forever(), internal_pc_font_or_halt(), internal_pc_init_card_or_halt(), internal_pc_invalidate_check_or_halt(), internal_pc_live_layout_or_halt(), internal_pc_mount_or_halt(), internal_pc_persist_and_verify_or_halt(), internal_pc_print(), internal_pc_read_cache(), internal_pc_reload_check_or_halt(), internal_pc_setup_or_halt(), internal_pdg_demo_configure(), internal_pdg_demo_panic_halt(), internal_pdg_demo_sample(), internal_pdg_demo_setup_or_halt(), internal_poeg_demo_arm_gpt(), internal_poeg_demo_arm_poeg(), internal_poeg_demo_cycle(), internal_poeg_demo_panic_halt(), internal_poeg_demo_setup_or_halt(), internal_print(), internal_print_uint(), internal_puts(), internal_rc_panic_halt(), internal_rc_print(), internal_rc_print_hex(), internal_rc_print_uint(), internal_rc_render_all(), internal_rc_setup_or_halt(), internal_rcs_build_cfg(), internal_rcs_print(), internal_rcs_report(), internal_rcs_setup_or_halt(), internal_read(), internal_report(), internal_reset_cause_panic_halt(), internal_rng_demo_emit_one_line(), internal_rng_demo_panic_halt(), internal_rng_demo_setup_or_halt(), internal_round(), internal_round_trip_ok(), internal_rtc_demo_arm_alarm(), internal_rtc_demo_panic_halt(), internal_rtc_demo_setup_or_halt(), internal_run_copy(), internal_run_one(), internal_run_report(), internal_sample(), internal_sd_demo_init_card_or_halt(), internal_sd_demo_panic_halt(), internal_sd_demo_roundtrip(), internal_sd_demo_setup_or_halt(), internal_setup_or_halt(), internal_shared(), internal_ssie_loop_panic_halt(), internal_ssie_loop_run(), internal_ssie_loop_setup_or_halt(), internal_swap_replay_capture(), internal_swap_run_all(), internal_swap_uart_print(), internal_tc_calibrate_and_report(), internal_tc_glcdc_bringup(), internal_tc_panic_halt(), internal_tc_print(), internal_tc_setup_or_halt(), internal_tc_touch_bringup(), internal_td_panic_halt(), internal_td_poll_points(), internal_td_print(), internal_td_print_uint(), internal_td_setup_or_halt(), internal_u16_to_dec(), internal_uart_hello_panic_halt(), internal_uart_hello_setup_or_halt(), internal_usb_audio_log(), internal_usb_audio_log_frames(), internal_usb_audio_panic_halt(), internal_usb_audio_send_one_frame(), internal_usb_audio_setup_or_halt(), internal_verify(), internal_wait_for_pong(), internal_wait_ovf(), internal_wdt_demo_banner_for(), internal_wdt_demo_setup_or_halt(), internal_write(), internal_write_parts(), ipc_demo_panic_halt(), ipc_demo_setup_or_halt(), iu_nav_check(), iu_print(), iu_print_uint(), iu_setup_or_halt(), iu_tap(), iv_framebuffer_hash(), iv_panic_halt(), iv_print(), iv_print_hex(), iv_print_uint(), iv_setup_or_halt(), k_acmphs_demo_period_ms, k_adc_b_demo_channel, k_adc_b_demo_cr, k_adc_b_demo_full_scale, k_adc_b_demo_lf, k_adc_b_demo_line_max, k_adc_b_demo_period_ms, k_adc_b_demo_vref_mv, k_adc_diag_period_ms, k_adc_diag_verdict_fail, k_adc_diag_verdict_pass, k_aes_demo_period_ms, k_agt_cas_hi_channel, k_agt_cas_poll_ms, k_agt_periodic_channel, k_agt_periodic_poll_ms, k_agt_periodic_undf_bit, k_agt_pulse_channel, k_agt_pulse_poll_ms, k_ahem_ttf, k_ahem_ttf_len, k_al_chapter, k_al_font_px, k_al_ink, k_al_link_col, k_al_view_h, k_al_view_w, k_app_bank_a, k_app_bank_b, k_app_frame_period_ms, k_app_outcome_committed, k_app_outcome_rolled_back, k_app_powerup_ms, k_app_report_delay, k_audio_loopback_block_samples, k_audio_loopback_print_period, k_bg_target_count, k_bgc_cycle_count, k_bkup_demo_period_ms, k_blink_cpu_hz_at_reset, k_blink_half_period_ms, k_bm_bus_hz, k_bm_iic_chan, k_bm_period_ms, k_bmp, k_bmp_len, k_c6_probe_boot_wait_ms, k_c6_probe_idle_ms, k_cac_demo_period_ms, k_cache_coherency_rounds, k_cache_hal_fail_rw, k_cache_hal_fail_setup, k_cache_hal_pass_banner, k_cache_mpu_fail_mmio, k_cache_mpu_fail_mram, k_cache_mpu_fail_setup, k_cache_mpu_fail_sram, k_cache_mpu_pass_banner, k_cache_mpu_result_fail_mmio, k_cache_mpu_result_fail_mram, k_cache_mpu_result_fail_sram, k_cache_mpu_result_pass, k_can_demo_period_ms, k_canfd_demo_bitrate, k_canfd_demo_channel, k_canfd_demo_period_ms, k_canfd_filter_channel, k_canfd_filter_drain_max, k_canfd_filter_id_exact, k_canfd_filter_id_mask, k_canfd_filter_id_nomatch, k_canfd_filter_period_ms, k_ch_fb_h, k_ch_fb_w, k_clock_check_half_period_ms, k_cm_frame_ms, k_cm_led_every, k_cm_msg_boot, k_cm_msg_cerr, k_color_bg, k_color_x, k_combo_i2c_channel, k_combo_i3c_channel, k_combo_msg_err, k_combo_msg_i2c, k_combo_msg_ok, k_combo_period_ms, k_combo_probe_addr, k_cover_jpg, k_cover_jpg_len, k_cover_png, k_cover_png_len, k_cpu1_pingpong_magic_ping, k_cpu1_pingpong_magic_pong, k_crc_demo_period_ms, k_dac_b_demo_channel, k_dac_b_demo_full_scale, k_dac_b_demo_step, k_dac_b_demo_step_ms, k_dcr_probe_counter_addr, k_dcr_probe_sentinel_addr, k_dcr_sram_base, k_dcr_sram_mask, k_dcr_thumb_bit, k_demo_console_baud, k_demo_fb_dim, k_demo_golden_crc, k_demo_idle_budget, k_demo_period_ms, k_demo_poison, k_demo_poll_budget, k_demo_uart_chan, k_display_backend_eink_it8951, k_display_event_open, k_display_pixfmt_rgb565, k_display_policy_fast_clean, k_display_refresh_fast, k_display_refresh_init, k_display_refresh_quality, k_dma_demo_period_ms, k_dma_hal_period_ms, k_doc_demo_period_ms, k_dotf_demo_period_ms, k_drw_blend_fail_msg, k_drw_blend_period_ms, k_drw_demo_bad_msg, k_drw_demo_ok_msg, k_drw_demo_period_ms, k_dtc_arm_bad_msg, k_dtc_arm_ok_msg, k_dtc_arm_period_ms, k_dtc_demo_bad_msg, k_dtc_demo_buf_bytes, k_dtc_demo_ok_msg, k_dtc_demo_period_ms, k_ec_col_bg, k_ec_fb_h, k_ec_fb_w, k_ecc_demo_period_ms, k_ef_fb_h, k_ef_fb_w, k_ehb_msg_boot, k_ehb_msg_fail, k_ehb_msg_pass, k_elc_demo_period_ms, k_elc_demo_print_buf, k_elc_demo_sw_event_idx, k_eoh_frame_ms, k_eop_msg_boot, k_eop_msg_clock, k_eop_msg_fail, k_eop_msg_newline, k_eop_msg_pad, k_eop_msg_padlen, k_eop_msg_pass, k_eop_pad_bytes, k_ep_heartbeat_ms, k_ep_msg_fail, k_ep_msg_no_vcom, k_ep_msg_pass, k_ep_panel_h, k_ep_panel_w, k_ep_powerup_ms, k_er_clean_every, k_er_frame_ms, k_er_led_every, k_er_screen_library, k_erb_fb_h, k_erb_fb_w, k_erb_font_px, k_erb_ink, k_erb_link_col, k_es_col_bg, k_es_fb_h, k_es_fb_w, k_etoc_frame_ms, k_ez_fb_h, k_ez_fb_w, k_ez_frame_ms, k_ez_led_every, k_fd_ccr_div_0_trp, k_fd_scb_ccr_addr, k_fileops_idle_ms, k_fileops_retry_ms, k_fj_step_compare_mismatch, k_fj_step_compare_ok, k_fs_fmt_idx_count, k_gh_fb_h, k_gh_fb_w, k_gh_msg_boot, k_gh_msg_crc, k_gh_msg_fail_glcdc, k_gh_msg_pass, k_gh_msg_pre, k_gh_msg_x, k_gif, k_gif_len, k_gpio_demo_poll_ms, k_gpt_3p_demo_duty_u, k_gpt_3p_demo_duty_v, k_gpt_3p_demo_duty_w, k_gpt_3p_demo_period, k_gpt_3p_demo_step_ms, k_gpt_capture_poll_period_ms, k_gpt_dma_demo_rearm_delay_ms, k_gpt_duty_advance, k_gpt_ecc_capture_channel, k_gpt_ecc_count_channel, k_gpt_ecc_poll_period_ms, k_gpt_irq_demo_loop_ms, k_gpt_os_demo_channel, k_gpt_os_demo_period, k_gpt_os_demo_rearm_delay_ms, k_gpt_pwm_demo_channel, k_gpt_pwm_demo_period, k_gpt_pwm_demo_step_ms, k_gpt_pwm_demo_step_pct, k_gptp_period_ms, k_gptp_verdict_fail, k_gptp_verdict_pass, k_i2c_demo_iic_channel, k_i2c_demo_period_ms, k_i2c_demo_probe_addr, k_i3c_demo_iic_channel, k_i3c_demo_msg_ack, k_i3c_demo_msg_err, k_i3c_demo_msg_nack, k_i3c_demo_period_ms, k_i3c_demo_probe_addr, k_icu_extint_demo_irq_num, k_icu_extint_demo_irqf_mask, k_icu_extint_demo_poll_ms, k_iic_bus_hz, k_iic_channel, k_iic_period_ms, k_iic_peripheral_period_ms, k_imu_demo_banner_err, k_imu_demo_iic_channel, k_imu_demo_period_ms, k_iu_miss_count, k_iu_miss_gutter_x, k_iu_miss_gutter_y, k_iu_miss_off_x, k_iu_miss_off_y, k_iu_tap_half, k_iu_targets, k_iv_arena_bytes, k_iv_col_bg, k_iv_fb_h, k_iv_fb_w, k_iwdt_demo_poll_ms, k_journal_period_ms, k_kat_msg2_len, k_kat_msg_fail, k_kat_msg_ok, k_kat_period_ms, k_kb_expected, k_kb_frame_h, k_kb_frame_w, k_kb_frame_x, k_kb_frame_y, k_kb_word, k_kint_demo_debounce_ms, k_kint_demo_poll_ms, k_l3_period_ms, k_l3_verdict_fail, k_l3_verdict_pass, k_lcd_cycle_ms, k_lcd_heartbeat_ms, k_lcd_powerup_delay_ms, k_lin_hil_banner, k_lin_hil_fault_msg, k_lin_hil_frame_msg, k_lin_hil_id_count, k_lin_hil_ids, k_lin_hil_period_ms, k_lk_chapter, k_lk_font_px, k_lk_ink, k_lk_link_col, k_lk_view_h, k_lk_view_w, k_lpi_boot_msg, k_lpi_pass_msg, k_lpi_period_count, k_lpm_deep_park_blink_ms, k_ls_frame_ms, k_ls_led_every, k_lsm6dso_i2c_addr_sa0_high, k_lus_channel, k_lus_period_ticks, k_lvd_demo_period_ms, k_lvd_demo_stab_ms, k_m85_demo_rounds, k_mecc_period_ms, k_mg_fb_h, k_mg_fb_w, k_mg_frame_ms, k_mg_image_id, k_mg_led_every, k_modem_capture_cap, k_modem_csq_unknown, k_modem_heartbeat_ms, k_modem_str_cme, k_modem_str_fail, k_modem_str_no, k_modem_str_ok, k_modem_str_pass, k_motor_3phase_print_period, k_motor_3phase_update_ms, k_mpu_boot_fail_map, k_mpu_boot_fail_mmio, k_mpu_boot_fail_mpu, k_mpu_boot_fail_setup, k_mpu_boot_pass_banner, k_mpu_boot_result_fail_map, k_mpu_boot_result_fail_mmio, k_mpu_boot_result_fail_mpu, k_mpu_boot_result_pass, k_mpu_simple_period_ms, k_ms_per_sec, k_msg_all_pass, k_msg_apage, k_msg_arena, k_msg_atl, k_msg_berr, k_msg_boot, k_msg_covp, k_msg_crc, k_msg_crlf, k_msg_cross, k_msg_dbmp, k_msg_derr, k_msg_dgif, k_msg_eol, k_msg_fail, k_msg_fail_arena, k_msg_fail_slab, k_msg_fail_tile, k_msg_fail_vmem, k_msg_failr, k_msg_flush, k_msg_frag, k_msg_freg, k_msg_geom, k_msg_gif, k_msg_hits, k_msg_lay, k_msg_lerr, k_msg_loops, k_msg_mid, k_msg_miss, k_msg_nav, k_msg_none, k_msg_ok, k_msg_open, k_msg_pass, k_msg_pc, k_msg_pct, k_msg_pre, k_msg_rdr, k_msg_recorded, k_msg_rend, k_msg_safemode, k_msg_scene, k_msg_skip_size, k_msg_slab, k_msg_taps, k_msg_tile, k_msg_tocp, k_msg_vmem, k_msg_x, k_pc_blob_cap, k_pc_frame_ms, k_pdg_demo_period_ms, k_pdm_demo_banner_inactive, k_pdm_demo_banner_pass, k_pdm_demo_report_win, k_poeg_demo_period_ms, k_pp_demo_pass_msg, k_pp_demo_period_ms, k_pp_demo_print_buf, k_ra8_agt_agtcr_tundf_msk, k_ra8_app_none, k_ra8_batt_nag_none, k_ra8_board_led1, k_ra8_board_led2, k_ra8_board_led3, k_ra8_board_led_blue, k_ra8_board_sw1, k_ra8_board_sw2, k_ra8_board_sw_pressed, k_ra8_board_sw_released, k_ra8_clock_id_cpuclk0, k_ra8_ctms_self_test_1, k_ra8_dfu_action_jump_a, k_ra8_dfu_action_jump_b, k_ra8_dfu_run_base, k_ra8_dfu_slot_a, k_ra8_dfu_slot_b, k_ra8_drw_status_buserr_mask, k_ra8_err_exists, k_ra8_err_invalid_arg, k_ra8_err_invalid_size, k_ra8_etha_port_0, k_ra8_fs_type_exfat, k_ra8_fs_type_fat12, k_ra8_fs_type_fat16, k_ra8_fs_type_fat32, k_ra8_gfx_format_rgb565, k_ra8_gpt_ccr_a, k_ra8_i3c_mode_i2c, k_ra8_kbd_key_enter, k_ra8_kbd_key_layer, k_ra8_kbd_key_shift, k_ra8_kbd_key_space, k_ra8_mdl_chunk_data_max, k_ra8_mdl_sha256_bytes, k_ra8_ok, k_ra8_reset_cause_software, k_ra8_reset_cause_unknown, k_ra8_reset_cause_wdt0, k_ra8_rtc_irq_alarm, k_ra8_rtc_irq_periodic, k_ra8_sleep_mode_deep_sleep, k_ra8_sleep_mode_deep_standby_1, k_ra8_sleep_mode_deep_standby_2, k_ra8_sleep_mode_deep_standby_3, k_ra8_sleep_mode_software_std, k_ra8_touch_irq_pin_unset, k_ra8_usb_speed_fs, k_ra8_usb_speed_hs, k_ra8_wdt_clkdiv_4, k_ra8_wdt_on_expiry_nmi, k_ra8_wdt_sleep_stop_count, k_ra8_wdt_timeout_1024, k_ra8_wdt_window_end_25, k_ra8_wdt_window_start_75, k_ra8_widget_refresh_none, k_ra8_widget_refresh_quality, k_rabook_fixture, k_rabook_fixture_len, k_rc_fb_h, k_rc_fb_w, k_rc_font_px, k_rc_ink, k_rc_link_col, k_rc_reflow_px, k_rcs_reemit_ms, k_reset_cause_all_mask, k_reset_cause_cpu_hz_at_reset, k_reset_cause_loop_period_ms, k_reset_cause_settle_ms, k_riic_target_channel, k_riic_target_msg_armed, k_riic_target_seed_byte, k_riic_target_seed_len, k_rng_demo_period_ms, k_rot_diag_genuine, k_rot_diag_no_gen, k_rot_diag_no_tamp, k_rot_diag_tamper, k_rot_msg_fail, k_rot_msg_pass, k_rot_period_ms, k_rtc_demo_advance_secs, k_rtc_demo_ms_per_sec, k_rtc_demo_poll_ms, k_rtt_demo_period_ms, k_rtt_msg_buf_bytes, k_sb_msg_enforcing, k_sb_msg_launchfail, k_sb_msg_no_reject, k_sb_msg_rejected, k_sb_payload_body_len, k_sbns_msg_crypto_ready, k_sbns_msg_verify_enter, k_sbns_ns_run_base, k_sbns_step_armed, k_sbns_step_crypto, k_sbns_step_denied, k_sbns_step_psa_fail, k_scb_demo_period_ms, k_scb_demo_verdict_fail, k_scb_demo_verdict_pass, k_sd_bus_hz, k_sd_demo_msg_boot, k_sd_demo_msg_read_fail, k_sd_demo_msg_write_fail, k_sd_demo_payload_bytes, k_sd_iic_chan, k_sdcard_console_baud, k_sdram_demo_block_bytes, k_sdram_demo_fail_buf, k_sdram_demo_pass_msg, k_sdram_demo_pattern_seed, k_sdram_demo_period_ms, k_sdram_demo_print_buf, k_sfr_frame_ms, k_sh_screen_shelf, k_spi_demo_period_ms, k_ssie_loop_channel, k_swap_log_cap, k_swap_uart_chan, k_tb_chapter, k_tb_font_px, k_tb_ink, k_tb_link_col, k_tb_view_h, k_tb_view_w, k_td_max_points, k_timer_demo_period_ms, k_tsn_period_ms, k_tsn_verdict_fail, k_tsn_verdict_pass, k_uart_hello_period_ms, k_uart_irq_banner, k_uart_irq_loop_ms, k_uart_irq_sci_chan, k_ulpt_demo_channel, k_ulpt_demo_poll_ms, k_ulpt_demo_undf_bit, k_usb_audio_idle_step_ms, k_usb_audio_log_period, k_wa_app_library, k_wa_app_reader, k_wa_app_vt, k_wa_col_library, k_wa_col_reader, k_wa_fb_h, k_wa_fb_w, k_wc_col_clear, k_wc_frame_ms, k_wc_msg_boot, k_wc_msg_fchk, k_wc_msg_fpanl, k_wc_msg_ftree, k_wd_app_library, k_wd_col_clear, k_wd_frame_ms, k_wd_msg_boot, k_wd_msg_fchk, k_wd_msg_fpanl, k_wd_msg_freg, k_wd_msg_ftree, k_wdt_demo_alive_seconds, k_wdt_demo_refresh_ms, k_wdt_window_demo_msg_boot, k_wdt_window_demo_msg_init_failed, k_wdt_window_demo_poll_ms, k_webp_demo_fail, k_webp_demo_pass, k_wk_col_clear, k_wk_frame_ms, k_wk_msg_boot, k_wk_msg_fchk, k_wk_msg_fpanl, k_wk_msg_ftree, kat_aes_gcm(), kat_ecdsa_p256(), kat_panic_halt(), kat_setup_or_halt(), kat_sha256(), kb_key_of(), kb_key_of_kind(), kb_panic_halt(), kb_print(), kb_print_uint(), kb_setup_or_halt(), kb_streq(), kb_tap(), l3_arm(), l3_panic_halt(), l3_run_cycle(), l3_setup_or_halt(), l3_write(), lcd_bringup_clocks(), lcd_bringup_panel(), lcd_draw_x(), lcd_fb_fill(), ra8_kbd_text_t::len, lin_hil_panic_halt(), lin_hil_send_frame(), lin_hil_setup_or_halt(), lk_geom_hash(), lk_panic_halt(), lk_print(), lk_print_bool(), lk_print_hex(), lk_print_uint(), lk_probe_rect(), lk_setup_or_halt(), lowpower_mailbox(), lpi_arm_wake(), lpi_do_work(), lpi_idle_one_period(), lpi_panic_halt(), lpi_setup_or_halt(), ls_build_atlas(), ls_emit_banner(), ls_open_strip(), ls_poll_buttons(), ls_poll_touch(), ls_present(), ls_print(), ls_redraw(), dualcore_mailbox_t::m33_replies, dualcore_mailbox_t::m33_signature, m85_lpm_configure(), mem_panic_halt(), mem_print(), mem_print_hex(), mem_print_uint(), mem_run_arena(), mem_run_slab(), mem_run_tiles(), mem_run_vmem(), mem_setup_or_halt(), memcpy(), memset(), mg_bringup_clocks(), mg_bringup_panel(), mg_bringup_touch(), mg_build_atlas(), mg_panic_halt(), mg_poll_touch(), mg_present(), mg_print(), mg_print_banner(), mg_reader_init(), mg_reader_render(), mg_setup_cache(), microsd_panic_halt(), microsd_setup_or_halt(), mlun_panic_halt(), mlun_setup_or_halt(), modem_bind(), modem_fail(), modem_panic_halt(), modem_phase_attach(), modem_phase_error(), modem_phase_registration(), modem_phase_signal(), modem_phase_sim(), modem_phase_sync(), modem_run_ok(), modem_setup_or_halt(), modem_tx(), mpu_boot_emit(), mpu_boot_run_selftest(), mpu_boot_setup(), mpu_boot_wfi_forever(), ospirw_panic_halt(), ospirw_setup_or_halt(), park_forever(), park_low_power(), ra8_exception_frame_t::pc, pdm_demo_clocks_or_halt(), pdm_demo_io_or_halt(), pdm_demo_panic_halt(), pdm_demo_pdm_or_halt(), pdm_demo_run_window(), pdm_demo_tx(), cache_coherency_shared_t::ping_payload, cpu1_pingpong_shared_t::ping_payload, cache_coherency_shared_t::ping_seq, cpu1_pingpong_shared_t::ping_seq, cache_coherency_shared_t::pong_payload, cpu1_pingpong_shared_t::pong_payload, cache_coherency_shared_t::pong_seq, cpu1_pingpong_shared_t::pong_seq, pp_demo_cycle_modes(), pp_demo_format_line(), pp_demo_panic_halt(), pp_demo_setup_or_halt(), prep_mailbox(), ra8_adc_read_channel(), ra8_agt_get_status(), ra8_agt_stop(), ra8_app_launch(), ra8_app_register(), ra8_app_registry_init(), ra8_batt_monitor_init(), ra8_batt_update(), ra8_board_audio_play_sample_block(), ra8_board_led_init(), ra8_board_led_on(), ra8_board_led_toggle(), ra8_board_sdhi_pins_init(), ra8_board_sw_init(), ra8_board_sw_read(), ra8_board_touch_open(), ra8_board_uart_console_flush(), ra8_board_uart_console_init(), ra8_board_uart_console_write(), ra8_box_layout(), ra8_canfd_init(), ra8_canfd_receive(), ra8_canfd_set_bitrate(), ra8_canfd_set_test_mode(), ra8_cgc_get_clock_hz(), ra8_cgc_init(), ra8_cgc_usbfs_clock_enable(), ra8_cgc_usbhs_pll_enable(), ra8_cpu1_release(), ra8_crashlog_claim(), ra8_crashlog_install(), ra8_crashlog_peek(), ra8_crashlog_record_fault(), ra8_crashlog_safe_mode_requested(), ra8_dac_b_set_output_enable(), ra8_dac_b_write(), ra8_delay_ms(), ra8_dfu_device_set_target(), ra8_dfu_launch(), ra8_dotf_init(), ra8_drw_dlist_run(), ra8_drw_get_status(), ra8_drw_wait_idle(), ra8_elc_is_enabled(), ra8_elc_software_trigger(), ra8_etha_deinit(), ra8_gfx_clear(), ra8_gfx_init(), ra8_glcdc_set_background_color(), ra8_gpt_read(), ra8_gpt_set_duty(), ra8_gpt_start_free_run(), ra8_gpt_three_phase_set_duty(), ra8_i2c_peripheral_dispatch(), ra8_i2c_scan(), ra8_i3c_init(), ra8_i3c_scan(), ra8_icu_read_irqcr(), ra8_img_decode_blit(), ra8_io_i2c_bus_as_ops(), ra8_io_i2c_bus_bind_i3c_compat(), ra8_io_log_attach(), ra8_io_roundtrip_subdir_file(), ra8_io_stream_put_u32(), ra8_io_stream_ram_init(), ra8_io_stream_uart_init(), ra8_isr_globals_enable(), ra8_iwdt_clear_status(), ra8_iwdt_get_counter(), ra8_iwdt_init(), ra8_iwdt_refresh_deferred(), ra8_kbd_layout_init(), ra8_kbd_text_init(), ra8_log_info, ra8_log_info_val, ra8_log_init(), ra8_log_set_byte_sink(), ra8_lpm_enter_sleep(), ra8_lsm6dso_init(), ra8_mpu_configure(), ra8_npu_init(), ra8_npu_read_id(), ra8_npu_read_status(), ra8_power_profile_get_stats(), ra8_psa_crypto_init(), ra8_reset_clear_cause(), ra8_reset_get_cause(), ra8_reset_init(), ra8_reset_software_reset(), ra8_rtc_clear_status(), ra8_rtc_get(), ra8_rtc_get_status(), ra8_sci_attach_rx_handler(), ra8_sci_flush(), ra8_sci_read(), ra8_sci_write_polling(), ra8_smbus_init(), ra8_ssie_deinit(), ra8_ssie_stop(), ra8_time_init(), ra8_time_ms(), ra8_tz_secure_boot_jump_ns(), ra8_ui_nav_init(), ra8_ulpt_get_status(), ra8_ulpt_start(), ra8_ulpt_stop(), ra8_wdt_init(), ra8_npu_status_t::raw, reflow_find_anchor(), reflow_init(), reflow_layout_chapter(), reflow_set_font_size(), render_page0(), riic_target_arm(), riic_target_panic_halt(), riic_target_setup_or_halt(), pdm_metrics_t::rms, rot_genuine_ok(), rot_panic_halt(), rot_setup_or_halt(), rot_tamper_rejected(), rot_write(), run_mode_switch(), s_adc_b_demo_log_prefix, s_adc_b_demo_mv_sep, s_adc_b_demo_pass_msg, s_aes_demo_msg_fail, s_aes_demo_msg_ok, s_agt_periodic_log_msg, s_ahem_ttf, s_ahem_ttf_len, s_audio_loopback_silence, s_batt_mon, s_bkup_demo_bad_msg, s_bkup_demo_crlf, s_bkup_demo_ok_msg, s_bm_bus, s_c6_fwver_cpuclk_hz, s_c6_fwver_pclka_hz, s_c6_hosted_cpuclk_hz, s_c6_hosted_pclka_hz, s_c6_stats, s_c6_wifi_cpuclk_hz, s_c6_wifi_pclka_hz, s_cac_demo_bad_msg, s_cac_demo_ok_msg, s_cache, s_caps, s_cfg, s_cpuclk_hz, s_ctx, s_dbg_action, s_dbg_target, s_demo_tag, s_display, s_dma_demo_bad_msg, s_dma_demo_ok_msg, s_dma_hal_bad_msg, s_dma_hal_ok_msg, s_dotf_demo_bad_msg, s_dotf_demo_ok_msg, s_ecc_demo_bad_msg, s_ecc_demo_ok_msg, s_engine, s_epaper_cfg, s_eth_loopback_boot_msg, s_eth_loopback_log_msg, s_exp_abc, s_exp_empty, s_exp_two_block, s_fault_pending, s_fb, s_fd_dividend, s_fd_divisor, s_framebuffer, s_gb_diagnostic, s_i2c_demo_msg_ack, s_i2c_demo_msg_err, s_i2c_demo_msg_nack, s_icu_extint_demo_msg_boot, s_icu_extint_demo_msg_press, s_iic_bus, s_image_bad, s_image_good, s_img_arena, s_info, s_iwdt_demo_msg_boot, s_iwdt_demo_msg_refresh, s_kat_msg_fail, s_kat_msg_ok, s_kb, s_kint_demo_boot_msg, s_kint_demo_log_msg, s_lcd_bgc_cycle, s_library, s_loop_ticks, s_lpm_deep_msg_boot, s_lpm_deep_msg_woke, s_lpm_dpsby1_boot_msg, s_lpm_dpsby2_boot_msg, s_lpm_dpsby3_boot_msg, s_lpm_swstd_boot_msg, s_lpm_wake_boot_msg, s_lpm_wake_done_msg, s_lus_boot_msg, s_lus_wake_msg, s_lvd_demo_bad_msg, s_lvd_demo_ok_msg, s_mecc_bad_msg, s_mecc_ok_msg, s_mpu_cfg, s_msg_abc, s_msg_armed, s_msg_boot, s_msg_crc, s_msg_emu_tail, s_msg_eol, s_msg_fail, s_msg_lerr, s_msg_ok, s_msg_open, s_msg_pass, s_msg_pre, s_msg_rpages, s_msg_survived, s_msg_two_block, s_msg_unarmed, s_msg_x, s_msg_y, s_nav, s_params, s_payload, s_payload_image, s_pclka_hz, s_pdg_demo_bad_msg, s_pdg_demo_ok_msg, s_poeg_demo_bad_msg, s_poeg_demo_ok_msg, s_policy, s_ram_log, s_ram_log_buf, s_ram_log_state, s_rc_chapter, s_read_blob, s_readback, s_reader, s_reg, s_rtc_demo_boot_msg, s_rtc_demo_log_msg, s_sbns_heap, s_scene, s_scroll_offset, s_sd_bus, s_spi_demo_msg_fail, s_spi_demo_msg_pass, s_ssie_loop_log_msg, s_tag, s_tc_msg_boot, s_tc_msg_fail_gl, s_tc_msg_fail_op, s_tc_msg_ready, s_tiled, s_uart, s_uart_hello_greeting, s_uart_irq_rx_byte, s_uart_state, s_ulpt_demo_log_msg, s_ust, s_wdt_demo_msg_stop, sb_panic_halt(), sb_setup_or_halt(), sb_tampered_rejected(), sb_write(), sbns_console_bringup(), sbns_console_say(), sbns_console_say_reject(), sbns_park(), scb_demo_panic_halt(), scb_demo_probe_and_report(), scb_demo_setup_or_halt(), scb_demo_write(), sd_demo_compare_and_report(), sd_demo_fill_payload(), sd_demo_init_card_or_halt(), sd_demo_mount_or_halt(), sd_demo_panic_halt(), sd_demo_print(), sd_demo_print_capacity(), SD_DEMO_PUTS, sd_demo_read_payload(), sd_demo_setup_or_halt(), sd_demo_write_payload(), sd_panic_halt(), sd_print(), sd_print_hex8(), sd_read_whoami_or_halt(), sd_setup_or_halt(), sdhi_card_fill_payload(), sdhi_card_init_or_halt(), sdhi_card_panic_halt(), SDHI_CARD_PUTS, sdhi_card_roundtrip(), sdhi_card_setup_or_halt(), sdhi_demo_fill_payload(), sdhi_demo_init_card_or_halt(), sdhi_demo_panic_halt(), SDHI_DEMO_PUTS, sdhi_demo_roundtrip(), sdhi_demo_setup_or_halt(), sdmsc_panic_halt(), sdmsc_setup_or_halt(), sdram_demo_format_fail(), sdram_demo_format_line(), sdram_demo_mbps(), sdram_demo_panic_halt(), sdram_demo_read_check(), sdram_demo_setup_or_halt(), sdram_demo_write_pass(), selftest_panic_halt(), selftest_setup_or_halt(), sfr_bringup_clocks(), sfr_bringup_panel(), sfr_load_font_or_halt(), sfr_render_or_halt(), sh_comic_selfcheck(), sh_input_init(), sh_panel_or_halt(), sh_present(), sh_print_banner(), sh_run(), sh_sd_mount(), sh_sd_scan(), sh_seed_baked(), sh_setup_or_halt(), sh_shelf_build_thumbs(), mem_report_t::slab_free, com33_mailbox_t::status, tb_geom_hash(), tb_panic_halt(), tb_print(), tb_print_hex(), tb_print_uint(), tb_setup_or_halt(), mem_report_t::tile_evictions, timer_demo_one_capture(), timer_demo_panic_halt(), timer_demo_setup_or_halt(), tsn_arm(), tsn_panic_halt(), tsn_run_cycle(), tsn_setup_or_halt(), tsn_write(), uart_irq_panic_halt(), uart_irq_rx_cb(), uart_irq_setup_or_halt(), verify_blob(), verify_page(), mem_report_t::vmem_crc, ra8_ui_rect_t::w, wa_panic_halt(), wa_print(), wa_print_hex(), wa_run_two_apps(), wa_setup_or_halt(), wa_state_init(), wa_verify_or_halt(), wait_for_done(), wait_for_m33_boot(), wait_for_m33_sig(), wc_build_tree(), wc_compose(), wc_fail_halt(), wc_flush_rect(), wc_invalidate_all(), wc_panel_up(), wc_print(), wc_print_banner(), wc_selfcheck(), wc_setup_or_halt(), wc_tick_live(), wd_build_tree(), wd_compose(), wd_fail_halt(), wd_flush_rect(), wd_invalidate_all(), wd_panel_up(), wd_poll_buttons(), wd_print(), wd_print_banner(), wd_register_apps(), wd_render_active(), wd_selfcheck(), wd_service_request(), wd_setup_or_halt(), wd_tick_live(), wdt_rr_arm_and_wait_for_reset(), wdt_rr_banner_for(), wdt_rr_setup_or_halt(), wdt_sup_demo_halt(), wdt_window_demo_banner(), wdt_window_demo_iter(), wdt_window_demo_panic_halt(), wdt_window_demo_setup_or_halt(), webp_demo_decode_ok(), webp_demo_panic_halt(), webp_demo_setup_or_halt(), wifi_hal_panic_halt(), wifi_hal_print_banner(), wifi_hal_puts(), wifi_hal_setup_or_halt(), wk_build_tree(), wk_compose(), wk_fail_halt(), wk_flush_rect(), wk_invalidate_all(), wk_panel_up(), wk_print(), wk_print_banner(), wk_selfcheck(), wk_setup_or_halt(), wk_tick_live(), wlun_panic_halt(), wlun_setup_or_halt(), ra8_ui_rect_t::x, ra8_ui_rect_t::y, zero_bg(), and zero_mailbox().
Referenced by Reset_Handler().
| void SystemInit | ( | void | ) |
Earliest C code the image runs: bring the core up before RAM init.
Called by Reset_Handler before .data is copied and .bss is zeroed, so it must not touch initialised or zero-initialised statics. Each image supplies its own definition – the shared board one under the board boot directories, or an application-local system_init.c where the clock tree or memory map diverges.
The name is the CMSIS convention; the startup code reaches it by that name, which is why it has external linkage.
Definition at line 519 of file system_init.c.
References internal_disable_irq(), internal_enable_branch_predictor(), internal_enable_dcache(), internal_enable_div0_trap(), internal_enable_fault_handlers(), internal_enable_fpu(), internal_enable_fpu_lazy_stack(), internal_enable_icache(), internal_halt_secure_clock_fault(), internal_mpu_init(), internal_set_priority_grouping(), internal_set_vtor(), k_ra8_ok, ra8_boot_disable_irq(), ra8_cache_dcache_enable(), ra8_cache_icache_enable(), ra8_cgc_init(), ra8_mpu_apply_boot_map(), and ra8_trustzone_init().
Referenced by Reset_Handler().