| Commit message (Expand) | Author | Age | Lines |
* | powerpc/pcie: remove PCIe version 3.x define for B4860 and B4420 | Zang Roy-R61911 | 2013-08-09 | -1/+0 |
* | powerpc/pcie: add PCIe version 3.x support | Zang Roy-R61911 | 2013-08-09 | -15/+48 |
* | powerpc/rman: fix RMan support for t4240 and b4860 | Minghuan Lian | 2013-08-09 | -8/+12 |
* | board/b4860qds: Add support for configuring SerDes1 Refclks | Shaveta Leekha | 2013-08-09 | -2/+119 |
* | powerpc/asm: Move function declaration of 'serdes_get_prtcl' to fsl_serdes.h | Shaveta Leekha | 2013-08-09 | -1/+1 |
* | powerpc/mpc85xx: Add defines for serdes RSTCTL register | Shaveta Leekha | 2013-08-09 | -1/+3 |
* | board/freescale/common: IDT8T49N222A configuration code | Shaveta Leekha | 2013-08-09 | -0/+341 |
* | board/bsc9132qds: Configure DSP DDR controller | Priyanka Jain | 2013-08-09 | -0/+28 |
* | board/bsc9132qds: Add DSP side tlb and laws | Priyanka Jain | 2013-08-09 | -1/+34 |
* | powerpc/srio-pcie-boot: Avoid the NOR_BOOT macro when boot from SRIO/PCIE | Liu Gang | 2013-08-09 | -1/+2 |
* | p1020rdb-pd: platform support | Haijun.Zhang | 2013-08-09 | -14/+63 |
* | powerpc/mpc85xx: Workaround for A-005812 | York Sun | 2013-08-09 | -0/+29 |
* | powerpc/mpc8xxx: Add memory reset control | York Sun | 2013-08-09 | -21/+131 |
* | powerpc/mpc8xxx: Add x4 DDR device support | York Sun | 2013-08-09 | -0/+13 |
* | powerpc/t4240qds: Adjust DDR timing for RDIMM | York Sun | 2013-08-09 | -10/+9 |
* | powerpc/mpc8xxx: Set inactive csn_bnds to 0xffffffff | York Sun | 2013-08-09 | -3/+9 |
* | powerpc/T4240EMU: Add T4240EMU target | York Sun | 2013-08-09 | -609/+1006 |
* | powerpc/corenet: Move RCW print to cpu.c | York Sun | 2013-08-09 | -62/+22 |
* | powerpc/t4qds: cleanup board header file | York Sun | 2013-08-09 | -68/+0 |
* | mpc85xx: Base emulator support | York Sun | 2013-08-09 | -1/+23 |
* | drivers/fm: Fix compiling error if FW location is not defined | York Sun | 2013-08-09 | -0/+2 |
* | powerpc/corenet: Move CONFIG_FSL_CORENET out of board header file | York Sun | 2013-08-09 | -4/+5 |
* | powerpc/t4: Correct LIODN assignment for SRIO | Liu Gang | 2013-08-09 | -2/+3 |
* | powerpc/b4860: Correct LIODN assignment for SRIO | Liu Gang | 2013-08-09 | -2/+3 |
* | powerpc/srio: Update the SRIO LIODN registers and ID table macro | Liu Gang | 2013-08-09 | -0/+23 |
* | powerpc/85xx: Add TWR-P10xx board support | Xie Xiaobo | 2013-08-09 | -0/+1180 |
* | Merge branch 'master' of git://git.denx.de/u-boot-i2c | Tom Rini | 2013-08-06 | -6/+6 |
|\ |
|
| * | i2c: soft: Fix typo in CONFIG_SYS_I2C_SOFT_SPEED | Marek Vasut | 2013-08-03 | -6/+6 |
* | | dts/Makefile: pass -undef -D__DTS__ to cpp | Stephen Warren | 2013-08-02 | -1/+1 |
* | | dts/Makefile: don't use cpp -P | Stephen Warren | 2013-08-02 | -1/+1 |
* | | config: don't define CONFIG_ARCH_DEVICE_TREE | Stephen Warren | 2013-08-02 | -60/+1 |
* | | dts/Makefile: don't define ARCH_CPU_DTS, BOARD_DTS | Stephen Warren | 2013-08-02 | -7/+0 |
* | | dt: don't use ARCH_CPU_DTS | Stephen Warren | 2013-08-02 | -3/+3 |
* | | dts/Makefile: unify cpp/dtc include paths | Stephen Warren | 2013-08-02 | -2/+9 |
* | | dts/Makefile: simplify dtc invocation | Stephen Warren | 2013-08-02 | -7/+3 |
* | | xilinx: move microblaze-generic .dts to standard location | Stephen Warren | 2013-08-02 | -2/+1 |
* | | Validate dtc is new enough | Stephen Warren | 2013-08-02 | -1/+28 |
|/ |
|
* | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini | 2013-08-01 | -158/+423 |
|\ |
|
| * | ehci-hcd: fix memory leak in lowlevel init | Nikita Kiryanov | 2013-07-29 | -1/+3 |
| * | usb_hub: fix power cycling logic | Nikita Kiryanov | 2013-07-29 | -2/+2 |
| * | usb: ehci-omap: Don't softreset USB High-speed Host (UHH) Module | Roger Quadros | 2013-07-29 | -12/+15 |
| * | dfu: Implementation of target reset after communication with dfu-util's -R sw... | Lukasz Majewski | 2013-07-29 | -1/+28 |
| * | usb: mv_udc: Add bounce buffer | Marek Vasut | 2013-07-29 | -8/+82 |
| * | usb: mv_udc: Add proper cache management | Marek Vasut | 2013-07-29 | -5/+77 |
| * | usb: mv_udc: Implement better qTD item accessor | Marek Vasut | 2013-07-29 | -2/+15 |
| * | usb: mv_udc: Improve allocation of qTD items | Marek Vasut | 2013-07-29 | -2/+24 |
| * | usb: mv_udc: Implement better QH accessor | Marek Vasut | 2013-07-29 | -5/+18 |
| * | usb: mv_udc: Add cacheline length check | Marek Vasut | 2013-07-29 | -0/+10 |
| * | usb: mv_udc: Properly align the endpoint QH and qTD list | Marek Vasut | 2013-07-29 | -8/+18 |
| * | usb: mv_udc: Move QH and qTD into mv_drv | Marek Vasut | 2013-07-29 | -13/+15 |