| Commit message (Expand) | Author | Age | Lines |
... | |
* | Rename some defines containing FAT in their name to be filesystem generic | Guillaume GARDET | 2014-10-27 | -7/+7 |
* | x86: Use correct printf() format string for uintptr_t | Simon Glass | 2014-10-27 | -1/+2 |
* | Provide option to avoid defining a custom version of uintptr_t. | Gabe Black | 2014-10-27 | -0/+10 |
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx | Tom Rini | 2014-10-27 | -162/+5 |
|\ |
|
| * | ppc: Zap TQM8272 board | Marek Vasut | 2014-10-27 | -6/+0 |
| * | ppc: Zap TQM8260 board | Marek Vasut | 2014-10-27 | -4/+0 |
| * | ppc: Zap IDS8247 board | Marek Vasut | 2014-10-27 | -4/+0 |
| * | ppc: Zap HWW1U1A board | Marek Vasut | 2014-10-27 | -4/+0 |
| * | ppc: Zap Hymod board | Marek Vasut | 2014-10-27 | -67/+2 |
| * | ppc: Zap MHPC board | Marek Vasut | 2014-10-27 | -5/+0 |
| * | ppc: Zap ICU862 board | Marek Vasut | 2014-10-27 | -44/+1 |
| * | PowerPC: drop some 74xx_7xx boards and related code | Wolfgang Denk | 2014-10-27 | -28/+1 |
| * | powerpc: mpc512x: fix boot breakage | Anatolij Gustschin | 2014-10-27 | -0/+1 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-imx | Tom Rini | 2014-10-27 | -4/+27 |
|\ \ |
|
| * | | ARM: i.MX video: declare displays and display_count publicly | Eric Nelson | 2014-10-21 | -3/+5 |
| * | | ARM: i.MX: provide declaration for board_spi_cs_gpio | Eric Nelson | 2014-10-21 | -0/+17 |
| * | | ARM: i.MX6: include prototype for get_board_rev() | Eric Nelson | 2014-10-21 | -0/+1 |
| * | | ARM: prevent compiler warnings from bootm.c | Eric Nelson | 2014-10-21 | -1/+4 |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-ti | Tom Rini | 2014-10-27 | -771/+1624 |
|\ \ \ |
|
| * | | | omap3/am33xx: mux: fix several checkpatch issues | Igor Grinberg | 2014-10-23 | -3/+3 |
| * | | | omap3: Kconfig: fix the cm-t35 board option prompt | Igor Grinberg | 2014-10-23 | -1/+1 |
| * | | | ARM: keystone: cmd_ddr3: add ddr3 commands to test ddr | Hao Zhang | 2014-10-23 | -1/+249 |
| * | | | keystone2: ecc: add ddr3 error detection and correction support | Vitaly Andrianov | 2014-10-23 | -0/+300 |
| * | | | ARM: keystone: msmc: extend functionality of SES | Vitaly Andrianov | 2014-10-23 | -0/+60 |
| * | | | dma: ti-edma3: introduce edma3 driver | Khoronzhuk, Ivan | 2014-10-23 | -0/+121 |
| * | | | ARM: keystone: clock: add support for K2E SoCs | Khoronzhuk, Ivan | 2014-10-23 | -4/+14 |
| * | | | net: keystone_net: add Keystone2 K2E SoC support | Khoronzhuk, Ivan | 2014-10-23 | -0/+3 |
| * | | | net: keystone_serdes: add keystone K2E SoC support | Khoronzhuk, Ivan | 2014-10-23 | -0/+4 |
| * | | | ARM: keystone2: keysonte_nav: add support for K2E SoC | Khoronzhuk, Ivan | 2014-10-23 | -0/+13 |
| * | | | net: keystone_net: register eth PHYs on MDIO bus | Khoronzhuk, Ivan | 2014-10-23 | -0/+1 |
| * | | | soc: keystone_serdes: generalize to be used by other sub systems | Hao Zhang | 2014-10-23 | -1/+41 |
| * | | | soc: keystone_serdes: enhance to use cmu/comlane/lane specific configurations | Hao Zhang | 2014-10-23 | -0/+6 |
| * | | | soc: keystone_serdes: create a separate SGMII SerDes driver | Khoronzhuk, Ivan | 2014-10-23 | -0/+15 |
| * | | | net: keystone_net: increase MDIO clock frequency | Vitaly Andrianov | 2014-10-23 | -1/+1 |
| * | | | net: keystone_net: move header file from arch to ti-common | Khoronzhuk, Ivan | 2014-10-23 | -256/+252 |
| * | | | net: keystone_net: add support for NETCP v1.5 | Khoronzhuk, Ivan | 2014-10-23 | -62/+97 |
| * | | | net: keystone_net: remove SoC specific emac_regs structure | Hao Zhang | 2014-10-23 | -15/+0 |
| * | | | keystone2: k2l-evm: add board support | Hao Zhang | 2014-10-23 | -0/+9 |
| * | | | keystone2: enable OSR clock domain for K2L SoC | Hao Zhang | 2014-10-23 | -0/+76 |
| * | | | ARM: keystone2: spl: move board specific code | Hao Zhang | 2014-10-23 | -66/+0 |
| * | | | keystone2: msmc: add MSMC cache coherency support for K2L SOC | Hao Zhang | 2014-10-23 | -9/+19 |
| * | | | keystone2: clock: add K2L clock definitions and commands | Hao Zhang | 2014-10-23 | -0/+232 |
| * | | | ARM: keystone2: add K2L device hardware definitions | Hao Zhang | 2014-10-23 | -2/+87 |
| * | | | ARM: cmd_clock: generalize command usage description | Khoronzhuk, Ivan | 2014-10-23 | -61/+61 |
| * | | | keystone: usb: add support of usb xhci | WingMan Kwok | 2014-10-23 | -0/+27 |
| * | | | dma: keystone_nav: generalize driver usage | Khoronzhuk, Ivan | 2014-10-23 | -5/+7 |
| * | | | dma: keystone_nav: move keystone_nav driver to driver/dma/ | Khoronzhuk, Ivan | 2014-10-23 | -355/+0 |
| * | | | keystone2: keystone_nav: don't use hard addresses in netcp_pktdma | Khoronzhuk, Ivan | 2014-10-23 | -29/+27 |
| * | | | keystone2: keystone_nav: don't use hard addresses in qm_config | Khoronzhuk, Ivan | 2014-10-23 | -32/+30 |
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-socfpga | Tom Rini | 2014-10-27 | -26/+2 |
|\ \ \ \
| |_|_|/
|/| | | |
|