-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 260463 b: refs/heads/master c: 3d64b44 h: refs/heads/master i: 260461: a592948 260459: dfd3ced 260455: f6244c1 260447: 42d212a v: v3
- Loading branch information
Arnd Bergmann
committed
Jul 7, 2011
1 parent
6dd8005
commit 1d501e7
Showing
4 changed files
with
20 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: b85a3ef4ac65169b65fd2fe9bec7912bbf475ba4 | ||
refs/heads/master: 3d64b4496f5fd90618106555344205a522178c0c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +0,0 @@ | ||
/* | ||
* This file contains code for boards with device tree support. | ||
* | ||
* Copyright (C) 2011 Xilinx | ||
* | ||
* based on arch/arm/mach-realview/core.c | ||
* | ||
* Copyright (C) 1999 - 2003 ARM Limited | ||
* Copyright (C) 2000 Deep Blue Solutions Ltd | ||
* | ||
* This software is licensed under the terms of the GNU General Public | ||
* License version 2, as published by the Free Software Foundation, and | ||
* may be copied, distributed, and modified under those terms. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
*/ | ||
|
||
#include <linux/of.h> | ||
#include <asm/mach/arch.h> | ||
#include <asm/mach-types.h> | ||
#include "common.h" | ||
|
||
static const char *xilinx_dt_match[] = { | ||
"xlnx,zynq-ep107", | ||
NULL | ||
}; | ||
|
||
MACHINE_START(XILINX_EP107, "Xilinx Zynq Platform") | ||
.map_io = xilinx_map_io, | ||
.init_irq = xilinx_irq_init, | ||
.init_machine = xilinx_init_machine, | ||
.timer = &xttcpss_sys_timer, | ||
.dt_compat = xilinx_dt_match, | ||
MACHINE_END | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters