
Hi Tom,
On 22 October 2018 at 11:47, Tom Rini trini@konsulko.com wrote:
On Mon, Oct 22, 2018 at 10:17:18PM +0800, Bin Meng wrote:
Hi Tom,
This fixed the QEMU x86_64 support which has been broken here and here, e.g.: built with newer version GCC compiler, EFI loader relocation, TSC as early timer. Now all issues have been addressed and we can finally turn on build/testing for this target on travis-ci!
The following changes since commit 25db3403094a57320644544eb0f38b1670a6716b:
test: Add test for PCI device without compat string and with DT node (2018-10-20 15:23:38 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git
for you to fetch changes up to 3fdfca7a782e7d84bc14cd5d316b4894ec20dcec:
travis: Add qemu-x86_64 target for test.py testing (2018-10-22 17:54:48 +0800)
NAK, "make tests" (and I think Travis, once github is un-broken?) fails. When checking for code coverage we get: tools/binman/etype/intel_refcode 7 2 71%
Which is a failure as it should be 100%.
This patch should fix that:
http://patchwork.ozlabs.org/patch/977402/
Once this lands I'll try again with a small DM pull request.
Regards, Simon