└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Mediatek MT8176 & MT8173 2 | 3 | [![N|Mediatek](https://cdn-www.mediatek.com/icons/mtklogo.svg)](https://www.mediatek.com/products/tablets/mt8176) 4 | 5 | MT8176 is a Hexa-core, 64-bit tablet platform with ARM Cortex-A72/A53 with clock speeds up to 2.1GHz and IMG PowerVR GX6250 GPU at 600MHz, 6 | 7 | - CPU Cluster 1: ARM Cortex-A72 @ 2.1GHz 8 | - CPU Cluster 2: ARM Cortex-A53 @ 1.7GHz 9 | - IMG PowerVR GX6250 10 | 11 | 12 | 13 | # Development 14 | 15 | Mediatek devices are known for little to no Custom-ROM development. That's why I'm collecting stuff for building a ROM for my MT8176 device - a Xiaomi Mi Pad 3. Somebody uploaded a full source-code for building AOSP 7.0 for GPD XD+, a device also based on Mt8176 SoC. I trimmed the source-code down and re-uploaded the important stuff on my github. 16 | 17 | | Plugin | README | 18 | | ------ | ------ | 19 | | [Vendor/Mediatek/Proprietary/Custom][PlDb] | Custom libs / drivers / hals / configs | 20 | | [Vendor/Mediatek/Proprietary/Hardware][PlGh] | Platform- & Device-Specific libs / drivers / hals / configs | 21 | | [Vendor/Mediatek/Proprietary/External][PlDc] | External libs / drivers / hals / configs | 22 | | [Vendor/Wisky/libs][PlGd] | Device-Specific libs / drivers / hals / configs | 23 | | [Device/Wisky][PlOd] | Device-specific (GPD XD+) files for building a Device-Tree | 24 | | [Device/Mediatek][PlMe] | Platform-specific files for building a Device-Tree | 25 | | [Bootloader / LK][PlGa] | Full source-code for building a bootloader / LK.bin| 26 | 27 | 28 | Some Kernel-Sources: 29 | - Mi Pad 3: https://github.com/Goayandi/android_kernel_xiaomi_cappu 30 | - GPD Xd+: https://github.com/Goayandi/android_kernel_mt8176_common 31 | - Asus ZenPad 3S 10: https://github.com/Goayandi/android_kernel_asus_z500m 32 | - Acer IconiaTab B3-A40: https://github.com/Goayandi/android_kernel_acer_b3-a40fhd 33 | 34 | 35 | [PlDc]: 36 | [PlDb]: 37 | [PlGh]: 38 | [PlGd]: 39 | [PlOd]: 40 | [PlMe]: 41 | [PlGa]: 42 | --------------------------------------------------------------------------------