摘要:
generate a GUID. 4c698461-54ba-4963-a12b-e9c77c0728d8 e2575d56-a5c2-4baf-ad5d-58a0dde9fcfa https://www.cnblogs.com/linhaostudy/p/18360420 Uefi ABL读取XB 阅读全文
摘要:
高通启用UEFI架构的bootloader,有些时候有些状态值,需要ABL阶段获取. 上层思维总是以属性来开端,实际上android 的setproperty和getproperty属性对于uefi启动流程是不可取的. 自己在修改这块内容的举例来简单记录下, XBL setSetVariable 设 阅读全文
摘要:
UEFI有关的文件格式介绍: fdf:flash definitionfile,描述flash分区地址范围 dec:package declarationfile,定义了不同模块的GUID信息 dsc:description file,主要包含需要用到的所有inf文件 inf:单个模块的编译信息,类 阅读全文
摘要:
参考:高通文档 How to use SMEM in ABL? For previous platform, Android LK was used for bootloader, while in recent platforms UEFI is used to replace the old A 阅读全文