summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Collapse)AuthorAgeFilesLines
* [pcm038] regenerate defconfigMarc Kleine-Budde2007-11-281-12/+10
| | | | | | This patch regenerates pcm038s defconfig Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [imx] make frequency output nicerRobert Schwebel2007-11-281-8/+8
| | | | | | | | Make the frequency output a little bit nicer From: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* remove gpio debug output for imxRobert Schwebel2007-11-281-2/+0
| | | | | | Remove a bogus debug output in the gpio initialization code for i.MX. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* cleanup do_bootm_linux()Robert Schwebel2007-11-281-106/+121
| | | | | | | | 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>
* don't against link libgccMarc Kleine-Budde2007-11-281-1/+0
| | | | | | We don't want to link against libgcc. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* remove warningsRobert Schwebel2007-11-271-1/+2
| | | | | | | | | 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>
* [menuconfig] fix indention for Arm specific settingsMarc Kleine-Budde2007-11-271-1/+1
| | | | | | This patch fixes the indention for the menu "Arm specific settings" Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* consider separated commands in pcm038's default configJuergen Beisert2007-11-151-3/+10
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* Merge branch 'docu'Juergen Beisert2007-11-094-35/+189
|\
| * adding various dokuJuergen Beisert2007-11-081-6/+6
| |
| * various docu addedJuergen Beisert2007-11-053-29/+183
| |\
| | * saving added docuJuergen Beisert2007-11-053-29/+183
| | |
* | | Using correct board names all over the placeJuergen Beisert2007-11-085-16/+16
| | | | | | | | | | | | Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
* | | enabling correct network driver for i.MX27Juergen Beisert2007-11-081-2/+2
| | |
* | | adding first default configJuergen Beisert2007-11-051-0/+160
|/ /
* | integrating sha's changes into jbe's branchJuergen Beisert2007-11-051-14/+15
| |
* | Replace all occurences of UBoot with U-BootSascha Hauer2007-10-241-3/+3
|/ | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* reset doc added for ARMJuergen Beisert2007-10-191-0/+24
|
* basic doc structure addedJuergen Beisert2007-10-191-0/+9
|
* Merge branch 'master' of jbe@octopus:/home/git/projects/u-boot-v2Juergen Beisert2007-10-191-41/+99
|\
| * update scb9328 defconfigsascha2007-10-191-41/+99
| |
* | deficonfig for i.MX31 system addedJuergen Beisert2007-10-191-0/+156
| |
* | GPIO handling on i.MX31 addedJuergen Beisert2007-10-191-0/+34
|/
* make the clocksource work on current CPUsJuergen Beisert2007-10-181-2/+1
|
* Merge branch 'master' of jbe@octopus:/home/git/projects/u-boot-v2Juergen Beisert2007-10-171-0/+5
|\
| * arch/arm/Makefile: fix proc link creation for external buildssascha2007-10-171-0/+5
| |
* | first time runningJuergen Beisert2007-10-171-4/+3
|/
* add generic linker script for armsascha2007-10-171-0/+71
|
* merge sha + jbeJuergen Beisert2007-10-173-2/+21
|\
| * Linking: Remove linker scripts from (arm based-) boards and addsascha2007-10-173-0/+15
| | | | | | | | | | | | | | | | a generic linker script to arch/arm/lib/u-boot.lds.S. If a board wants to overwrite a linker script it can do so using CONFIG_BOARD_LINKER_SCRIPT. There is no generic linker script for ppc and blackfin yet, so still use the board specific one.
* | adding i.MX31 CPU supportJuergen Beisert2007-10-176-17/+103
| |
* | adding GPL headerJuergen Beisert2007-10-171-0/+17
| |
* | making watchdog handling independend from ifdefsJuergen Beisert2007-10-171-7/+1
|/
* arm: use text_entry for reset vector instead of hardcoded filenamesascha2007-10-172-2/+3
| | | | (once again)
* no need to have CONFIG_SKIP_RELOCATE_UBOOTsascha2007-10-161-2/+0
|
* fix sys clk in i.MX1 speed.csascha2007-10-161-11/+1
|
* remove s3c24x0 specific stuff from arm start file, addsascha2007-10-161-75/+20
| | | | arch_init_lowlevel for this stuff instead.
* i.MX clock functions: Make them work for i.MX1 againsascha2007-10-161-2/+3
|
* Use Linux kernel list for drivers and devices instead of handmadeSascha Hauer2007-10-111-11/+8
| | | | list.
* add i.MX27 ahb clock functionSascha Hauer2007-10-101-0/+12
|
* change imx clock functions so that they have the same name forSascha Hauer2007-10-092-12/+47
| | | | i.MX1 and i.MX27
* i.MX clocksource: enable clocks for gpt1Sascha Hauer2007-10-091-0/+5
|
* add soc specific files to MakefileSascha Hauer2007-10-081-0/+3
|
* beginning phycore pcm038 i.MX27 supportSascha Hauer2007-10-082-0/+13
|
* against high density codeSascha Hauer2007-10-081-17/+19
|
* add i.MX27 reset supportSascha Hauer2007-10-081-2/+8
|
* add clock functions for i.MX27 and rename functions to lower case lettersSascha Hauer2007-10-083-114/+217
|
* make independent of timer baseSascha Hauer2007-10-071-7/+12
|
* Beginning mx27 support: split imx-regs.h into imx1-regs.h and imx27-regs.hSascha Hauer2007-10-071-2/+13
|
* export symbolsSascha Hauer2007-10-071-0/+1
|