summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [kbuild] move -Os flag from architecture Makefiles to toplevelSascha Hauer2008-06-036-6/+5
* [kbuild] change architecture Makefiles not to overwriteSascha Hauer2008-06-035-7/+6
* Merge branch 'master' of git://www.denx.de/git/u-boot-v2Sascha Hauer2008-06-02218-1720/+21596
|\
| * [pcm038]: Fix compilation without spi supportSascha Hauer2008-05-121-0/+10
| * This is Kconfig cleanup patch (not all configurations will use CFI, SPI, RAMF...Menon, Nishanth2008-05-125-5/+17
| * Remove part #ifdefed with #if (CONFIG_COMMANDS & CFG_CMD_BOOTD) which isMenon, Nishanth2008-05-121-17/+1
| * [arm] remove unsused sections while linkingMenon, Nishanth2008-05-122-10/+14
| * Change CONFIG_SKIP_LOWLEVEL_INIT to CONFIG_MACH_DO_LOWLEVEL_INITMenon, Nishanth2008-05-125-11/+23
| * fix generated config filesNishanth Menon2008-05-071-3/+3
| * start-arm.S is not thought to be ARM920 specific. reflect this in the comment.Sascha Hauer2008-05-071-1/+1
| * Replace start-arm920t.S with start-arm.SNishanth Menon2008-05-072-6/+4
| * [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
* | add protection from double inclusion in string.hSascha Hauer2008-03-311-0/+3
* | tftp.c: use sprintf instead of several strcpy functionsSascha Hauer2008-03-311-11/+2
* | remove cdp support. Probably not working anymore anyway.Sascha Hauer2008-03-311-351/+0
* | ping.c: remove volatile from variablesSascha Hauer2008-03-311-4/+4
* | make nfs workSascha Hauer2008-03-311-6/+10
* | netboot commands: When downloading a file and no local filename is given,Sascha Hauer2008-03-311-1/+2