acrn-config: Update generated configuration source code

1.Reorg generated configuration source code structure
2.Upstream generated configuration source code based on generic board infomation
3.Update license date from 2020 to 2021

Tracked-On: #5644
Signed-off-by: Xie, nanlin <nanlin.xie@intel.com>
This commit is contained in:
Xie, nanlin
2021-02-02 23:07:21 +08:00
committed by wenlingz
parent 1f8d245ed8
commit 0b6840d1be
75 changed files with 3365 additions and 19 deletions

View File

@@ -45,9 +45,9 @@ default: all
include scripts/makefile/config.mk
BOARD_INFO_DIR := $(HV_CONFIG_DIR)/boards/$(BOARD)
BOARD_INFO_DIR := $(HV_CONFIG_DIR)/boards
SCENARIO_CFG_DIR := $(HV_CONFIG_DIR)/scenarios/$(SCENARIO)
BOARD_CFG_DIR := $(SCENARIO_CFG_DIR)/$(BOARD)
BOARD_CFG_DIR := $(SCENARIO_CFG_DIR)
include ../paths.make