DM: VMcfg: support VM1 on MRB

Add build-in vm1 configuration for MRB platform, this is also an
example about how to add new VM configurations

Tracked-On: #1528
Acked-by: Yin Fengwei <fengwei.yin@intel.com>
Signed-off-by: Tao Yuhong <yuhong.tao@intel.com>
This commit is contained in:
yuhong.tao@intel.com
2018-08-23 23:03:59 +08:00
committed by wenlingz
parent ae5b32dcb3
commit d2ed9955fd
6 changed files with 676 additions and 0 deletions

View File

@@ -7,6 +7,9 @@
#include <vmcfg.h>
static struct vmcfg_arg *vmcfg_buildin_args[] = {
#ifdef CONFIG_MRB_VM1
&mrb_vm1_args,
#endif /*CONFIG_MRB_VM1*/
};
struct vmcfg_arg **args_buildin = vmcfg_buildin_args;