[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 0/7] hw/arm/raspi: Run U-Boot on the raspi machines
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH v4 0/7] hw/arm/raspi: Run U-Boot on the raspi machines |
Date: |
Tue, 28 Jan 2020 07:53:10 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 |
Hi Peter,
(Cc'ed Wainer from the Python part).
On 1/21/20 12:51 AM, Philippe Mathieu-Daudé wrote:
Following Laurent report:
https://www.mail-archive.com/address@hidden/msg639950.html
The SYS_timer is already merged, see:
https://git.qemu.org/?p=qemu.git;a=commit;h=d05be883fc
"hw/timer/bcm2835: Add the BCM2835 SYS_timer"
The first patch should fix Laurent other issue.
Then few python patches are require to break into U-Boot console,
and the last patches add U-Boot tests for Raspi2 and Raspi3.
Laurent, if you successfully test U-Boot with this patchset again,
do you mind replying with a "Tested-by:" tag?
Regards,
Phil.
Since v3:
- rewrote '-smp' fix.
- tests use Debian 'trustable' u-boot.elf
previous feedbacks from Peter on v3:
https://www.mail-archive.com/address@hidden/msg655415.html
v3: https://www.mail-archive.com/address@hidden/msg653807.html
Supersedes: <address@hidden>
Philippe Mathieu-Daudé (7):
hw/arm/raspi: Remove obsolete use of -smp to set the soc 'enabled-cpus'
While the first patch is reviewed by Alistair, the rest (acceptance
tests) still requires an eye from Cleber/Eduardo.
Can you queue the first patch via your qemu-arm tree?
Thanks,
Phil.
Acceptance tests: Extract _console_interaction()
Acceptance tests: Add interrupt_interactive_console_until_pattern()
python/qemu/machine: Allow to use other serial consoles than default
tests/boot_linux_console: Test booting U-Boot on the Raspberry Pi 2
tests/boot_linux_console: Test booting U-Boot on the Raspberry Pi 3
tests/boot_linux_console: Tag Emcraft Smartfusion2 as running 'u-boot'
hw/arm/raspi.c | 2 -
python/qemu/machine.py | 9 +++-
tests/acceptance/avocado_qemu/__init__.py | 59 +++++++++++++++++------
tests/acceptance/boot_linux_console.py | 54 +++++++++++++++++++++
4 files changed, 107 insertions(+), 17 deletions(-)
[PATCH v4 6/7] tests/boot_linux_console: Test booting U-Boot on the Raspberry Pi 3, Philippe Mathieu-Daudé, 2020/01/20
[PATCH v4 7/7] tests/boot_linux_console: Tag Emcraft Smartfusion2 as running 'u-boot', Philippe Mathieu-Daudé, 2020/01/20
Re: [PATCH v4 0/7] hw/arm/raspi: Run U-Boot on the raspi machines,
Philippe Mathieu-Daudé <=