summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Collapse)AuthorAgeFilesLines
* CONFIG_MODULE -> CONFIG_MODULESSascha Hauer2007-10-046-6/+6
|
* module support for armSascha Hauer2007-10-031-0/+98
|
* fix read_file()Sascha Hauer2007-10-011-1/+1
|
* add arm specific bits for modulesSascha Hauer2007-10-013-1/+4
|
* add powerpc specific bits for modulesSascha Hauer2007-10-014-1/+302
|
* add blackfin specific bits for module handlingSascha Hauer2007-09-284-1/+317
|
* move ARRAY_SIZE macro to include/common.hSascha Hauer2007-09-281-2/+0
|
* declare lots of functions staticSascha Hauer2007-09-281-1/+1
|
* Merge /home/git/users/rsc/u-boot-v2Sascha Hauer2007-09-278-33/+29
|\
| * update to top of treeRobert Schwebel (Laptop)2007-09-251-18/+10
| |
| * Subject: clean up TEXT_BASERobert Schwebel (Laptop)2007-09-258-16/+20
| | | | | | | | | | | | | | 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
| |
* | blackfin_linux.c: disable icache unconditionally. If I understand theSascha Hauer2007-09-271-5/+2
| | | | | | | | | | Manual correctly, there is no need to invalidate the cache beforehand (in fact on my board this function crashes)
* | ups. mixed up start and end in blackfin_mem_malloc_initSascha Hauer2007-09-271-2/+2
|/
* move ppc assembler templates to include/asm-ppcSascha Hauer2007-09-224-6/+6
|
* fix netx image nameSascha Hauer2007-09-221-1/+1
|
* remove references to nonexistant Kconfig symbolsSascha Hauer2007-09-221-2/+0
|
* add ipe337 defconfigSascha Hauer2007-09-221-0/+141
|
* add nxdb500 defconfigSascha Hauer2007-09-221-0/+162
|
* add blackfin cache and traps handlingSascha Hauer2007-09-166-156/+675
|
* make blackfin linux start function functionalSascha Hauer2007-09-161-6/+4
|
* remove unused blackfin_board.hSascha Hauer2007-09-161-57/+0
|
* add the possibility to have a arch specific 'go' command. SomeSascha Hauer2007-09-161-4/+9
| | | | architectures need this (e.g. blackfin and i386)
* whitespace cleanupSascha Hauer2007-09-134-17/+17
|
* first maybe-working blackfin linux boot functionSascha Hauer2007-09-131-42/+18
|
* add missing files to arch/blackfin/lib/MakefileSascha Hauer2007-09-131-1/+3
|
* - some more cleanup in MakefilesSascha Hauer2007-09-131-0/+14
| | | | - move netx image generation to arch/arm/Makefile
* remove cli/sti from arch/blackfin/lib/cpu.c. We do not use interruptsSascha Hauer2007-09-131-8/+2
|
* add -D__blackfin__ to blackfin CFLAGSSascha Hauer2007-09-131-1/+1
|
* move blackfin cache functions to arch/blackfin/lib/cpu.cSascha Hauer2007-09-121-0/+189
|
* rename bf533_linux.c -> blackfin_linux.cSascha Hauer2007-09-121-0/+0
|
* initial blackfin supportSascha Hauer2007-09-1122-0/+2103
|
* 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>
* further reloc fixesSascha Hauer2007-07-252-13/+37
|
* add missing includeSascha Hauer2007-07-161-0/+1
|
* use memmap() to save one memcpy call in bootmSascha Hauer2007-07-152-15/+21
|
* add defconfig for sandbox targetSascha Hauer2007-07-141-0/+143
|
* rename linux target to sandboxSascha Hauer2007-07-122-140/+11
|
* arch/linux -> arch/sandboxSascha Hauer2007-07-1212-0/+0
|
* add BOARDINFO string to kconfigSascha Hauer2007-07-121-0/+3
|
* add BOARDINFO string to kconfigSascha Hauer2007-07-121-0/+3
|
* _armboot_start -> _u_boot_startSascha Hauer2007-07-123-6/+7
|
* autogenerate include/asm-arm/procSascha Hauer2007-07-121-1/+3
|
* remove unneeded include, use cpu_init()Sascha Hauer2007-07-121-2/+1
|
* CONFIG_ARCH_HAS_RELOC -> CONFIG_HAS_EARLY_INITSascha Hauer2007-07-121-1/+4
|
* consolidate cpu_init_*Sascha Hauer2007-07-122-10/+5
|
* add reloc_offset functionSascha Hauer2007-07-121-8/+47
|