Newer
Older
arm-trusted-firmware / plat / arm / board / n1sdp / n1sdp_plat.c
@Antonio Nino Diaz Antonio Nino Diaz on 25 Jan 2019 472 bytes plat/arm: Sanitise includes
/*
 * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#include <platform_def.h>

#include <common/bl_common.h>
#include <common/debug.h>
#include <plat/arm/common/plat_arm.h>
#include <plat/common/platform.h>

/*
 * Table of regions to map using the MMU.
 * Replace or extend the below regions as required
 */

const mmap_region_t plat_arm_mmap[] = {
	ARM_MAP_SHARED_RAM,
	N1SDP_MAP_DEVICE,
	{0}
};