qemu/hw/loongarch
Song Gao b11f981452 hw/loongarch: Fix fdt memory node wrong 'reg'
The right fdt memory node like [1], not [2]

  [1]
        memory@0 {
                device_type = "memory";
                reg = <0x00 0x00 0x00 0x10000000>;
        };
  [2]
        memory@0 {
                device_type = "memory";
                reg = <0x02 0x00 0x02 0x10000000>;
        };

Reviewed-by: Bibo Mao <maobibo@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20240426091551.2397867-10-gaosong@loongson.cn>
2024-04-29 10:25:56 +08:00
..
acpi-build.c loongarch: Change the UEFI loading mode to loongarch 2024-02-29 19:32:45 +08:00
boot.c hw/loongarch: Init efi_fdt table 2024-04-29 10:25:56 +08:00
fw_cfg.c hw/loongarch: Support fw_cfg dma function 2022-09-19 20:01:40 +08:00
fw_cfg.h hw/loongarch: Add fw_cfg table support 2022-07-19 22:55:10 +05:30
Kconfig hw/loongarch/virt: Remove unused ISA Bus 2023-10-13 10:03:47 +08:00
meson.build hw/loongarch: Move boot functions to boot.c 2024-04-29 10:25:56 +08:00
virt.c hw/loongarch: Fix fdt memory node wrong 'reg' 2024-04-29 10:25:56 +08:00