summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [general] Move include/configs/* to board/*/config.hSascha Hauer2008-04-076-249/+1
* [m68k] Add Freescale Coldfire V4E Architecture supportSascha Hauer2008-04-0434-0/+9109
* Merge branch 'master' of ssh://sha@octopus/home/git/projects/u-boot-v2Sascha Hauer2008-04-041-0/+12
|\
| * Some Blackfin CPU revs don't handle the clock pre-divider correctly on resetEnrik Berkhan2008-03-141-0/+12
* | Doxygen cleanupsSascha Hauer2008-04-041-9/+9
|/
* cosmetics: fix indentionSascha Hauer2008-03-141-1/+1
* add clko command for i.MX27Sascha Hauer2008-03-143-0/+74
* imx27: Fix calculation of ahb clock and ipg clockSascha Hauer2008-03-111-5/+2
* do not sleep if read gets EAGAIN. Must be some testing leftoverSascha Hauer2008-03-111-2/+2
* Add the possibility to have an architecture specific ctrlc() function.Sascha Hauer2008-03-111-3/+10
* add globbing supportSascha Hauer2008-03-091-1/+2
* [ARM] Remove CONFIG_ARCH_NUMBER from Kconfig system. Putting too manySascha Hauer2008-02-262-21/+29
* [ppc] Fixed orphaned CONFIG_INTERRUPTSCarsten Schlote2008-02-214-5/+5
* [blackfin]: register handler for booting linux imagesSascha Hauer2008-02-211-1/+16
* [MPC5200]: call early_init() after we've setup our timing. OtherwiseSascha Hauer2008-02-211-2/+2
* Make the early console device/baudrate configurable instead of usingSascha Hauer2008-02-211-0/+3
* [MPC5200] Make MPC5XXX_EARLY_CONSOLE dependent on ARCH_MPC5200Sascha Hauer2008-02-211-0/+1
* [ARM] Remove ARCH_NUMBERs from config.h and put them into KconfigSascha Hauer2008-02-201-0/+10
* - Add functions to register image handlers for booting uImagesSascha Hauer2008-02-202-30/+64
* [i.MX]: Basic board support for the Freescale i.MX27 eval boardSascha Hauer2008-02-192-0/+13
* [i.MX]: Fix i.MX27 clock functions according to the chip revisionSascha Hauer2008-02-191-4/+23
* [i.MX] add function to determine chip revisionSascha Hauer2008-02-192-1/+26
* [netx]: Fix function prototype for do_loadxcSascha Hauer2008-02-191-1/+1
* [IPE337] refreshed defconfigWolfram Sang2008-01-241-4/+18
* [IPE337] Better support for multiple revisionWolfram Sang2008-01-241-6/+13
* Make board IPE337 revision 2 selectable for .configWolfram Sang2008-01-232-0/+11
* Fix/Adapt settings for version 2 of IPE337Enrik Berkhan2008-01-231-1/+52
* Enable blackfin boot rom boot modesEnrik Berkhan2008-01-232-1/+40
* [sandbox] fix read for buffers of zero lengthMarc Kleine-Budde2008-01-021-0/+3
* remove -isystem with empty argumentMarc Kleine-Budde2007-11-294-8/+4
* [sandbox] new defconfigMarc Kleine-Budde2007-11-291-15/+17
* [sandbox] add error handling to readMarc Kleine-Budde2007-11-291-5/+22
* improved codingstyleMarc Kleine-Budde2007-11-291-1/+1
* [sparse] define functions static, use NULL as NULL pointerMarc Kleine-Budde2007-11-291-2/+2
* [sparse] declare functions staticMarc Kleine-Budde2007-11-291-1/+1
* [sparse] declare functions staticMarc Kleine-Budde2007-11-291-2/+2
* [sandbox] fix stdin and stdout fd for sandbox consoleMarc Kleine-Budde2007-11-291-1/+1
* [sandbox] HACK: add variable _SDA_BASE_ to main, to please linkerMarc Kleine-Budde2007-11-291-0/+5
* [sandbox] add ELF_{ARCH,FORMAT} for powerpcMarc Kleine-Budde2007-11-291-0/+4
* [sandbox] use C99 initializersMarc Kleine-Budde2007-11-281-5/+4
* [pcm038] regenerate defconfigMarc Kleine-Budde2007-11-281-12/+10
* [imx] make frequency output nicerRobert Schwebel2007-11-281-8/+8
* remove gpio debug output for imxRobert Schwebel2007-11-281-2/+0
* cleanup do_bootm_linux()Robert Schwebel2007-11-281-106/+121
* don't against link libgccMarc Kleine-Budde2007-11-284-6/+1
* remove warningsRobert Schwebel2007-11-271-1/+2
* [menuconfig] fix indention for Arm specific settingsMarc Kleine-Budde2007-11-271-1/+1
* consider separated commands in pcm038's default configJuergen Beisert2007-11-151-3/+10
* [ipe337] rename environment subdir form defenv -> envMarc Kleine-Budde2007-11-121-7/+2
* Merge branch 'master' of jbe@octopus:/home/git/projects/u-boot-v2v2.0.0-rc1Juergen Beisert2007-11-091-1/+0
|\