From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 7 Jan 2019 16:05:53 -0700 Subject: [U-Boot] [PATCH 2/2] travis: Wire Xilinx Versal Virt platform In-Reply-To: <20190107225950.GM5463@bill-the-cat> References: <86155dd9-a23d-0d84-2daa-ed8bbbb263e5@xilinx.com> <20190103133907.GO16433@bill-the-cat> <20190104030152.GY16433@bill-the-cat> <2df1294d-188f-acea-164e-cb04b7bffacf@xilinx.com> <20190107122809.GA5463@bill-the-cat> <03abe784-29bb-e2a4-61e3-37260f530b53@xilinx.com> <306acd66-207e-f11f-af7a-9e6065b56019@suse.de> <20190107171329.GH5463@bill-the-cat> <71c3baa1-4558-0873-b640-4aeab9304f18@suse.de> <20190107225950.GM5463@bill-the-cat> Message-ID: <78992b6e-5772-2dd2-e034-6d98720cb055@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 1/7/19 3:59 PM, Tom Rini wrote: > On Mon, Jan 07, 2019 at 09:15:17PM +0100, Alexander Graf wrote: >> On 07.01.19 18:13, Tom Rini wrote: >>> On Mon, Jan 07, 2019 at 05:57:10PM +0100, Alexander Graf wrote: ... >>>> So the offending change is a new capability in QEMU that exposes EL2 (HYP) >>>> mode on the Cortex-A15 core which this vexpress model uses. There are 2 >>>> steps here IMHO: >>>> >>>> 1) Disable EL2 again by hand. This is easily doable by passing "-cpu >>>> cortex-a15,has_el2=off" to the QEMU command line. That restores the previous >>>> behavior >>> >>> ... which is one more change to the uboot-test-scripts repo, can someone >>> please? Thanks. >> >> Done: https://github.com/swarren/uboot-test-hooks/pull/23 > > aaaand this breaks older QEMU. I think for the moment, can you please > revert this Stephen? We'll take the QEMU version bump early on in the > next release and I'll let you know off-list when I'm grabbing it. > Thanks! It's done.