aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-26bootstage: Correct printf typesSimon Glass1-2/+2
2013-06-26Show stdout on error in fit-testSimon Glass1-9/+10
2013-06-26Fix missing return in do_mem_loop()Simon Glass1-0/+2
2013-06-26x86: Correct missing local variable in bootmSimon Glass1-0/+2
2013-06-26pci: Convert extern inline functions to static inlineSimon Glass1-2/+2
2013-06-26cros: exynos: enable cros-ec for smdk5250Hung-ying Tyan2-1/+54
2013-06-26cros: exynos: add cros-ec device nodes to exynos5250-snow.dtsHung-ying Tyan2-0/+83
2013-06-26cros: adds cros_ec keyboard driverHung-ying Tyan6-0/+348
2013-06-26cros: add LPC support for cros_ecHung-ying Tyan2-0/+284
2013-06-26cros: exynos: add SPI support for cros_ecHung-ying Tyan4-0/+200
2013-06-26cros: add I2C support for cros_ecHung-ying Tyan2-0/+200
2013-06-26cros: add cros_ec driverHung-ying Tyan8-0/+3278
2013-06-24Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini34-221/+3117
2013-06-24phylib: add atheros ar803x phyHeiko Schocher1-1/+12
2013-06-24phylib: add natsemi dp83630 phyHeiko Schocher1-0/+37
2013-06-24net: update FTGMAC100 for MMU/D-cache supportKuo-Jung Su1-21/+49
2013-06-24net: add Faraday FTMAC110 10/100Mbps ethernet supportKuo-Jung Su4-0/+652
2013-06-24net: phy: supplement support for Micrel's KSZ9031SARTRE Leo2-1/+46
2013-06-24net: macb: add support for gigabit MACBo Shen2-38/+168
2013-06-24net: macb: using phylib to configure phy deviceBo Shen1-2/+14
2013-06-24net: macb: using AT91FAMILY replace #ifdeferryBo Shen1-8/+2
2013-06-24ARM: at91sam9n12: add network support with ksz8851_16mllBo Shen2-0/+40
2013-06-24net: ks8851_mll: add ethernet supportRoberto Cerati4-0/+1004
2013-06-24phylib: Add Atheros AR8035 GETH PHY supportXie Xiaobo1-1/+33
2013-06-24add support for Xilinx 1000BASE-X phy (GTX)Charles Coldwell3-0/+27
2013-06-24net: Correct check for link-local target IP conflictJoe Hershberger1-4/+13
2013-06-24PHY: micrel.c: add support for KSZ9031David Andrey1-27/+52
2013-06-24net/tftp: sparse fixesKim Phillips1-6/+6
2013-06-24net: make IPaddr type big endianKim Phillips1-1/+1
2013-06-24net: Fix build regression in macb.cJoe Hershberger1-1/+1
2013-06-24net/macb: Add arch specific routine to get mdio controlShiraz Hashim1-0/+8
2013-06-24net/designware: Do not select MIIPORT for RGMII interfaceVipin Kumar1-1/+3
2013-06-24net: nfs: add dynamic wait periodMatthias Brugger1-21/+53
2013-06-24NET: mvgbe: add support for DoveSebastian Hesselbarth2-0/+9
2013-06-24NET: mvgbe: add phylib supportSebastian Hesselbarth1-4/+65
2013-06-24NET: phy: add 88E1310 PHY initializationSebastian Hesselbarth1-0/+48
2013-06-24pxe: add ipappend supportRob Herring1-3/+44
2013-06-24net: Fix build regression in cmd_pxe.cJoe Hershberger1-0/+2
2013-06-24pxe: add support for per arch and SoC default pathsRob Herring1-6/+20
2013-06-24pxe: add support for ontimeout tokenRob Herring1-5/+6
2013-06-24pxe: simplify menu display and selectionRob Herring1-18/+16
2013-06-24pxe: always display a menu when presentRob Herring1-1/+2
2013-06-24pxe: try bootz if bootm fails to find a valid imageRob Herring1-1/+10
2013-06-24bootz: un-staticize do_bootzRob Herring2-1/+3
2013-06-24pxe: fix handling of different localboot valuesRob Herring1-18/+19
2013-06-24pxe: make string parameters constRob Herring1-12/+12
2013-06-24pxe: Use ethact setting for pxeRob Herring1-25/+9
2013-06-24net: add ICPlus PHY driverYegor Yefremov3-0/+98
2013-06-24phy: export genphy_parse_link()Yegor Yefremov2-1/+2
2013-06-24net: Add sunxi (Allwinner) wemac driverHenrik Nordström3-0/+535