├── 100.conf ├── OVMF_CODE.fd ├── OVMF_VARS.fd ├── README.md ├── apple ├── 188.conf ├── 20201226214515.jpg └── OC │ └── config.plist ├── dde-desktop_20201223203029.png ├── igd.rom └── test ├── IntelGopDriver.efi ├── NUC10i5FNH ├── OVMF_CODE.fd └── vbt.bin /100.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/my33love/gk41-pve-ovmf/HEAD/100.conf -------------------------------------------------------------------------------- /OVMF_CODE.fd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/my33love/gk41-pve-ovmf/HEAD/OVMF_CODE.fd -------------------------------------------------------------------------------- /OVMF_VARS.fd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/my33love/gk41-pve-ovmf/HEAD/OVMF_VARS.fd -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/my33love/gk41-pve-ovmf/HEAD/README.md -------------------------------------------------------------------------------- /apple/188.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/my33love/gk41-pve-ovmf/HEAD/apple/188.conf -------------------------------------------------------------------------------- /apple/20201226214515.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/my33love/gk41-pve-ovmf/HEAD/apple/20201226214515.jpg -------------------------------------------------------------------------------- /apple/OC/config.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/my33love/gk41-pve-ovmf/HEAD/apple/OC/config.plist -------------------------------------------------------------------------------- /dde-desktop_20201223203029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/my33love/gk41-pve-ovmf/HEAD/dde-desktop_20201223203029.png -------------------------------------------------------------------------------- /igd.rom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/my33love/gk41-pve-ovmf/HEAD/igd.rom -------------------------------------------------------------------------------- /test/IntelGopDriver.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/my33love/gk41-pve-ovmf/HEAD/test/IntelGopDriver.efi -------------------------------------------------------------------------------- /test/NUC10i5FNH: -------------------------------------------------------------------------------- 1 | A.Dump Gop and Vbt from vbios.bin; 2 | B.Replace Gop&VBT with UEFItool; 3 | -------------------------------------------------------------------------------- /test/OVMF_CODE.fd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/my33love/gk41-pve-ovmf/HEAD/test/OVMF_CODE.fd -------------------------------------------------------------------------------- /test/vbt.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/my33love/gk41-pve-ovmf/HEAD/test/vbt.bin --------------------------------------------------------------------------------