UEFI Driver
文章平均质量分 80
ymzhou117
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
UEFI PCI Host Bridge Driver分析
最近一时兴起,想借助学习UEFI下的PCI bus driver,顺带 学习下PCI bus,UEFIDriver Model的相关内容。准备写上几篇文章来详细的分析一下UEFI下PCI驱动的实现。这里就以Open source的EDKII code base为例,相关的代码可以从如下链接 https://svn.code.sf.net/p/edk2/code/trunk/edk2原创 2013-10-28 14:59:42 · 4764 阅读 · 0 评论 -
UEFI PCI Bus Driver分析
草稿:等所有都写完会稍加完善, 未完待续.... 1.The image handle is this driver's image 2.The Controller is the PCI root bridge device handle. Take PCIBusDxe inAllPackagesDev\MdeModulePkg\Bus\Pci\PciBusDxe for原创 2013-10-28 15:02:09 · 4072 阅读 · 0 评论 -
UEFI varstore in Browser
1.Now have two typestorage in browser: 1.BrowserStorage 1.Thistype maintain the storage used by browser level, more than one form sets mayshare the same storage. 2.FormsetStorage 1.Thisty原创 2013-10-29 14:31:34 · 2755 阅读 · 0 评论
分享