qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 0/8] MIPS Bootloader helper


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 0/8] MIPS Bootloader helper
Date: Wed, 6 Jan 2021 18:50:44 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0

On 1/3/21 9:42 PM, Philippe Mathieu-Daudé wrote:
> On 12/15/20 7:41 AM, Jiaxun Yang wrote:
>> v2:
>> A big reconstruction. rewrite helpers with CPU feature and sepreate
>> changesets.
>>
>> Jiaxun Yang (8):
>>   hw/mips: Make bootloader addresses unsgined
>>   hw/mips/malta: Use address translation helper to calculate
>>     bootloader_run_addr
>>   hw/mips: Use address translation helper to handle ENVP_ADDR
>>   hw/mips: Add a bootloader helper
>>   hw/mips: Use bl_gen_kernel_jump to generate bootloaders
>>   target/mips/addr: Add translation helpers for KSEG1
>>   hw/mips/malta: Use bootloader helper to set BAR resgiters
>>   hw/mips/boston: Use bootloader helper to set GCRs
>>
>>  hw/mips/bootloader.c         | 157 ++++++++++++++++++++++++++++++++
>>  hw/mips/boston.c             |  62 +++----------
>>  hw/mips/fuloong2e.c          |  48 +++-------
>>  hw/mips/malta.c              | 171 ++++++++++++-----------------------
>>  hw/mips/meson.build          |   2 +-
>>  include/hw/mips/bootloader.h |  48 ++++++++++
>>  target/mips/addr.c           |  10 ++
>>  target/mips/cpu.h            |   2 +
>>  8 files changed, 306 insertions(+), 194 deletions(-)
>>  create mode 100644 hw/mips/bootloader.c
>>  create mode 100644 include/hw/mips/bootloader.h
> 
> Patches 1-3 queued to mips-next.

Patch 6 queued to mips-next.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]