[U-Boot] [PATCH] Add sys_proto.h for arch-armv7

Alexey Zaytsev alexey.zaytsev at gmail.com
Sat Oct 16 01:38:23 CEST 2010


Signed-off-by: Alexey Zaytsev <alexey.zaytsev at gmail.com>
---

Hi.

U-boot won't build for Versatile Express (ca9x4_ct_vxp)
without this patch. I'm not sure why the syslib is made
armv7-specific, as it looks quite generic to me, but
I'll leave this to the original authors.


 arch/arm/include/asm/arch-armv7/sys_proto.h |   31 +++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/arch/arm/include/asm/arch-armv7/sys_proto.h b/arch/arm/include/asm/arch-armv7/sys_proto.h
index e69de29..d3a7b47 100644
--- a/arch/arm/include/asm/arch-armv7/sys_proto.h
+++ b/arch/arm/include/asm/arch-armv7/sys_proto.h
@@ -0,0 +1,31 @@
+/*
+ * (C) Copyright 2008
+ * Texas Instruments, <www.ti.com>
+ *
+ * Richard Woodruff <r-woodruff2 at ti.com>
+ * Syed Mohammed Khasim <khasim at ti.com>
+ *
+ * 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
+ */
+
+#ifndef _SYS_PROTO_H_
+#define _SYS_PROTO_H_
+
+void sr32(void *, u32, u32, u32);
+u32 wait_on_value(u32, u32, void *, u32);
+void sdelay(unsigned long);
+
+#endif



More information about the U-Boot mailing list