aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7
AgeCommit message (Expand)AuthorFilesLines
2010-11-17ARM: fix linker file for newer ld supportAlbert Aribaud2-45/+25
2010-11-04armv7, beagle: Second SDRAM bank don;t workHeiko Schocher1-0/+7
2010-10-29Merge branch 'master' of git://git.denx.de/u-boot-imxWolfgang Denk2-74/+1
2010-10-29Drop support for CONFIG_SKIP_RELOCATE_UBOOTWolfgang Denk1-4/+0
2010-10-29Drop support for CONFIG_SYS_ARM_WITHOUT_RELOCWolfgang Denk4-170/+0
2010-10-28MX51: remove warning in clock.cStefano Babic1-1/+1
2010-10-28MX5:use common u-boot.lds of cpu layerJason Liu1-73/+0
2010-10-26ARM: fix address setup in start.SDarius Augulis1-2/+4
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk1-4/+5
2010-10-26ARM: Use consistent assembler syntaxGray Remlin1-5/+5
2010-10-19Merge branch 'elf_reloc'Wolfgang Denk2-53/+85
2010-10-19Merge branch 'master' of git://git.denx.de/u-boot-imxWolfgang Denk8-51/+43
2010-10-19MX5: Remove dead code with ENABLE_IMPRECISE_ABORTJason Liu1-14/+0
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk2-2/+2
2010-10-18MX5: rename mx51 to mx5Jason Liu8-37/+43
2010-10-17ARMV7: OMAP4: Implement relocation for Panda and OMAP4430SDPSteve Sakoman1-0/+5
2010-10-17ARMV7: OMAP3: Fix bug in get_sdr_cs_offset()Steve Sakoman1-1/+1
2010-10-13armv7, beagle: add support for ELF relocationsHeiko Schocher2-53/+85
2010-10-11arm: bugfix: replace ble with blo in start.S filesAlbert Aribaud1-4/+4
2010-09-29ARM: Use syslib functions for all CORTEXA8Stefano Babic3-2/+2
2010-09-28Merge branch 'next' of /home/wd/git/u-boot/nextWolfgang Denk6-6/+365
2010-09-28ARMV7: OMAP4: Calculate SDRAM sizeAneesh V1-1/+29
2010-09-19ARM: implement relocation for ARM V7 (OMAP)Heiko Schocher5-6/+285
2010-09-19ARM V7 (OMAP): add data cache support, test on Beagle boardHeiko Schocher1-0/+80
2010-09-10Prepare v2010.09-rc1v2010.09-rc1Wolfgang Denk5-5/+0
2010-09-09Merge branch 'master' of git://git.denx.de/u-boot-tiWolfgang Denk10-288/+665
2010-09-08ARMV7: OMAP3: Remove erroneous hard coded sdram setup for 128MB/bankSteve Sakoman1-22/+21
2010-09-08ARMV7: OMAP3: Fix broken reset command on OMAP36XX/37XX and OMAP4Steve Sakoman1-1/+3
2010-09-08ARMV7: OMAP3: Apply Cortex-A8 errata workarounds only on affected revisionsMans Rullgard1-3/+10
2010-09-08ARMV7: OMAP3: Convert setup_auxcr() to pure asmMans Rullgard2-35/+19
2010-09-08ARMV7: OMAP3: Fix and clean up L2 cache enable/disable functionsMans Rullgard1-54/+21
2010-09-08ARMV7: OMAP3: Add clock setup for OMAP36XX/37XXSteve Sakoman2-147/+471
2010-09-08ARMV7: OMAP3: Update CPU type detection for AM35XX/OMAP36XX/37XXSteve Sakoman1-26/+121
2010-09-08ARMV7: OMAP: Move syslib.c to omap-common since it can be shared by OMAP3 and...Steve Sakoman3-3/+2
2010-09-08Merge branch 'master' of git://git.denx.de/u-boot-samsungWolfgang Denk7-40/+103
2010-08-30ARMV7: S5P: separate the peripheral clocksMinkyu Kang2-5/+24
2010-08-23ARMV7: S5P: rename from s5pc1xx to s5pMinkyu Kang3-15/+14
2010-08-23ARMV7: S5P: make s5p-common for sharing the code between s5pc1xx and s5pc2xxMinkyu Kang4-2/+46
2010-08-17S5P: Use accessor functions instead of SoC specific defines to access the bas...Minkyu Kang5-20/+21
2010-08-10Merge branch 'master' of git://git.denx.de/u-boot-imxWolfgang Denk1-1/+1
2010-08-10MX51EVK: fix return value of get_timer_maskedLi Haibo1-1/+1
2010-08-05ARMV7: Fix udelay for OMAP4Steve Sakoman1-9/+0
2010-08-05ARMV7: Add pad mux support for OMAP4Steve Sakoman1-0/+11
2010-07-15ARMV7: Add basic gpmc initialization for OMAP4Steve Sakoman2-0/+46
2010-07-05ARMV7: Add basic support for TI OMAP4Steve Sakoman9-2/+324
2010-07-05ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7Steve Sakoman33-0/+5203