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

@@ -16,4 +16,5 @@ struct vmcfg_arg {
extern struct vmcfg_arg **args_buildin;
extern int num_args_buildin;
extern struct vmcfg_arg mrb_vm1_args;
#endif