config_tools: update xml files

1. set the content of the bootargs tag to empty for KERNEL_ELF type
in hybrid xml files.
2. update generic_board.xml with the latest nuc11tnbi5.xml to fix
compile fail issue.

Tracked-On: #6461
Signed-off-by: Kunhui-Li <kunhuix.li@intel.com>
This commit is contained in:
Kunhui-Li 2021-08-25 14:53:41 +08:00 committed by wenlingz
parent f46f712f31
commit 30dd62e5d1
5 changed files with 2667 additions and 375 deletions

File diff suppressed because it is too large Load Diff

View File

@ -86,7 +86,7 @@
<kern_type>KERNEL_ELF</kern_type>
<kern_mod>Zephyr_ElfImage</kern_mod>
<ramdisk_mod/>
<bootargs>reboot=acpi</bootargs>
<bootargs></bootargs>
</os_config>
<legacy_vuart id="0">
<type>VUART_LEGACY_PIO</type>

View File

@ -94,7 +94,7 @@
<kern_type>KERNEL_ELF</kern_type>
<kern_mod>Zephyr_ElfImage</kern_mod>
<ramdisk_mod/>
<bootargs>reboot=acpi</bootargs>
<bootargs></bootargs>
</os_config>
<legacy_vuart id="0">
<type>VUART_LEGACY_PIO</type>

View File

@ -86,7 +86,7 @@
<kern_type>KERNEL_ELF</kern_type>
<kern_mod>Zephyr_ElfImage</kern_mod>
<ramdisk_mod/>
<bootargs>reboot=acpi</bootargs>
<bootargs></bootargs>
</os_config>
<legacy_vuart id="0">
<type>VUART_LEGACY_PIO</type>

View File

@ -86,7 +86,7 @@
<kern_type>KERNEL_ELF</kern_type>
<kern_mod>Zephyr_ElfImage</kern_mod>
<ramdisk_mod/>
<bootargs>reboot=acpi</bootargs>
<bootargs></bootargs>
</os_config>
<legacy_vuart id="0">
<type>VUART_LEGACY_PIO</type>