summaryrefslogtreecommitdiffstats
path: root/board/spear/x600/fpga.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2012-05-30 22:59:08 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-10-04 10:18:32 +0200
commit995b72ddda77ffa471930fdc1c3e587d5a6b4aa8 (patch)
tree00b2a6b056e6c570a9d9559e6aa90ee2265f46b5 /board/spear/x600/fpga.h
parent386c6cb10d644cf51d764223fe2fcaaae4ac2b75 (diff)
downloadblackbird-obmc-uboot-995b72ddda77ffa471930fdc1c3e587d5a6b4aa8.tar.gz
blackbird-obmc-uboot-995b72ddda77ffa471930fdc1c3e587d5a6b4aa8.zip
ARM: Add X600 board support (SPEAr600 based)
This patch adds support for the X600 SPEAr600 based board. Its also the first SPEAr600 board that uses the newly introduced SPEAr600 SPL support. Xloader is not necessary any more. By using the new "u-boot.spr" make target, one image will generated containing both, U-Boot SPL (with mkimage header as needed by the SPEAr BootROM, and the main U-Boot with mkimage header. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Amit Virdi <amit.virdi@st.com> Cc: Vipin Kumar <vipin.kumar@st.com>
Diffstat (limited to 'board/spear/x600/fpga.h')
-rw-r--r--board/spear/x600/fpga.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/board/spear/x600/fpga.h b/board/spear/x600/fpga.h
new file mode 100644
index 0000000000..2b1855716b
--- /dev/null
+++ b/board/spear/x600/fpga.h
@@ -0,0 +1,23 @@
+/*
+ * Copyright (C) 2012 Stefan Roese <sr@denx.de>
+ *
+ * See file CREDITS for list of people who contributed to this
+ * project.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of
+ * the License, or (at your option) any later version.
+ *
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ */
+
+int x600_init_fpga(void);
OpenPOWER on IntegriCloud