摘要:
0 I'm following linux bootloading using u-boot (using SPL falcon mode where u-boot-spl launches linux directly) on a qemu virtual machine. Now the cod 阅读全文
摘要:
dm_init_and_scan dm_init_and_scan(false)中主要有两点:一个是初始化驱动模型的根节点,另一个就是扫描设备书创建udevice、uclass绑定、申请空间等 static int initr_dm(void) { int ret; /* Save the pre- 阅读全文
摘要:
/** * driver_check_compatible() - Check if a driver matches a compatible string * * @param of_match: List of compatible strings to match * @param of_i 阅读全文