hooks: travis-ci: Add Aspeed AST2600 Qemu configuration
Similar to the AST2500 this machine is emulated by Qemu. It boots from a 64MB SPI NOR flash device by default. Signed-off-by: Joel Stanley <joel@jms.id.au> Reviewed-by: Cédric Le Goater <clg@kaod.org>
This commit is contained in:
committed by
Simon Glass
parent
a51d4c5255
commit
ef922e0297
13
test/hooks/bin/travis-ci/conf.evb-ast2600_qemu
Normal file
13
test/hooks/bin/travis-ci/conf.evb-ast2600_qemu
Normal file
@@ -0,0 +1,13 @@
|
||||
# Copyright 2022 IBM Corp.
|
||||
# Joel Stanley <joel@jms.id.au>
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
|
||||
console_impl=qemu
|
||||
qemu_machine="ast2600-evb"
|
||||
qemu_binary="qemu-system-arm"
|
||||
qemu_extra_args="-nographic -nic user,tftp=${UBOOT_TRAVIS_BUILD_DIR}"
|
||||
qemu_kernel_args="-drive file=${U_BOOT_BUILD_DIR}/flash.img,format=raw,if=mtd"
|
||||
flash_u_boot_bin="u-boot-with-spl.bin"
|
||||
reset_impl=none
|
||||
flash_impl=qemu_gen_padded_image
|
||||
flash_size=64
|
||||
Reference in New Issue
Block a user