一、Qualcomm平台
1.1 aboot_init函数
app/aboot/aboot.c
1 | void aboot_init(const struct app_descriptor *app) |
1.2 boot_linux_from_mmc函数
app/aboot/aboot.c
1 | int boot_linux_from_mmc(void) |
1.3 boot_linux_from_flash函数
app/aboot/aboot.c
1 | int boot_linux_from_flash(void) |
1.4 boot_linux函数
1 | void boot_linux(void *kernel, unsigned *tags, |