committed by
Norman Feske
parent
834f98137f
commit
98820ffab4
@@ -5,26 +5,22 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (C) 2015 Genode Labs GmbH
|
||||
* Copyright (C) 2015-2017 Genode Labs GmbH
|
||||
*
|
||||
* This file is part of the Genode OS framework, which is distributed
|
||||
* under the terms of the GNU General Public License version 2.
|
||||
* under the terms of the GNU Affero General Public License version 3.
|
||||
*/
|
||||
|
||||
#ifndef _INCLUDE__PARALLELLA__DRIVERS__BOARD_BASE_H_
|
||||
#define _INCLUDE__PARALLELLA__DRIVERS__BOARD_BASE_H_
|
||||
|
||||
#include <spec/zynq/drivers/board_base_support.h>
|
||||
#include <drivers/defs/zynq.h>
|
||||
|
||||
namespace Genode { struct Board_base; }
|
||||
namespace Zynq_parallella {
|
||||
|
||||
/**
|
||||
* Base driver for the Parallella platform
|
||||
*/
|
||||
struct Genode::Board_base : Zynq::Board_base
|
||||
{
|
||||
enum
|
||||
{
|
||||
using namespace Zynq;
|
||||
|
||||
enum {
|
||||
/* clocks (assuming 6:2:1 mode) */
|
||||
PS_CLOCK = 33333333,
|
||||
CPU_1X_CLOCK = 111111100,
|
||||
@@ -5,26 +5,22 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (C) 2016 Genode Labs GmbH
|
||||
* Copyright (C) 2016-2017 Genode Labs GmbH
|
||||
*
|
||||
* This file is part of the Genode OS framework, which is distributed
|
||||
* under the terms of the GNU General Public License version 2.
|
||||
* under the terms of the GNU Affero General Public License version 3.
|
||||
*/
|
||||
|
||||
#ifndef _INCLUDE__ZC702__DRIVERS__BOARD_BASE_H_
|
||||
#define _INCLUDE__ZC702__DRIVERS__BOARD_BASE_H_
|
||||
|
||||
#include <spec/zynq/drivers/board_base_support.h>
|
||||
#include <drivers/defs/zynq.h>
|
||||
|
||||
namespace Genode { struct Board_base; }
|
||||
namespace Zynq_zc702 {
|
||||
|
||||
/**
|
||||
* Base driver for the ZC702 platform
|
||||
*/
|
||||
struct Genode::Board_base : Zynq::Board_base
|
||||
{
|
||||
enum
|
||||
{
|
||||
using namespace Zynq;
|
||||
|
||||
enum {
|
||||
/* clocks (assuming 6:2:1 mode) */
|
||||
CPU_1X_CLOCK = 111111100,
|
||||
CPU_6X4X_CLOCK = 6*CPU_1X_CLOCK,
|
||||
@@ -5,26 +5,22 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (C) 2016 Genode Labs GmbH
|
||||
* Copyright (C) 2016-2017 Genode Labs GmbH
|
||||
*
|
||||
* This file is part of the Genode OS framework, which is distributed
|
||||
* under the terms of the GNU General Public License version 2.
|
||||
* under the terms of the GNU Affero General Public License version 3.
|
||||
*/
|
||||
|
||||
#ifndef _INCLUDE__ZC706__DRIVERS__BOARD_BASE_H_
|
||||
#define _INCLUDE__ZC706__DRIVERS__BOARD_BASE_H_
|
||||
|
||||
#include <spec/zynq/drivers/board_base_support.h>
|
||||
#include <drivers/defs/zynq.h>
|
||||
|
||||
namespace Genode { struct Board_base; }
|
||||
namespace Zynq_zc706 {
|
||||
|
||||
/**
|
||||
* Base driver for the ZC706 platform
|
||||
*/
|
||||
struct Genode::Board_base : Zynq::Board_base
|
||||
{
|
||||
enum
|
||||
{
|
||||
using namespace Zynq;
|
||||
|
||||
enum {
|
||||
/* clocks (assuming 6:2:1 mode) */
|
||||
CPU_1X_CLOCK = 111111100,
|
||||
CPU_6X4X_CLOCK = 6*CPU_1X_CLOCK,
|
||||
@@ -5,26 +5,23 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (C) 2015 Genode Labs GmbH
|
||||
* Copyright (C) 2015-2017 Genode Labs GmbH
|
||||
*
|
||||
* This file is part of the Genode OS framework, which is distributed
|
||||
* under the terms of the GNU General Public License version 2.
|
||||
* under the terms of the GNU Affero General Public License version 3.
|
||||
*/
|
||||
|
||||
#ifndef _INCLUDE__ZEDBOARD__DRIVERS__BOARD_BASE_H_
|
||||
#define _INCLUDE__ZEDBOARD__DRIVERS__BOARD_BASE_H_
|
||||
|
||||
#include <spec/zynq/drivers/board_base_support.h>
|
||||
#include <drivers/defs/zynq.h>
|
||||
|
||||
namespace Genode { struct Board_base; }
|
||||
namespace Zynq_zedboard {
|
||||
|
||||
/**
|
||||
* Base driver for the Zedboard platform
|
||||
*/
|
||||
struct Genode::Board_base : Zynq::Board_base
|
||||
{
|
||||
enum
|
||||
{
|
||||
using namespace Zynq;
|
||||
|
||||
enum {
|
||||
/* clocks (assuming 6:2:1 mode) */
|
||||
PS_CLOCK = 33333333,
|
||||
ARM_PLL_CLOCK = 1333333*1000,
|
||||
DDR_PLL_CLOCK = 1066667*1000,
|
||||
Reference in New Issue
Block a user