This series load FDT table into dram memory space and add uart,rtc info into FDT, Add TPM device for LoongArch virt machine.
Changes for v2: 1. Modify the title of the first patch("Change FDT base") to "Load FDT table into dram memory space". Changes for v1: 1. Change FDT base addr to 2 MiB. 2. Add uart and rtc info into FDT. 3. Add TPM device support. Xiaojuan Yang (3): hw/loongarch: Load FDT table into dram memory space hw/loongarch: Improve fdt for LoongArch virt machine hw/loongarch: Add TPM device for LoongArch virt machine hw/loongarch/acpi-build.c | 50 ++++++++++++++++++++++++++++++++-- hw/loongarch/virt.c | 53 ++++++++++++++++++++++++++++++++----- include/hw/loongarch/virt.h | 3 --- include/hw/pci-host/ls7a.h | 1 + 4 files changed, 95 insertions(+), 12 deletions(-) -- 2.31.1