summaryrefslogtreecommitdiff
path: root/data/architectures
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2026-03-02 16:28:50 +0200
committerGitHub <noreply@github.com>2026-03-02 16:28:50 +0200
commitff2a5df902ca31d51eda6744c94cb257d162fcfc (patch)
treebc022bf3465f7468f88ee753ba179ec7f6bc50dd /data/architectures
parent1dc2c7748ad5a92faa8fd3a13264c874b2336483 (diff)
parentf0dfd279c4f1f4065d893ddf22ca57d4b31cb542 (diff)
downloadvyos-build-ff2a5df902ca31d51eda6744c94cb257d162fcfc.tar.gz
vyos-build-ff2a5df902ca31d51eda6744c94cb257d162fcfc.zip
Merge pull request #1128 from c-po/per-arch-kernel-serial-interface
T8120: add support for per CPU architecture serial interface name
Diffstat (limited to 'data/architectures')
-rw-r--r--data/architectures/amd64.toml2
-rw-r--r--data/architectures/arm64.toml1
2 files changed, 3 insertions, 0 deletions
diff --git a/data/architectures/amd64.toml b/data/architectures/amd64.toml
index aeea8ffe..784d77ad 100644
--- a/data/architectures/amd64.toml
+++ b/data/architectures/amd64.toml
@@ -11,3 +11,5 @@ packages = [
"intel-microcode",
"amd64-microcode"
]
+
+serial_interface = "ttyS0,115200" \ No newline at end of file
diff --git a/data/architectures/arm64.toml b/data/architectures/arm64.toml
index 07de5225..415f54b8 100644
--- a/data/architectures/arm64.toml
+++ b/data/architectures/arm64.toml
@@ -4,3 +4,4 @@ packages = [
]
bootloaders = "grub-efi"
squashfs_compression_type = "xz -b 256k -always-use-fragments -no-recovery"
+serial_interface = "ttyAMA0,115200"