summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* arm926ejs, tx25: add support for ELF relocationsHeiko Schocher2010-10-13-6/+21
* arm926ejs, magnesium: add support for ELF relocationsHeiko Schocher2010-10-13-0/+3
* edminiv2: add support for ELF relocationsAlbert Aribaud2010-10-13-2/+7
* arm: implement ELF relocationsAlbert Aribaud2010-10-13-290/+156
* board/armltd/integrator/split_by_variant.sh: fix 'echo -n'Andreas Bießmann2010-10-13-72/+57
* ARMV7: Fixed baudrate setting in pl01x driverMatt Waddel2010-10-13-55/+38
* ARMV7: Versatile Express Coretile CortexA9x4 supportMatt Waddel2010-10-13-0/+734
* arch/arm/include/asm/sizes.h: cleanupsAndreas Bießmann2010-10-13-209/+6
* Merge branch 'master' of git://git.denx.de/u-boot-marvellWolfgang Denk2010-10-13-0/+0
|\
| * Kirkwood: Changes specific to ARM relocation supportPrafulla Wadaskar2010-10-12-0/+5
| * kirkwood: added common config file mv-common.hPrafulla Wadaskar2010-10-12-533/+266
| * Kirkwood: dram_init is moved to dram.cPrafulla Wadaskar2010-10-12-55/+39
| * orion5x: optimize window size computationAlbert Aribaud2010-10-12-11/+21
| * Kirkwood: print_cpuinfo fixed for valid devid revidPrafulla Wadaskar2010-10-12-11/+25
| * mvsata_ide: adjust port init sequenceAlbert Aribaud2010-10-12-9/+33
* | ARM: relocation: don't undef CONFIG_SYS_ARM_WITHOUT_RELOCBen Gardiner2010-10-13-5/+0
* | ARM: relocation: fix typo in commentHeiko Schocher2010-10-13-5/+5
* | Kirkwood: Changes specific to ARM relocation supportPrafulla Wadaskar2010-10-13-0/+5
* | kirkwood: added common config file mv-common.hPrafulla Wadaskar2010-10-13-533/+266
* | Kirkwood: dram_init is moved to dram.cPrafulla Wadaskar2010-10-13-55/+39
* | orion5x: optimize window size computationAlbert Aribaud2010-10-13-11/+21
* | Kirkwood: print_cpuinfo fixed for valid devid revidPrafulla Wadaskar2010-10-13-11/+25
* | mvsata_ide: adjust port init sequenceAlbert Aribaud2010-10-13-9/+33
|/
* orion5x: fix relocation-incompatible codeAlbert Aribaud2010-10-11-31/+54
* arm: bugfix: replace ble with blo in start.S filesAlbert Aribaud2010-10-11-68/+67
* Merge branch 'at91' of git://git.denx.de/u-boot-atmelWolfgang Denk2010-10-11-74/+90
|\
| * at91: Add arch_preboot_os which disables PIT in a faster wayAlexander Stein2010-10-05-0/+16
| * atmel_usart: change register access to C structureAndreas Bießmann2010-10-05-46/+46
| * at91_emac.h: fix typo in register definitionAndreas Bießmann2010-10-05-1/+1
| * AT91: convert cpu.c to struct SoC accessReinhard Meyer2010-10-05-20/+12
| * at91_emac.c: poll for IDLE when writing PHYAndreas Bießmann2010-10-05-2/+14
| * at91_emac.c: fix 'Warning: eth device name has a space!'Andreas Bießmann2010-10-05-5/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-imxWolfgang Denk2010-10-11-153/+1510
|\ \
| * | MX51: Support for TTECH vision2 boardStefano Babic2010-10-07-0/+1212
| * | MX51: Register definitions cannot be included in board config fileStefano Babic2010-09-30-4/+6
| * | MXC: Fix byte-ordering in SPI driver for i.MX31/i.MX51Stefano Babic2010-09-30-41/+118
| * | MXC: Correct SPI_CPOL setting in SPI driverStefano Babic2010-09-30-11/+11
| * | MX51: Drop unused header file for mx51evkStefano Babic2010-09-29-52/+0
| * | MXC: Add watchdog support to serial driverStefano Babic2010-09-29-2/+5
| * | MX51: add structure to access System Reset ControllerStefano Babic2010-09-29-0/+10
| * | MX51: Added pins definition to set up padsStefano Babic2010-09-29-0/+44
| * | ARM: Use syslib functions for all CORTEXA8Stefano Babic2010-09-29-2/+3
| * | Use common function to set GPIOs for MX3 and MX5Stefano Babic2010-09-29-67/+127
* | | Merge branch 'master' of git://git.denx.de/u-boot-x86Wolfgang Denk2010-10-11-702/+668
|\ \ \
| * | | x86: Implement fully relocatable imageGraeme Russ2010-10-07-24/+35
| * | | x86: Use loops instead of memcpy/memset in board_init_fGraeme Russ2010-10-07-17/+33
| * | | x86: Rearrange linker scriptGraeme Russ2010-10-07-23/+21
| * | | x86: Rename linker script symbolsGraeme Russ2010-10-07-36/+33
| * | | x86: Set cold/warm boot flagGraeme Russ2010-10-07-16/+13
| * | | x86: Place global data below stack before entering CGraeme Russ2010-10-07-37/+37