blob: 6905896c8e4540de7f8d220b14db53b058a1f56b [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>
Antonio Nino Diazbd7b7402019-01-25 14:30:04 +000011#include <plat/arm/common/plat_arm.h>
Antonio Nino Diaze0f90632018-12-14 00:18:21 +000012#include <plat/common/platform.h>
13
Deepak Pandey9cbacf62018-08-08 10:32:51 +053014/*
15 * Table of regions to map using the MMU.
16 * Replace or extend the below regions as required
17 */
18
19const mmap_region_t plat_arm_mmap[] = {
20 ARM_MAP_SHARED_RAM,
21 N1SDP_MAP_DEVICE,
Deepak Pandey9cbacf62018-08-08 10:32:51 +053022 {0}
23};
24