rutigl@gmail.com | defbeed | 2023-03-19 09:19:05 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2015-2023, ARM Limited and Contributors. All rights reserved. |
| 3 | * |
| 4 | * Copyright (C) 2022-2023 Nuvoton Ltd. |
| 5 | * |
| 6 | * SPDX-License-Identifier: BSD-3-Clause |
| 7 | */ |
| 8 | |
| 9 | #include <assert.h> |
| 10 | |
| 11 | #include <arch.h> |
| 12 | #include <arch_helpers.h> |
| 13 | #include <common/bl_common.h> |
| 14 | #include <common/debug.h> |
| 15 | #include <lib/mmio.h> |
| 16 | |
| 17 | #include <lib/xlat_tables/xlat_tables_compat.h> |
| 18 | #include <plat/arm/common/plat_arm.h> |
| 19 | #include <plat/common/platform.h> |
| 20 | |
| 21 | #include <platform_def.h> |
| 22 | |
| 23 | const mmap_region_t plat_arm_mmap[] = { |
| 24 | MAP_DEVICE0, |
| 25 | MAP_DEVICE1, |
| 26 | {0} |
| 27 | }; |