1. bcbb319 video: Add stb TrueType font renderer by Simon Glass · 9 years ago
  2. 9deaf82 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  3. 071bc84 test/py: dfu: allow boardenv to specify test sizes by Stephen Warren · 9 years ago
  4. 2b46724 test/py: fix a couple typos in comments by Stephen Warren · 9 years ago
  5. a85fce9 test/py: run sandbox in source directory by Stephen Warren · 9 years ago
  6. b8936ae test/py: pass test DTB to sandbox by Stephen Warren · 9 years ago
  7. 25b0524 test/py: correctly log xfail/xpass tests by Stephen Warren · 9 years ago
  8. 3bd79d3 test/py: detect another "bad pattern" in console output by Stephen Warren · 9 years ago
  9. 68a9bb6 test/py: check for bad patterns everywhere we wait by Stephen Warren · 9 years ago
  10. 1115a97 test.py: calculate bad patterns on change only by Stephen Warren · 9 years ago
  11. 3880dec test/py: fix spawn.expect multiple match handling by Stephen Warren · 9 years ago
  12. fcebff5 test/dm: clear unit test failure count each run by Stephen Warren · 9 years ago
  13. 71a68fd test/py: Provide custom IDs when parametrizing tests by Stephen Warren · 9 years ago
  14. 3deb896 test/py: Quote consistency by Stephen Warren · 9 years ago
  15. 75e731e test/py: use " for docstrings by Stephen Warren · 9 years ago
  16. 8d57b92 test/py: make net test aware of USB and PCI enumeration by Stephen Warren · 9 years ago
  17. 3a74c64 distro bootcmd: enumerate PCI before network operations by Stephen Warren · 9 years ago
  18. 4c739fb distro bootcmd: make net boot only optionally start USB by Stephen Warren · 9 years ago
  19. 04eb269 Implement "pci enum" command for CONFIG_DM_PCI by Stephen Warren · 9 years ago
  20. 9d7e55d test/py: dfu: error out if USB device already exists by Stephen Warren · 9 years ago
  21. 5a44ab4 ARM: tegra: shut down USB device controller at boot by Stephen Warren · 9 years ago
  22. 0c09352 test/py: make crash detection more robust by Stephen Warren · 9 years ago
  23. 6142d75 dm: Remove device_probe_child() by Simon Glass · 9 years ago
  24. 1a21855 test/py: add a networking test by Stephen Warren · 9 years ago
  25. f7743ce test/py: move find_ram_base() into u_boot_utils by Stephen Warren · 9 years ago
  26. b92b446 test/py: add DFU test by Stephen Warren · 9 years ago
  27. d46df83 test/py: ums: add filesystem-based testing by Stephen Warren · 9 years ago
  28. ef824f5 test/py: add various utility code by Stephen Warren · 9 years ago
  29. 118e37e test/py: optionally ignore errors from shell commands by Stephen Warren · 9 years ago
  30. a88c417 test/py: log when tests send CTRL-C by Stephen Warren · 9 years ago
  31. 97a5466 test/py: drain console log at the end of any failed test by Stephen Warren · 9 years ago
  32. e1d24d0 test/py: move U-Boot respawn trigger to the test core by Stephen Warren · 9 years ago
  33. 22eba12 test/py: fix timeout to be absolute by Stephen Warren · 9 years ago
  34. 5ffadc3 tpm: st33zp24: Add tpm st33zp24 spi support by Christophe Ricard · 9 years ago
  35. 8824923 tpm: st33zp24: Add tpm st33zp24 support with i2c by Christophe Ricard · 9 years ago
  36. 2654952 tpm: Rename tpm_tis_infineon.h to tpm_tis.h and move infineon specific stuff in tpm_infineon.c by Christophe Ricard · 9 years ago
  37. 628f1d0 tpm: tpm_tis_lpc: fix typo by Christophe Ricard · 9 years ago
  38. e43cd62 tpm: Fix fault in case CONFIG_DM_TPM is set without any TPM by Christophe Ricard · 9 years ago
  39. da62ad2 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  40. ad28a31 net: Add bootfile in DHCP Request by Alexandre Messier · 9 years ago
  41. 52a5282 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 9 years ago
  42. be799dd net: phy: implements probe for Cortina phy by Shaohui Xie · 9 years ago
  43. 62a7b92 net: phy: introduce a quirk PHY_FLAG_BROKEN_RESET by Shaohui Xie · 9 years ago
  44. 826df7a net: phy: micrel: fix divisor value for KSZ9031 phy skew by Dinh Nguyen · 9 years ago
  45. 427afbb net: phy: micrel: add documentation for Micrel KSZ90x1 binding by Dinh Nguyen · 9 years ago
  46. 010c5ec net: phy: Use 'autoneg' flag from phydev by Alexandre Messier · 9 years ago
  47. 103a8c4 net: phy: Set ANRESTART in setup_forced by Alexandre Messier · 9 years ago
  48. 94bde10 net: phy: micrel: Disable B_CAST on config by Alexandre Messier · 9 years ago
  49. 8602d5c net: Rename eth.c to eth_lecacy.c by Simon Glass · 9 years ago
  50. c6011d2 net: Move driver-model code into its own file by Simon Glass · 9 years ago
  51. d9582c3 net: Move remaining common functions to eth_common.c by Simon Glass · 9 years ago
  52. ce63f89 net: Move environment functions to the common file by Simon Glass · 9 years ago
  53. 0a9bde1 net: Move common init into a new eth_common.c file by Simon Glass · 9 years ago
  54. a7d6dbb net: Don't call board/cpu_eth_init() with driver model by Simon Glass · 9 years ago
  55. e49f495 tegra: Report errors from PCI init by Simon Glass · 9 years ago
  56. a3d3874 net/designware: add support of max-speed device tree property by Alexey Brodkin · 9 years ago
  57. a5e8819 net/designware: do explicit port selection for 1Gb mode by Alexey Brodkin · 9 years ago
  58. 4384ea4 include/net.h: add max_speed member in struct eth_pdata by Alexey Brodkin · 9 years ago
  59. e476bb2 drivers/net/phy: introduce phy_set_supported() by Alexey Brodkin · 9 years ago
  60. 33bbc24 net: phy: breakdown PHY_*_FEATURES defines by Florian Fainelli · 9 years ago
  61. 6cc1e7d net: phy: genphy: Allow overwriting features by Sascha Hauer · 9 years ago
  62. 6c8be84 net: phy: ensure Gigabit features are masked off if requested by Florian Fainelli · 9 years ago
  63. f409b36 arm: ls102xa: Rewrite the logic of ft_fixup_enet_phy_connect_type() by Bin Meng · 9 years ago
  64. 74314f1 net: tsec: Use priv->tbiaddr to initialize TBI PHY address by Bin Meng · 9 years ago
  65. 1048f61 net: tsec: Add driver model ethernet support by Bin Meng · 9 years ago
  66. a8ccf75 doc: dt-bindings: Describe Freescale TSEC ethernet controller by Bin Meng · 9 years ago
  67. e86a6cd net: tsec: Use tsec_private pointer as the parameter for internal routines by Bin Meng · 9 years ago
  68. 80b1a1c net: tsec: Adjust orders to avoid forward declaration of tsec_send() by Bin Meng · 9 years ago
  69. 1120c54 net: tsec: Move rxbd and txbd to struct tsec_private by Bin Meng · 9 years ago
  70. 76f5399 net: tsec: Move rx_idx and tx_idx to struct tsec_private by Bin Meng · 9 years ago
  71. 79cd33a net: tsec: fsl_mdio: Fix several cosmetic issues by Bin Meng · 9 years ago
  72. 9e0a370 arm: ls1021atwr: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET by Bin Meng · 9 years ago
  73. e52fb1c powerpc: p1010rdb: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET by Bin Meng · 9 years ago
  74. d268e91 powerpc: mpc8548cds: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET by Bin Meng · 9 years ago
  75. 28cedb2 powerpc: mpc8572ds: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET by Bin Meng · 9 years ago
  76. e1bd42d powerpc: c29xpcie: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET by Bin Meng · 9 years ago
  77. 1e0e00a powerpc: bsc9132qds: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET by Bin Meng · 9 years ago
  78. 67e72e9 net: bootp: Ignore packets whose yiaddr is 0 by Peng Fan · 9 years ago
  79. d73a949 drivers: net: vsc9953: Add LAG support by Codrin Ciubotariu · 9 years ago
  80. ca61fa7 common: cmd_ethsw: Spelling fixes by Codrin Ciubotariu · 9 years ago
  81. 489d35d doc: t1040-l2switch: Update README by Codrin Ciubotariu · 9 years ago
  82. 25f253a drivers: net: vsc9953: Fix FDB aging time by Codrin Ciubotariu · 9 years ago
  83. 024e7dd drivers: net: vsc9953: Fix number of reserved registers by Codrin Ciubotariu · 9 years ago
  84. e64013d net: phy: do not read configuration register on reset by Stefan Agner · 9 years ago
  85. 179a5b5 ARM: tegra: rm Jetson TK1 PMIC GPIO programming by Stephen Warren · 9 years ago
  86. 2b90633 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 9 years ago
  87. 4f8d4e9 x86: Correct spi node alias by Bin Meng · 9 years ago
  88. 389ef48 x86: config option for loading ACPI table from QEMU by Miao Yan · 9 years ago
  89. 3b68c52 x86: qemu: add the ability to load and link ACPI tables from QEMU by Miao Yan · 9 years ago
  90. 35603ff x86: qemu: setup PM IO base for ACPI in southbridge by Miao Yan · 9 years ago
  91. c90a058 x86: qemu: re-structure qemu_fwcfg_list_firmware() by Miao Yan · 9 years ago
  92. a377b7c x86: baytrail: Add option to disable the internal UART to setup_early_uart() by Stefan Roese · 9 years ago
  93. ba019ed misc: Add simple driver to enable the legacy UART on Winbond Super IO chips by Stefan Roese · 9 years ago
  94. 9436b3e x86: x86-common.h: Add generic FS commands by Stefan Roese · 9 years ago
  95. 9433fcb x86: baytrail: Add documentation for FSP memory-down values by Stefan Roese · 9 years ago
  96. d51b77e Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  97. f19799b Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  98. 138a36a armv8/ls1043aqds: add QSPI boot support by Qianyu Gong · 9 years ago
  99. 760df89 armv8/ls1043aqds: add QSPI support in SD boot by Gong Qianyu · 9 years ago
  100. 51c18dc armv8/ls1043aqds: add DSPI support by Gong Qianyu · 9 years ago