summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* implement TAB completionSascha Hauer2008-03-017-294/+252
* fix typoSascha Hauer2008-03-011-1/+1
* add missing null pointer check in unlink()Sascha Hauer2008-03-011-0/+5
* memory_display() used to show the ascii output on theSascha Hauer2008-03-011-6/+9
* make dirname/basename behave more standard conformSascha Hauer2008-03-011-0/+10
* [ARM] Remove CONFIG_ARCH_NUMBER from Kconfig system. Putting too manySascha Hauer2008-02-2614-45/+53
* [CFI driver] add missing flash protection for new driverSascha Hauer2008-02-264-43/+109
* fix compile bug introduced with last commitSascha Hauer2008-02-261-1/+1
* [CFI Driver] - Update Kconfig help textsSascha Hauer2008-02-266-118/+127
* [CFI driver] For some Spansion flashes we have to write theSascha Hauer2008-02-263-49/+31
* [CFI Driver] Remove empty commentsSascha Hauer2008-02-263-23/+11
* [CFI Driver] Removed flash_find_sector(). It turned out to be a duplicateSascha Hauer2008-02-261-31/+15
* [CFI FLASH] Make the 'new' driver compile again and reorder functions toSascha Hauer2008-02-254-372/+351
* [i.MX27ads]: change uimage and rootfs name in environmentSascha Hauer2008-02-221-2/+2
* [i.MX27ads]: Move some not-so-important initialisations from assemblerSascha Hauer2008-02-222-15/+29
* Merge branch 'master' of ssh://sha@octopus/home/git/projects/u-boot-v2Sascha Hauer2008-02-223-6/+21
|\