summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | drivers: net: cpsw: remove hard coding bd ram for cpswMugunthan V N2013-07-261-0/+1
| * | am335x_evm: Correct CONFIG_CMD_SPL_WRITE_SIZETom Rini2013-07-261-1/+1
| * | am335x_evm: Update eMMC falcon mode locationsTom Rini2013-07-261-3/+3
| * | am335x_evm: Correct DFU ALT settings for falcon modeTom Rini2013-07-261-3/+8
| * | Merge branch 'u-boot/master' into u-boot-arm/masterAlbert ARIBAUD2013-07-25880-14693/+3111
| |\ \
| * | | highbank: enable keyed autoboot stopRob Herring2013-07-251-0/+2
| * | | ARM: highbank: setup peripherals based on power domain statusRob Herring2013-07-251-0/+1
| * | | ARM: highbank: enable reset on command timeoutRob Herring2013-07-251-0/+3
| * | | ARM: highbank: update config optionsRob Herring2013-07-251-2/+12
| | |/ | |/|
* | | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2013-08-141-0/+64
|\ \ \
| * | | include/fsl_usb.h: Cleanup license headerYork Sun2013-08-141-17/+1
| * | | fsl/usb: Move USB internal phy definitions to fsl_usb.hramneek mehresh2013-08-141-0/+80
* | | | Merge branch 'dcc' of git://www.denx.de/git/u-boot-microblazeTom Rini2013-08-131-3/+0
|\ \ \ \ | |/ / / |/| | |
| * | | serial: arm_dcc: Remove stdio structure supportJagannadha Sutradharudu Teki2013-08-131-3/+0
* | | | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2013-08-1311-586/+1849
|\ \ \ \
| * | | | powerpc/mpc85xx: Cleanup license header in source filesYork Sun2013-08-123-51/+3
| * | | | powerpc/c29xpcie: add support for C29XPCIE boardMingkai Hu2013-08-091-0/+472
| * | | | powerpc/pcie: add PCIe version 3.x supportZang Roy-R619112013-08-091-7/+0
| * | | | powerpc/rman: fix RMan support for t4240 and b4860Minghuan Lian2013-08-093-0/+4
| * | | | board/b4860qds: Add support for configuring SerDes1 RefclksShaveta Leekha2013-08-091-0/+7
| * | | | board/bsc9132qds: Add DSP side tlb and lawsPriyanka Jain2013-08-091-0/+4
| * | | | p1020rdb-pd: platform supportHaijun.Zhang2013-08-091-3/+47
| * | | | powerpc/mpc8xxx: Add memory reset controlYork Sun2013-08-091-0/+1
| * | | | powerpc/T4240EMU: Add T4240EMU targetYork Sun2013-08-093-504/+727
| * | | | powerpc/t4qds: cleanup board header fileYork Sun2013-08-091-68/+0
| * | | | powerpc/corenet: Move CONFIG_FSL_CORENET out of board header fileYork Sun2013-08-094-4/+0
| * | | | powerpc/85xx: Add TWR-P10xx board supportXie Xiaobo2013-08-091-0/+635
* | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-videoTom Rini2013-08-124-6/+2166
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | edid: rename struct member to fix two EDID_* macrosChristian Gmeiner2013-08-121-1/+1
| * | | | video: Add small 4x6 font from LinuxMarek Vasut2013-08-122-0/+2158
| * | | | video: Encapsulate font in video_font_data.hMarek Vasut2013-08-122-5/+7
| |/ / /
* | | | mpc5200: Misc updates to a3m071 config headerStefan Roese2013-08-121-8/+23
* | | | Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblazeTom Rini2013-08-121-0/+5
|\ \ \ \
| * | | | fpga: zynqpl: Add support for zc7100 device.Michal Simek2013-08-121-0/+5
| |/ / /
* | | | zynq: Enable CONFIG_ZYNQ_SPIJagannadha Sutradharudu Teki2013-08-071-0/+9
|/ / /
* | | Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-08-061-2/+2
|\ \ \
| * | | i2c: soft: Fix typo in CONFIG_SYS_I2C_SOFT_SPEEDMarek Vasut2013-08-031-2/+2
* | | | config: don't define CONFIG_ARCH_DEVICE_TREEStephen Warren2013-08-021-1/+0
* | | | xilinx: move microblaze-generic .dts to standard locationStephen Warren2013-08-021-1/+1
|/ / /
* | | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2013-08-012-47/+43
|\ \ \
| * | | dfu: Implementation of target reset after communication with dfu-util's -R sw...Lukasz Majewski2013-07-291-0/+2
| * | | usb: mv_udc: Add bounce bufferMarek Vasut2013-07-291-1/+5
| * | | usb: mv_udc: Improve allocation of qTD itemsMarek Vasut2013-07-291-0/+1
| * | | usb: mv_udc: Move QH and qTD into mv_drvMarek Vasut2013-07-291-0/+2
| * | | usb: mv_udc: Make use of struct ehci_ctrlMarek Vasut2013-07-291-3/+3
| * | | usb: mv_udc: Clean up the EP initializationMarek Vasut2013-07-291-1/+1
| * | | usb: mv_udc: Move endpoint array into driver dataMarek Vasut2013-07-291-8/+9
| * | | usb: mv_udc: Clean up mv_udc.hMarek Vasut2013-07-291-37/+23
* | | | cfi_flash: Add prototypes of overridable functionsMasahiro Yamada2013-07-301-0/+14
|/ / /
* | | powerpc/ppc4xx: Remove CONFIG_SYS_FLASH_PROTECTION from gdsys boardsDirk Eibach2013-07-255-10/+5
OpenPOWER on IntegriCloud