From e2166b3a73399b41242c5e0690f9d74c610a7997 Mon Sep 17 00:00:00 2001 From: BigfootACA Date: Sat, 16 Jan 2021 13:05:45 +0800 Subject: [PATCH] add README.md warnings --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cec569..dd30e87 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,17 @@ Pull requests for new devices and device tree or ACPI fixes are welcomed! QQ group: 697666196 +## WARNING + +**DO NOT EVER TRY TO PORT IT TO *SONY* DEVICES** + +**YOUR UFS WILL BE WIPED CLEAN!!!** + + +**This repo only supports Snapdragon 845 (sdm845) and does not support others such as Snapdragon 855 (sm8150)** + +**Do not try to run on other non sdm845 devices such as MIX3 5G** + ## Dependencies Ubuntu 18.04: @@ -31,7 +42,7 @@ Ubuntu 20.04 is also proved to be fine. 1.Clone this project ```bash -git clone https://github.com/edk2-porting/edk2-sdm845.git --recursive +git clone https://github.com/edk2-porting/edk2-sdm845.git --recursive --depth=1 ``` 2.Build this project -- 2.45.2