summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | arm: rmobile: lager: Add support ext4/fat write commandNobuhiro Iwamatsu2014-05-211-1/+4
| | * | arm: rmobile: lager: Add support command and filesystems of VFATNobuhiro Iwamatsu2014-05-211-0/+5
| | * | arm: rmobile: lager: Add support USB controllerNobuhiro Iwamatsu2014-05-211-0/+7
| | * | arm: rmobile: koelsch: Add support command and filesystems of VFATNobuhiro Iwamatsu2014-05-211-0/+6
| | * | arm: rmobile: koelsch: Add support USB controllerNobuhiro Iwamatsu2014-05-211-0/+7
| | * | gpio: r8a7790-gpio: Fix typo in macroNobuhiro Iwamatsu2014-05-211-3/+3
| | * | gpio: r8a7791-gpio: Fix typo in macroNobuhiro Iwamatsu2014-05-211-3/+3
| | * | arm: rmobile: lager: Enable optimization of thumbNobuhiro Iwamatsu2014-05-211-0/+1
| | * | arm: rmobile: lager: Remove CONFIG_USE_ARCH_MEMSET and MEMCPYNobuhiro Iwamatsu2014-05-211-2/+0
| | * | arm: rmobile: lager: Remove define of SCIF registerNobuhiro Iwamatsu2014-05-211-1/+0
| | * | arm: rmobile: koelsch: Enable optimization of thumbNobuhiro Iwamatsu2014-05-211-0/+1
| | * | arm: rmobile: koelsch: Remove CONFIG_USE_ARCH_MEMSET and MEMCPYNobuhiro Iwamatsu2014-05-211-2/+0
| | * | arm: rmobile: koelsch: Remove define of SCIF registerNobuhiro Iwamatsu2014-05-211-1/+0
| | * | arm: rmobile: Add define of SCIF register for R8A7790 and R8A7791Nobuhiro Iwamatsu2014-05-211-0/+8
| | |/
| * | Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'Albert ARIBAUD2014-05-2325-44/+571
| |\ \
| | * | zynq: add UART nodes to device tree to initialize UART with OFMasahiro Yamada2014-05-157-0/+28
| | * | zynq: add memory nodes to device tree to initialize DRAM with OFMasahiro Yamada2014-05-157-0/+35
| | * | zynq: import zynq-7000.dtsi from Linux KernelMasahiro Yamada2014-05-151-0/+194
| | * | zynq: load u-boot-dtb.img if CONFIG_OF_SEPARATE is definedMasahiro Yamada2014-05-151-8/+12
| | * | build: support a new image u-boot-dtb.imgMasahiro Yamada2014-05-151-0/+8
| | * | zynq: treat ps7_init.c/h as external files to ignore themMasahiro Yamada2014-05-144-13/+13
| | * | zynq: add empty xil_io.h to avoid compile errorMasahiro Yamada2014-05-141-0/+13
| | * | ARM: zynq: Extend maximum number of command argumentsMichal Simek2014-05-141-1/+1
| | * | ARM: zynq: Enable EXT4 configsSiva Durga Prasad Paladugu2014-05-141-0/+2
| | * | ARM: zynq: Move USB/SD/MMC common FAT configsSiva Durga Prasad Paladugu2014-05-141-6/+8
| | * | ARM: zynq: Enable the FAT write capabilitySiva Durga Prasad Paladugu2014-05-141-0/+1
| | * | ARM: zynq: Added USB host support for zynq boardsSiva Durga Prasad Paladugu2014-05-143-1/+21
| | * | ARM: zynq: ehci: Added USB host driver supportMichal Simek2014-05-144-0/+131
| | * | ARM: zynq: Add MIO detection codeMichal Simek2014-05-142-0/+51
| | * | ARM: zynq: Extend kernel image size to 60MBMichal Simek2014-05-141-1/+1
| | * | ARM: zynq: Fix building SPL without FPGA supportMichal Simek2014-05-141-3/+6
| | * | ARM: zynq: Fix bootmode maskMike Looijmans2014-05-141-1/+1
| | * | ARM: zynq: Setup correct slcr_lock valueMichal Simek2014-05-141-2/+6
| | * | ARM: zynq: slcr: Fix incorrect commentaryMichal Simek2014-05-141-2/+2
| | * | ARM: zynq: Call zynq board_init() in SPLMichal Simek2014-05-142-0/+8
| | * | ARM: zynq: Do not use half memory size for ECC caseMichal Simek2014-05-141-3/+0
| | * | ARM: zynq: Added efuse status register base addressSiva Durga Prasad Paladugu2014-05-143-0/+23
| | * | ARM: zynq: Remove sparse warningsMichal Simek2014-05-141-7/+9
| | * | ARM: zynq: Fix sparse warning in ddrc.cMichal Simek2014-05-141-1/+1
| | * | ARM: zynq: Fix sparse warnings in slcr.cMichal Simek2014-05-141-0/+1
* | | | examples: select libgcc for non-default architectureAlexey Brodkin2014-05-232-3/+2
* | | | doc:git-mailrc: Add entry for dfu subsystemŁukasz Majewski2014-05-231-0/+2
* | | | Add myself as maintainer for chromebook-x86Simon Glass2014-05-231-1/+1
|/ / /
* | | esdhc/usdhc: Fix warning when CONFIG_SYS_FSL_ESDHC_USE_PIO is not setTom Rini2014-05-231-0/+3
* | | Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2014-05-2319-365/+1009
|\ \ \
| * | | cmd_mmc: use new mmc_select_hwpart() functionStephen Warren2014-05-231-15/+6
| * | | mmc: provide a select_hwpart implementation for get_device()Stephen Warren2014-05-233-1/+33
| * | | disk: support devices with HW partitionsStephen Warren2014-05-231-10/+64
| * | | cmd_part: fix typo in part command help textStephen Warren2014-05-231-1/+1
| * | | eMMC: cmd_mmc.c adds the 'rpmb' sub-command for the 'mmc' commandPierre Aubert2014-05-232-296/+520
OpenPOWER on IntegriCloud