Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/workflows/test-board.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:
vmconfigs: configs/vms/linux-aarch64-e2000-smp1.toml
vmconfigs_name: Linux
vmimage_name: phytiumpi_linux
# - board: roc-rk3568-pc
# vmconfigs: configs/vms/arceos-aarch64-rk3568-smp1.toml
# vmconfigs_name: ArceOS
# # Multiple image archive names separated by commas, for example, roc-rk3568-pc_arceos,roc-rk3568-pc_linux[,...]
# vmimage_name: roc-rk3568-pc_arceos
# - board: roc-rk3568-pc
# vmconfigs: configs/vms/linux-aarch64-rk3568-smp1.toml
# vmconfigs_name: Linux
# # Multiple image archive names separated by commas, for example, roc-rk3568-pc_arceos,roc-rk3568-pc_linux[,...]
# vmimage_name: roc-rk3568-pc_linux
- board: roc-rk3568-pc
vmconfigs: configs/vms/arceos-aarch64-rk3568-smp1.toml
vmconfigs_name: ArceOS
# Multiple image archive names separated by commas, for example, roc-rk3568-pc_arceos,roc-rk3568-pc_linux[,...]
vmimage_name: roc-rk3568-pc_arceos
- board: roc-rk3568-pc
vmconfigs: configs/vms/linux-aarch64-rk3568-smp1.toml
vmconfigs_name: Linux
# Multiple image archive names separated by commas, for example, roc-rk3568-pc_arceos,roc-rk3568-pc_linux[,...]
vmimage_name: roc-rk3568-pc_linux
fail-fast: false
runs-on:
- self-hosted
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/uboot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ success_regex = [
"root@firefly:~#",
"root@phytium-Ubuntu:~#",
"Welcome to Phytium Buildroot",
"Last login: *",
]

[net]
Expand Down
28 changes: 3 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion configs/vms/arceos-aarch64-rk3568-smp1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dtb_load_addr = 0x7000_0000
# Memory regions with format (`base_paddr`, `size`, `flags`, `map_type`).
# For `map_type`, 0 means `MAP_ALLOC`, 1 means `MAP_IDENTICAL`.
memory_regions = [
[0x7000_0000, 0x1000_0000, 0x7, 0], # System RAM 1G MAP_IDENTICAL
[0x7000_0000, 0x1000_0000, 0x7, 1], # System RAM 1G MAP_IDENTICAL
]

#
Expand Down