
On Tue, Jun 30, 2020 at 2:52 PM Tom Rini trini@konsulko.com wrote:
On Mon, Jun 29, 2020 at 08:05:15PM -0400, Tom Rini wrote:
On Tue, Jun 30, 2020 at 01:10:53AM +0200, Daniel Schwierzeck wrote:
Hi Tom,
actually I wanted to send this much earlier but I hope it's still okay.
This enables Qemu tests for the MIPS Malta board in all variants (32/64 bit, big/little endian) in Gitlab CI, Travis CI and Azure Pipelines. This allows to deprecate the qemu_mips board in the future because there is no Linux support anymore for ages and Qemu deprecated the generic MIPS board as well in favour of Malta.
I had to include the PCNET patches because otherwise the Malta 64bit targets had stability issues in the Qemu network test case. Thus it's not just cleanup and DM conversion, but also bugfixing ;)
https://gitlab.denx.de/u-boot/custodians/u-boot-mips/pipelines/3824 https://travis-ci.org/github/danielschwierzeck/u-boot/builds/703302746 https://dev.azure.com/danielschwierzeck/u-boot/_build/results?buildId=8&...
Is it OK for this to go in to -next at this point? Thanks!
I do see that at this time you're the only user of the PCNET driver, so if you're happy and really want it in this release and not the next release, OK. But v2020.07 is scheduled for next Monday too so this really is quite late.
-next is also OK. Just wanted to get it out of the way before I prepare the next bigger MIPS update for the next merge window ;)