summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* defaultenv: don't overwrite $user in configUwe Kleine-König2012-05-131-1/+3
* NOR flash: reduce size of cfiword_t if not using 64-bit bus.Krzysztof Halasa2012-05-131-0/+10
* MIPS: malta: use common DEBUG_LL code for NS16550Antony Pavlov2012-05-132-10/+2
* MIPS: add common header file for DEBUG_LL via NS16550Antony Pavlov2012-05-131-0/+40
* i2c: Added switch for allowing usage 16bit register addressesAlexander Shiyan2012-05-131-9/+17
* fix typo addreee -> addressUwe Kleine-König2012-05-136-6/+6
* ppc reloc.S: use a common trap relocation functionRenaud Barbier2012-05-113-14/+48
* ppc io.h: update following MMIO primitives fixRenaud Barbier2012-05-111-0/+28
* MIPS: bootm: add "MIPS barebox" handlerAntony Pavlov2012-05-114-0/+47
* MIPS: start.S: add "barebox" label at _start + 0x10Antony Pavlov2012-05-111-0/+12
* ARM: put a valid "barebox" signature in the header on big-endian systems.Krzysztof Halasa2012-05-101-2/+1
* Fix big endian MMIO primitives.Krzysztof Halasa2012-05-071-15/+6
* ARM: remove unused struct param_struct and related info.Krzysztof Halasa2012-05-061-53/+0
* 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
| * | glob: activate GLOB_NOCHECK flagSascha Hauer2012-04-301-6/+4
| * | hush: pass GLOB_NOCHECK to globSascha Hauer2012-04-301-6/+1
| * | hush: simplify globhackSascha Hauer2012-04-301-31/+8
| * | hush: remove quotes at end of processingSascha Hauer2012-04-301-23/+66
| * | hush: run_pipe_real: bail out early to safe an indention levelSascha Hauer2012-04-301-51/+47