Commit graph

144 commits

Author SHA1 Message Date
Sascha Hauer
36ffd6f18a [kbuild] move -pipe from architecture Makefiles to toplevel
Makefile
2008-06-03 12:54:37 +02:00
Sascha Hauer
39a78d9951 [kbuild] remove -Wall from architecture Makefiles. It's already
in toplevel CFLAGS
2008-06-03 12:51:05 +02:00
Sascha Hauer
847934bc96 [kbuild] move -nostdinc from architecture Makefiles to toplevel
Makefile
2008-06-03 12:39:45 +02:00
Sascha Hauer
b8725ffe1d [kbuild] move -ffreestanding from architecture Makefiles to toplevel
Makefile
2008-06-03 12:37:52 +02:00
Sascha Hauer
bca64df501 [kbuild] move -fno-builtin from architecture Makefiles to toplevel
Makefile
2008-06-03 12:36:35 +02:00
Sascha Hauer
7681d868ba [kbuild] move -Os flag from architecture Makefiles to toplevel
Makefile
2008-06-03 12:29:57 +02:00
Sascha Hauer
878f38de8f [kbuild] change architecture Makefiles not to overwrite
CFLAGS, instead append them to the existing CFLAGS.
	 Also, remove all double CFLAGS
2008-06-03 12:24:50 +02:00
Menon, Nishanth
22d3dc0d27 [arm] remove unsused sections while linking 2008-05-12 15:52:23 +02:00
Menon, Nishanth
cb73b0c227 Change CONFIG_SKIP_LOWLEVEL_INIT to CONFIG_MACH_DO_LOWLEVEL_INIT
as we rather use positive logic. Make it dependent on boards that
have it rather than on ARM

Signed-off-by: Nishanth Menon <x0nishan@ti.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2008-05-12 11:35:15 +02:00
Sascha Hauer
d5a9d7dc1d start-arm.S is not thought to be ARM920 specific. reflect this in the comment. 2008-05-07 16:25:46 +02:00
Nishanth Menon
3b94eca260 Replace start-arm920t.S with start-arm.S
Replace start-arm920t.S with start-arm.S. This will allow for a common logic
to handle 

Signed-off-by: Nishanth Menon <x0nishan@ti.com>

--
2008-05-07 16:24:51 +02:00
Sascha Hauer
2d4dfd47d0 cosmetics: fix indention 2008-03-14 13:04:26 +01:00
Sascha Hauer
e833cba394 add clko command for i.MX27 2008-03-14 13:03:43 +01:00
Sascha Hauer
5864a49007 imx27: Fix calculation of ahb clock and ipg clock 2008-03-11 22:00:47 +01:00
Sascha Hauer
8d8f900366 [ARM] Remove CONFIG_ARCH_NUMBER from Kconfig system. Putting too many
values into kconfig which are not user configurable at all only
      encourages people to put even more stuff in there. This is not
      good because people tend to have board patches lying around and
      these patches won't apply regularly if they all change the same
      file (arch/arm/Kconfig)
      Instead, introduce a function armlinux_set_architecture() which
      everyone can call during board setup.
      Similarly introduce armlinux_set_bootparams() for the boot
      parameter pointer.
2008-02-26 15:38:37 +01:00
Sascha Hauer
9beb36884b [ARM] Remove ARCH_NUMBERs from config.h and put them into Kconfig 2008-02-20 19:03:24 +01:00
Sascha Hauer
f95ec8a32d - Add functions to register image handlers for booting uImages 2008-02-20 19:01:54 +01:00
Sascha Hauer
7b4e9c4a82 [i.MX]: Basic board support for the Freescale i.MX27 eval board 2008-02-19 15:59:37 +01:00
Sascha Hauer
ecaadd17aa [i.MX]: Fix i.MX27 clock functions according to the chip revision 2008-02-19 15:51:34 +01:00
Sascha Hauer
2ae190a9dd [i.MX] add function to determine chip revision 2008-02-19 15:50:43 +01:00
Sascha Hauer
bb6d50805a [netx]: Fix function prototype for do_loadxc 2008-02-19 09:53:48 +01:00
Marc Kleine-Budde
049063e2ad remove -isystem with empty argument
This patch removes the "-isystem $(gccincdir)" from the
arch/*/Makefile because gccindir is empty.

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2007-11-29 20:03:37 +01:00
Marc Kleine-Budde
66671b505f [pcm038] regenerate defconfig
This patch regenerates pcm038s defconfig

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2007-11-28 09:52:19 +01:00
Robert Schwebel
675ff8ef8c [imx] make frequency output nicer
Make the frequency output a little bit nicer

From: Robert Schwebel <r.schwebel@pengutronix.de>

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
2007-11-28 09:04:57 +01:00
Robert Schwebel
d86ba7d308 remove gpio debug output for imx
Remove a bogus debug output in the gpio initialization code for i.MX.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
2007-11-28 09:03:27 +01:00
Robert Schwebel
7067e21f3f cleanup do_bootm_linux()
This patch cleans up the do_bootm_linux() function. It removes most of
the uggly ifdefery and replaces it by a sane function optimizing
structure.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
2007-11-28 09:03:27 +01:00
Marc Kleine-Budde
57bb3cd90d don't against link libgcc
We don't want to link against libgcc.

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2007-11-28 08:21:02 +01:00
Robert Schwebel
0fb3ec4e7e remove warnings
This patch fixes the following warnings:

arch/arm/cpu/cpu.c:176:4: warning: no newline at end of file
commands/bootm.c:872:4: warning: no newline at end of file

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
2007-11-27 21:32:33 +01:00
Marc Kleine-Budde
0537946263 [menuconfig] fix indention for Arm specific settings
This patch fixes the indention for the menu "Arm specific settings"

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2007-11-27 21:32:33 +01:00
Juergen Beisert
ab6d772b8e consider separated commands in pcm038's default config
Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
2007-11-15 18:41:36 +01:00
Juergen Beisert
9b07bdbbdc Merge branch 'docu' 2007-11-09 14:06:57 +01:00
Juergen Beisert
a7d96488e5 Using correct board names all over the place
Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
2007-11-08 18:23:44 +01:00
Juergen Beisert
e5eba4cf3a enabling correct network driver for i.MX27 2007-11-08 17:20:50 +01:00
Juergen Beisert
8fe25ecf12 adding various doku 2007-11-08 12:01:52 +01:00
Juergen Beisert
733636a573 adding first default config 2007-11-05 18:18:50 +01:00
Juergen Beisert
0a13be8de2 various docu added 2007-11-05 15:20:31 +01:00
Juergen Beisert
4cd877a840 saving added docu 2007-11-05 14:39:07 +01:00
Juergen Beisert
1cb7062653 integrating sha's changes into jbe's branch 2007-11-05 12:26:29 +01:00
Sascha Hauer
a26a5ef28f Replace all occurences of UBoot with U-Boot
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2007-10-24 13:20:27 +02:00
Juergen Beisert
be65b56a89 reset doc added for ARM 2007-10-19 16:35:25 +02:00
Juergen Beisert
b21ed7177c basic doc structure added 2007-10-19 13:19:43 +02:00
Juergen Beisert
6ad2703e6e Merge branch 'master' of jbe@octopus:/home/git/projects/u-boot-v2 2007-10-19 11:58:33 +02:00
Juergen Beisert
99ebb0e0fc deficonfig for i.MX31 system added 2007-10-19 11:43:16 +02:00
Juergen Beisert
0d884b8417 GPIO handling on i.MX31 added 2007-10-19 11:39:49 +02:00
sascha
2c6d0f711d update scb9328 defconfig 2007-10-19 11:00:57 +02:00
Juergen Beisert
075131631b make the clocksource work on current CPUs 2007-10-18 00:04:47 +02:00
Juergen Beisert
c054a3682d Merge branch 'master' of jbe@octopus:/home/git/projects/u-boot-v2 2007-10-17 21:09:54 +02:00
Juergen Beisert
4c03bb1d58 first time running 2007-10-17 21:09:25 +02:00
sascha
bd8ac3ec63 arch/arm/Makefile: fix proc link creation for external builds 2007-10-17 19:03:38 +02:00
sascha
5d746e8953 add generic linker script for arm 2007-10-17 18:23:34 +02:00