summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* MIPS: bootm: drop obsolete Qemu specific bootm implementationDaniel Schwierzeck2013-08-13-66/+0
* MIPS: bootm: add YAMON style Linux preparation/jump code for Qemu MaltaDaniel Schwierzeck2013-08-13-2/+20
* MIPS: bootm: add support for generic relocation of init ramdisksDaniel Schwierzeck2013-08-13-2/+7
* MIPS: bootm: refactor initialisation of kernel environmentDaniel Schwierzeck2013-08-13-33/+29
* MIPS: bootm: refactor initialisation of kernel cmdlineDaniel Schwierzeck2013-08-13-47/+83
* MIPS: bootm: add support for LMBDaniel Schwierzeck2013-08-13-0/+23
* MIPS: bootm: optimize kernel entry callDaniel Schwierzeck2013-08-13-7/+4
* MIPS: bootm: fix checkpatch.pl warningsDaniel Schwierzeck2013-08-13-6/+7
* mpc5200: Misc updates to a3m071 config headerStefan Roese2013-08-12-13/+28
* Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblazeTom Rini2013-08-12-1/+14
|\
| * fpga: zynqpl: Clear loopback mode during device initSoren Brinkmann2013-08-12-0/+4
| * fpga: zynqpl: Add support for zc7100 device.Michal Simek2013-08-12-1/+10
* | Merge branch 'master' of git://git.denx.de/u-boot-fdtTom Rini2013-08-12-374/+40
|\ \
| * | libfdt: SPDX-License-Identifier: GPL-2.0+ BSD-2-ClauseRoger Meier2013-08-10-374/+40
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2013-08-12-59/+373
|\ \ | |/ |/|
| * microblaze: Call spi_init functionMichal Simek2013-08-08-0/+5
| * zynq: Enable CONFIG_ZYNQ_SPIJagannadha Sutradharudu Teki2013-08-07-0/+9
| * sf: sst: Add support for SST25WF080Jagannadha Sutradharudu Teki2013-08-07-0/+6
| * spi: Add zynq spi controller driverJagannadha Sutradharudu Teki2013-08-07-0/+283
| * cmd_sf: let "sf update" erase last sector as a wholeGerlando Falauto2013-08-07-1/+2
| * sf: Fix code cleanupsJagannadha Sutradharudu Teki2013-08-07-15/+16
| * cmd_sf|env_sf: Fix code cleanupJagannadha Sutradharudu Teki2013-08-06-14/+15
| * sf: Fix code cleanupJagannadha Sutradharudu Teki2013-08-06-5/+6
| * sf: stmicro: Fix code cleanupJagannadha Sutradharudu Teki2013-08-06-4/+3
| * sf: sst: Fix code cleanupJagannadha Sutradharudu Teki2013-08-06-12/+20
| * sf: eon|spansion|ramtron: Fix code cleanupJagannadha Sutradharudu Teki2013-08-06-5/+7
| * spi: mpc8xxx_spi: Use DIV_ROUND_UP instead of open-codedAxel Lin2013-08-06-1/+1
| * spi: fsl_espi: Use DIV_ROUND_UP instead of open-codedAxel Lin2013-08-06-4/+2
* | nds32: fix the missing COBJS-y changeken kuo2013-08-09-1/+1
* | nds32: introduce DMA allocation APIken kuo2013-08-09-0/+33
* | nds32: Change of NDS32 CustodianAndes2013-08-09-1/+1
|/
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-08-06-6/+6
|\
| * i2c: soft: Fix typo in CONFIG_SYS_I2C_SOFT_SPEEDMarek Vasut2013-08-03-6/+6
* | dts/Makefile: pass -undef -D__DTS__ to cppStephen Warren2013-08-02-1/+1
* | dts/Makefile: don't use cpp -PStephen Warren2013-08-02-1/+1
* | config: don't define CONFIG_ARCH_DEVICE_TREEStephen Warren2013-08-02-60/+1
* | dts/Makefile: don't define ARCH_CPU_DTS, BOARD_DTSStephen Warren2013-08-02-7/+0
* | dt: don't use ARCH_CPU_DTSStephen Warren2013-08-02-3/+3
* | dts/Makefile: unify cpp/dtc include pathsStephen Warren2013-08-02-2/+9
* | dts/Makefile: simplify dtc invocationStephen Warren2013-08-02-7/+3
* | xilinx: move microblaze-generic .dts to standard locationStephen Warren2013-08-02-2/+1
* | Validate dtc is new enoughStephen Warren2013-08-02-1/+28
|/
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2013-08-01-158/+423
|\
| * ehci-hcd: fix memory leak in lowlevel initNikita Kiryanov2013-07-29-1/+3
| * usb_hub: fix power cycling logicNikita Kiryanov2013-07-29-2/+2
| * usb: ehci-omap: Don't softreset USB High-speed Host (UHH) ModuleRoger Quadros2013-07-29-12/+15
| * dfu: Implementation of target reset after communication with dfu-util's -R sw...Lukasz Majewski2013-07-29-1/+28
| * usb: mv_udc: Add bounce bufferMarek Vasut2013-07-29-8/+82
| * usb: mv_udc: Add proper cache managementMarek Vasut2013-07-29-5/+77
| * usb: mv_udc: Implement better qTD item accessorMarek Vasut2013-07-29-2/+15