Files
Yifan Liu 78b7702f14 hv: riscv: Read physical memory layout from FDT
Reads physical memory layout from FDT.

Tracked-On: #8841
Signed-off-by: Yifan Liu <yifan1.liu@intel.com>
Acked-by: Wang Yu1 <yu1.wang@intel.com>
2025-11-14 10:44:41 +08:00

19 lines
348 B
C

/*
* Copyright (C) 2023-2024 Intel Corporation. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Authors:
* Haicheng Li <haicheng.li@intel.com>
*/
#ifndef __RISCV_QEMU_H__
#define __RISCV_QEMU_H__
#define CONFIG_SSTC 1
#define PHYS_MEM_START 0x80000000
#define PHYS_MEM_SIZE 0x200000000
#endif /* __RISCV_QEMU_H__ */