summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2011-07-04arm/kirkwood: if CONFIG_SOFT_I2C is set don't set CONFIG_I2C_MVTWSIHolger Brunck1-0/+2
2011-07-04Fix compiler error for cpu at91sam9, if lowlevel init is enabledJens Scharsig1-1/+1
2011-07-04arm920t/at91: add at91rm9200_devices.cAndreas Bießmann3-2/+93
2011-07-04arm920t/at91: use new clock.c featuresAndreas Bießmann3-0/+45
2011-07-04arm920t/at91: add clock.cAndreas Bießmann4-40/+198
2011-07-04at91rm9200.h: fix ATMEL_PMX_AA_TXD2Andreas Bießmann1-1/+1
2011-07-04MX5: Introduce a function for setting the chip select sizeFabio Estevam3-1/+36
2011-07-04MX5: Add iomux structureFabio Estevam1-0/+23
2011-07-04MX5: Make the weim structure completeFabio Estevam1-6/+125
2011-07-04OMAP[34]: fix broken timerJohn Rigby1-3/+4
2011-07-04GPIO: Tegra2: add GPIO driver for Tegra2Tom Warren2-10/+278
2011-07-04armv7: adapt s5pc1xx to the new cache maintenance frameworkAneesh V2-85/+6
2011-07-04armv7: adapt omap3 to the new cache maintenance frameworkAneesh V6-286/+176
2011-07-04armv7: adapt omap4 to the new cache maintenance frameworkAneesh V3-1/+22
2011-07-04armv7: add PL310 support to u-bootAneesh V3-0/+189
2011-07-04arm: minor fixes for cache and mmu handlingAneesh V2-2/+18
2011-07-04armv7: integrate cache maintenance supportAneesh V5-32/+51
2011-07-04armv7: rename cache related CONFIG flagsAneesh V6-12/+7
2011-07-04armv7: cache maintenance operations for armv7Aneesh V4-1/+518
2011-07-04arm: make default implementation of cache_flush() weakly linkedAneesh V1-1/+3
2011-06-28Minor coding style fixes.Wolfgang Denk1-3/+0
2011-06-23Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk12-288/+140
2011-06-23run arm_pci_init after relocationMichael Schwingen1-3/+3
2011-06-23IXP42x PCI rewriteMichael Schwingen1-126/+4
2011-06-23IXP NPE: add support for fixed-speed MII portsMichael Schwingen1-25/+42
2011-06-23use -ffunction-sections / --gc-sections on IXP42xMichael Schwingen2-4/+9
2011-06-23support CONFIG_SYS_LDSCRIPT on ARMMichael Schwingen1-0/+7
2011-06-23fix "depend" target in npe directoryMichael Schwingen1-0/+1
2011-06-23Fix IXP code to work after relocation was addedMichael Schwingen5-128/+68
2011-06-23add support for IXP42x Rev. B1 and newerMichael Schwingen1-2/+5
2011-06-22ARM: drop unsupported 'trab' boardWolfgang Denk3-26/+1
2011-06-22include/asm/arch-at91: update several .h files to ATMEL_xxx name schemeEric Benard5-28/+28
2011-06-22arm926ejs/at91/lowlevel_init.S: fix definesEric Benard5-19/+22
2011-06-22update arm/at91rm9200 work with rework rework110202Jens Scharsig5-117/+128
2011-06-03Blackfin: use on-chip reset func with newer partsMike Frysinger1-36/+34
2011-06-03Blackfin: use common LDSCRIPT logicMike Frysinger2-4/+0
2011-06-03Minor coding style cleanupWolfgang Denk2-21/+21
2011-06-02Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk27-55/+924
2011-06-01armv7: Add ST-Ericsson u8500 archJohn Rigby9-0/+767
2011-05-26S5PC2XX: clock: support pwm clock for evt1 (cpu revision 1)Minkyu Kang1-20/+26
2011-05-26S5P: add set_mmc_clk for external clock controlJaehoon Chung6-0/+41
2011-05-26S5PC2XX: Support the cpu revisionMinkyu Kang2-1/+13
2011-05-26S5P:SROM config code moved to s5p-common directoryChander Kashyap5-17/+68
2011-05-26S5P: GPIO Macro Values Corrected.Chander Kashyap2-6/+5
2011-05-23MX31: drop warnings due to missing prototype for mxc_watchdog_reset()Stefano Babic1-0/+1
2011-05-23MX31: Make get_reset_cause() static and drop unreachable codeStefano Babic1-5/+1
2011-05-23MX53: Handle silicon revision 2.1 caseFabio Estevam1-7/+3
2011-05-20powerpc/fsl_pci: Fix device tree fixups for newer platformsKumar Gala2-1/+14
2011-05-20Minor coding style cleanup.Wolfgang Denk4-4/+2
2011-05-18Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk42-859/+753