summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* board/t1040qds: Relax IFC FPGA timingsPrabhakar Kushwaha2014-01-02-1/+1
* board/freescale:Remove use of CONFIG_SPL_NAND_MINIMALPrabhakar Kushwaha2014-01-02-6/+9
* board/t1040qds: Fix typo in t1040_pbi.cfg filePrabhakar Kushwaha2014-01-02-1/+1
* ARM: Samsung: Change GONI and Universal_C210 maintainers.Ɓukasz Majewski2013-12-20-2/+2
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2013-12-19-14/+333
|\
| * driver: mtd: sf_ops: claim bus while doing memcpyPoddar, Sourav2013-12-19-0/+6
| * config: dra7_evm: Add Bank Address Register(BAR) configPoddar, Sourav2013-12-19-0/+1
| * spi: tegra: clear RDY bit prior to every transferYen Lin2013-12-19-13/+8
| * spi: Add support SH Quad SPI driverNobuhiro Iwamatsu2013-12-18-0/+316
| * sf: probe: add support for MX25L2006ELuka Perkov2013-12-18-0/+1
| * sf: probe: Hex values are in lower caseLuka Perkov2013-12-18-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini2013-12-18-48/+62
|\ \
| * | mtd: nand: omap: fix ecc ops assignment when changing eccNikita Kiryanov2013-12-17-0/+3
| * | mtd: nand: omap: fix sw->hw->sw ecc switchNikita Kiryanov2013-12-17-1/+6
| * | nand_util.c: Use '%zd' for length in nand_unlock debug printTom Rini2013-12-17-1/+1
| * | mtd: nand: omap: fix HAM1_SW ecc using default value for ecc.sizeNikita Kiryanov2013-12-17-1/+1
| * | mtd: nand: omap_gpmc: cosmetic: Fix indentationStefan Roese2013-12-17-43/+45
| * | mtd: nand: omap: fix ecc-layout for HAM1 ecc-schemepekon gupta2013-12-17-2/+6
* | | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2013-12-18-9/+79
|\ \ \
| * | | usb: ehci: Fix register accessMarek Vasut2013-12-18-1/+1
| * | | usb: ehci: Do not de-init uninited controllersMarek Vasut2013-12-18-0/+3
| * | | usb: ehci-pci: Clarify and cleanup the EHCI controller detectionMarek Vasut2013-12-18-3/+25
| * | | ARM: trats: dfu: Enable default Poll Timeout for Trats boardLukasz Majewski2013-12-18-0/+1
| * | | usb: f_dfu: cosmetic: Code cleanupLukasz Majewski2013-12-18-2/+2
| * | | usb: dfu: f_dfu: Provide infrastructure to adjust DFU's Poll Timeout valueLukasz Majewski2013-12-18-3/+41
| * | | dfu: Export allocated dfu buffer sizeLukasz Majewski2013-12-18-0/+6
| | |/ | |/|
* | | Makefile: fix broken pipe error for lcd4_lwmon5 boardMasahiro Yamada2013-12-18-11/+7
* | | Makefile: fix the typo error for mrproperBo Shen2013-12-18-1/+1
|/ /
* | serial_sh: add support for SH7753Yoshihiro Shimoda2013-12-18-1/+3
* | net: sh-eth: add support for SH7753Yoshihiro Shimoda2013-12-18-2/+6
* | sh: add support for sh7753evb boardYoshihiro Shimoda2013-12-18-0/+1368
|/
* Prepare v2014.01-rc2Tom Rini2013-12-16-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2013-12-16-1/+1
|\
| * video: ipu_disp: Return a negative value on errorFabio Estevam2013-12-04-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-blackfinTom Rini2013-12-16-18/+36
|\ \
| * | blackfin: remove build warningSonic Zhang2013-12-16-10/+15
| * | blackfin: fixing warning by including proper headersSonic Zhang2013-12-16-1/+6
| * | blackfin: fix building error by enlarging the memory sizeSonic Zhang2013-12-16-5/+7
| * | blackfin: Disable commands to reduce l1 ram requirementSonic Zhang2013-12-16-2/+6
| * | blackfin: fix building error by adding macro CONFIG_SYS_I2CSonic Zhang2013-12-16-0/+1
| * | blackfin: fix build error by adding CONFIG_BFIN_SERIALSonic Zhang2013-12-16-0/+1
* | | Makefile, .gitignore: Cleanup non-existing binariesMasahiro Yamada2013-12-16-9/+2
* | | examples: x86: delete 82559_eepromMasahiro Yamada2013-12-16-364/+1
* | | Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU)Masahiro Yamada2013-12-16-43/+30
* | | Makefile: delete unnecessary linesMasahiro Yamada2013-12-16-5/+0
* | | README.vxworks: add a document describing the new VxWorks boot interfaceMiao Yan2013-12-16-0/+19
* | | common/fdt_support.c: avoid unintended return from fdt_fixup_memory_banks()Miao Yan2013-12-16-2/+3
* | | common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot int...Miao Yan2013-12-16-12/+155
* | | common/config_defaults.h: make CONFIG_BOOTM_VXWORKS default configurationMiao Yan2013-12-13-0/+1
* | | common/cmd_bootm.c: seperate do_bootm_vxworks related code from CONFIG_CMD_ELF.Miao Yan2013-12-13-3/+12