summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release v2012.06.0v2012.06.0Sascha Hauer2012-06-061-1/+1
* fs tftp: depend on NET, not on NET_TFTPSascha Hauer2012-05-311-1/+1
* video/s3c24xx.c: fix doxygen comment for s3cfb_activate_var()Antony Pavlov2012-05-301-1/+0
* ARM i.MX: Possible bug fixed due misspelling when copy/pasteAlexander Shiyan2012-05-292-4/+4
* at91sam9260ek/9260ek/9g20ek: drop bootz and fat write support to fit in flashJean-Christophe PLAGNIOL-VILLARD2012-05-293-3/+2
* at91: switch uart registration to inlineJean-Christophe PLAGNIOL-VILLARD2012-05-2913-234/+146
* add Calao QIL A9260 support and MB-QIL A9260 Motherboard supportJean-Christophe PLAGNIOL-VILLARD2012-05-299-1/+471
* panda: fix crash when not using barebox as second stageAnand Gadiyar2012-05-211-0/+1
* fs/tftp: depend on NET_TFTPEric BĂ©nard2012-05-171-0/+1
* ARM i.MX51 babbage: move fec init after power initSascha Hauer2012-05-171-4/+4
* mfd mc13xxxx: Set mc_dev to NULL on failureSascha Hauer2012-05-161-3/+1
* ARM i.MX51 babbage: use dedicated chipselect for PMIC spiSascha Hauer2012-05-161-1/+1
* dns: fix recursive loopSascha Hauer2012-05-161-2/+9
* echo: Fix helpSascha Hauer2012-05-141-3/+3
* i2c: Fix barebox crash when 'count' is not set for i2c_read commandAlexander Shiyan2012-05-111-1/+1
* README: fix some typosAntony Pavlov2012-05-071-3/+3
* complete: fix duplicate env eval listJean-Christophe PLAGNIOL-VILLARD2012-05-031-1/+1
* Merge branch 'next'Sascha Hauer2012-05-03274-5587/+13810
|\
| * Preparation stage to support multiple PPC architecturesRenaud Barbier2012-05-0214-265/+131
| * ppc mmu.h: update for future mpc85xx supportSascha Hauer2012-05-021-8/+27
| * ppc processor.h: Update for future mpc85xx supportSascha Hauer2012-05-021-0/+44
| * ppc: add clr/setbits operationsSascha Hauer2012-05-021-0/+20
| * ppc: Add fls, fls64, __ilog2_u64 and ffs64 bitopsSascha Hauer2012-05-021-0/+42
| * complete: eth typo fixJean-Christophe PLAGNIOL-VILLARD2012-05-021-1/+1
| * Merge tag 'complete_update_support' of git://git.jcrosoft.org/barebox into nextSascha Hauer2012-05-0130-34/+312
| |\
| | * complete: add executable file supportJean-Christophe PLAGNIOL-VILLARD2012-04-301-11/+19
| | * complete: add delpart complete supportJean-Christophe PLAGNIOL-VILLARD2012-04-303-0/+22
| | * complete: add go and sleep supportJean-Christophe PLAGNIOL-VILLARD2012-04-304-0/+10
| | * complete: add eth interface complete supportJean-Christophe PLAGNIOL-VILLARD2012-04-303-0/+24
| | * complete: add empty complete supportJean-Christophe PLAGNIOL-VILLARD2012-04-3019-0/+40
| | * complete: add help complete supportJean-Christophe PLAGNIOL-VILLARD2012-04-301-0/+2
| | * complete: add device name complete support for devinfoJean-Christophe PLAGNIOL-VILLARD2012-04-303-0/+23
| | * complete: add generic command complete frameworkJean-Christophe PLAGNIOL-VILLARD2012-04-303-15/+55
| | * complete: add var and device param complete supportJean-Christophe PLAGNIOL-VILLARD2012-04-301-6/+90
| | * stringlist: implement string_list_add_asprintfSascha Hauer2012-04-302-0/+25
| | * stringlist: use seperately allocated stringSascha Hauer2012-04-302-8/+8
| * | Merge tag 'malta-cfi-flash' of git://git.jcrosoft.org/barebox into nextSascha Hauer2012-05-014-1/+25
| |\ \
| | * | qemu-malta: add nor flash supportJean-Christophe PLAGNIOL-VILLARD2012-04-302-0/+19
| | * | qemu-malta: rename serial.c to init.cJean-Christophe PLAGNIOL-VILLARD2012-04-302-1/+1
| | * | mips: add in_be16/32 and out_be16/32 for cfi supportJean-Christophe PLAGNIOL-VILLARD2012-04-301-0/+5
| | |/
| * | bootm: fix initrd handlingSascha Hauer2012-05-011-14/+10
| * | Merge branch 'pu/assorted' into nextSascha Hauer2012-05-014-3295/+28
| |\ \
| | * | tlsf_malloc: return valid pointer for malloc(0)Sascha Hauer2012-04-301-0/+7
| | * | dhcp: set start timeSascha Hauer2012-04-301-0/+1
| | * | remove dlmalloc.srcSascha Hauer2012-04-301-3265/+0
| | * | edit: Add proper screen size handlingSascha Hauer2012-04-301-30/+20
| * | | Merge branch 'work/hush' into nextSascha Hauer2012-05-014-319/+476
| |\ \ \ | | |_|/ | |/| |
| | * | defaultenv: remove now unnecessary hush-hackSascha Hauer2012-04-302-5/+1
| | * | hush: allow to run interactive shell in do_shSascha Hauer2012-04-301-1/+1
| | * | hush: Fix globbingSascha Hauer2012-04-301-48/+79