cmd2001 / build-edk2-gvtd

Automatically Build GVT-d Ready OVMF and OpROM
The Unlicense
98 stars 19 forks source link

生成的OVMF_CODE_4M.fd文件,里面没有IntelGOPDriver #2

Closed kimown closed 11 months ago

kimown commented 11 months ago

这是放入gop目录里面IntelGopDriver.efi文件。 IntelGopDriver.efi.zip

这是执行命令后,product目录生成的4个文件。 b660.zip

使用mmtool 5.0.0.7打开b660.zip中的OVMF_CODE_4M.fd文件,发现里面没有IntelGOPDriver和PlatformGOPPolicy

cmd2001 commented 11 months ago

This is due to a typo in the Usage section of readme.md.

In fact, you should use sudo bash ./build_ovmf.sh instead of sudo sh ./build_ovmf.sh, otherwise, the build script will not work.

After executing the appropriate building command, IgdAssignmentDxe and PlatformGOPPolicy should appear after VirtioSerialDxe like in the following picture.

Remind that IntelGOPDriver would NEVER appear in OVMF_CODE_4M.fd or OVMF_CODE_4M.secboot.fd as it has been moved to external OpRom like B660.rom.