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