summary refs log tree commit diff stats
path: root/python
diff options
context:
space:
mode:
authorLakshmi Bai Raja Subramanian <lakshmi.bai.rajasubramanian@bodhicomputing.com>2023-06-20 19:20:06 +0530
committerAlistair Francis <alistair.francis@wdc.com>2023-07-10 22:29:15 +1000
commit1ad53688b9e15b179dbbfe44ee8b86d7e46715a8 (patch)
tree0ce084bc456edfbbfa812f89ec61847aafd02fa7 /python
parent49554856f0b6f622ab6afdcc275d4ab2ecb3625c (diff)
downloadfocaccia-qemu-1ad53688b9e15b179dbbfe44ee8b86d7e46715a8.tar.gz
focaccia-qemu-1ad53688b9e15b179dbbfe44ee8b86d7e46715a8.zip
hw/riscv: virt: Convert fdt_load_addr to uint64_t
fdt_load_addr was previously declared as uint32_t which doe not match
with the return type of riscv_compute_fdt_addr().

This patch modifies the fdt_load_addr type from a uint32_t to a uint64_t
to match the riscv_compute_fdt_addr() return type.

This fixes calculating the fdt address when DRAM is mapped to higher
64-bit address.

Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Signed-off-by: Lakshmi Bai Raja Subramanian <lakshmi.bai.rajasubramanian@bodhicomputing.com>
[ Change by AF:
 - Cleanup commit title and message
]
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <168872495192.6334.3845988291412774261-1@git.sr.ht>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions