RTEMS 6.1-rc7
Loading...
Searching...
No Matches
bsp.h
Go to the documentation of this file.
1
9/*
10 * Copyright (C) 2024 embedded brains GmbH & Co. KG
11 * Copyright (C) 2023 Reflex Aerospace GmbH
12 *
13 * Redistribution and use in source and binary forms, with or without
14 * modification, are permitted provided that the following conditions
15 * are met:
16 * 1. Redistributions of source code must retain the above copyright
17 * notice, this list of conditions and the following disclaimer.
18 * 2. Redistributions in binary form must reproduce the above copyright
19 * notice, this list of conditions and the following disclaimer in the
20 * documentation and/or other materials provided with the distribution.
21 *
22 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
23 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
25 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
26 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
27 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
28 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
29 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
30 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
31 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
32 * POSSIBILITY OF SUCH DAMAGE.
33 */
34
35#ifndef LIBBSP_ARM_XILINX_ZYNQMP_BSP_H
36#define LIBBSP_ARM_XILINX_ZYNQMP_BSP_H
37
50#include <bspopts.h>
51
52#define BSP_FEATURE_IRQ_EXTENSION
53
54#ifndef ASM
55
56#include <rtems.h>
57
59
61
62#ifdef __cplusplus
63extern "C" {
64#endif /* __cplusplus */
65
66
67#define BSP_ARM_GIC_CPUIF_BASE 0x00F9001000
68
69#define BSP_ARM_GIC_DIST_BASE 0xF9000000
70
71#if !defined(ZYNQMP_RPU_LOCK_STEP_MODE) && ZYNQMP_RPU_CORE_INDEX != 0
72#define BSP_ARM_GIC_MULTI_PROCESSOR_SECONDARY
73#endif
74
75void zynqmp_debug_console_flush(void);
76
77#ifdef __cplusplus
78}
79#endif /* __cplusplus */
80
81#endif /* ASM */
82
85#endif /* LIBBSP_ARM_XILINX_ZYNQMP_BSP_H */
This header file provides the default definition of BSP_INITIAL_EXTENSION.
This header file defines the RTEMS Classic API.
This header file provides interfaces with respect to the Zynq UltraScale+ MPSoC and RFSoC platforms.