├── README.md ├── hisi620 ├── fastboot.img ├── manifest.xml └── xloader.img ├── hisi620c ├── fastboot.img ├── manifest.xml └── xloader.img ├── hisi65x_a ├── fastboot.img ├── manifest.xml └── xloader.img ├── hisi65x_b ├── fastboot.img ├── manifest.xml └── xloader.img ├── hisi925 ├── fastboot.img ├── manifest.xml └── xloader.img ├── hisi935 ├── fastboot.img ├── manifest.xml └── xloader.img ├── hisi950 ├── fastboot.img ├── manifest.xml └── xloader.img └── hisi960 ├── fastboot.img ├── manifest.xml ├── uce.img └── xloader.img /README.md: -------------------------------------------------------------------------------- 1 | # HiSiBootloaders -------------------------------------------------------------------------------- /hisi620/fastboot.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mashed-potatoes/HiSiBootloaders/HEAD/hisi620/fastboot.img -------------------------------------------------------------------------------- /hisi620/manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mashed-potatoes/HiSiBootloaders/HEAD/hisi620/manifest.xml -------------------------------------------------------------------------------- /hisi620/xloader.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mashed-potatoes/HiSiBootloaders/HEAD/hisi620/xloader.img -------------------------------------------------------------------------------- /hisi620c/fastboot.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mashed-potatoes/HiSiBootloaders/HEAD/hisi620c/fastboot.img -------------------------------------------------------------------------------- /hisi620c/manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mashed-potatoes/HiSiBootloaders/HEAD/hisi620c/manifest.xml -------------------------------------------------------------------------------- /hisi620c/xloader.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mashed-potatoes/HiSiBootloaders/HEAD/hisi620c/xloader.img -------------------------------------------------------------------------------- /hisi65x_a/fastboot.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mashed-potatoes/HiSiBootloaders/HEAD/hisi65x_a/fastboot.img -------------------------------------------------------------------------------- /hisi65x_a/manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mashed-potatoes/HiSiBootloaders/HEAD/hisi65x_a/manifest.xml -------------------------------------------------------------------------------- /hisi65x_a/xloader.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mashed-potatoes/HiSiBootloaders/HEAD/hisi65x_a/xloader.img -------------------------------------------------------------------------------- /hisi65x_b/fastboot.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mashed-potatoes/HiSiBootloaders/HEAD/hisi65x_b/fastboot.img -------------------------------------------------------------------------------- /hisi65x_b/manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mashed-potatoes/HiSiBootloaders/HEAD/hisi65x_b/manifest.xml -------------------------------------------------------------------------------- /hisi65x_b/xloader.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mashed-potatoes/HiSiBootloaders/HEAD/hisi65x_b/xloader.img -------------------------------------------------------------------------------- /hisi925/fastboot.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mashed-potatoes/HiSiBootloaders/HEAD/hisi925/fastboot.img -------------------------------------------------------------------------------- /hisi925/manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mashed-potatoes/HiSiBootloaders/HEAD/hisi925/manifest.xml -------------------------------------------------------------------------------- /hisi925/xloader.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mashed-potatoes/HiSiBootloaders/HEAD/hisi925/xloader.img -------------------------------------------------------------------------------- /hisi935/fastboot.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mashed-potatoes/HiSiBootloaders/HEAD/hisi935/fastboot.img -------------------------------------------------------------------------------- /hisi935/manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mashed-potatoes/HiSiBootloaders/HEAD/hisi935/manifest.xml -------------------------------------------------------------------------------- /hisi935/xloader.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mashed-potatoes/HiSiBootloaders/HEAD/hisi935/xloader.img -------------------------------------------------------------------------------- /hisi950/fastboot.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mashed-potatoes/HiSiBootloaders/HEAD/hisi950/fastboot.img -------------------------------------------------------------------------------- /hisi950/manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mashed-potatoes/HiSiBootloaders/HEAD/hisi950/manifest.xml -------------------------------------------------------------------------------- /hisi950/xloader.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mashed-potatoes/HiSiBootloaders/HEAD/hisi950/xloader.img -------------------------------------------------------------------------------- /hisi960/fastboot.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mashed-potatoes/HiSiBootloaders/HEAD/hisi960/fastboot.img -------------------------------------------------------------------------------- /hisi960/manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mashed-potatoes/HiSiBootloaders/HEAD/hisi960/manifest.xml -------------------------------------------------------------------------------- /hisi960/uce.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mashed-potatoes/HiSiBootloaders/HEAD/hisi960/uce.img -------------------------------------------------------------------------------- /hisi960/xloader.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mashed-potatoes/HiSiBootloaders/HEAD/hisi960/xloader.img --------------------------------------------------------------------------------