All Projects → edk2-porting → Edk2 Sdm845

edk2-porting / Edk2 Sdm845

Licence: wtfpl
(Maybe) Generic edk2 port for sdm845

Labels

Projects that are alternatives of or similar to Edk2 Sdm845

Prometheusalert
Prometheus Alert是开源的运维告警中心消息转发系统,支持主流的监控系统Prometheus,Zabbix,日志系统Graylog和数据可视化系统Grafana发出的预警消息,支持钉钉,微信,华为云短信,腾讯云短信,腾讯云电话,阿里云短信,阿里云电话等
Stars: ✭ 822 (+878.57%)
Mutual labels:  phone
Brazilian Utils
Utils library for specific Brazilian businesses
Stars: ✭ 1,023 (+1117.86%)
Mutual labels:  phone
Phonenumberformatter
UITextField subclass for formatting phone numbers. Allow different formats for different countries(patterns).
Stars: ✭ 85 (+1.19%)
Mutual labels:  phone
Flutter adapter
A plugin that adapts the flutter application to different platforms, allowing your flutter application to flexibly and efficiently adapt to various platforms in the same flutter project, maximizing UI multiplexing, and sharing business logic code across different platforms. Support to select different layout styles in real time according to the screen orientation.
Stars: ✭ 27 (-67.86%)
Mutual labels:  phone
Authy
Rinvex Authy is a simple wrapper for @Authy TOTP API, the best rated Two-Factor Authentication service for consumers, simplest 2fa Rest API for developers and a strong authentication platform for the enterprise.
Stars: ✭ 34 (-59.52%)
Mutual labels:  phone
Cn Mobile Location
中国手机号码归属地接口
Stars: ✭ 53 (-36.9%)
Mutual labels:  phone
Linphone Android
Linphone.org mirror for linphone-android (https://gitlab.linphone.org/BC/public/linphone-android)
Stars: ✭ 740 (+780.95%)
Mutual labels:  phone
Phone
Elixir phone number parser for numbers in international standard.
Stars: ✭ 93 (+10.71%)
Mutual labels:  phone
Google Libphonenumber
The up-to-date and reliable Google's libphonenumber package for node.js.
Stars: ✭ 984 (+1071.43%)
Mutual labels:  phone
Vonage Java Sdk
Vonage Server SDK for Java. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Stars: ✭ 75 (-10.71%)
Mutual labels:  phone
Vonage Php Sdk Core
Vonage REST API client for PHP. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Stars: ✭ 849 (+910.71%)
Mutual labels:  phone
Xtream Iptv Player Reactnative
Stars: ✭ 30 (-64.29%)
Mutual labels:  phone
Fullstack Phone
A dual-module phone number system with dynamic regional metadata ☎️
Stars: ✭ 76 (-9.52%)
Mutual labels:  phone
Carton Android
Carton SDK and main sample
Stars: ✭ 7 (-91.67%)
Mutual labels:  phone
Pixelbot
Stars: ✭ 90 (+7.14%)
Mutual labels:  phone
Crboxinputview
Verify code input view. Support security type for password.短信验证码输入框,支持密文模式
Stars: ✭ 749 (+791.67%)
Mutual labels:  phone
Arg.js
🇦🇷 🛠 NPM library. Validation of Argentinian bank account numbers, IDs and phone numbers
Stars: ✭ 52 (-38.1%)
Mutual labels:  phone
React Native Contacts
React Native Contacts
Stars: ✭ 1,369 (+1529.76%)
Mutual labels:  phone
Libgen Scan
Scan a barcode; get a book! Easy-peasy.
Stars: ✭ 91 (+8.33%)
Mutual labels:  phone
Vonage Dotnet Sdk
Nexmo REST API client for .NET, ASP.NET, ASP.NET MVC written in C#. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Stars: ✭ 76 (-9.52%)
Mutual labels:  phone

EDK2 UEFI Firmware For Snapdragon 845 (sdm845)

A broken but working EDK2 implementation for Snapdragon 845 platform.

中国人请看中文版 Chinese version (中文版)

Resources

Telegram group (recommended)

Discord group

QQ group: 697666196 (Never On-Topic)

Useless documents

WARNING

DO NOT EVER TRY TO PORT IT TO SONY DEVICES

YOUR UFS WILL BE WIPED CLEAN!!!

Supported devices

  1. Xiaomi MIX 2S (polaris)
  2. Xiaomi MIX 3 (perseus)
  3. Xiaomi MI 8 (dipper)
  4. Xiaomi PocoPhone F1 (beryllium)
  5. OnePlus 6 (enchilada)
  6. OnePlus 6T (fajita)
  7. Nubia X (nx616j)
  8. Meizu 16th (m1882)
  9. BlackShark One (skr-a0)
  10. LG G7 (judyln)
  11. Samsung Galaxy S9+ (star2qltechn)

Dependencies

For Ubuntu 20.04:

sudo apt update
sudo apt upgrade
sudo apt install build-essential uuid-dev iasl git nasm gcc-aarch64-linux-gnu abootimg python3-distutils python3-pil python3-git

Building

1.Clone this project (no need for recursive)

git clone https://github.com/edk2-porting/edk2-sdm845.git --depth=1
cd edk2-sdm845

2.Build this project

bash build.sh --device DEVICE

3.Boot the image

fastboot boot boot_DEVICE.img

(DEVICE is the codename of your phone.)

Additionally, you can flash the image to recovery to achieve dual-boot.

fastboot flash recovery boot_DEVICE.img

Credits

@fxsheep for his original edk2-sagit

@strongtz for the creating and maintaining the whole Renegade Project

@BigfootACA for build script

@lemon1ice and NTAuthority for guidance and some blobs

@wetdreams and TAOCroatia for working hard on testing and debugging

@NekokeCore for fixing MemoryMap

Porting Guide

edk2-sdm845 Porting Guide.

License

This project is released under the WTFPL LICENSE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].