/* * Copyright (c) 2006-2021, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2021-03-04 Carl the first version * */ #include #include "ft_printf.h" #include "ft_assert.h" #include "ft_cpu.h" #include "ft_psci.h" #include "ft_parameters.h" #include "board.h" #include "gtimer.h" #include "ft_generic_timer.h" #include #include "interrupt.h" #include #include "cp15.h" #include "ft2004.h" #define DDR_MEM (SHARED | AP_RW | DOMAIN0 | MEMWT | DESC_SEC) struct mem_desc platform_mem_desc[] = { {0x80000000, 0x80000000 + 0x7f000000, 0x80000000, DDR_MEM}, {0, //< QSPI 0x1FFFFFFF, 0, DEVICE_MEM}, {0x20000000, //