summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [miiphy]: fix compiler warningSascha Hauer2008-04-071-3/+1
* [general] remove trailing whitespaces in MakefileSascha Hauer2008-04-071-3/+3
* [cramfs] fix compiler warning about undefined __LITTLE_ENDIANSascha Hauer2008-04-071-2/+2
* [general] Move include/configs/* to board/*/config.hSascha Hauer2008-04-0716-3/+3
* [general] remove HAVE_CONFIG_HSascha Hauer2008-04-071-4/+0
* [net]: remove CONFIG_BOOTP_MASKSascha Hauer2008-04-071-3/+3
* [net] cleanups:Sascha Hauer2008-04-073-443/+28
* remove unused mx1ads.hSascha Hauer2008-04-071-179/+0
* remove currently unused lcd.hSascha Hauer2008-04-071-290/+0
* [m68k] Add Freescale Coldfire V4E Architecture supportSascha Hauer2008-04-04122-0/+19197
* 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
* | update .gitignoreSascha Hauer2008-04-041-0/+2
* | Change kernel style documentation to doxygenSascha Hauer2008-04-042-156/+154
* | remove point from TODO fileSascha Hauer2008-04-041-4/+0
* | update TODO fileSascha Hauer2008-04-041-13/+55
* | Doxygen cleanupsSascha Hauer2008-04-043-552/+597
* | Trivial comment fixSascha Hauer2008-04-041-1/+1
* | Trivial documentation fixSascha Hauer2008-04-041-1/+1
* | use U-Boot standard types for variables.Sascha Hauer2008-04-042-199/+195
* | Subject: [PATCH] [general] Fixed constant strings in data section issueSascha Hauer2008-04-0432-69/+85
* | Fixed orphaned CONFIG_INTERRUPTSSascha Hauer2008-04-041-1/+1
|/
* pcm038: increase AHB to 133MHzSascha Hauer2008-03-141-1/+1
* pcm038 startup: Use bit defines rather than hardcoded values in initialisationSascha Hauer2008-03-141-89/+49
* add CSPI1 GPIO definesSascha Hauer2008-03-141-2/+8
* fec i.MX27: Fix data buffer alignmentSascha Hauer2008-03-141-2/+2
* cosmetics: fix indentionSascha Hauer2008-03-141-1/+1
* add clko command for i.MX27Sascha Hauer2008-03-143-0/+74
* md command: Close filedescriptor after useSascha Hauer2008-03-141-0/+2
* remove unnessecary includeSascha Hauer2008-03-141-1/+0
* pcm038 spi (pmic) supportSascha Hauer2008-03-141-3/+63
* first (partly) running spi supportSascha Hauer2008-03-145-10/+854
* beginning of SPI supportSascha Hauer2008-03-119-0/+146
* imx27: Fix calculation of ahb clock and ipg clockSascha Hauer2008-03-111-5/+2
* add several SDRAM Controller and PLL related register defintionsSascha Hauer2008-03-111-8/+50
* do not sleep if read gets EAGAIN. Must be some testing leftoverSascha Hauer2008-03-111-2/+2
* fix dirname if called with something like "/path"Sascha Hauer2008-03-111-0/+2
* add ls -c and -lSascha Hauer2008-03-112-3/+22
* use newly introduced stringlist functions for tab completionSascha Hauer2008-03-112-53/+15
* add stringlist function. They can be used to build a listSascha Hauer2008-03-113-0/+73
* Add the possibility to have an architecture specific ctrlc() function.Sascha Hauer2008-03-113-4/+18
* close net_store_fd after usage. Man there are bugs to find...Sascha Hauer2008-03-101-6/+6
* add glob to MakefileSascha Hauer2008-03-091-0/+2
* replace debug_printf with debug in hush.cSascha Hauer2008-03-091-42/+35
* add globbing supportSascha Hauer2008-03-097-28/+1127
* readline: Fix wrong screen reprinting. Try:Sascha Hauer2008-03-021-3/+3
* readline: Fix a bug when tab completion is used in the middleSascha Hauer2008-03-021-4/+12
* add armlinux.hSascha Hauer2008-03-011-0/+17
* remove traces of old tab completionSascha Hauer2008-03-012-13/+0
* add missing includeSascha Hauer2008-03-011-0/+1