mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-25 20:54:36 +00:00
config_tools: fix VM boot issue for fusa_partition scenario
update kern_mod to RT_bzImage in VM1, update memory size of VM0 to avoid memory conflict. Tracked-On: #5665 Signed-off-by: Shuang Zheng <shuang.zheng@intel.com>
This commit is contained in:
parent
0eeec2d058
commit
23cd1dcb90
@ -72,7 +72,6 @@
|
|||||||
<name>ACRN PRE-LAUNCHED VM0</name>
|
<name>ACRN PRE-LAUNCHED VM0</name>
|
||||||
<guest_flags>
|
<guest_flags>
|
||||||
<guest_flag/>
|
<guest_flag/>
|
||||||
<guest_flag />
|
|
||||||
</guest_flags>
|
</guest_flags>
|
||||||
<cpu_affinity>
|
<cpu_affinity>
|
||||||
<pcpu_id>0</pcpu_id>
|
<pcpu_id>0</pcpu_id>
|
||||||
@ -88,7 +87,7 @@
|
|||||||
</epc_section>
|
</epc_section>
|
||||||
<memory>
|
<memory>
|
||||||
<start_hpa>0x100000000</start_hpa>
|
<start_hpa>0x100000000</start_hpa>
|
||||||
<size>0x80000000</size>
|
<size>0x20000000</size>
|
||||||
<start_hpa2>0x0</start_hpa2>
|
<start_hpa2>0x0</start_hpa2>
|
||||||
<size_hpa2>0x0</size_hpa2>
|
<size_hpa2>0x0</size_hpa2>
|
||||||
</memory>
|
</memory>
|
||||||
@ -97,7 +96,7 @@
|
|||||||
<kern_type>KERNEL_ZEPHYR</kern_type>
|
<kern_type>KERNEL_ZEPHYR</kern_type>
|
||||||
<kern_mod>Zephyr_RawImage</kern_mod>
|
<kern_mod>Zephyr_RawImage</kern_mod>
|
||||||
<ramdisk_mod/>
|
<ramdisk_mod/>
|
||||||
<bootargs>reboot=acpi</bootargs>
|
<bootargs/>
|
||||||
<kern_load_addr>0x1000</kern_load_addr>
|
<kern_load_addr>0x1000</kern_load_addr>
|
||||||
<kern_entry_addr>0x1000</kern_entry_addr>
|
<kern_entry_addr>0x1000</kern_entry_addr>
|
||||||
</os_config>
|
</os_config>
|
||||||
@ -158,7 +157,7 @@
|
|||||||
<os_config>
|
<os_config>
|
||||||
<name>YOCTO</name>
|
<name>YOCTO</name>
|
||||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||||
<kern_mod>Linux_bzImage</kern_mod>
|
<kern_mod>RT_bzImage</kern_mod>
|
||||||
<ramdisk_mod/>
|
<ramdisk_mod/>
|
||||||
<bootargs>
|
<bootargs>
|
||||||
rw rootwait root=/dev/sda3 console=ttyS0 noxsave nohpet no_timer_check ignore_loglevel log_buf_len=16M
|
rw rootwait root=/dev/sda3 console=ttyS0 noxsave nohpet no_timer_check ignore_loglevel log_buf_len=16M
|
||||||
|
Loading…
Reference in New Issue
Block a user