blob: 87e15110894d1ccb131de0aab98c0f628efedee5 [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 <plat_arm.h>
Deepak Pandey9cbacf62018-08-08 10:32:51 +053014
15/*
16 * Table of regions to map using the MMU.
17 * Replace or extend the below regions as required
18 */
19
20const mmap_region_t plat_arm_mmap[] = {
21 ARM_MAP_SHARED_RAM,
22 N1SDP_MAP_DEVICE,
Deepak Pandey9cbacf62018-08-08 10:32:51 +053023 {0}
24};
25