summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu
Commit message (Expand)AuthorAgeFilesLines
* ARM: Fix __bss_start and __bss_end in linker scriptsAlbert ARIBAUD2013-04-132-8/+20
* BUGFIX: arm: data abort in get_bad_stack_swiTetsuyuki Kobayashi2013-04-134-4/+9
* Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-131-2/+2
|\
| * omap3: Display MHz instead of mHz on the consoleman.huber@arcor.de2013-04-121-2/+2
* | Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-124-674/+18
|\ \ | |/ |/|
| * Consolidate bool typeYork Sun2013-04-012-21/+18
| * Merge branch 'for-v2013.04'Anatolij Gustschin2013-03-292-653/+0
| |\
| | * lcd, pxafb: move the pxafb to drivers/videoJeroen Hofstee2013-03-212-651/+0
| | * common/lcd.c: cleanup use of global variablesWolfgang Denk2013-03-211-2/+0
* | | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-122-11/+12
|\ \ \
| * | | omap5912-osk: Fix get_timer() and CONFIG_SYS_HZJon Hunter2013-04-101-7/+8
| * | | OMAP4: Fix bug in omap4460_volts structLubomir Popov2013-04-101-4/+4
* | | | arm: Make all linker scripts compatible with per-symbol sectionsBenoît Thébaudeau2013-04-126-14/+14
* | | | arm1176: Remove unused MMU setup from start.SBenoît Thébaudeau2013-04-121-90/+1
* | | | arm: Remove deprecated and now unused NAND SPLBenoît Thébaudeau2013-04-121-8/+4
* | | | arm: Remove support for unused s3c64xxBenoît Thébaudeau2013-04-127-584/+0
* | | | arm: Remove unused relocate_code() parametersBenoît Thébaudeau2013-04-1213-52/+26
* | | | arm926ejs: Remove deprecated and now unused NAND SPLBenoît Thébaudeau2013-04-121-10/+0
* | | | nand: mxc: Switch NAND SPL to generic SPLBenoît Thébaudeau2013-04-121-1/+2
* | | | imx: Fix automatic make targets for imx imagesBenoît Thébaudeau2013-04-123-2/+19
* | | | arm: relocate_code(): Use __image_copy_end for end of relocationBenoît Thébaudeau2013-04-1215-15/+64
* | | | arm: relocate_code(): Remove useless relocation offset computationBenoît Thébaudeau2013-04-1213-66/+39
* | | | arm1136: Remove redundant relocate_code() returnBenoît Thébaudeau2013-04-121-2/+0
* | | | arm: relocate_code() is no longer noreturnBenoît Thébaudeau2013-04-1213-39/+13
* | | | arm: start.S: Fix _TEXT_BASE for SPLBenoît Thébaudeau2013-04-1214-4/+52
* | | | imx: mx5: lowlevel_init: Simplify codeBenoît Thébaudeau2013-04-121-6/+2
|/ / /
* | | OMAP3/4/5/AM33xx: Correct logic for checking FAT or RAW MMCTom Rini2013-04-081-3/+7
* | | arm: omap4: Fix SDRAM AUTO DETECTIONLokesh Vutla2013-04-083-15/+16
* | | OMAP: Fix copy-paste bug that did not enable UART4 clockLubomir Popov2013-04-081-2/+2
* | | omap2420-h4: Fix get_timer() and CONFIG_SYS_HZHunter, Jon2013-04-081-2/+6
* | | omap_gpmc: change nandecc commandAndreas Bießmann2013-04-081-8/+23
* | | asm/omap_gpmc.h: consolidate common definesAndreas Bießmann2013-04-081-1/+1
* | | am335x: Enable MMC1 clockTom Rini2013-04-081-0/+5
* | | Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-044-106/+256
|\ \ \
| * | | Exynos: pwm: Remove dead code of function exynos5_get_pwm_clkAkshay Saraswat2013-04-011-21/+0
| * | | Exynos: pwm: Use generic api to get pwm clk freqPadmavathi Venna2013-04-011-1/+1
| * | | Exynos: clock: Add generic api to get the clk freqPadmavathi Venna2013-04-011-0/+144
| * | | Exynos: Tidy up the pwm_config function in the exynos pwm driverGabe Black2013-04-011-16/+6
| * | | Exynos: Avoid a divide by zero by specifying a non-zero period for pwm 4Gabe Black2013-04-011-1/+1
| * | | Exynos: pwm: Fix two bugs in the exynos pwm configuration codeGabe Black2013-04-011-10/+14
| * | | Exynos: Add timer_get_us functionChe-Liang Chiou2013-04-011-0/+15
| * | | Exynos: Change get_timer() to work correctlySimon Glass2013-04-012-62/+44
| * | | EXYNOS5: Add L2 Cache Support.Rajeshwari Shinde2013-03-271-0/+36
* | | | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-042-9/+21
|\ \ \ \
| * | | | mx6: Fix get_board_rev() for the mx6 solo caseFabio Estevam2013-04-031-0/+12
| * | | | mxs: spl_mem_init: Align DDR2 init with FSL bootlets sourceFabio Estevam2013-03-201-9/+9
* | | | | ARM: bcm2835: fix get_timer() to return msStephen Warren2013-04-041-3/+11
| |_|/ / |/| | |
* | | | armv7: do not relocate _start twiceVincent Stehlé2013-03-281-1/+0
* | | | ARM: mmu: Set domain permissions to client accessR Sricharan2013-03-282-0/+38
| |/ / |/| |
* | | Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2013-03-261-0/+45
|\ \ \
OpenPOWER on IntegriCloud