summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* CONFIG_MODULE -> CONFIG_MODULESSascha Hauer2007-10-042-2/+2
|
* module support for armSascha Hauer2007-10-031-0/+98
|
* add arm specific bits for modulesSascha Hauer2007-10-013-1/+4
|
* move ARRAY_SIZE macro to include/common.hSascha Hauer2007-09-281-2/+0
|
* Subject: clean up TEXT_BASERobert Schwebel (Laptop)2007-09-253-8/+8
| | | | | | | This patch makes TEXT_BASE a consistent per-arch config switch. Additionally, it converts all TEXT_BASE occurences from string to hex. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* netx: rename config to defconfigRobert Schwebel (Laptop)2007-09-251-0/+0
|
* fix netx image nameSascha Hauer2007-09-221-1/+1
|
* remove references to nonexistant Kconfig symbolsSascha Hauer2007-09-221-2/+0
|
* add nxdb500 defconfigSascha Hauer2007-09-221-0/+162
|
* whitespace cleanupSascha Hauer2007-09-132-13/+13
|
* - some more cleanup in MakefilesSascha Hauer2007-09-131-0/+14
| | | | - move netx image generation to arch/arm/Makefile
* add Hilscher netx support part2Sascha Hauer2007-09-058-0/+1009
|
* add hilscher netx supportSascha Hauer2007-09-052-2/+23
|
* consolidate arch/arm/cpu/start-arm920t.S and arch/arm/cpu/start-arm926ejs.SSascha Hauer2007-09-053-407/+14
|
* arm: use linker section for reset vectorSascha Hauer2007-07-252-1/+3
| | | | | | | | | Put the reset vector at the beginning of the binary by creating its own section in the linker script rather than specifying the file. Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
* add missing includeSascha Hauer2007-07-161-0/+1
|
* use memmap() to save one memcpy call in bootmSascha Hauer2007-07-151-4/+6
|