qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 6/6] hw/loongarch: Add fdt support


From: Richard Henderson
Subject: Re: [PATCH 6/6] hw/loongarch: Add fdt support
Date: Tue, 19 Jul 2022 13:37:18 +0530
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1

On 7/12/22 14:02, Xiaojuan Yang wrote:
Add LoongArch flatted device tree, adding cpu device node, firmware cfg node,
pcie node into it, and create fdt rom memory region. Now fdt info is not
full since only uefi bios uses fdt, linux kernel does not use fdt.
Loongarch Linux kernel uses acpi table which is full in qemu virt
machine.

Signed-off-by: Xiaojuan Yang<yangxiaojuan@loongson.cn>
---
  hw/loongarch/loongson3.c    | 136 +++++++++++++++++++++++++++++++++++-
  include/hw/loongarch/virt.h |   4 ++
  target/loongarch/cpu.c      |   1 +
  target/loongarch/cpu.h      |   3 +
  4 files changed, 141 insertions(+), 3 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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