qemu-devel
[Top][All Lists]
Advanced

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

[PATCH 0/5] MIPS Bootloader helper


From: Jiaxun Yang
Subject: [PATCH 0/5] MIPS Bootloader helper
Date: Mon, 7 Dec 2020 13:02:26 +0800

Hi all,

I'm back! Now I'm also helping CIP United, the present owner of MIPS
in China, take care of their open-souce infrastructures.

Btw: I'd like to add kernel boot tests for boston and incoming loongson-virt.
Where should I place kernel binaries?

Thanks.

Jiaxun Yang (5):
  hw/mips: Add a bootloader helper
  hw/mips/malta: Make use of bootloader helper
  hw/mips/fuloong2e: Make use of bootloader helper
  hw/mips/addr: Add translation helpers for KSEG1
  hw/mips/boston: Make use of bootloader helper

 hw/mips/addr.c            |  11 +++
 hw/mips/bootloader.c      | 150 ++++++++++++++++++++++++++++++++++++++
 hw/mips/boston.c          |  60 ++++-----------
 hw/mips/fuloong2e.c       |  35 ++-------
 hw/mips/malta.c           | 108 +++++++--------------------
 hw/mips/meson.build       |   2 +-
 include/hw/mips/cpudevs.h |  10 +++
 7 files changed, 216 insertions(+), 160 deletions(-)
 create mode 100644 hw/mips/bootloader.c

-- 
2.29.2



reply via email to

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