TianoCore EDK2 master
Loading...
Searching...
No Matches
LoongArchVirt.fdf.inc
1## @file
2#
3# Copyright (c) 2024 Loongson Technology Corporation Limited. All rights reserved.<BR>
4#
5# SPDX-License-Identifier: BSD-2-Clause-Patent
6#
7##
8
9DEFINE BLOCK_SIZE = 0x1000
10
11############################################################################
12# FW total
13DEFINE FW_BASE_ADDRESS = 0x1c000000
14DEFINE FW_BLOCKS = 0x400
15DEFINE FW_SIZE = 0x400000
16
17############################################################################
18#Set FVMAIN size
19DEFINE FVMAIN_SIZE = $(FW_SIZE)
20
21#Set Memory layout
22DEFINE SEC_PEI_TEMP_RAM_BASE = 0x10000
23DEFINE SEC_PEI_TEMP_RAM_SIZE = 0x80000
24DEFINE DEVICE_TREE_RAM_BASE = 0x100000