summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release v2010.04.0v2010.04.0Sascha Hauer2010-04-061-1/+1
* i.MX35 3stack: Add a comment about the nonworking displaySascha Hauer2010-04-061-0/+4
* MX21ADS: Support booting from NANDIvo Clarysse2010-03-312-2/+57
* nand_imx: clear INT_MSK to fix i.MX21 nand bootSascha Hauer2010-03-311-2/+2
* trivial: fix command case for erase usage lineUwe Kleine-König2010-03-301-1/+1
* u-boot-v2: fix typos in documentationMárton Németh2010-03-291-2/+2
* Documentation: fix typos & correct symlinkWolfram Sang2010-03-251-7/+7
* i.MX25 : fix define name for clock frequencyEric Benard2010-03-222-3/+3
* remove unused file arch/arm/cpu/cache.SSascha Hauer2010-03-181-70/+0
* armv5: use proper cache flush functionSascha Hauer2010-03-182-1/+114
* Make some help comments less confusingJuergen Beisert2010-03-182-3/+5
* Barebox does not boot on iMX21ADS boardJaccon Bastiaansen2010-03-111-55/+103
* Merge branch 'next'Sascha Hauer2010-03-0323-2800/+745
|\
| * Merge branch 'nor' into nextSascha Hauer2010-02-1823-2800/+745
| |\
| | * cfi_flash: move include/cfi_flash.c next to driverSascha Hauer2010-02-0819-24/+3
| | * cfi_flash: remove old driver and switch to new oneSascha Hauer2010-02-088-2707/+718
| | * cfi_flash_new: make code more readable, return is not a functionSascha Hauer2010-02-081-4/+5
| | * cfi_flash_new: generate flash erase dots in common functionSascha Hauer2010-02-083-16/+3
| | * cfi_flash_new: Safe indention level by bailing out earlier in error caseSascha Hauer2010-02-081-21/+24
| | * cfi_flash_new: Fix Intel chipsSascha Hauer2010-02-081-39/+3
* | | barebox-2010.03.0v2010.03.0Sascha Hauer2010-03-031-1/+1
* | | pcm038: initialize PLLs from internal RAMSascha Hauer2010-03-033-44/+56
* | | edb93xx: Fix SDRAM prechargeMatthias Kaehlcke2010-02-261-6/+15
|/ /
* | common.h: add compile time check helper functionsMarc Kleine-Budde2010-02-161-2/+29
* | io.h: update definitions of __raw_{read,write}*Marc Kleine-Budde2010-02-161-6/+6
* | import recent include/linux/compiler*.hMarc Kleine-Budde2010-02-164-17/+180
* | ioreadsb: put the whole ioreadsb function into the .text.readsb sectionMarc Kleine-Budde2010-02-161-2/+2
* | i2c.h: fix typo in copyrightMarc Kleine-Budde2010-02-161-1/+1
* | start-arm: cleanup: proper indentionMarc Kleine-Budde2010-02-161-6/+6
* | drivers/video/Makefile: cleanup proper indentionMarc Kleine-Budde2010-02-161-2/+3
* | arm/cpu/Makefile: cleanup: proper indentionMarc Kleine-Budde2010-02-161-5/+6
* | arm/Makefile: keep list of boards sortedMarc Kleine-Budde2010-02-161-1/+1
* | arm/Kconfig: removed unused TAG optionsMarc Kleine-Budde2010-02-161-19/+0
* | arm/Kconfig: delete trailing whitespaceMarc Kleine-Budde2010-02-161-1/+1
* | Fix compile time errors when DEBUG is definedJuergen Beisert2010-02-121-2/+2
* | edb9302(a): Tweak PLL settingsMatthias Kaehlcke2010-02-122-6/+7
* | edb93xx: Fix SDRAM initializationMatthias Kaehlcke2010-02-121-0/+5
* | EP93xx: Fix system controller register definitionsMatthias Kaehlcke2010-02-081-1/+2
* | edb93xx: Avoid stack usage in early_udelay()Matthias Kaehlcke2010-02-081-1/+1
* | edb93xx: Enable UART1Matthias Kaehlcke2010-02-081-0/+8
|/
* remove outdated MAINTAINERS fileSascha Hauer2010-02-041-589/+0
* ep93xx eth driver: dump_xxx() cleanupMatthias Kaehlcke2010-02-031-27/+27
* ep93xx eth driver: Remove unnecessary parentheses in constant definitionsMatthias Kaehlcke2010-02-031-2/+2
* ep93xx eth driver: Reorder functions to eliminate need for prototypesMatthias Kaehlcke2010-02-021-121/+117
* ep93xx eth driver: Fix dump_xxx_queue() parameter listMatthias Kaehlcke2010-02-021-16/+16
* Merge branch 'pu'Sascha Hauer2010-02-0180-450/+734
|\
| * i.MX: select armv6 for i.MX31/35Sascha Hauer2010-02-011-0/+2
| * add armv6 support to the konfig systemSascha Hauer2010-02-011-0/+8
| * put only once used function inlineSascha Hauer2010-02-011-13/+6
| * replace ET_DEBUG with pr_debugSascha Hauer2010-02-013-50/+25