/* * \brief Zynq specific board definitions * \author Stefan Kalkowski * \date 2017-02-20 */ /* * Copyright (C) 2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SRC__BOOTSTRAP__SPEC__ZYNQ__BOARD_H_ #define _SRC__BOOTSTRAP__SPEC__ZYNQ__BOARD_H_ #include #include #include #include #include #include #include #include namespace Board { using namespace Zynq_qemu; using L2_cache = Hw::Pl310; using Cpu_mmio = Hw::Cortex_a9_mmio; using Serial = Genode::Xilinx_uart; enum { UART_BASE = UART_0_MMIO_BASE, }; } #endif /* _SRC__BOOTSTRAP__SPEC__ZYNQ__BOARD_H_ */