1. aad5beb .travis.yml: rework according to new travis-ci infra by Roger Meier · 9 years ago
  2. e2c09ad Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 9 years ago
  3. d319148 board: Enable ethernet, tftpboot support to pic32mzdask board. by Purna Chandra Mandal · 9 years ago
  4. 6b731c9 drivers: net: Add ethernet driver for Microchip PIC32. by Purna Chandra Mandal · 9 years ago
  5. d249984 drivers: net: phy: add SMSC LAN8740 Phy support. by Purna Chandra Mandal · 9 years ago
  6. 85491f5 board: add SDHCI support for PIC32MZDASK board. by Purna Chandra Mandal · 9 years ago
  7. be03317 drivers: mmc: add driver for Microchip PIC32 SDHCI controller. by Andrei Pistirica · 9 years ago
  8. 745dd32 board: Add Microchip PIC32MZ[DA]-Starter-Kit board. by Purna Chandra Mandal · 9 years ago
  9. 5c2dcd2 MIPS: Add support for Microchip PIC32MZ[DA] SoC family. by Purna Chandra Mandal · 9 years ago
  10. e80d11f drivers: ddr: Add DDR2 SDRAM controller driver for Microchip PIC32. by Purna Chandra Mandal · 9 years ago
  11. 1dc4283 drivers: serial: add driver for Microchip PIC32 UART controller. by Paul Thacker · 9 years ago
  12. 0ee99ca drivers: gpio: add driver for Microchip PIC32 GPIO controller. by Purna Chandra Mandal · 9 years ago
  13. db4fbfc drivers: pinctrl: Add pinctrl driver for Microchip PIC32. by Purna Chandra Mandal · 9 years ago
  14. 699f919 drivers: clk: Add clock driver for Microchip PIC32 Microcontroller. by Purna Chandra Mandal · 9 years ago
  15. 825b321 MIPS: initial infrastructure for Microchip PIC32 architecture by Purna Chandra Mandal · 9 years ago
  16. dd37a14 malta: Use I/O accessors for SuperI/O controller by Paul Burton · 9 years ago
  17. 2e9b2a9 malta: Set I/O port base early by Paul Burton · 9 years ago
  18. 8d6600b MIPS: Support dynamic I/O port base address by Paul Burton · 9 years ago
  19. a053bb1 MIPS: Remove SLOW_DOWN_IO by Paul Burton · 9 years ago
  20. 0e50ffc mips: cache: Bulletproof the code against cornercases by Marek Vasut · 9 years ago
  21. 7aa7164 MIPS: start.S: fix and optimize instructions by Daniel Schwierzeck · 9 years ago
  22. 5c8cdf4 MIPS: initialize board_init_f() argument to zero. by Purna Chandra Mandal · 9 years ago
  23. d258d68 arm: novena: Fix EEPROM i2c configuration by Marek Vasut · 9 years ago
  24. 18ad929 arm: config: enforce -fno-pic for gcc by Peng Fan · 9 years ago
  25. 7eab3a6 ARM: Disable "DISCARD" for secure section if CONFIG_ARMV7_SECURE_BASE isn't defined by Wang Dongsheng · 9 years ago
  26. c28ad23 arm: cache: Implement cache range check for v7 by Marek Vasut · 9 years ago
  27. bf9032a armv7: add cacheline sizes where missing by Albert ARIBAUD · 9 years ago
  28. d6e436e arm: Remove S bit from MMU section entry by Marek Vasut · 9 years ago
  29. fbf49c0 arm: Replace test for CONFIG_ARMV7 with CONFIG_CPU_V7 by Marek Vasut · 9 years ago
  30. cd01ef8 video: Correct 'tor' typo in comment by Simon Glass · 9 years ago
  31. 3233798 video: test: Add console tests for truetype by Simon Glass · 9 years ago
  32. daac9c7 video: sandbox: Enable truetype fonts for sandbox by Simon Glass · 9 years ago
  33. 69f617f video: sandbox: Allow selection of font size and console name by Simon Glass · 9 years ago
  34. b3a72b3 video: Allow selection of the driver and font size by Simon Glass · 9 years ago
  35. 0fb0dab License: Add the Open Font License by Simon Glass · 9 years ago
  36. c5332cb video: Add the Cantoraone decorative font by Simon Glass · 9 years ago
  37. cffe741 video: Add the Rufscript handwriting font by Simon Glass · 9 years ago
  38. 87b7dae video: Add the AnkaCoder mono-spaced font by Simon Glass · 9 years ago
  39. 6e9d6e0 video: Add the Nimbus sans font by Simon Glass · 9 years ago
  40. 2ef353e video: Add a console driver that uses TrueType fonts by Simon Glass · 9 years ago
  41. 33bd3b6 video: Provide a backspace method by Simon Glass · 9 years ago
  42. afee743 video: Provide a signal when a new console line is started by Simon Glass · 9 years ago
  43. a74451d video: Provide a left margin for the text console by Simon Glass · 9 years ago
  44. 37b8020 video: Handle the 'bell' character by Simon Glass · 9 years ago
  45. 52c10c5 video: Use fractional units for X coordinates by Simon Glass · 9 years ago
  46. 6e0721d video kconfig console_normal by Simon Glass · 9 years ago
  47. 439079a Makefile: Add rules to build in .ttf files by Simon Glass · 9 years ago
  48. bcbb319 video: Add stb TrueType font renderer by Simon Glass · 9 years ago
  49. 9deaf82 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  50. 071bc84 test/py: dfu: allow boardenv to specify test sizes by Stephen Warren · 9 years ago
  51. 2b46724 test/py: fix a couple typos in comments by Stephen Warren · 9 years ago
  52. a85fce9 test/py: run sandbox in source directory by Stephen Warren · 9 years ago
  53. b8936ae test/py: pass test DTB to sandbox by Stephen Warren · 9 years ago
  54. 25b0524 test/py: correctly log xfail/xpass tests by Stephen Warren · 9 years ago
  55. 3bd79d3 test/py: detect another "bad pattern" in console output by Stephen Warren · 9 years ago
  56. 68a9bb6 test/py: check for bad patterns everywhere we wait by Stephen Warren · 9 years ago
  57. 1115a97 test.py: calculate bad patterns on change only by Stephen Warren · 9 years ago
  58. 3880dec test/py: fix spawn.expect multiple match handling by Stephen Warren · 9 years ago
  59. fcebff5 test/dm: clear unit test failure count each run by Stephen Warren · 9 years ago
  60. 71a68fd test/py: Provide custom IDs when parametrizing tests by Stephen Warren · 9 years ago
  61. 3deb896 test/py: Quote consistency by Stephen Warren · 9 years ago
  62. 75e731e test/py: use " for docstrings by Stephen Warren · 9 years ago
  63. 8d57b92 test/py: make net test aware of USB and PCI enumeration by Stephen Warren · 9 years ago
  64. 3a74c64 distro bootcmd: enumerate PCI before network operations by Stephen Warren · 9 years ago
  65. 4c739fb distro bootcmd: make net boot only optionally start USB by Stephen Warren · 9 years ago
  66. 04eb269 Implement "pci enum" command for CONFIG_DM_PCI by Stephen Warren · 9 years ago
  67. 9d7e55d test/py: dfu: error out if USB device already exists by Stephen Warren · 9 years ago
  68. 5a44ab4 ARM: tegra: shut down USB device controller at boot by Stephen Warren · 9 years ago
  69. 0c09352 test/py: make crash detection more robust by Stephen Warren · 9 years ago
  70. 6142d75 dm: Remove device_probe_child() by Simon Glass · 9 years ago
  71. 1a21855 test/py: add a networking test by Stephen Warren · 9 years ago
  72. f7743ce test/py: move find_ram_base() into u_boot_utils by Stephen Warren · 9 years ago
  73. b92b446 test/py: add DFU test by Stephen Warren · 9 years ago
  74. d46df83 test/py: ums: add filesystem-based testing by Stephen Warren · 9 years ago
  75. ef824f5 test/py: add various utility code by Stephen Warren · 9 years ago
  76. 118e37e test/py: optionally ignore errors from shell commands by Stephen Warren · 9 years ago
  77. a88c417 test/py: log when tests send CTRL-C by Stephen Warren · 9 years ago
  78. 97a5466 test/py: drain console log at the end of any failed test by Stephen Warren · 9 years ago
  79. e1d24d0 test/py: move U-Boot respawn trigger to the test core by Stephen Warren · 9 years ago
  80. 22eba12 test/py: fix timeout to be absolute by Stephen Warren · 9 years ago
  81. 5ffadc3 tpm: st33zp24: Add tpm st33zp24 spi support by Christophe Ricard · 9 years ago
  82. 8824923 tpm: st33zp24: Add tpm st33zp24 support with i2c by Christophe Ricard · 9 years ago
  83. 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
  84. 628f1d0 tpm: tpm_tis_lpc: fix typo by Christophe Ricard · 9 years ago
  85. e43cd62 tpm: Fix fault in case CONFIG_DM_TPM is set without any TPM by Christophe Ricard · 9 years ago
  86. da62ad2 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  87. ad28a31 net: Add bootfile in DHCP Request by Alexandre Messier · 9 years ago
  88. 52a5282 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 9 years ago
  89. be799dd net: phy: implements probe for Cortina phy by Shaohui Xie · 9 years ago
  90. 62a7b92 net: phy: introduce a quirk PHY_FLAG_BROKEN_RESET by Shaohui Xie · 9 years ago
  91. 826df7a net: phy: micrel: fix divisor value for KSZ9031 phy skew by Dinh Nguyen · 9 years ago
  92. 427afbb net: phy: micrel: add documentation for Micrel KSZ90x1 binding by Dinh Nguyen · 9 years ago
  93. 010c5ec net: phy: Use 'autoneg' flag from phydev by Alexandre Messier · 9 years ago
  94. 103a8c4 net: phy: Set ANRESTART in setup_forced by Alexandre Messier · 9 years ago
  95. 94bde10 net: phy: micrel: Disable B_CAST on config by Alexandre Messier · 9 years ago
  96. 8602d5c net: Rename eth.c to eth_lecacy.c by Simon Glass · 9 years ago
  97. c6011d2 net: Move driver-model code into its own file by Simon Glass · 9 years ago
  98. d9582c3 net: Move remaining common functions to eth_common.c by Simon Glass · 9 years ago
  99. ce63f89 net: Move environment functions to the common file by Simon Glass · 9 years ago
  100. 0a9bde1 net: Move common init into a new eth_common.c file by Simon Glass · 9 years ago