mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-07 20:00:13 +00:00
config_tools: drop obsolete config items
This patch drops a few config items which are no longer needed, including: - vm.os_config.name - vm.UEFI_OS_LOADER_NAME - vm.pci_dev_num Tracked-On: #6690 Signed-off-by: Junjie Mao <junjie.mao@intel.com>
This commit is contained in:
@@ -86,7 +86,6 @@
|
||||
<size_hpa2>0x0</size_hpa2>
|
||||
</memory>
|
||||
<os_config>
|
||||
<name>Zephyr</name>
|
||||
<kern_type>KERNEL_ELF</kern_type>
|
||||
<kern_mod>Zephyr_ElfImage</kern_mod>
|
||||
<ramdisk_mod/>
|
||||
@@ -120,7 +119,6 @@
|
||||
<start_hpa>0</start_hpa>
|
||||
</memory>
|
||||
<os_config>
|
||||
<name>ACRN Service OS</name>
|
||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||
<kern_mod>Linux_bzImage</kern_mod>
|
||||
<ramdisk_mod/>
|
||||
|
@@ -68,7 +68,6 @@
|
||||
</CAPACITIES>
|
||||
<MISC_CFG>
|
||||
<GPU_SBDF>0x00000010</GPU_SBDF>
|
||||
<UEFI_OS_LOADER_NAME/>
|
||||
</MISC_CFG>
|
||||
<vuart_connections>
|
||||
<vuart_connection>
|
||||
@@ -109,7 +108,6 @@
|
||||
<size_hpa2>0x0</size_hpa2>
|
||||
</memory>
|
||||
<os_config>
|
||||
<name>PREEMPT-RT</name>
|
||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||
<kern_mod>RT_bzImage</kern_mod>
|
||||
<ramdisk_mod/>
|
||||
@@ -140,7 +138,6 @@
|
||||
<start_hpa>0</start_hpa>
|
||||
</memory>
|
||||
<os_config>
|
||||
<name>ACRN Service OS</name>
|
||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||
<kern_mod>Linux_bzImage</kern_mod>
|
||||
<ramdisk_mod/>
|
||||
|
@@ -88,7 +88,6 @@
|
||||
<size_hpa2>0x0</size_hpa2>
|
||||
</memory>
|
||||
<os_config>
|
||||
<name>YOCTO</name>
|
||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||
<kern_mod>Linux_bzImage</kern_mod>
|
||||
<ramdisk_mod/>
|
||||
@@ -128,7 +127,6 @@
|
||||
<size_hpa2>0x0</size_hpa2>
|
||||
</memory>
|
||||
<os_config>
|
||||
<name>YOCTO</name>
|
||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||
<kern_mod>Linux_bzImage</kern_mod>
|
||||
<ramdisk_mod/>
|
||||
|
@@ -77,7 +77,6 @@
|
||||
<size>0x20000000</size>
|
||||
</memory>
|
||||
<os_config>
|
||||
<name>ACRN Service OS</name>
|
||||
<kern_type>KERNEL_BZIMAGE</kern_type>
|
||||
<kern_mod>Linux_bzImage</kern_mod>
|
||||
<ramdisk_mod/>
|
||||
|
Reference in New Issue
Block a user