aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7
AgeCommit message (Expand)AuthorFilesLines
2011-03-27S5P: timer: replace bss variable by gdMinkyu Kang1-15/+12
2011-03-27S5P: timer: Use pwm functionsMinkyu Kang1-44/+5
2011-03-27ARM: S5P: pwm driver supportDonghwa Lee2-0/+190
2011-03-27arm: fix incorrect monitor protection region in FLASHPo-Yu Chuang2-0/+6
2011-03-27rename _end to __bss_end__Po-Yu Chuang2-2/+2
2011-02-21arm: Tegra2: Add basic NVIDIA Tegra2 SoC supportTom Warren6-0/+386
2011-02-02armv7: add support for S5PC210 SoCMinkyu Kang3-0/+292
2011-02-02ARM: */start.S: code cleanupLiu Hui-R643431-2/+0
2011-02-02armv7: s5pc1xx: don't use function pointer for clock functionsMinkyu Kang2-17/+23
2011-02-02MX5: Reuse the gd->tbl value for timestamp and add gd->lastinc for lastinc bssStefano Babic1-2/+4
2011-02-02MX5: Add initial support for MX53 processorLiu Hui-R643433-47/+96
2010-12-21Move DECLARE_GLOBAL_DATA_PTR to file scopeJohn Rigby1-2/+4
2010-12-13ARM: */start.S: use canonical asm syntaxWolfgang Denk1-1/+1
2010-12-11omap3: emif|sdrc: use a single global data defineNishanth Menon2-4/+2
2010-12-11OMAP: Timer: Replace bss variable by gdDirk Behme1-11/+11
2010-12-09Merge branch 'master' of git://git.denx.de/u-boot-imxWolfgang Denk1-0/+14
2010-12-09armv7: fix relocation skipAndreas Bießmann1-2/+2
2010-12-09arm: fixloop(): do not use r8 for relocationAndreas Bießmann1-3/+3
2010-12-09arm: relocate_code(): do not set register uselessAndreas Bießmann1-4/+4
2010-12-09arm: copy_loop(): use scratch registerAndreas Bießmann1-5/+5
2010-12-08arm: add 8-byte alignment for ABI compliance before board_init_fHeiko Schocher1-0/+1
2010-12-08ARMV7: Vexpress: fix build errorsMatt Waddel1-1/+0
2010-11-30Merge branch 'master' of git://git.denx.de/u-boot-samsungWolfgang Denk1-9/+9
2010-11-30ARMV7: S5P: timer: get the count_value from register when call udelayMinkyu Kang1-9/+9
2010-11-29AM3517:EMIF4: fix SDRAM size to 256MbVaibhav Hiremath1-2/+3
2010-11-21imx: Get fec mac address from fuseLiu Hui-R643431-0/+14
2010-11-19omap4: board: change global data pointer to file scopeNishanth Menon1-1/+2
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier7-14/+14
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