
30 Dec
2019
30 Dec
'19
4:14 p.m.
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.
--
Tom