From 60e869c42c03af0428d9983750eb766a7a846d43 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Mon, 22 Dec 2025 22:07:26 +0100 Subject: [PATCH] Move boards with vendor intel_amd under generic vendor --- config/boards/qemu-uboot-x86.csc | 2 +- config/boards/qemu-uefi-x86.csc | 2 +- config/boards/uefi-x86.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/boards/qemu-uboot-x86.csc b/config/boards/qemu-uboot-x86.csc index 057e1f7f7..ed3d95909 100644 --- a/config/boards/qemu-uboot-x86.csc +++ b/config/boards/qemu-uboot-x86.csc @@ -1,7 +1,7 @@ # x86_64 via qemu + u-boot firmware, for q35 machine type declare -g UEFI_GRUB="skip" # Skip GRUB for this board declare -g BOARD_NAME="uefi-x86" -declare -g BOARD_VENDOR="intel-amd" +declare -g BOARD_VENDOR="generic" declare -g BOARDFAMILY="uefi-x86" declare -g BOARD_MAINTAINER="rpardini" declare -g KERNEL_TARGET="current,edge" diff --git a/config/boards/qemu-uefi-x86.csc b/config/boards/qemu-uefi-x86.csc index 63d5ebd3c..ec6107a23 100644 --- a/config/boards/qemu-uefi-x86.csc +++ b/config/boards/qemu-uefi-x86.csc @@ -12,7 +12,7 @@ # should be added here - when it make sense :) # declare -g BOARD_NAME="UEFI x86 (QEMU)" -declare -g BOARD_VENDOR="intel-amd" +declare -g BOARD_VENDOR="generic" declare -g BOARDFAMILY="uefi-x86" declare -g BOARD_MAINTAINER="" declare -g KERNEL_TARGET="current,edge,legacy" diff --git a/config/boards/uefi-x86.conf b/config/boards/uefi-x86.conf index 7d25a775d..53a387160 100644 --- a/config/boards/uefi-x86.conf +++ b/config/boards/uefi-x86.conf @@ -1,6 +1,6 @@ # x86_64 via UEFI/BIOS for a generic hardware board declare -g BOARD_NAME="UEFI x86" -declare -g BOARD_VENDOR="intel-amd" +declare -g BOARD_VENDOR="generic" declare -g BOARDFAMILY="uefi-x86" declare -g BOARD_MAINTAINER="rpardini" declare -g KERNEL_TARGET="current,edge,legacy,cloud"