├── #AMD_ROM_Info.bat ├── #GOP_Files ├── #GOP_Database.txt ├── amd_gop.efirom ├── amd_gop_1.57.0.0.0.efirom ├── amd_gop_IDs.txt ├── amd_gop_IDs_1.57.0.0.0.txt ├── amd_gop_IDs_2.18.0.17.10.txt ├── amd_gop_mcu.efirom ├── amd_gop_mod.efirom ├── amd_gop_vega.efirom ├── nv_gop_GA1xx.efirom ├── nv_gop_GF10x.efirom ├── nv_gop_GF10x_MXM.efirom ├── nv_gop_GF119.efirom ├── nv_gop_GK1xx.efirom ├── nv_gop_GK1xx_MXM.efirom ├── nv_gop_GK1xx_multi.efirom ├── nv_gop_GM1xx.efirom ├── nv_gop_GM1xx_MXM.efirom ├── nv_gop_GM2xx.efirom ├── nv_gop_GP1xx.efirom ├── nv_gop_GT21x.efirom ├── nv_gop_GV1xx.efirom └── nv_gop_TU1xx.efirom ├── #Nvidia_ROM_Info.bat ├── #ROM_Info ├── AMD │ ├── AMDVBFlashDriverInstaller.exe │ ├── AMDVBFlashDriverInstaller_v1.1.0.0 │ ├── GopInfoX.exe │ ├── GopInfoX_v0.3 │ ├── amdvbflash.exe │ └── amdvbflash_mod_v3.31 └── NVIDIA │ ├── nvflash.exe │ ├── nvflash_5.427.0 (for old gpus).zip │ └── v5.735.0 ├── CHANGE.LOG ├── GOPupd.bat ├── GOPupd.dat ├── GOPupd.exe ├── README.md ├── UEFIRomExtract.exe ├── VCRUNTIME140.dll └── cecho.exe /#AMD_ROM_Info.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/#AMD_ROM_Info.bat -------------------------------------------------------------------------------- /#GOP_Files/#GOP_Database.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/#GOP_Files/#GOP_Database.txt -------------------------------------------------------------------------------- /#GOP_Files/amd_gop.efirom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/#GOP_Files/amd_gop.efirom -------------------------------------------------------------------------------- /#GOP_Files/amd_gop_1.57.0.0.0.efirom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/#GOP_Files/amd_gop_1.57.0.0.0.efirom -------------------------------------------------------------------------------- /#GOP_Files/amd_gop_IDs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/#GOP_Files/amd_gop_IDs.txt -------------------------------------------------------------------------------- /#GOP_Files/amd_gop_IDs_1.57.0.0.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/#GOP_Files/amd_gop_IDs_1.57.0.0.0.txt -------------------------------------------------------------------------------- /#GOP_Files/amd_gop_IDs_2.18.0.17.10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/#GOP_Files/amd_gop_IDs_2.18.0.17.10.txt -------------------------------------------------------------------------------- /#GOP_Files/amd_gop_mcu.efirom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/#GOP_Files/amd_gop_mcu.efirom -------------------------------------------------------------------------------- /#GOP_Files/amd_gop_mod.efirom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/#GOP_Files/amd_gop_mod.efirom -------------------------------------------------------------------------------- /#GOP_Files/amd_gop_vega.efirom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/#GOP_Files/amd_gop_vega.efirom -------------------------------------------------------------------------------- /#GOP_Files/nv_gop_GA1xx.efirom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/#GOP_Files/nv_gop_GA1xx.efirom -------------------------------------------------------------------------------- /#GOP_Files/nv_gop_GF10x.efirom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/#GOP_Files/nv_gop_GF10x.efirom -------------------------------------------------------------------------------- /#GOP_Files/nv_gop_GF10x_MXM.efirom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/#GOP_Files/nv_gop_GF10x_MXM.efirom -------------------------------------------------------------------------------- /#GOP_Files/nv_gop_GF119.efirom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/#GOP_Files/nv_gop_GF119.efirom -------------------------------------------------------------------------------- /#GOP_Files/nv_gop_GK1xx.efirom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/#GOP_Files/nv_gop_GK1xx.efirom -------------------------------------------------------------------------------- /#GOP_Files/nv_gop_GK1xx_MXM.efirom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/#GOP_Files/nv_gop_GK1xx_MXM.efirom -------------------------------------------------------------------------------- /#GOP_Files/nv_gop_GK1xx_multi.efirom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/#GOP_Files/nv_gop_GK1xx_multi.efirom -------------------------------------------------------------------------------- /#GOP_Files/nv_gop_GM1xx.efirom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/#GOP_Files/nv_gop_GM1xx.efirom -------------------------------------------------------------------------------- /#GOP_Files/nv_gop_GM1xx_MXM.efirom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/#GOP_Files/nv_gop_GM1xx_MXM.efirom -------------------------------------------------------------------------------- /#GOP_Files/nv_gop_GM2xx.efirom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/#GOP_Files/nv_gop_GM2xx.efirom -------------------------------------------------------------------------------- /#GOP_Files/nv_gop_GP1xx.efirom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/#GOP_Files/nv_gop_GP1xx.efirom -------------------------------------------------------------------------------- /#GOP_Files/nv_gop_GT21x.efirom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/#GOP_Files/nv_gop_GT21x.efirom -------------------------------------------------------------------------------- /#GOP_Files/nv_gop_GV1xx.efirom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/#GOP_Files/nv_gop_GV1xx.efirom -------------------------------------------------------------------------------- /#GOP_Files/nv_gop_TU1xx.efirom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/#GOP_Files/nv_gop_TU1xx.efirom -------------------------------------------------------------------------------- /#Nvidia_ROM_Info.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/#Nvidia_ROM_Info.bat -------------------------------------------------------------------------------- /#ROM_Info/AMD/AMDVBFlashDriverInstaller.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/#ROM_Info/AMD/AMDVBFlashDriverInstaller.exe -------------------------------------------------------------------------------- /#ROM_Info/AMD/AMDVBFlashDriverInstaller_v1.1.0.0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /#ROM_Info/AMD/GopInfoX.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/#ROM_Info/AMD/GopInfoX.exe -------------------------------------------------------------------------------- /#ROM_Info/AMD/GopInfoX_v0.3: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /#ROM_Info/AMD/amdvbflash.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/#ROM_Info/AMD/amdvbflash.exe -------------------------------------------------------------------------------- /#ROM_Info/AMD/amdvbflash_mod_v3.31: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /#ROM_Info/NVIDIA/nvflash.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/#ROM_Info/NVIDIA/nvflash.exe -------------------------------------------------------------------------------- /#ROM_Info/NVIDIA/nvflash_5.427.0 (for old gpus).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/#ROM_Info/NVIDIA/nvflash_5.427.0 (for old gpus).zip -------------------------------------------------------------------------------- /#ROM_Info/NVIDIA/v5.735.0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /CHANGE.LOG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/CHANGE.LOG -------------------------------------------------------------------------------- /GOPupd.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/GOPupd.bat -------------------------------------------------------------------------------- /GOPupd.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/GOPupd.dat -------------------------------------------------------------------------------- /GOPupd.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/GOPupd.exe -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/README.md -------------------------------------------------------------------------------- /UEFIRomExtract.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/UEFIRomExtract.exe -------------------------------------------------------------------------------- /VCRUNTIME140.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/VCRUNTIME140.dll -------------------------------------------------------------------------------- /cecho.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YTEC-info/GOP_Updater/HEAD/cecho.exe --------------------------------------------------------------------------------