summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'for-next/highbank'Sascha Hauer2013-03-0423-0/+643
|\ \ \
| * | | highbank: add of fixupJean-Christophe PLAGNIOL-VILLARD2013-03-032-1/+52
| * | | highbank: move register value to include/machJean-Christophe PLAGNIOL-VILLARD2013-03-034-6/+18
| * | | highbank: add wfi for poweroffJean-Christophe PLAGNIOL-VILLARD2013-02-211-0/+2
| * | | highbank: add power off supportJean-Christophe PLAGNIOL-VILLARD2013-02-183-0/+10
| * | | highbank: use the provided dtb by the firmware to probe barebox device and me...Jean-Christophe PLAGNIOL-VILLARD2013-02-143-8/+52
| * | | highbank: add l2x0 supportJean-Christophe PLAGNIOL-VILLARD2013-02-145-0/+76
| * | | arm: add highbank supportJean-Christophe PLAGNIOL-VILLARD2013-02-1418-0/+448
| | |/ | |/|
* | | Merge branch 'for-next/dt'Sascha Hauer2013-03-042-3/+2
|\ \ \
| * | | amba: add oftree probe supportJean-Christophe PLAGNIOL-VILLARD2013-02-121-3/+0
| * | | DeviceTree: add support for initrd in the DTVicente Bergas2013-02-121-0/+2
* | | | Merge branch 'for-next/clps711x'Sascha Hauer2013-03-0418-113/+146
|\ \ \ \
| * | | | ARM: clps711x: Update defconfigAlexander Shiyan2013-02-131-2/+3
| * | | | ARM: clep7212: Update default environmentAlexander Shiyan2013-02-138-56/+32
| * | | | ARM: clps711x: Move memory initialization in common CLPS711X locationAlexander Shiyan2013-02-132-10/+12
| * | | | ARM: clep7212: Fix NULL pointer exception if MMU is enabledAlexander Shiyan2013-02-131-1/+5
| * | | | ARM: clps711x: Mark private functions that not will be used outside as staticAlexander Shiyan2013-02-132-6/+4
| * | | | ARM: clps711x: Remove unused "start" declaration from reset.cAlexander Shiyan2013-02-131-2/+0
| * | | | ARM: clps711x: Adds config option for CPU PLL multiplierAlexander Shiyan2013-02-134-4/+24
| * | | | ARM: clps711x: Move basic lowlevel initialization in common CLPS711X locationAlexander Shiyan2013-02-134-48/+71
| * | | | ARM: clps711x: Rework lowlevel initialization codeAlexander Shiyan2013-02-131-21/+32
| |/ / /
* | | | Merge branch 'for-next/at91'Sascha Hauer2013-03-042-70/+46
|\ \ \ \
| * | | | at91sam9260/9g20ek: refactor init_board scriptFabio Porcedda2013-02-191-32/+22
| * | | | at91sam9260/9g20ek: use IS_ENABLED instead of #if/#ifdefFabio Porcedda2013-02-151-18/+13
| * | | | at91sam9260/9g20ek: enable clock via clock frameworkFabio Porcedda2013-02-111-2/+4
| * | | | at91sam9260/9g20ek: cleanup coding styleFabio Porcedda2013-02-111-18/+7
| | |_|/ | |/| |
* | | | Merge branch 'for-next/arm-l2x0'Sascha Hauer2013-03-045-76/+107
|\ \ \ \
| * | | | arm: move outercase to cpu.c as some SoC as the ux500 always need to flush th...Jean-Christophe PLAGNIOL-VILLARD2013-02-113-17/+26
| * | | | arm: cache-l2x0 update sync define with Linux 3.5Jean-Christophe PLAGNIOL-VILLARD2013-02-112-59/+81
| |/ / /
* | | | ARM i.MX35: Let MAX clk be in run-mode-onSascha Hauer2013-02-261-1/+1
* | | | ARM i.MX: Fix booting from NOR when external nand boot is enabledSascha Hauer2013-02-261-17/+29
* | | | ARM: at91: use -EINVAL for invalid gpio on atmel_mciFabio Porcedda2013-02-197-1/+11
* | | | arm: fix memset-related crashes caused by recent GCC (4.7.2) optimizationsIvan Djelic2013-02-151-41/+44
* | | | ARM i.MX28: Add missing return value in non-void functionSascha Hauer2013-02-151-0/+2
* | | | ARM at91sam9n12ek_defconfig: Fix reassigning of BAREBOX_MAX_IMAGE_SIZESascha Hauer2013-02-151-1/+0
* | | | ARM OMAP phycard-a-l1: Add missing includeSascha Hauer2013-02-151-0/+1
* | | | ARM i.MX21: Fix device names for gpioSascha Hauer2013-02-151-6/+6
* | | | ARM i.MX35: Fix device names for gpioSascha Hauer2013-02-151-3/+3
| |_|/ |/| |
* | | ARM i.MX28: change default watchdog reset methodSteffen Trumtrar2013-02-121-0/+12
| |/ |/|
* | ArchosG9: solve regression in second stage lowlevel initVicente Bergas2013-02-121-2/+5
|/
* sama5de3k: add gmacb supportJean-Christophe PLAGNIOL-VILLARD2013-02-111-0/+31
* ARM: mmu: Clear unpredictable bits for translation tableAlexander Shiyan2013-02-111-0/+3
* arm: rename reset and common_reset to barebox_arm_reset_vector and arm_cpu_lo...Jean-Christophe PLAGNIOL-VILLARD2013-02-0870-156/+156
* beagle: add nand partition and bootJean-Christophe PLAGNIOL-VILLARD2013-02-053-0/+30
* at91sam9: drop AT91_BASE_SYS for sdram controllerJean-Christophe PLAGNIOL-VILLARD2013-02-0512-74/+173
* at91sam926x_lowlevel_init: use struct to pass soc configJean-Christophe PLAGNIOL-VILLARD2013-02-055-37/+71
* at91sam926x_lowlevel_init: use pio macroJean-Christophe PLAGNIOL-VILLARD2013-02-051-3/+6
* at91: gpio: split accessor so we can use them for early initJean-Christophe PLAGNIOL-VILLARD2013-02-052-125/+154
* MIPS: pbl: fix none compression supportAntony Pavlov2013-02-051-6/+6
* ARM pbl: inline decompress functionSascha Hauer2013-02-041-8/+3