aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-04arm, am335x: siemens boards add FIT supportHeiko Schocher8-19/+83
2014-12-04arm, am335x, siemens: read COMP/ver from factorysetHeiko Schocher2-0/+11
2014-12-04arm, am335x, siemens: fix factoryset interpretationHeiko Schocher1-8/+18
2014-12-04mtd: nand: omap_gpmc: Always use ready/busy pinStefan Roese1-5/+4
2014-12-04arm: am33xx: Handle NAND+I2C boot-device the same way as NANDStefan Roese2-2/+14
2014-12-04ARM: OMAP5: DRA7xx: Fix misleading comments in mux_data.hLubomir Popov1-2/+2
2014-12-04ARM: OMAP5: DRA7xx: Enable 8-bit eMMC access on the dra7xx_evmLubomir Popov1-0/+1
2014-12-04omap_hsmmc: Board-specific TWL4030 MMC power initializationsPaul Kocialkowski16-6/+97
2014-12-04twl4030: device-index-specific MMC power initializations, common ramp-up delayPaul Kocialkowski3-14/+20
2014-12-04mmc: Board-specific MMC power initializationsPaul Kocialkowski2-0/+8
2014-12-04beagle_x15: add board support for Beagle x15Felipe Balbi8-0/+569
2014-12-04arm: omap: add support for am57xx devicesFelipe Balbi7-11/+16
2014-12-04arm: omap_common: expose tps659038 and dra7xx_dpllsFelipe Balbi1-0/+3
2014-12-04arm: omap5: sdram: mark emif_get_ext_phy_ctrl_const_regs __weakFelipe Balbi1-1/+1
2014-12-04arm: omap5: make hw_init_data weakFelipe Balbi1-1/+1
2014-12-04configs: omap5_common : Boot rootfs from sd card by defaultFranklin S Cooper Jr1-1/+1
2014-12-04arm: omap-common: emif: allow to map memory without interleavingFelipe Balbi1-4/+5
2014-12-04usb: phy: omap_usb_phy: fix build breakageFelipe Balbi1-2/+0
2014-12-04arm: dra7xx: prcm: add missing registersFelipe Balbi1-0/+3
2014-12-04arm: omap5: tps659038: rename regulator definesFelipe Balbi2-10/+10
2014-12-04arm: omap5: don't enable misc_init_r by defaultFelipe Balbi4-14/+1
2014-12-03Revert "image-fdt: boot_get_fdt() return value when no DTB exists"Tom Rini1-2/+2
2014-12-01Merge git://git.denx.de/u-boot-fdtTom Rini4-33/+7
2014-12-01Merge git://git.denx.de/u-boot-x86Tom Rini89-363/+5872
2014-12-01fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methodsTom Rini3-11/+16
2014-12-01fdt: Fix regression in fdt_pack_reg()Hans de Goede1-6/+6
2014-11-27Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini21-30/+500
2014-11-28ARM: UniPhier: move CONFIG_CMD_* and CONFIG_FIT* defines to defconfigMasahiro Yamada4-15/+75
2014-11-28ARM: UniPhier: enable Device Tree controlMasahiro Yamada4-0/+4
2014-11-28usb: UniPhier: support OF configurationMasahiro Yamada10-4/+109
2014-11-28serial: UniPhier: support OF configurationMasahiro Yamada7-8/+122
2014-11-28ARM: UniPhier: add device tree sourcesMasahiro Yamada7-0/+181
2014-11-28ARM: UniPhier: add dummy gpio.h to enable CONFIG_OF_CONTROLMasahiro Yamada1-0/+6
2014-11-28ARM: UniPhier: do not compile platform data when CONFIG_OF_CONTROL=yMasahiro Yamada3-3/+3
2014-11-27fdt: remove fdtdec_get_alias_node() functionMasahiro Yamada3-27/+1
2014-11-27Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini10-330/+45
2014-11-27MIPS: bootm: remove unused or redundant header filesDaniel Schwierzeck1-3/+0
2014-11-27MIPS: bootm: add missing initramfs relocationDaniel Schwierzeck1-0/+20
2014-11-27MIPS: remove board.cDaniel Schwierzeck2-323/+0
2014-11-27MIPS: vct: switch to generic boardDaniel Schwierzeck1-0/+3
2014-11-27MIPS: qemu_mips: switch to generic boardDaniel Schwierzeck2-0/+6
2014-11-27MIPS: pb1x00: switch to generic boardDaniel Schwierzeck1-0/+3
2014-11-27MIPS: dbau1x00: switch to generic boardDaniel Schwierzeck1-0/+3
2014-11-27MIPS: fix setup of initial stack frameDaniel Schwierzeck2-4/+10
2014-11-26mtd: nand: s3c: Unify the register definition and namingMarek Vasut4-39/+38
2014-11-26mtd/nand/vf610_nfc: Disable subpage writesSanchayan Maity1-0/+3
2014-11-26mtd: denali: set some registers after nand_scan_ident()Masahiro Yamada1-0/+11
2014-11-26mtd: denali: use CONFIG_SYS_NAND_SELF_INITMasahiro Yamada3-40/+93
2014-11-26nand: reinstate lazy bad block scanningRostislav Lisovy1-3/+7
2014-11-26Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini19-71/+335