From a27ce27a2e3761de27b37daa17e9cf137d275f57 Mon Sep 17 00:00:00 2001 From: Victor Sun Date: Tue, 16 Jul 2019 14:54:20 +0800 Subject: [PATCH] HV: rename nuc7i7bnh to nuc7i7dnb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit NUC7i7BNH is not a board name but a product name of KBL NUC, and it is outdated to support LOGICAL_PARTITION scenario and HYBRID scenario. NUC7i7DNH is the product name of KBL NUC that ACRN currently supported, but its official board name is NUC7i7DNB, so change the folder name from "nuc7i7bnh" to "nuc7i7dnb" under arch/x86/configs/. Please refer more details on below documentation: IntelĀ® NUC Board/Kit NUC7i7DN Technical Product Specification Tracked-On: #3446 Signed-off-by: Victor Sun Reviewed-by: Xiangyang Wu --- hypervisor/arch/x86/configs/kbl-nuc-i7 | 2 +- hypervisor/arch/x86/configs/kbl-nuc-i7.config | 2 +- .../arch/x86/configs/{nuc7i7bnh.config => nuc7i7dnb.config} | 2 +- hypervisor/arch/x86/configs/{nuc7i7bnh => nuc7i7dnb}/board.c | 0 hypervisor/arch/x86/configs/{nuc7i7bnh => nuc7i7dnb}/misc_cfg.h | 0 .../arch/x86/configs/{nuc7i7bnh => nuc7i7dnb}/pci_devices.h | 0 hypervisor/arch/x86/configs/{nuc7i7bnh => nuc7i7dnb}/ve820.c | 0 7 files changed, 3 insertions(+), 3 deletions(-) rename hypervisor/arch/x86/configs/{nuc7i7bnh.config => nuc7i7dnb.config} (82%) rename hypervisor/arch/x86/configs/{nuc7i7bnh => nuc7i7dnb}/board.c (100%) rename hypervisor/arch/x86/configs/{nuc7i7bnh => nuc7i7dnb}/misc_cfg.h (100%) rename hypervisor/arch/x86/configs/{nuc7i7bnh => nuc7i7dnb}/pci_devices.h (100%) rename hypervisor/arch/x86/configs/{nuc7i7bnh => nuc7i7dnb}/ve820.c (100%) diff --git a/hypervisor/arch/x86/configs/kbl-nuc-i7 b/hypervisor/arch/x86/configs/kbl-nuc-i7 index 94ec7b923..02b8e5c69 120000 --- a/hypervisor/arch/x86/configs/kbl-nuc-i7 +++ b/hypervisor/arch/x86/configs/kbl-nuc-i7 @@ -1 +1 @@ -nuc7i7bnh \ No newline at end of file +nuc7i7dnb \ No newline at end of file diff --git a/hypervisor/arch/x86/configs/kbl-nuc-i7.config b/hypervisor/arch/x86/configs/kbl-nuc-i7.config index 3984bf9ee..f772208b7 120000 --- a/hypervisor/arch/x86/configs/kbl-nuc-i7.config +++ b/hypervisor/arch/x86/configs/kbl-nuc-i7.config @@ -1 +1 @@ -nuc7i7bnh.config \ No newline at end of file +nuc7i7dnb.config \ No newline at end of file diff --git a/hypervisor/arch/x86/configs/nuc7i7bnh.config b/hypervisor/arch/x86/configs/nuc7i7dnb.config similarity index 82% rename from hypervisor/arch/x86/configs/nuc7i7bnh.config rename to hypervisor/arch/x86/configs/nuc7i7dnb.config index 318f4bfdc..53a32889d 100644 --- a/hypervisor/arch/x86/configs/nuc7i7bnh.config +++ b/hypervisor/arch/x86/configs/nuc7i7dnb.config @@ -1,4 +1,4 @@ # Generated by Kconfiglib (https://github.com/ulfalizer/Kconfiglib) -CONFIG_BOARD="nuc7i7bnh" +CONFIG_BOARD="nuc7i7dnb" CONFIG_SERIAL_LEGACY=y CONFIG_HV_RAM_START=0x60000000 diff --git a/hypervisor/arch/x86/configs/nuc7i7bnh/board.c b/hypervisor/arch/x86/configs/nuc7i7dnb/board.c similarity index 100% rename from hypervisor/arch/x86/configs/nuc7i7bnh/board.c rename to hypervisor/arch/x86/configs/nuc7i7dnb/board.c diff --git a/hypervisor/arch/x86/configs/nuc7i7bnh/misc_cfg.h b/hypervisor/arch/x86/configs/nuc7i7dnb/misc_cfg.h similarity index 100% rename from hypervisor/arch/x86/configs/nuc7i7bnh/misc_cfg.h rename to hypervisor/arch/x86/configs/nuc7i7dnb/misc_cfg.h diff --git a/hypervisor/arch/x86/configs/nuc7i7bnh/pci_devices.h b/hypervisor/arch/x86/configs/nuc7i7dnb/pci_devices.h similarity index 100% rename from hypervisor/arch/x86/configs/nuc7i7bnh/pci_devices.h rename to hypervisor/arch/x86/configs/nuc7i7dnb/pci_devices.h diff --git a/hypervisor/arch/x86/configs/nuc7i7bnh/ve820.c b/hypervisor/arch/x86/configs/nuc7i7dnb/ve820.c similarity index 100% rename from hypervisor/arch/x86/configs/nuc7i7bnh/ve820.c rename to hypervisor/arch/x86/configs/nuc7i7dnb/ve820.c