Searched +full:qemu +full:- +full:install (Results 1 – 3 of 3) sorted by relevance
2 # SPDX-License-Identifier: GPL-2.0+4 # build U-Boot on Travis CI - https://travis-ci.org/14 - cppcheck15 - sloccount16 - sparse17 - bc18 - build-essential19 - libsdl1.2-dev20 - python21 - python-virtualenv[all …]
5 # SPDX-License-Identifier: GPL-2.0+8 U-Boot on x8611 This document describes the information about U-Boot running on x86 targets,15 ------16 U-Boot supports running as a coreboot [1] payload on x86. So far only Link17 (Chromebook Pixel) and QEMU [2] x86 targets have been tested, but it should19 most of the low-level details.21 U-Boot is a main bootloader on Intel Edison board.23 U-Boot also supports booting directly from x86 reset vector, without coreboot.25 'bare metal', U-Boot acts like a BIOS replacement. The following platforms[all …]
1 # U-Boot pytest suite5 This tool aims to test U-Boot by executing U-Boot shell commands using the6 console interface. A single top-level script exists to execute or attach to the7 U-Boot console, run the entire script of tests against it, and summarize the10 - Testing is performed in the same way a user or script would interact with11 U-Boot; there can be no disconnect.12 - There is no need to write or embed test-related code into U-Boot itself.13 It is asserted that writing test-related code in Python is simpler and more15 - It is reasonably simple to interact with U-Boot in this way.19 The test suite is implemented using pytest. Interaction with the U-Boot console[all …]