summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * | | | | ARM: UniPhier: fix comments in SoC Glue init functionMasahiro Yamada2015-01-23-2/+2
| * | | | | ARM: UniPhier: remove __packed that causes a problem on GCC 4.9Masahiro Yamada2015-01-23-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2015-01-22-123/+206
|\ \ \ \ \
| * | | | | MIPS: add support for pre-relocation mallocDaniel Schwierzeck2015-01-21-4/+46
| * | | | | MIPS: add support for CONFIG_SYS_INIT_SP_ADDRDaniel Schwierzeck2015-01-21-2/+12
| * | | | | MIPS: add Kconfig option for CONFIG_SWAP_IO_SPACEDaniel Schwierzeck2015-01-21-2/+4
| * | | | | MIPS: replace $(CPU) with Kconfig symbolsDaniel Schwierzeck2015-01-21-2/+12
| * | | | | MIPS: use common code from lib/time.cThomas Langer2015-01-21-110/+8
| * | | | | MIPS: bootm: add bootstage reportingDaniel Schwierzeck2015-01-21-2/+6
| * | | | | MIPS: bootm: prepare a flattened device tree for the kernelDaniel Schwierzeck2015-01-21-2/+47
| * | | | | MIPS: bootm: add mem, rd_start and rd_size to kernel command lineDaniel Schwierzeck2015-01-21-0/+26
| * | | | | MIPS: bootm: refactor preparation of Linux kernel environmentDaniel Schwierzeck2015-01-21-1/+22
| * | | | | MIPS: bootm: refactor preparation of Linux kernel command lineDaniel Schwierzeck2015-01-21-2/+27
* | | | | | Merge branch 'next' of git://www.denx.de/git/u-boot-microblazeTom Rini2015-01-22-1/+5
|\ \ \ \ \ \
| * | | | | | microblaze: Support stack protection featureMichal Simek2015-01-21-0/+4
| * | | | | | microblaze: Enable hardware exception by defaultMichal Simek2015-01-21-1/+1
| |/ / / / /
* | | | | | Merge branch 'phys_t' of git://www.denx.de/git/u-boot-microblazeTom Rini2015-01-22-7/+9
|\ \ \ \ \ \
| * | | | | | mmc: zynq: Use phys_addr_t for addressesMichal Simek2015-01-21-3/+3
| * | | | | | net: ll_temac: Fix compilation warning because of phys_addr_tMichal Simek2015-01-21-1/+1
| * | | | | | net: gem: Use phys_addr_t instead of int for addressesMichal Simek2015-01-21-3/+5
| |/ / / / /
* | | | | | Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblazeTom Rini2015-01-22-67/+158
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | fpga: zynqpl: Add support for zc7035Siva Durga Prasad Paladugu2015-01-21-0/+10
| * | | | | fpga: xilinx: Show fpga info if definedMichal Simek2015-01-21-4/+5
| * | | | | fpga: xilinx: Check if fpga operations are definedMichal Simek2015-01-21-2/+15
| * | | | | fpga: xilinx: zynqpl: Setup NULL fpga_op without driverMichal Simek2015-01-21-6/+17
| * | | | | fpga: xilinx: virtex2: Fix macro indentationMichal Simek2015-01-21-4/+4
| * | | | | fpga: xilinx: virtex2: Setup NULL fpga_op without driverMichal Simek2015-01-21-14/+31
| * | | | | fpga: xilinx: spartan3: Setup NULL fpga_op without driverMichal Simek2015-01-21-14/+31
| * | | | | fpga: xilinx: spartan2: Setup NULL fpga_op without driverMichal Simek2015-01-21-11/+27
| * | | | | fpga: Export fpga_get_desc for SPLMichal Simek2015-01-21-1/+2
| * | | | | fpga: Remove extern prototypes from .hMichal Simek2015-01-21-13/+13
| * | | | | fpga: Protect GZIP usage when LOADMK is enabledMichal Simek2015-01-21-0/+5
| | |_|/ / | |/| | |
* | | | | sunxi: Restore lowlevel_init usageHans de Goede2015-01-21-22/+21
| |/ / / |/| | |
* | | | Merge git://git.denx.de/u-boot-arcTom Rini2015-01-20-71/+123
|\ \ \ \
| * | | | arc: rename "arc700" in "arcv1"Alexey Brodkin2015-01-15-1/+1
| * | | | board/synopsys: remove selection of CPU from the boardAlexey Brodkin2015-01-15-9/+3
| * | | | arc: move common sources in libraryAlexey Brodkin2015-01-15-6/+7
| * | | | arc: move linker script in arch/arc/cpu folderAlexey Brodkin2015-01-15-0/+0
| * | | | arc: relocate - minor refactoring and clean-upAlexey Brodkin2015-01-15-11/+5
| * | | | arc: introduce separate section for interrupt vector tableIgor Guryanov2015-01-15-31/+46
| * | | | arc: add dependences on MMU presenceAlexey Brodkin2015-01-15-4/+18
| * | | | arc: interrupts - fix mask setupIgor Guryanov2015-01-15-1/+1
| * | | | arc: add ECR (exception cause register) outputIgor Guryanov2015-01-15-4/+7
| * | | | arc: check caches existence before useIgor Guryanov2015-01-15-0/+31
| | |_|/ | |/| |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2015-01-20-27/+1427
|\ \ \ \
| * | | | mmc: Skip changing bus width for MMC cards earlier than version 4.0Andrew Gabbasov2015-01-19-2/+5
| * | | | mmc: Avoid redundant switching to 1-bit bus width for MMC cardsAndrew Gabbasov2015-01-19-0/+12
| * | | | mmc: extend mmcinfo output to show partition write reliability settingsDiego Santa Cruz2015-01-19-2/+13
| * | | | mmc: extend the mmc hwpartition sub-command to change write reliabilityDiego Santa Cruz2015-01-19-24/+92
| * | | | mmc: extend the mmc hardware partitioning API with write reliabilityDiego Santa Cruz2015-01-19-1/+51