Skip to content

Commit a503dbb

Browse files
authored
Enhance kernel functionality and add Phytium SDCard driver support (#290)
* Enhance kernel functionality and add Phytium SDCard driver support * feat: add success regex for Phytium Buildroot welcome message * refactor: comment out unused roc-rk3568-pc board configurations in CI workflow
1 parent 0718c10 commit a503dbb

File tree

14 files changed

+1739
-482
lines changed

14 files changed

+1739
-482
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ jobs:
1919
vmconfigs: configs/vms/linux-aarch64-e2000-smp1.toml
2020
vmconfigs_name: Linux
2121
vmimage_name: phytiumpi_linux.tar.gz
22-
- board: roc-rk3568-pc
23-
vmconfigs: configs/vms/arceos-aarch64-rk3568-smp1.toml
24-
vmconfigs_name: ArceOS
25-
# Multiple image archive names separated by commas, for example, roc-rk3568-pc_arceos.tar.gz,roc-rk3568-pc_linux.tar.gz[,...]
26-
vmimage_name: roc-rk3568-pc_arceos.tar.gz
27-
- board: roc-rk3568-pc
28-
vmconfigs: configs/vms/linux-aarch64-rk3568-smp1.toml
29-
vmconfigs_name: Linux
30-
# Multiple image archive names separated by commas, for example, roc-rk3568-pc_arceos.tar.gz,roc-rk3568-pc_linux.tar.gz[,...]
31-
vmimage_name: roc-rk3568-pc_linux.tar.gz
22+
# - board: roc-rk3568-pc
23+
# vmconfigs: configs/vms/arceos-aarch64-rk3568-smp1.toml
24+
# vmconfigs_name: ArceOS
25+
# # Multiple image archive names separated by commas, for example, roc-rk3568-pc_arceos.tar.gz,roc-rk3568-pc_linux.tar.gz[,...]
26+
# vmimage_name: roc-rk3568-pc_arceos.tar.gz
27+
# - board: roc-rk3568-pc
28+
# vmconfigs: configs/vms/linux-aarch64-rk3568-smp1.toml
29+
# vmconfigs_name: Linux
30+
# # Multiple image archive names separated by commas, for example, roc-rk3568-pc_arceos.tar.gz,roc-rk3568-pc_linux.tar.gz[,...]
31+
# vmimage_name: roc-rk3568-pc_linux.tar.gz
3232
fail-fast: false
3333
runs-on:
3434
- self-hosted

.github/workflows/uboot.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ success_regex = [
1212
"Hello World!",
1313
"root@firefly:~#",
1414
"root@phytium-Ubuntu:~#",
15+
"Welcome to Phytium Buildroot",
1516
]
1617

1718
[net]

Cargo.lock

Lines changed: 42 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)