mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-09 02:24:45 +00:00
HV: Add WhiskeyLake board configuration files
This patch adds offline tool generated WhiskeyLake board configurations files. Tracked-On: #3715 Signed-off-by: Vijay Dhanraj <vijay.dhanraj@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
20
hypervisor/arch/x86/configs/whl-ipc-i5/misc_cfg.h
Normal file
20
hypervisor/arch/x86/configs/whl-ipc-i5/misc_cfg.h
Normal file
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
* Copyright (C) 2019 Intel Corporation. All rights reserved.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
|
||||
#ifndef MISC_CFG_H
|
||||
#define MISC_CFG_H
|
||||
|
||||
#define MAX_PCPU_NUM 4U
|
||||
#define MAX_PLATFORM_CLOS_NUM 0U
|
||||
#define ROOTFS_0 "root=/dev/nvme0n1p3 "
|
||||
#define ROOTFS_1 "root=/dev/sda3 "
|
||||
|
||||
|
||||
|
||||
#define MAX_HIDDEN_PDEVS_NUM 0U
|
||||
|
||||
#endif /* MISC_CFG_H */
|
||||
Reference in New Issue
Block a user