blob: 3bf1fe6c24862564705d744511b8a498e798641a [file] [log] [blame]
Deepak Pandey9cbacf62018-08-08 10:32:51 +05301/*
2 * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
Antonio Nino Diaze0f90632018-12-14 00:18:21 +00007#include <platform_def.h>
8
9#include <common/bl_common.h>
10#include <common/debug.h>
11#include <plat/common/platform.h>
12
Deepak Pandey9cbacf62018-08-08 10:32:51 +053013#include <arm_def.h>
Deepak Pandey9cbacf62018-08-08 10:32:51 +053014#include <plat_arm.h>
Deepak Pandey9cbacf62018-08-08 10:32:51 +053015
16/*
17 * Table of regions to map using the MMU.
18 * Replace or extend the below regions as required
19 */
20
21const mmap_region_t plat_arm_mmap[] = {
22 ARM_MAP_SHARED_RAM,
23 N1SDP_MAP_DEVICE,
Deepak Pandey9cbacf62018-08-08 10:32:51 +053024 {0}
25};
26