add Chinese README
authorBigfootACA <bigfoot@classfun.cn>
星期天, 17 Jan 2021 16:35:17 +0000 (00:35 +0800)
committerBigfootACA <bigfoot@classfun.cn>
星期五, 2 Jul 2021 08:29:19 +0000 (16:29 +0800)
README.md
README.zh.md [new file with mode: 0644]

index 155a89a334ef2d838eeac282727197ef5a1ec650..4a0937162d5a94f3e0be7e10286f140dfe87edad 100644 (file)
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ QQ group: 697666196
 \r
 **This repo only supports Snapdragon 845 (sdm845) and does not support others such as Snapdragon 855 (sm8150)**\r
 \r
-**Do not try to run on other non sdm845 devices such as MIX3 5G**\r
+**Do not try to run on other non sdm845 devices such as Xiaomi MIX3 5G**\r
 \r
 ## Dependencies\r
 \r
@@ -36,6 +36,15 @@ sudo apt install build-essential uuid-dev iasl git nasm gcc-aarch64-linux-gnu ab
 ```\r
 Ubuntu 20.04 is also proved to be fine.\r
 \r
+## Supported devices\r
+\r
+1. Xiaomi MIX 2S       (polaris)\r
+2. Xiaomi MIX 3        (perseus)\r
+3. Xiaomi MI 8         (dipper)\r
+4. Xiaomi PocoPhone F1 (beryllium)\r
+5. OnePlus 6           (enchilada)\r
+6. OnePlus 6T          (fajita)\r
+7. Sony Xperia XZ2     (akari)     (Removed)\r
 \r
 ## Building\r
 \r
@@ -65,7 +74,7 @@ Special thanks to [fxsheep](https://github.com/fxsheep)
 \r
 MemoryMap thanks to [Lemon1Ice](https://github.com/Lemon1Ice).\r
 \r
-ACPI tables thanks to [5超级菜鸟5](https://github.com/sunshuyu) and many other people related.\r
+ACPI tables thanks to [sunshuyu](https://github.com/sunshuyu) and many other people related.\r
 \r
 SimpleFbDxe driver is from imbushuo's [Lumia950XLPkg](https://github.com/WOA-Project/Lumia950XLPkg).\r
 \r
diff --git a/README.zh.md b/README.zh.md
new file mode 100644 (file)
index 0000000..db368b3
--- /dev/null
@@ -0,0 +1,84 @@
+# 骁龙845(sdm845)的EDK2 UEFI固件\r
+\r
+尝试为骁龙845平台移植EDK2。\r
+\r
+欢迎PR新设备和设备树或ACPI的修复!\r
+\r
+![Github](https://img.shields.io/github/downloads/edk2-porting/edk2-sdm845/total)\r
+![Github](https://img.shields.io/github/v/release/edk2-porting/edk2-sdm845?include_prereleases)\r
+\r
+## 资源\r
+\r
+[Telegram交流群](https://t.me/joinchat/MNjTmBqHIokjweeN0SpoyA)\r
+\r
+[Discord交流群](https://discord.gg/XXBWfag)\r
+\r
+QQ交流群: 697666196\r
+\r
+## 警告\r
+\r
+**请勿尝试移植到任何的*索尼*设备**\r
+\r
+**你的UFS会被清空!!!**\r
+\r
+\r
+**仅支持骁龙845(sdm845)平台,不支持其它任何平台如骁龙855 (sm8150)**\r
+\r
+**请不要在非骁龙845(sdm845)平台设备如小米MIX3 5G**\r
+\r
+## 依赖\r
+\r
+Ubuntu 18.04:\r
+\r
+```bash\r
+sudo apt update\r
+sudo apt install build-essential uuid-dev iasl git nasm gcc-aarch64-linux-gnu abootimg python3-distutils python3-pil python3-git\r
+```\r
+Ubuntu 20.04同上。\r
+\r
+## 已支持的设备\r
+\r
+1. 小米MIX2S        (polaris)\r
+2. 小米MIX3         (perseus)\r
+3. 小米8            (dipper)\r
+4. 小米PocoPhone F1 (beryllium)\r
+5. 一加6            (enchilada)\r
+6. 一加6T           (fajita)\r
+7. 索尼Xperia XZ2   (akari)     (已移除)\r
+\r
+## 构建\r
+\r
+1.克隆此项目\r
+\r
+```bash\r
+git clone https://gitee.com/strongtz/edk2-sdm845.git --depth=1\r
+```\r
+\r
+2.编译此项目\r
+\r
+```bash\r
+bash build.sh --chinese --device DEVICE\r
+```\r
+\r
+3.启动镜像\r
+\r
+```bash\r
+fastboot boot boot_DEVICE.img\r
+```\r
+\r
+(请将DEVICE替换成你的设备代号.)\r
+\r
+## 贡献\r
+\r
+特别感谢[fxsheep](https://github.com/fxsheep)\r
+\r
+感谢[Lemon1Ice](https://github.com/Lemon1Ice)提供MemoryMap\r
+\r
+感谢[5超级菜鸟5](https://github.com/sunshuyu)以及其他人提供的ACPI表\r
+\r
+SimpleFbDxe驱动来自imbushuo的[Lumia950XLPkg](https://github.com/WOA-Project/Lumia950XLPkg)\r
+\r
+同样感谢[edk2 website](https://github.com/tianocore/tianocore.github.io/wiki/Using-EDK-II-with-Native-GCC#Install_required_software_from_apt)\r
+\r
+## 简单移植教程\r
+ WIP\r