├── 64bit-pcie-address-space-enabler ├── MBP2011 │ ├── MBP82_7E374E25.ffs │ ├── MBP8x.aml │ ├── MBP8x.dsl │ ├── MBP8xMod.aml │ └── MBP8xMod.dsl ├── README.md ├── iMac2011_21 │ ├── 21_DSDT.aml │ ├── 21_DSDT.dsl │ ├── 21_DSDTMod.aml │ ├── 21_DSDTMod.dsl │ └── 21_PlatformAcpiTable.ffs └── iMac2011_27 │ ├── 27_DSDT.aml │ ├── 27_DSDT.dsl │ ├── 27_DSDTMod.aml │ ├── 27_DSDTMod.dsl │ └── 27_PlatformAcpiTable.ffs ├── LICENSE ├── README.md ├── ddr3-freq-limit-disable ├── README.md ├── ddr3-freq-limit-1600.txt └── ddr3-freq-limit-disable.txt ├── flash-protection-bypass ├── README.md └── flash-protection-bypass.txt ├── igpu-disable ├── README.md └── igpu-disable.txt ├── images ├── ddr3_1600.png ├── prr.png └── uefitool_64bit_pcie.png ├── tools └── FPT8.zip └── turbo-overclocking ├── README.md ├── turbo-OC-40.txt └── turbo-OC-44.txt /64bit-pcie-address-space-enabler/MBP2011/MBP82_7E374E25.ffs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m0bil/imac-uefi-patches/HEAD/64bit-pcie-address-space-enabler/MBP2011/MBP82_7E374E25.ffs -------------------------------------------------------------------------------- /64bit-pcie-address-space-enabler/MBP2011/MBP8x.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m0bil/imac-uefi-patches/HEAD/64bit-pcie-address-space-enabler/MBP2011/MBP8x.aml -------------------------------------------------------------------------------- /64bit-pcie-address-space-enabler/MBP2011/MBP8x.dsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m0bil/imac-uefi-patches/HEAD/64bit-pcie-address-space-enabler/MBP2011/MBP8x.dsl -------------------------------------------------------------------------------- /64bit-pcie-address-space-enabler/MBP2011/MBP8xMod.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m0bil/imac-uefi-patches/HEAD/64bit-pcie-address-space-enabler/MBP2011/MBP8xMod.aml -------------------------------------------------------------------------------- /64bit-pcie-address-space-enabler/MBP2011/MBP8xMod.dsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m0bil/imac-uefi-patches/HEAD/64bit-pcie-address-space-enabler/MBP2011/MBP8xMod.dsl -------------------------------------------------------------------------------- /64bit-pcie-address-space-enabler/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m0bil/imac-uefi-patches/HEAD/64bit-pcie-address-space-enabler/README.md -------------------------------------------------------------------------------- /64bit-pcie-address-space-enabler/iMac2011_21/21_DSDT.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m0bil/imac-uefi-patches/HEAD/64bit-pcie-address-space-enabler/iMac2011_21/21_DSDT.aml -------------------------------------------------------------------------------- /64bit-pcie-address-space-enabler/iMac2011_21/21_DSDT.dsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m0bil/imac-uefi-patches/HEAD/64bit-pcie-address-space-enabler/iMac2011_21/21_DSDT.dsl -------------------------------------------------------------------------------- /64bit-pcie-address-space-enabler/iMac2011_21/21_DSDTMod.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m0bil/imac-uefi-patches/HEAD/64bit-pcie-address-space-enabler/iMac2011_21/21_DSDTMod.aml -------------------------------------------------------------------------------- /64bit-pcie-address-space-enabler/iMac2011_21/21_DSDTMod.dsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m0bil/imac-uefi-patches/HEAD/64bit-pcie-address-space-enabler/iMac2011_21/21_DSDTMod.dsl -------------------------------------------------------------------------------- /64bit-pcie-address-space-enabler/iMac2011_21/21_PlatformAcpiTable.ffs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m0bil/imac-uefi-patches/HEAD/64bit-pcie-address-space-enabler/iMac2011_21/21_PlatformAcpiTable.ffs -------------------------------------------------------------------------------- /64bit-pcie-address-space-enabler/iMac2011_27/27_DSDT.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m0bil/imac-uefi-patches/HEAD/64bit-pcie-address-space-enabler/iMac2011_27/27_DSDT.aml -------------------------------------------------------------------------------- /64bit-pcie-address-space-enabler/iMac2011_27/27_DSDT.dsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m0bil/imac-uefi-patches/HEAD/64bit-pcie-address-space-enabler/iMac2011_27/27_DSDT.dsl -------------------------------------------------------------------------------- /64bit-pcie-address-space-enabler/iMac2011_27/27_DSDTMod.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m0bil/imac-uefi-patches/HEAD/64bit-pcie-address-space-enabler/iMac2011_27/27_DSDTMod.aml -------------------------------------------------------------------------------- /64bit-pcie-address-space-enabler/iMac2011_27/27_DSDTMod.dsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m0bil/imac-uefi-patches/HEAD/64bit-pcie-address-space-enabler/iMac2011_27/27_DSDTMod.dsl -------------------------------------------------------------------------------- /64bit-pcie-address-space-enabler/iMac2011_27/27_PlatformAcpiTable.ffs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m0bil/imac-uefi-patches/HEAD/64bit-pcie-address-space-enabler/iMac2011_27/27_PlatformAcpiTable.ffs -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m0bil/imac-uefi-patches/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m0bil/imac-uefi-patches/HEAD/README.md -------------------------------------------------------------------------------- /ddr3-freq-limit-disable/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m0bil/imac-uefi-patches/HEAD/ddr3-freq-limit-disable/README.md -------------------------------------------------------------------------------- /ddr3-freq-limit-disable/ddr3-freq-limit-1600.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m0bil/imac-uefi-patches/HEAD/ddr3-freq-limit-disable/ddr3-freq-limit-1600.txt -------------------------------------------------------------------------------- /ddr3-freq-limit-disable/ddr3-freq-limit-disable.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m0bil/imac-uefi-patches/HEAD/ddr3-freq-limit-disable/ddr3-freq-limit-disable.txt -------------------------------------------------------------------------------- /flash-protection-bypass/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m0bil/imac-uefi-patches/HEAD/flash-protection-bypass/README.md -------------------------------------------------------------------------------- /flash-protection-bypass/flash-protection-bypass.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m0bil/imac-uefi-patches/HEAD/flash-protection-bypass/flash-protection-bypass.txt -------------------------------------------------------------------------------- /igpu-disable/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m0bil/imac-uefi-patches/HEAD/igpu-disable/README.md -------------------------------------------------------------------------------- /igpu-disable/igpu-disable.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m0bil/imac-uefi-patches/HEAD/igpu-disable/igpu-disable.txt -------------------------------------------------------------------------------- /images/ddr3_1600.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m0bil/imac-uefi-patches/HEAD/images/ddr3_1600.png -------------------------------------------------------------------------------- /images/prr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m0bil/imac-uefi-patches/HEAD/images/prr.png -------------------------------------------------------------------------------- /images/uefitool_64bit_pcie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m0bil/imac-uefi-patches/HEAD/images/uefitool_64bit_pcie.png -------------------------------------------------------------------------------- /tools/FPT8.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m0bil/imac-uefi-patches/HEAD/tools/FPT8.zip -------------------------------------------------------------------------------- /turbo-overclocking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m0bil/imac-uefi-patches/HEAD/turbo-overclocking/README.md -------------------------------------------------------------------------------- /turbo-overclocking/turbo-OC-40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m0bil/imac-uefi-patches/HEAD/turbo-overclocking/turbo-OC-40.txt -------------------------------------------------------------------------------- /turbo-overclocking/turbo-OC-44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m0bil/imac-uefi-patches/HEAD/turbo-overclocking/turbo-OC-44.txt --------------------------------------------------------------------------------