summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add qsort supportSascha Hauer2012-05-144-0/+90
* drivers/spi/spi.c: use DEVICE_ID_DYNAMIC when allocating a struct device_dJan Luebbe2012-05-141-0/+2
* Support most Samsung SoCs in S3C serial driverAlexey Galakhov2012-05-144-18/+60
* ohci-hcd: use dma_flush/inv_range to allow using the driver with enabled MMUJan Luebbe2012-05-141-0/+4
* Merge branch 'pu/globalvar' into nextSascha Hauer2012-05-1415-6/+271
|\
| * booting: more flexible Linux bootargs generationSascha Hauer2012-05-1410-6/+116
| * add 'global' commandSascha Hauer2012-05-147-0/+155
* | PCM038: Move USBH2 initialization to PCM970Alexander Shiyan2012-05-142-40/+50
* | Add compressed barebox_default_env to .gitignoreAlexander Shiyan2012-05-141-1/+1
* | arm: update mach-typesJan Luebbe2012-05-141-4/+189
|/
* timeout: allow to set a variable with the key pressedSascha Hauer2012-05-141-2/+14
* fs: Add NFS supportSascha Hauer2012-05-143-0/+1059
* Make errno a positive valueSascha Hauer2012-05-1410-162/+251
* linux/types.h: define phys_size_tRenaud Barbier2012-05-131-0/+2
* Merge branch 'pu/parameter' into nextSascha Hauer2012-05-132-2/+1
|\
| * parameter: remove unused struct memberSascha Hauer2012-05-131-1/+0
| * parameter: return empty string for unset parametersSascha Hauer2012-05-131-1/+1
* | fix typo funtion -> functionAntony Pavlov2012-05-135-5/+5
* | Removed duplicate definition for DEVFS_PARTITION_xxxAlexander Shiyan2012-05-1352-131/+128
|/
* PCM038: Initial PCM970 development board supportAlexander Shiyan2012-05-134-6/+40
* PCM038: Remove unused includesAlexander Shiyan2012-05-131-3/+0
* PCM038: Call power_init() after initializing SPI.Alexander Shiyan2012-05-131-77/+63
* PCM038: Update board descriptionAlexander Shiyan2012-05-131-2/+3
* 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