aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-09powerpc/rman: fix RMan support for t4240 and b4860Minghuan Lian5-8/+12
2013-08-09board/b4860qds: Add support for configuring SerDes1 RefclksShaveta Leekha3-2/+119
2013-08-09powerpc/asm: Move function declaration of 'serdes_get_prtcl' to fsl_serdes.hShaveta Leekha2-1/+1
2013-08-09powerpc/mpc85xx: Add defines for serdes RSTCTL registerShaveta Leekha1-1/+3
2013-08-09board/freescale/common: IDT8T49N222A configuration codeShaveta Leekha3-0/+341
2013-08-09board/bsc9132qds: Configure DSP DDR controllerPriyanka Jain2-0/+28
2013-08-09board/bsc9132qds: Add DSP side tlb and lawsPriyanka Jain6-1/+34
2013-08-09powerpc/srio-pcie-boot: Avoid the NOR_BOOT macro when boot from SRIO/PCIELiu Gang1-1/+2
2013-08-09p1020rdb-pd: platform supportHaijun.Zhang5-14/+63
2013-08-09powerpc/mpc85xx: Workaround for A-005812York Sun4-0/+29
2013-08-09powerpc/mpc8xxx: Add memory reset controlYork Sun16-21/+131
2013-08-09powerpc/mpc8xxx: Add x4 DDR device supportYork Sun6-0/+13
2013-08-09powerpc/t4240qds: Adjust DDR timing for RDIMMYork Sun1-10/+9
2013-08-09powerpc/mpc8xxx: Set inactive csn_bnds to 0xffffffffYork Sun2-3/+9
2013-08-09powerpc/T4240EMU: Add T4240EMU targetYork Sun12-609/+1006
2013-08-09powerpc/corenet: Move RCW print to cpu.cYork Sun5-62/+22
2013-08-09powerpc/t4qds: cleanup board header fileYork Sun1-68/+0
2013-08-09mpc85xx: Base emulator supportYork Sun5-1/+23
2013-08-09drivers/fm: Fix compiling error if FW location is not definedYork Sun1-0/+2
2013-08-09powerpc/corenet: Move CONFIG_FSL_CORENET out of board header fileYork Sun5-4/+5
2013-08-09powerpc/t4: Correct LIODN assignment for SRIOLiu Gang2-2/+3
2013-08-09powerpc/b4860: Correct LIODN assignment for SRIOLiu Gang2-2/+3
2013-08-09powerpc/srio: Update the SRIO LIODN registers and ID table macroLiu Gang2-0/+23
2013-08-09powerpc/85xx: Add TWR-P10xx board supportXie Xiaobo7-0/+1180
2013-08-06Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2-6/+6
2013-08-03i2c: soft: Fix typo in CONFIG_SYS_I2C_SOFT_SPEEDMarek Vasut2-6/+6
2013-08-02dts/Makefile: pass -undef -D__DTS__ to cppStephen Warren1-1/+1
2013-08-02dts/Makefile: don't use cpp -PStephen Warren1-1/+1
2013-08-02config: don't define CONFIG_ARCH_DEVICE_TREEStephen Warren7-60/+1
2013-08-02dts/Makefile: don't define ARCH_CPU_DTS, BOARD_DTSStephen Warren1-7/+0
2013-08-02dt: don't use ARCH_CPU_DTSStephen Warren3-3/+3
2013-08-02dts/Makefile: unify cpp/dtc include pathsStephen Warren1-2/+9
2013-08-02dts/Makefile: simplify dtc invocationStephen Warren2-7/+3
2013-08-02xilinx: move microblaze-generic .dts to standard locationStephen Warren3-2/+1
2013-08-02Validate dtc is new enoughStephen Warren3-1/+28
2013-08-01Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini12-158/+423
2013-07-31spi: bfin_spi: Use DIV_ROUND_UP instead of open-codedAxel Lin1-3/+1
2013-07-31blackfin: Fix using gd->baudrate before setting its valueAxel Lin1-2/+1
2013-07-31blackfin: gpio: Use proper mask for comparing functionAxel Lin1-5/+6
2013-07-31gpio: adi_gpio2: Unreserve gpio in special_gpio_free()Axel Lin1-2/+2
2013-07-31blackfin: gpio: Unreserve gpio in special_gpio_free()Axel Lin1-2/+2
2013-07-30cfi_flash: Add prototypes of overridable functionsMasahiro Yamada1-0/+14
2013-07-29ehci-hcd: fix memory leak in lowlevel initNikita Kiryanov1-1/+3
2013-07-29usb_hub: fix power cycling logicNikita Kiryanov1-2/+2
2013-07-29usb: ehci-omap: Don't softreset USB High-speed Host (UHH) ModuleRoger Quadros1-12/+15
2013-07-29dfu: Implementation of target reset after communication with dfu-util's -R sw...Lukasz Majewski4-1/+28
2013-07-29usb: mv_udc: Add bounce bufferMarek Vasut2-8/+82
2013-07-29usb: mv_udc: Add proper cache managementMarek Vasut1-5/+77
2013-07-29usb: mv_udc: Implement better qTD item accessorMarek Vasut1-2/+15
2013-07-29usb: mv_udc: Improve allocation of qTD itemsMarek Vasut2-2/+24