summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* arch/arm/Makefile: cleanupJean-Christophe PLAGNIOL-VILLARD2009-11-031-37/+41
* arm: introduce CPU CONFIG from linuxJean-Christophe PLAGNIOL-VILLARD2009-11-0324-48/+92
* at91: Atmel Ref board fix config MACH to match with mach-typesJean-Christophe PLAGNIOL-VILLARD2009-11-0219-24/+24
* arm: move config ARCH_TEXT_BASE and BOARDINFO to mach KconfigJean-Christophe PLAGNIOL-VILLARD2009-11-026-41/+57
* netx/kconfig: inverse the board selectionJean-Christophe PLAGNIOL-VILLARD2009-11-022-15/+17
* s3c/kconfig: inverse the board selectionJean-Christophe PLAGNIOL-VILLARD2009-11-022-25/+26
* imx/kconfig: inverse the board selectionJean-Christophe PLAGNIOL-VILLARD2009-11-022-134/+183
* at91/kconfig: use similar kconfig presentationJean-Christophe PLAGNIOL-VILLARD2009-11-023-46/+83
* arm/kconfig: inverse the board selectionJean-Christophe PLAGNIOL-VILLARD2009-11-024-37/+61
* at91: add support for the at91sam9263ek board of AtmelJean-Christophe PLAGNIOL-VILLARD2009-11-0214-0/+701
* driver: add dev_name inlineJean-Christophe PLAGNIOL-VILLARD2009-11-021-1/+6
* add bool types supportJean-Christophe PLAGNIOL-VILLARD2009-11-022-5/+1
* pm9263: add nand supportJean-Christophe PLAGNIOL-VILLARD2009-11-022-1/+55
* i.MX1: do not try to print non existent reg CIDSascha Hauer2009-10-281-6/+0
* i.MX21: fix compiler warningSascha Hauer2009-10-281-1/+0
* a9m2410dev: compile fixesSascha Hauer2009-10-281-1/+3
* Merge branch 'for-sascha' of git://uboot.jcrosoft.org/u-boot-v2 into from-jeanSascha Hauer2009-10-28364-487/+435
|\
| * [M68K] Move include/asm-m68k/{arch,proc}-* to arch/m68k/*/include/{mach,proc}Jean-Christophe PLAGNIOL-VILLARD2009-10-2239-77/+57
| * [M68K] move include/asm-m68k to arch/m68k/include/asmJean-Christophe PLAGNIOL-VILLARD2009-10-2244-0/+0
| * [PPC] Move include/asm-ppc/arch-* to arch/ppc/*/include/machJean-Christophe PLAGNIOL-VILLARD2009-10-2217-39/+24
| * [PPC] move include/asm-ppc to arch/ppc/include/asmJean-Christophe PLAGNIOL-VILLARD2009-10-2225-0/+0
| * [SANDBOX] Move include/asm-sandbox/arch-* to arch/sandbox/*/include/machJean-Christophe PLAGNIOL-VILLARD2009-10-2211-29/+27
| * [SANDBOX] move include/asm-sandbox to arch/arm/include/sandboxJean-Christophe PLAGNIOL-VILLARD2009-10-2211-0/+0
| * [BLACKFIN] move include/asm-blackfin to arch/blackfin/include/asmJean-Christophe PLAGNIOL-VILLARD2009-10-2242-22/+0
| * [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machJean-Christophe PLAGNIOL-VILLARD2009-10-22152-269/+254
| * arm: merge proc-armv/ptrace.h and ptrace.h in one fileJean-Christophe PLAGNIOL-VILLARD2009-10-223-116/+106
| * [ARM] move include/asm-arm to arch/arm/include/asmJean-Christophe PLAGNIOL-VILLARD2009-10-2225-0/+0
| * kbuild: add arch/$ARCH/include to search pathJean-Christophe PLAGNIOL-VILLARD2009-10-221-0/+1
| * kbuild: asm symlink support for arch/$ARCH/includeJean-Christophe PLAGNIOL-VILLARD2009-10-221-4/+31
| * kbuild: support arch/$ARCH/include for tags, cscopeJean-Christophe PLAGNIOL-VILLARD2009-10-211-1/+5
* | A9M2440: Addapting the default environmentJuergen Beisert2009-10-283-9/+9
* | A9M2440: Be able to configure things baseboard dependentJuergen Beisert2009-10-285-40/+138
* | A9M2440: Use external GPIO settings to setup the SDRAMJuergen Beisert2009-10-285-74/+254
* | A9M2440: Generic code should support generic hardwareJuergen Beisert2009-10-282-11/+13
* | A9M2440: Fix documentationJuergen Beisert2009-10-281-16/+30
* | S3C24xx: Provide a generic way to detect memory sizeJuergen Beisert2009-10-282-1/+48
* | A9M2440: Just clean upJuergen Beisert2009-10-281-3/+3
* | imx_nand: add i.MX25/i.MX35 to KconfigSascha Hauer2009-10-261-2/+2
* | mxc_nand: add nand boot support for i.MX35Sascha Hauer2009-10-261-8/+30
* | mxc_nand: set proper spas / ecc sizeSascha Hauer2009-10-261-0/+23
* | Adapt pcm043 platform to boot from NANDJuergen Beisert2009-10-264-23/+107
* | IMX_NAND_BASE -> IMX_NFC_BASESascha Hauer2009-10-266-8/+8
* | imx_nand: allow flash based bbtSascha Hauer2009-10-262-3/+37
* | mxc_nand: Add NFC V2 supportSascha Hauer2009-10-261-25/+78
* | mxc_nand: Make main/spare areas runtime configurableSascha Hauer2009-10-261-9/+21
* | imx_nand: make oob read work on 512b page nandsSascha Hauer2009-10-261-3/+1
* | imx_nand: add booting from 2k NAND supportSascha Hauer2009-10-261-37/+46
* | mxc_nand: determine page and block size depending on NFMS bitSascha Hauer2009-10-266-35/+34
* | mxc_nand: remove unused definesSascha Hauer2009-10-261-10/+0
* | mxc nand: modify send_page to send all pages, not only oneSascha Hauer2009-10-261-25/+22