![]() |
SyterKit 0.4.0.x
SyterKit is a bare-metal framework
|
#include <io.h>#include <stdarg.h>#include <stdbool.h>#include <stddef.h>#include <stdint.h>#include <types.h>#include <log.h>#include <sys-clk.h>#include <sys-rproc.h>
Functions | |
| void | sunxi_ansc_boot (uint32_t addr) |
| Boot the A27L2 processor. | |
| void sunxi_ansc_boot | ( | uint32_t | addr | ) |
Boot the A27L2 processor.
This function configures clocks, reset controls, and cache settings to boot the A27L processor. It performs a series of hardware register operations to ensure the processor is in the correct state during boot-up.
| addr | The address to start the A27L processor. This is typically the entry point of a program or firmware. |