Skip to content

Commit 3ce2b66

Browse files
authoredMay 3, 2023
vayu: separate builds for huaxing and tianma panels (edk2-porting#290)
* vayu: separate builds for huaxing and tianma panels * ci: build installer zip for vayu
1 parent 72aaa11 commit 3ce2b66

File tree

8 files changed

+21
-1
lines changed

8 files changed

+21
-1
lines changed
 

‎.github/workflows/installer.yml

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
- mh2lm
2727
- nabu
2828
- cepheus
29+
- vayu-huaxing
30+
- vayu-tianma
2931

3032
# Steps represent a sequence of tasks that will be executed as part of the job
3133
steps:

‎.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
- mh2lm
2727
- betalm
2828
- nabu
29-
- vayu
29+
- vayu-huaxing
30+
- vayu-tianma
3031
- cepheus
3132
- hotdog
3233
- guacamole
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
function platform_pre_acpi(){
2+
cp Platform/Xiaomi/sm8150/AcpiTables/vayu/DSDT_HUAXING.aml Platform/Xiaomi/sm8150/AcpiTables/vayu/DSDT.aml
3+
DEVICE="vayu"
4+
EXT="-huaxing"
5+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
function platform_pre_acpi(){
2+
cp Platform/Xiaomi/sm8150/AcpiTables/vayu/DSDT_TIANMA.aml Platform/Xiaomi/sm8150/AcpiTables/vayu/DSDT.aml
3+
DEVICE="vayu"
4+
EXT="-tianma"
5+
}
File renamed without changes.

‎configs/devices/vayu-tianma.conf

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
SOC_PLATFORM="SM8150"
2+
VENDOR_NAME="Xiaomi"
3+
PLATFORM_NAME="vayu"
4+
5+
# mkbootimg config
6+
BOOTIMG_OS_PATCH_LEVEL="2022-05"
7+
BOOTIMG_OS_VERSION=11.0.0

0 commit comments

Comments
 (0)