| Commit message (Expand) | Author | Age | Lines |
* | serial: sparc: Implement CONFIG_SERIAL_MULTI into leon3 serial driver | Marek Vasut | 2012-10-15 | -14/+69 |
* | serial: sparc: Implement CONFIG_SERIAL_MULTI into leon2 serial driver | Marek Vasut | 2012-10-15 | -14/+69 |
* | serial: powerpc: Implement CONFIG_SERIAL_MULTI into iop480 serial driver | Marek Vasut | 2012-10-15 | -6/+59 |
* | serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc85xx serial driver | Marek Vasut | 2012-10-15 | -11/+60 |
* | serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc8260 serial drivers | Marek Vasut | 2012-10-15 | -22/+120 |
* | serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc8220 serial driver | Marek Vasut | 2012-10-15 | -6/+61 |
* | serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc5xx serial driver | Marek Vasut | 2012-10-15 | -21/+74 |
* | serial: mips: Implement CONFIG_SERIAL_MULTI into JZ serial driver | Marek Vasut | 2012-10-15 | -6/+61 |
* | serial: mips: Implement CONFIG_SERIAL_MULTI into asc serial driver | Marek Vasut | 2012-10-15 | -6/+61 |
* | serial: mips: Implement CONFIG_SERIAL_MULTI into au1x00 serial driver | Marek Vasut | 2012-10-15 | -10/+64 |
* | serial: bfin: Flip the jtag serial console to CONFIG_SERIAL_MULTI | Marek Vasut | 2012-10-15 | -7/+30 |
* | serial: bfin: Adjust serial_register_bfin_uart() | Marek Vasut | 2012-10-15 | -1/+1 |
* | serial: mpc512x: Move serial registration from serial_initialize() | Marek Vasut | 2012-10-15 | -0/+16 |
* | serial: mpc8xx: Move serial registration from serial_initialize() | Marek Vasut | 2012-10-15 | -0/+11 |
* | serial: Properly spell out the structure member names of serial_driver | Marek Vasut | 2012-10-15 | -41/+41 |
* | serial: Rename .init() and .uninit() in serial_device | Marek Vasut | 2012-10-15 | -2/+2 |
* | COMMON: Use __stringify() instead of MK_STR() | Marek Vasut | 2012-10-15 | -3/+1 |
* | ARM: prevent misaligned array inits | Albert ARIBAUD | 2012-10-15 | -5/+8 |
* | arm: armv7: omap3: Fix restore sequence in lowlevel_init | Albert ARIBAUD | 2012-10-08 | -5/+4 |
* | arm: rmobile: bugfix: wrong register saving in lowlevel_init | Tetsuyuki Kobayashi | 2012-10-08 | -11/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2012-10-05 | -0/+2 |
|\ |
|
| * | arm: armv7: temporarily set -mno-unaligned-access | Albert ARIBAUD | 2012-10-05 | -0/+2 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2012-10-04 | -27/+9051 |
|\ \
| |/ |
|
| * | ARM: Add Altera SOCFPGA Cyclone5 | Dinh Nguyen | 2012-10-04 | -0/+529 |
| * | arm: Support new Xilinx Zynq platform | Michal Simek | 2012-10-04 | -0/+232 |
| * | arm: Fixed the offset for the no relocation. | Zhong Hongbo | 2012-10-04 | -0/+12 |
| * | arm: Add CONFIG_OF_BOARD_SETUP support to bootm | Joe Hershberger | 2012-10-04 | -0/+3 |
| * | arm: Remove additional config flags | Michal Simek | 2012-10-04 | -10/+0 |
| * | armv7 cpu_init_crit: Simplify code | Benoît Thébaudeau | 2012-10-04 | -4/+1 |
| * | arm: work around assembler bug | Allen Martin | 2012-10-04 | -0/+18 |
| * | ARM: increase lmb stack space reservation to 4KB | Rob Herring | 2012-10-04 | -2/+2 |
| * | Merge remote-tracking branch 'u-boot-marvell/master' | Albert ARIBAUD | 2012-10-03 | -9/+54 |
| |\ |
|
| | * | ARM: kirkwood/orion5x: Use reset_cpu definition in include/common.h | Dinh Nguyen | 2012-10-03 | -2/+0 |
| | * | kirkwood: implement kw_sdram_size_adjust | Gerlando Falauto | 2012-10-03 | -0/+12 |
| | * | kirkwood: implement kw_sdram_bs_set() | Gerlando Falauto | 2012-10-03 | -0/+24 |
| | * | kirkwood: use c-struct for access to SDRAM addr decode registers | Holger Brunck | 2012-10-03 | -6/+17 |
| | * | kirkwood: fix mpp.h coding style | Luka Perkov | 2012-10-03 | -1/+1 |
| * | | ARM : Add GPIO Driver and IOMUX definition for S3C2440 | Gabriel Huau | 2012-10-03 | -0/+371 |
| |/ |
|
| * | rmobile: Fix build timer driver with BUILD_DIR | Nobuhiro Iwamatsu | 2012-10-03 | -2/+8 |
| * | arm: rmobile: Add cpu_eth_init function | Nobuhiro Iwamatsu | 2012-10-03 | -0/+37 |
| * | arm: rmobile: Add support for ATMARK-TECHNO Armadillo-800EVA board | Hideyuki Sano | 2012-10-03 | -0/+13 |
| * | arm: rmobile: Add support PFC of Renesas R8A7740 | Nobuhiro Iwamatsu | 2012-10-03 | -1/+3200 |
| * | arm: rmobile: Add support Renesas R8A7740 | Nobuhiro Iwamatsu | 2012-10-03 | -0/+363 |
| * | arm: rmobile: Add support TMU base timer function | Nobuhiro Iwamatsu | 2012-10-03 | -1/+2 |
| * | arm: rmobile: Change initializing ICCICR register | Nobuhiro Iwamatsu | 2012-10-03 | -0/+3 |
| * | arm: rmobile: kzm9g: separate cpu_rev to integer and fraction | Tetsuyuki Kobayashi | 2012-10-03 | -9/+30 |
| * | arm: rmobile: kzm9g: fix CPU info | Tetsuyuki Kobayashi | 2012-10-03 | -4/+4 |
| * | arm: rmobile: kzm9g: Add dummy member to struct sh73a0_rwdt | Tetsuyuki Kobayashi | 2012-10-03 | -0/+2 |
| * | arm: rmobile: Support build with gcc-4.6 or later | Nobuhiro Iwamatsu | 2012-10-03 | -1/+27 |
| * | arm: rmobile: kzm9g: enable reset command | Tetsuyuki Kobayashi | 2012-10-03 | -0/+4 |