hooks: qemu-xtensa-dc233c: New board
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
12
test/hooks/bin/travis-ci/conf.qemu-xtensa-dc233c_na
Normal file
12
test/hooks/bin/travis-ci/conf.qemu-xtensa-dc233c_na
Normal file
@@ -0,0 +1,12 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
# Copyright (c) 2024 Jiaxun Yang
|
||||
#
|
||||
|
||||
console_impl=qemu
|
||||
qemu_machine="virt"
|
||||
qemu_binary="qemu-system-xtensa"
|
||||
qemu_extra_args="-cpu dc233c -nographic -netdev user,id=net0,tftp=${UBOOT_TRAVIS_BUILD_DIR} -device virtio-net-pci,netdev=net0 -device virtio-rng-pci -semihosting"
|
||||
qemu_kernel_args="-kernel ${U_BOOT_BUILD_DIR}/u-boot.elf"
|
||||
reset_impl=none
|
||||
flash_impl=none
|
||||
@@ -0,0 +1,6 @@
|
||||
import os
|
||||
import travis_tftp
|
||||
|
||||
env__net_uses_pci = True
|
||||
env__net_dhcp_server = True
|
||||
env__net_tftp_readable_file = travis_tftp.file2env('u-boot')
|
||||
Reference in New Issue
Block a user