summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| | * ARM: OMAP5: Rename to ti_omap5_common.hEnric Balletbò i Serra2014-01-24-7/+7
| | * ARM: OMAP4: Rename to ti_omap4_common.hEnric Balletbò i Serra2014-01-24-7/+7
| | * feature-removal-schedule.txt: Drop CONFIG_SYS_ENABLE_PADS_ALL/CLOCKS_ENABLE_ALLTom Rini2014-01-24-16/+0
| | * ARM: OMAP4/5: Remove dead code against CONFIG_SYS_ENABLE_PADS_ALLJassi Brar2014-01-24-688/+0
| | * ARM: OMAP4/5: Remove dead code against CONFIG_SYS_CLOCKS_ENABLE_ALLJassi Brar2014-01-24-227/+0
| * | Merge branch 'u-boot-arm/next' into 'u-boot-arm/master'Albert ARIBAUD2014-01-28-1/+6
| |\ \
| | * | ARM: versatile: pass console setting to the kernelLinus Walleij2014-01-13-1/+2
| | * | ARM: versatile: pass correct machine type for Versatile ABLinus Walleij2014-01-13-0/+4
* | | | Merge branch 'master' of git://git.denx.de/u-boot-niosTom Rini2014-02-17-41/+11
|\ \ \ \
| * | | | serial: opencores_yanu: Avoid duplicate oc_serial_setbrg() implementationAxel Lin2014-02-11-40/+9
| * | | | serial: opencores_yanu: Fix build errorAxel Lin2014-02-11-1/+2
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2014-02-17-117/+198
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | dra7xx_evm: Add CONFIG_SUPPORT_EMMC_BOOT, document usageTom Rini2014-02-07-0/+27
| * | | | omap5_uevm: Add CONFIG_SUPPORT_EMMC_BOOT, document usageTom Rini2014-02-07-0/+26
| * | | | cmd_mmc.c: Drop open/close mmc sub-commandsTom Rini2014-02-07-139/+0
| * | | | cmd_mmc.c: Add bootbus mmc sub-commandTom Rini2014-02-07-0/+55
| * | | | cmd_mmc.c: Add 'partconf' command to mmcTom Rini2014-02-07-1/+52
| * | | | cmd_mmc.c: Rename 'bootpart' to 'bootpart-resize'Tom Rini2014-02-07-4/+4
| * | | | cmd_mmc.c: Change 'bootpart' code to match normal coding styleTom Rini2014-02-07-4/+11
| * | | | SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORKTom Rini2014-02-07-1/+37
| * | | | mmc: Enabled quirk SDHCI_QUIRK_BROKEN_R1BSiva Durga Prasad Paladugu2014-02-07-1/+2
| * | | | MMC: DWMMC: Correct the CLKDIV register valueRajeshwari S Shinde2014-02-07-4/+21
| * | | | mmc: set rca to 1 for MMC cardsStephen Warren2014-02-07-1/+1
* | | | | serial/serial_arc - add driver for ARC UARTAlexey Brodkin2014-02-07-0/+108
* | | | | x600: Switch to CONFIG_PHYLIBTom Rini2014-02-07-2/+1
* | | | | net/designware: make driver compatible with data cacheAlexey Brodkin2014-02-07-3/+50
* | | | | net/designware - switch driver to phylib usageAlexey Brodkin2014-02-07-379/+177
* | | | | net: execute "miiphy_init" if CONFIG_PHYLIB definedAlexey Brodkin2014-02-07-1/+1
* | | | | net/designware: add explicit reset of {tx|rx}_currdescnumAlexey Brodkin2014-02-07-0/+2
* | | | | arc: add README for architectureAlexey Brodkin2014-02-07-0/+27
* | | | | arc: add architecture to MAKEALLAlexey Brodkin2014-02-07-0/+6
* | | | | arc: add AXS101 board supportAlexey Brodkin2014-02-07-0/+460
* | | | | arc: add Arcangel4 board supportAlexey Brodkin2014-02-07-0/+196
* | | | | arc: add support for standalone programsAlexey Brodkin2014-02-07-0/+13
* | | | | arc: bdinfo, image and arc-specific init functions declarations supportAlexey Brodkin2014-02-07-0/+23
* | | | | arc: add library functionsAlexey Brodkin2014-02-07-0/+846
* | | | | arc: add cpu filesAlexey Brodkin2014-02-07-0/+734
* | | | | arc: add architecture header filesAlexey Brodkin2014-02-07-0/+593
* | | | | blackfin: Initialize the EMAC VLAN with proper default valueAaron Wu2014-02-07-0/+5
* | | | | blackfin: Change SMC dcplb entry flag to cover 16M address regionSonic Zhang2014-02-07-1/+2
* | | | | blackfin: init bss earlyBob Liu2014-02-07-1/+1
* | | | | blackfin: The logic of the BF609 macro is opposite.Sonic Zhang2014-02-07-3/+3
|/ / / /
* | | | include/usb/s3c_udc.h: Add <asm/sizes.h>Tom Rini2014-02-06-0/+1
* | | | Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblazeTom Rini2014-02-06-0/+19
|\ \ \ \
| * | | | fpga: zynqpl: Add support for zc7015 deviceMichal Simek2014-02-06-0/+9
| * | | | fpga: zynq: Correct fpga load when buf is not alignedNovasys Ingenierie2014-02-06-0/+10
* | | | | usb: mv_udc: Rename to ci_udcMarek Vasut2014-02-06-111/+111
* | | | | usb:gadget:f_thor: cosmetic: Remove debug memsetLukasz Majewski2014-02-06-2/+0
* | | | | usb:gadget:f_thor: Allocate request up to THOR_PACKET_SIZE not ep->maxpacketLukasz Majewski2014-02-06-1/+1
* | | | | usb:udc:samsung: Zero copy approach for data passed to Samsung's UDC driverLukasz Majewski2014-02-06-44/+43