aboutsummaryrefslogtreecommitdiff
path: root/src/soc/marvell/armada38x/include/soc/memlayout.ld
blob: b7f34eac71d36f13e70a44b941d594ffa5801ed7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*
 * This file is part of the coreboot project.
 *
 * Copyright 2015 Google Inc.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; version 2 of the License.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

#include <memlayout.h>
#include <arch/header.ld>

SECTIONS
{
	DRAM_START(0x00000000)
	BOOTBLOCK(0x00000000, 24K)
	RAMSTAGE(0x00800000, 128K)
	CBFS_CACHE(0x12006000, 80K)
	STACK(0x1201c000, 16K)

	VERSTAGE(0x1202c000, 96K)
	ROMSTAGE(0x12044000, 96K)
	VBOOT2_WORK(0x1205c000, 16K)
	DMA_COHERENT(0x12100000, 2M)
	SYMBOL(memlayout_cbmem_top, 0x1F400000)
	TTB(0x1FF00000, 16K)
	TTB_SUBTABLES(0x1FF04000, 2K)
}