summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i.MX35 3stack: fix typo in commentHEADmasterSascha Hauer2010-04-061-1/+1
* Merge branch 'next'Sascha Hauer2010-04-0672-119/+2055
|\
| * MX21ADS: Support LCD panelIvo Clarysse2010-04-021-0/+83
| * i.MX21: support framebufferIvo Clarysse2010-04-023-2/+47
| * Merge branch 'pu' into nextSascha Hauer2010-04-0268-124/+1926
| |\
| | * netx eth driver: remove local definition of ARRAY_SIZEpuSascha Hauer2010-03-301-2/+0
| | * pcm043: enable l2x0 cacheSascha Hauer2010-03-302-8/+10
| | * add l2x0 cache supportSascha Hauer2010-03-305-0/+215
| | * ARM: Add a wrapper around dma_* functionsSascha Hauer2010-03-306-16/+35
| | * pass arguments to dma_* as unsigned long as the kernel doesSascha Hauer2010-03-304-10/+12
| | * ARM: replace cleanup_before_linux with the generic shutdown_barebox functionSascha Hauer2010-03-303-11/+9
| | * remove now unused arch_executeSascha Hauer2010-03-303-13/+0
| | * go command: shutdown barebox before calling an applicationSascha Hauer2010-03-301-7/+12
| | * blackfin: implement arch_shutdown callSascha Hauer2010-03-302-0/+6
| | * introduce a arch_shutdown call and call it from shutdown_bareboxSascha Hauer2010-03-302-0/+4
| | * make panic and hang __noreturn functionsSascha Hauer2010-03-303-4/+4
| | * make reset_cpu a __noreturn functionSascha Hauer2010-03-3012-12/+21
| | * hush: allow fancy promptsSascha Hauer2010-03-302-4/+17
| | * hush: only remove backslashes introduced from globSascha Hauer2010-03-301-2/+3
| | * echo: add -e option supportSascha Hauer2010-03-302-2/+23
| | * add process_escape_sequence functionSascha Hauer2010-03-304-0/+84
| | * add snprintf functionSascha Hauer2010-03-302-0/+13
| | * add unlzo supportSascha Hauer2010-03-3013-0/+855
| | * add unaligned access supportSascha Hauer2010-03-3011-0/+529
| | * imx_nand: use memcpy for copying from/to bufferSascha Hauer2010-03-301-2/+2
| | * nand_imx: Speed up sequential readSascha Hauer2010-03-301-13/+47
| | * nand_imx: use optimized memcpySascha Hauer2010-03-301-2/+17
| | * hush: Fix return code when calling 'exit' inside loopsSascha Hauer2010-03-301-11/+3
| * | Merge branch 'master' into nextSascha Hauer2010-03-222-3/+3
| |\ \
| * | | i.MX25 : change IOMUX for LD16 and LD17Eric Benard2010-03-221-2/+2
| * | | i.MX25 : add lcdc clock supportEric Benard2010-03-221-0/+6
* | | | 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