forked from u-boot/u-boot
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of git://git.denx.de/u-boot-arm
- Loading branch information
Showing
150 changed files
with
13,849 additions
and
179 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 |
---|---|---|
|
@@ -251,6 +251,10 @@ Klaus Heydeck <[email protected]> | |
KUP4K MPC855 | ||
KUP4X MPC859 | ||
|
||
Gabriel Huau <[email protected]> | ||
|
||
mini2440 s3c2440 | ||
|
||
Gary Jennejohn <[email protected]> | ||
|
||
quad100hd PPC405EP | ||
|
@@ -777,6 +781,11 @@ Nagendra T S <[email protected]> | |
|
||
am3517_crane ARM ARMV7 (AM35x SoC) | ||
|
||
Dinh Nguyen <[email protected]> | ||
Chin Liang See <[email protected]> | ||
|
||
socfpga socfpga_cyclone5 | ||
|
||
Sandeep Paulraj <[email protected]> | ||
|
||
davinci_dm355evm ARM926EJS | ||
|
@@ -799,6 +808,7 @@ Veli-Pekka Peltola <[email protected]> | |
Luka Perkov <[email protected]> | ||
|
||
ib62x0 ARM926EJS | ||
iconnect ARM926EJS | ||
|
||
Dave Peverley <[email protected]> | ||
|
||
|
@@ -852,6 +862,8 @@ John Rigby <[email protected]> | |
|
||
Stefan Roese <[email protected]> | ||
|
||
x600 ARM926EJS (spear600 Soc) | ||
|
||
pdnb3 xscale/ixp | ||
scpu xscale/ixp | ||
|
||
|
@@ -890,6 +902,10 @@ Matt Sealey <[email protected]> | |
Bo Shen <[email protected]> | ||
at91sam9x5ek ARM926EJS (AT91SAM9G15,G25,G35,X25,X35 SoC) | ||
|
||
Michal Simek <[email protected]> | ||
|
||
zynq ARM ARMV7 (Zynq SoC) | ||
|
||
Nick Thompson <[email protected]> | ||
|
||
da830evm ARM926EJS (DA830/OMAP-L137) | ||
|
@@ -990,6 +1006,14 @@ Zhong Hongbo <[email protected]> | |
|
||
SMDK6400 ARM1176 (S3C6400 SoC) | ||
|
||
Nobuhiro Iwamatsu <[email protected]> | ||
|
||
kzm9g SH73A0 (RMOBILE SoC) | ||
|
||
Nobuhiro Iwamatsu <[email protected]> | ||
|
||
armadillo-800eva R8A7740 (RMOBILE SoC) | ||
|
||
------------------------------------------------------------------------- | ||
|
||
Unknown / orphaned boards: | ||
|
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
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
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
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
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 was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# | ||
# (C) Copyright 2000-2006 | ||
# Wolfgang Denk, DENX Software Engineering, [email protected]. | ||
# | ||
# 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 | ||
# | ||
|
||
include $(TOPDIR)/config.mk | ||
|
||
LIB = $(obj)lib$(SOC).o | ||
|
||
SOBJS = lowlevel_init.o | ||
COBJS-y += cpu_info.o | ||
COBJS-y += emac.o | ||
|
||
COBJS-$(CONFIG_DISPLAY_BOARDINFO) += board.o | ||
COBJS-$(CONFIG_GLOBAL_TIMER) += timer.o | ||
COBJS-$(CONFIG_R8A7740) += cpu_info-r8a7740.o | ||
COBJS-$(CONFIG_R8A7740) += pfc-r8a7740.o | ||
COBJS-$(CONFIG_SH73A0) += cpu_info-sh73a0.o | ||
COBJS-$(CONFIG_SH73A0) += pfc-sh73a0.o | ||
COBJS_LN-$(CONFIG_TMU_TIMER) += sh_timer.o | ||
|
||
COBJS := $(COBJS-y) | ||
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) | ||
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) $(addprefix $(obj),$(COBJS_LN-y:.o=.c)) | ||
OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS) $(COBJS_LN-y)) | ||
SOBJS := $(addprefix $(obj),$(SOBJS)) | ||
START := $(addprefix $(obj),$(START)) | ||
|
||
all: $(obj).depend $(LIB) | ||
|
||
$(LIB): $(OBJS) | ||
$(call cmd_link_o_target, $(OBJS)) | ||
|
||
# from arch/sh/lib/ directory | ||
$(obj)sh_timer.c: | ||
@rm -f $(obj)sh_timer.c | ||
ln -s $(SRCTREE)/arch/sh/lib/time.c $(obj)sh_timer.c | ||
|
||
######################################################################### | ||
|
||
# defines $(obj).depend target | ||
include $(SRCTREE)/rules.mk | ||
|
||
sinclude $(obj).depend | ||
|
||
######################################################################### | ||
|
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
/* | ||
* (C) Copyright 2012 Nobuhiro Iwamatsu <[email protected]> | ||
* (C) Copyright 2012 Renesas Solutions Corp. | ||
* | ||
* 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 | ||
*/ | ||
#include <common.h> | ||
#include <asm/io.h> | ||
#include <asm/arch/sys_proto.h> | ||
|
||
int checkboard(void) | ||
{ | ||
printf("Board: %s\n", sysinfo.board_string); | ||
return 0; | ||
} |
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# | ||
# (C) Copyright 2002 | ||
# Gary Jennejohn, DENX Software Engineering, <[email protected]> | ||
# | ||
# 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 | ||
# | ||
PLATFORM_RELFLAGS += -fno-common -ffixed-r8 -msoft-float | ||
|
||
# Make ARMv5 to allow more compilers to work, even though its v7a. | ||
PLATFORM_CPPFLAGS += -march=armv5 |
Oops, something went wrong.