summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* examples: select libgcc for non-default architectureAlexey Brodkin2014-05-23-3/+2
* doc:git-mailrc: Add entry for dfu subsystemƁukasz Majewski2014-05-23-0/+2
* Add myself as maintainer for chromebook-x86Simon Glass2014-05-23-1/+1
* esdhc/usdhc: Fix warning when CONFIG_SYS_FSL_ESDHC_USE_PIO is not setTom Rini2014-05-23-0/+3
* Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2014-05-23-365/+1009
|\
| * cmd_mmc: use new mmc_select_hwpart() functionStephen Warren2014-05-23-15/+6
| * mmc: provide a select_hwpart implementation for get_device()Stephen Warren2014-05-23-1/+33
| * disk: support devices with HW partitionsStephen Warren2014-05-23-10/+64
| * cmd_part: fix typo in part command help textStephen Warren2014-05-23-1/+1
| * eMMC: cmd_mmc.c adds the 'rpmb' sub-command for the 'mmc' commandPierre Aubert2014-05-23-296/+520
| * Add the function 'confirm_yesno' for interactivePierre Aubert2014-05-23-37/+38
| * eMMC: add support for operations in RPMB partitionPierre Aubert2014-05-23-1/+334
| * mmc: Handle switch error status bit in MMC card statusAndrew Gabbasov2014-05-23-1/+5
| * mmc: postponed needless timer initializationMateusz Zalega2014-05-23-1/+4
| * Add board_mmc_init(...) function for init mmc1 onlyHannes Petermaier2014-05-23-2/+9
| * esdhc/usdhc: Fix PIO mode bug in fsl_esdhc driverYe.Li2014-05-22-14/+9
* | Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblazeTom Rini2014-05-22-33/+297
|\ \
| * | fpga: Added support to load bit stream from SD/MMCSiva Durga Prasad Paladugu2014-05-20-0/+182
| * | zynq: Enable fpga loadp and loadbp commandsMichal Simek2014-05-20-0/+2
| * | fpga: zynqpl: Clean partial bitstream handlingMichal Simek2014-05-20-12/+6
| * | fpga: Add support to load partial bitstreamsMichal Simek2014-05-20-0/+43
| * | fpga: Define bitstream type based on command selectionMichal Simek2014-05-20-21/+37
| * | fpga: Guard the LOADMK functionality with CMD_FPGA_LOADMKSiva Durga Prasad Paladugu2014-05-20-0/+27
| * | configs: iocom: Fix typo on CMD_FPGA commandMichal Simek2014-05-20-1/+1
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-05-22-6187/+7581
|\ \
| * \ Merge remote-tracking branch 'u-boot/master'Albert ARIBAUD2014-05-20-1892/+3949
| |\ \ | | |/
| * | boards.cfg: reformatAlbert ARIBAUD2014-05-20-1222/+1222
| * | Merge remote-tracking branch 'u-boot-sh/rmobile'Albert ARIBAUD2014-05-16-2007/+1092
| |\ \
| | * | arm: rmobile: lager: Remove MACH_TYPE_LAGER and CONFIG_MACH_TYPENobuhiro Iwamatsu2014-04-28-4/+0
| | * | arm: rmobile: lager: Change to maximum CPU frequencyNobuhiro Iwamatsu2014-04-28-0/+6
| | * | arm: rmobile: lager: Update calculation of CONFIG_SH_TMU_CLK_FREQNobuhiro Iwamatsu2014-04-28-3/+4
| | * | arm: rmobile: koelsch: Change to maximum CPU frequencyNobuhiro Iwamatsu2014-04-28-0/+7
| | * | arm: rmobile: Add register infomation of PLL regsiterNobuhiro Iwamatsu2014-04-28-0/+4
| | * | arm: rmobile: koelsch: Update calculation of CONFIG_SH_TMU_CLK_FREQNobuhiro Iwamatsu2014-04-28-2/+3
| | * | arm: rmobile: koelsch: Update QoS initializationNobuhiro Iwamatsu2014-04-28-17/+12
| | * | arm: rmobile: lager: Update QoS initialization to version 0.955Nobuhiro Iwamatsu2014-04-28-7/+7
| | * | arm: rmobile: keolsch: Add support ES2 revision of R8A7791Nobuhiro Iwamatsu2014-04-28-40/+129
| | * | arm: rmobile: r8a7791: Add support ES2 revisionNobuhiro Iwamatsu2014-04-28-1/+5
| | * | arm: rmobile: r8a7790: Add support ES2 revisionNobuhiro Iwamatsu2014-04-28-0/+4
| | * | arm: rmobile: Update print_cpuinfo functionNobuhiro Iwamatsu2014-04-28-27/+22
| | * | arm: rmobile: Add prototype for function to get the CPU information to rmobile.hNobuhiro Iwamatsu2014-04-28-0/+6
| | * | arm: rmobile: Add rmobile_get_cpu_rev_fraction() for R-Car SoCsNobuhiro Iwamatsu2014-04-28-0/+5
| | * | arm: rmobile: Add 1 to value of the CPU revision in rmobile_get_cpu_rev_integ...Nobuhiro Iwamatsu2014-04-28-1/+1
| | * | arm: rmobile: Merge functions to get the CPU information of R8A7790 and R8A7791Nobuhiro Iwamatsu2014-04-28-34/+4
| | * | arm: rmobile: lager: Remove NOR-Flash supportNobuhiro Iwamatsu2014-04-28-216/+0
| | * | arm: rmobile: lager: Change name of the structureNobuhiro Iwamatsu2014-04-28-115/+115
| | * | arm: rmobile: koelsch: Remove NOR-Flash supportNobuhiro Iwamatsu2014-04-28-215/+0
| | * | arm: rmobile: koelsch: Change name of structureNobuhiro Iwamatsu2014-04-28-120/+120
| | * | arm: rmobile: r8a779x: Fix L2 cache init and latency settingNobuhiro Iwamatsu2014-04-28-2/+18
| | * | arm: rmobile: Coordinate the common part of the header file of r8a7790 and r8...Nobuhiro Iwamatsu2014-04-28-1224/+640