
Hi,
On 30. 12. 19 16:14, Tom Rini wrote:
On Tue, Dec 17, 2019 at 03:41:40PM +0100, Michal Simek wrote:
Qemu v4.2.0 maps bootmode registers to address space which was the reason why board_late_init() was disabled and accesses were failing.
With new Qemu board_late_init() can be called without any issue.
Signed-off-by: Michal Simek michal.simek@xilinx.com
Not sure which qemu version azure and gitlab are using but I think that also make sense to move the whole travis to v4.2. As of now I am sending this patch to open that discussion.
OK, so, the Azure and GitLab are both controlled by https://gitlab.denx.de/u-boot/gitlab-ci-runner/blob/master/Dockerfile so we just change https://gitlab.denx.de/u-boot/gitlab-ci-runner/blob/master/Dockerfile#L137 and use v4.2 for all, which I agree we should do for travis as well.
Good. I have sent a patch to update it to v4.2 but untested. I will run gitlab and travis session.
Thanks, Michal