Skip to content

Commit

Permalink
ellesmere: Add ASPEED AST2500 EVB Qemu
Browse files Browse the repository at this point in the history
Add this config to support running pytest on my machine.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
  • Loading branch information
sjg20 authored and nvswarren committed Jan 3, 2020
1 parent 4f0714f commit 73e2fd9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bin/ellesmere/conf.evb-ast2500_qemu
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Copyright 2019 IBM Corp.
# Joel Stanley <joel@jms.id.au>
# SPDX-License-Identifier: GPL-2.0+

console_impl=qemu
qemu_machine="ast2500-evb"
qemu_binary="qemu-system-arm"
qemu_extra_args="-nographic -m 512M -serial mon:stdio -net nic,model=ftgmac100 -net user,id=net0,tftp=${UBOOT_TRAVIS_BUILD_DIR}"
qemu_kernel_args="-drive file=${U_BOOT_BUILD_DIR}/flash.img,format=raw,if=mtd"
reset_impl=none
flash_impl=create_image_32mb

0 comments on commit 73e2fd9

Please sign in to comment.