摘要:
platform_early_init的分析了 1 void platform_early_init(void) { 2 uart_init_early(); 3 4 printf("stat 0x%x\n", *REG32(0xffd05000)); 5 6 /* initialize the i 阅读全文
posted @ 2021-08-31 14:51
zhougong12
阅读(166)
评论(0)
推荐(0)
摘要:
好哦,前面分析到了arch_early_init 1 void arch_early_init(void) { 2 /* turn off the cache */ 3 arch_disable_cache(UCACHE);//关闭cache,不想细看了 4 #if WITH_DEV_CACHE_P 阅读全文
posted @ 2021-08-31 13:53
zhougong12
阅读(172)
评论(0)
推荐(0)