summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * | test/py: fix a couple typos in commentsStephen Warren2016-01-28-2/+2
| * | test/py: run sandbox in source directoryStephen Warren2016-01-28-3/+7
| * | test/py: pass test DTB to sandboxStephen Warren2016-01-28-1/+6
| * | test/py: correctly log xfail/xpass testsStephen Warren2016-01-28-24/+74
| * | test/py: detect another "bad pattern" in console outputStephen Warren2016-01-28-0/+2
| * | test/py: check for bad patterns everywhere we waitStephen Warren2016-01-28-7/+19
| * | test.py: calculate bad patterns on change onlyStephen Warren2016-01-28-24/+25
| * | test/py: fix spawn.expect multiple match handlingStephen Warren2016-01-28-1/+1
| * | test/dm: clear unit test failure count each runStephen Warren2016-01-28-0/+2
| * | test/py: Provide custom IDs when parametrizing testsStephen Warren2016-01-28-1/+13
| * | test/py: Quote consistencyStephen Warren2016-01-28-42/+42
| * | test/py: use " for docstringsStephen Warren2016-01-28-245/+245
| * | test/py: make net test aware of USB and PCI enumerationStephen Warren2016-01-28-13/+15
| * | distro bootcmd: enumerate PCI before network operationsStephen Warren2016-01-28-0/+20
| * | distro bootcmd: make net boot only optionally start USBStephen Warren2016-01-28-5/+13
| * | Implement "pci enum" command for CONFIG_DM_PCIStephen Warren2016-01-28-13/+20
| * | test/py: dfu: error out if USB device already existsStephen Warren2016-01-28-0/+6
| * | ARM: tegra: shut down USB device controller at bootStephen Warren2016-01-28-1/+22
| * | test/py: make crash detection more robustStephen Warren2016-01-28-13/+7
| * | dm: Remove device_probe_child()Simon Glass2016-01-28-21/+1
| * | test/py: add a networking testStephen Warren2016-01-28-0/+153
| * | test/py: move find_ram_base() into u_boot_utilsStephen Warren2016-01-28-39/+41
| * | test/py: add DFU testStephen Warren2016-01-28-197/+262
| * | test/py: ums: add filesystem-based testingStephen Warren2016-01-28-261/+188
| * | test/py: add various utility codeStephen Warren2016-01-28-0/+190
| * | test/py: optionally ignore errors from shell commandsStephen Warren2016-01-28-2/+6
| * | test/py: log when tests send CTRL-CStephen Warren2016-01-28-0/+1
| * | test/py: drain console log at the end of any failed testStephen Warren2016-01-28-0/+39
| * | test/py: move U-Boot respawn trigger to the test coreStephen Warren2016-01-28-12/+8
| * | test/py: fix timeout to be absoluteStephen Warren2016-01-28-1/+6
| * | tpm: st33zp24: Add tpm st33zp24 spi supportChristophe Ricard2016-01-28-0/+686
| * | tpm: st33zp24: Add tpm st33zp24 support with i2cChristophe Ricard2016-01-28-0/+560
| * | tpm: Rename tpm_tis_infineon.h to tpm_tis.h and move infineon specific stuff ...Christophe Ricard2016-01-28-17/+17
| * | tpm: tpm_tis_lpc: fix typoChristophe Ricard2016-01-28-1/+1
| * | tpm: Fix fault in case CONFIG_DM_TPM is set without any TPMChristophe Ricard2016-01-28-2/+2
* | | Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2016-01-28-879/+1933
|\ \ \ | |/ / |/| |
| * | net: Add bootfile in DHCP RequestAlexandre Messier2016-01-28-0/+1
| * | net: phy: implements probe for Cortina phyShaohui Xie2016-01-28-0/+7
| * | net: phy: introduce a quirk PHY_FLAG_BROKEN_RESETShaohui Xie2016-01-28-0/+5
| * | net: phy: micrel: fix divisor value for KSZ9031 phy skewDinh Nguyen2016-01-28-1/+1
| * | net: phy: micrel: add documentation for Micrel KSZ90x1 bindingDinh Nguyen2016-01-28-0/+165
| * | net: phy: Use 'autoneg' flag from phydevAlexandre Messier2016-01-28-2/+3
| * | net: phy: Set ANRESTART in setup_forcedAlexandre Messier2016-01-28-1/+1
| * | net: phy: micrel: Disable B_CAST on configAlexandre Messier2016-01-28-2/+21
| * | net: Rename eth.c to eth_lecacy.cSimon Glass2016-01-28-1/+1
| * | net: Move driver-model code into its own fileSimon Glass2016-01-28-543/+553
| * | net: Move remaining common functions to eth_common.cSimon Glass2016-01-28-104/+113
| * | net: Move environment functions to the common fileSimon Glass2016-01-28-43/+59
| * | net: Move common init into a new eth_common.c fileSimon Glass2016-01-28-28/+53
| * | net: Don't call board/cpu_eth_init() with driver modelSimon Glass2016-01-28-2/+2