1. f3674a4 stm32mp1: use OTP to configure MAC address and serial number by Patrick Delaunay · 7 years ago
  2. 0c4656b stm32mp1: add FUSE command support by Patrick Delaunay · 7 years ago
  3. 14d6a24 stm32mp1: add bsec driver by Patrick Delaunay · 7 years ago
  4. 6f6109d stm32mp1: remove the second TAMP_BOOT_CONTEXT update by Patrick Delaunay · 7 years ago
  5. 82168e8 stm32mp1: Allow to activate CONFIG_DEBUG_UART by Patrick Delaunay · 7 years ago
  6. 39ffe0e serial: stm32: Add setparity support by Patrick Delaunay · 7 years ago
  7. 830e35e dm: serial: Add setparity by Patrick Delaunay · 7 years ago
  8. db0536e serial: stm32: Fix bits defines name by Patrice Chotard · 7 years ago
  9. ab8e5d2 serial: stm32: Add debug uart support by Patrick Delaunay · 7 years ago
  10. a88d314 ram: stm32_sdram: Adds stm32f429-disco fixes for HardFault at booting by Radoslaw Pietrzyk · 7 years ago
  11. 2292ed3 serial: serial_msm: added pinmux & config by Ramon Fried · 7 years ago
  12. c9dc155 db410: added pinctrl node and serial bindings by Ramon Fried · 7 years ago
  13. e43d8e7 mach-snapdragon: Introduce pinctrl driver by Ramon Fried · 7 years ago
  14. ae29977 mach-snapdragon: Fix UART clock flow by Ramon Fried · 7 years ago
  15. 1f0f4a1 serial: serial_msm: initialize uart only before relocation by Ramon Fried · 7 years ago
  16. 5550dd9 serial: serial_msm: fail probe if settings clocks fails by Ramon Fried · 7 years ago
  17. 5355d0d db820c: set clk node to be probed before relocation by Ramon Fried · 7 years ago
  18. eef7ade Remove CONFIG_MVGBE from config_whitelist.txt by Chris Packham · 7 years ago
  19. ffa21e9 PCI: Document pciauto_region_allocate() by Tuomas Tynkkynen · 7 years ago
  20. f20b718 PCI: autoconfig: Don't allocate 64-bit addresses to 32-bit only resources by Tuomas Tynkkynen · 7 years ago
  21. 928aec7 PCI: Add newlines to debug prints in pci_auto_common.c by Tuomas Tynkkynen · 7 years ago
  22. 9cd7ac9 doc: qemu-arm: Drop highmem=off references by Tuomas Tynkkynen · 7 years ago
  23. ac92739 ARM: qemu-arm: Bump RAM size in AArch64 MMU table by Tuomas Tynkkynen · 7 years ago
  24. c307e17 PCI: dm: Ignore 64-bit memory regions if CONFIG_SYS_PCI_64BIT not set by Tuomas Tynkkynen · 7 years ago
  25. 78b93ac configs: add TPMv2.x support in Sandbox by Miquel Raynal · 7 years ago
  26. 80938c1 sandbox: dts: add Sandbox TPMv2.x node by Miquel Raynal · 7 years ago
  27. 5c37cbd doc: device-tree-bindings: add Sandbox TPMv2.0 module info by Miquel Raynal · 7 years ago
  28. cf4bfea tpm: add a Sandbox TPMv2.x driver by Miquel Raynal · 7 years ago
  29. caaf40a test/py: add TPMv2.x test suite by Miquel Raynal · 7 years ago
  30. 94e4680 doc: device-tree-bindings: add TIS TPMv2.0 SPI module info by Miquel Raynal · 7 years ago
  31. 68f34a2 tpm2: tis_spi: add the possibility to reset the chip with a gpio by Miquel Raynal · 7 years ago
  32. c1f6d6c tpm: add support for TPMv2.x SPI modules by Miquel Raynal · 7 years ago
  33. 0b864f6 tpm: add PCR authentication commands support by Miquel Raynal · 7 years ago
  34. 05d7be3 tpm: add TPM2_HierarchyChangeAuth command support by Miquel Raynal · 7 years ago
  35. 228e990 tpm: add dictionary attack mitigation commands support by Miquel Raynal · 7 years ago
  36. 2e52c06 tpm: add TPM2_GetCapability command support by Miquel Raynal · 7 years ago
  37. 4c1a585 tpm: add TPM2_PCR_Read command support by Miquel Raynal · 7 years ago
  38. 14d7235 tpm: add TPM2_PCR_Extend command support by Miquel Raynal · 7 years ago
  39. 8df6f8d tpm: add TPM2_Clear command support by Miquel Raynal · 7 years ago
  40. 39c7608 tpm: add TPM2_SelfTest command support by Miquel Raynal · 7 years ago
  41. 65a1a6c tpm: add TPM2_Startup command support by Miquel Raynal · 7 years ago
  42. 68b3f83 tpm: report driver error code to upper layer by Miquel Raynal · 7 years ago
  43. 3eec088 tpm: add possible traces to analyze buffers returned by the TPM by Miquel Raynal · 7 years ago
  44. c9e0c32 tpm: add macros to enhance TPM commands readability by Miquel Raynal · 7 years ago
  45. f3b4350 tpm: prepare support for TPMv2.x commands by Miquel Raynal · 7 years ago
  46. f7147e5 tpm: add missing parameter in private data structure description by Miquel Raynal · 7 years ago
  47. 4c6759e tpm: disociate TPMv1.x specific and generic code by Miquel Raynal · 7 years ago
  48. 294f82a tpm: prepare introduction of TPMv2.x support in Kconfig by Miquel Raynal · 7 years ago
  49. 3c43d54 tpm: add Revision ID field in the chip structure by Miquel Raynal · 7 years ago
  50. 82b0566 tpm: add extra blank lines between declarations and code by Miquel Raynal · 7 years ago
  51. a59aa34 tpm: fix spelling by Miquel Raynal · 7 years ago
  52. 02c4bba tpm: use the BIT() macro where applicable by Miquel Raynal · 7 years ago
  53. 886ccc0 tpm: align arguments with open parenthesis by Miquel Raynal · 7 years ago
  54. d790f55 tpm: substitute deprecated uint<x>_t types with their u<x> equivalent by Miquel Raynal · 7 years ago
  55. c28d0c5 tpm: remove extra spaces between a function and its opening bracket by Miquel Raynal · 7 years ago
  56. 171e5bf tpm: remove redundant blank line by Miquel Raynal · 7 years ago
  57. 6079dfa Merge tag 'arc-uart-updates-for-2018.07-rc1' of git://git.denx.de/u-boot-arc by Tom Rini · 7 years ago
  58. 31efd3c Merge tag 'signed-rpi-next' of git://github.com/agraf/u-boot by Tom Rini · 7 years ago
  59. 87e1773 ARC: Enable debug UART on nSIM boards by Alexey Brodkin · 7 years ago
  60. eede167 serial/serial_arc: Implement debug serial by Alexey Brodkin · 7 years ago
  61. b9a0a42 serial: Convert ARC_SERIAL to Kconfig by Alexey Brodkin · 7 years ago
  62. 1ee6a7c ARC: enable debug uart for HSDK and AXS10x boards by Eugeniy Paltsev · 7 years ago
  63. 14e1dd6 ARC: init debug uart in early common arc code by Eugeniy Paltsev · 7 years ago
  64. 9acd571 rpi: Change load addresses to make more room for the kernel & DTB by Tuomas Tynkkynen · 7 years ago
  65. 0662337 spl: Add full fitImage support by Marek Vasut · 7 years ago
  66. 7f93db7 pylibfdt: Add missing CC and LD to Makefile by Marek Vasut · 7 years ago
  67. 6bff25d scripts: add decodecode from Linux by Heinrich Schuchardt · 7 years ago
  68. 74b0eda arm: print instructions pointed to by pc by Heinrich Schuchardt · 7 years ago
  69. 16d73b9 arm64: timer: Create timer_get_bootus for bootstage support by Michal Simek · 7 years ago
  70. 8221232 Makefile: adopt --std=gnu11 for HOSTCFLAGS on Linux by Philipp Tomsich · 7 years ago
  71. 6836581 twister: Let SPL load U-Boot from MMC by Ladislav Michl · 7 years ago
  72. 93e9575 fit: Add standalone image type handling by Marek Vasut · 7 years ago
  73. 25114a6 fit: Add empty fit_print_contents() and fit_image_print() by Marek Vasut · 7 years ago
  74. 9f2e0eb fit: Fix CONFIG_FIT_SPL_PRINT by Marek Vasut · 7 years ago
  75. 33dd00e spl: fit: Add support for loading FPGA bitstream by Marek Vasut · 7 years ago
  76. e710fa6 bootcount: Add bootcount command by Alex Kiernan · 7 years ago
  77. 8b252f1 configs: sama5d2_xplained: fix bootcmd/args for spi+emmc demo by Eugen Hristev · 7 years ago
  78. 41407de configs: sama5d2_xplained: set default FAT env location to SD-Card by Eugen Hristev · 7 years ago
  79. 2981003 doc: expand README.commands by Heinrich Schuchardt · 7 years ago
  80. 778ba8a test: fs: fs-test: Modified test 1 to do a ls to a nonexistent dir by Eugen Hristev · 7 years ago
  81. d58c8e9 fs: ext4: fix crash on ext4ls by Eugen Hristev · 7 years ago
  82. 6f1d6ba i2c: Drop CONFIG_SH_SH7734_I2C by Tuomas Tynkkynen · 7 years ago
  83. efaa762 i2c: Drop CONFIG_TSI108_I2C by Tuomas Tynkkynen · 7 years ago
  84. d2f37e1 net: Drop CONFIG_TSI108_ETH by Tuomas Tynkkynen · 7 years ago
  85. 0ff07d2 configs: sama5d2_xplained: enable ext4 command support by Eugen Hristev · 7 years ago
  86. 217f8fc clk: at91: clk-h32mx: replace dm_warn with dev_dbg by Eugen Hristev · 7 years ago
  87. 4f867a4 configs: at91sam9x5ek: updated mtdparts variable in bootargs by Eugen Hristev · 7 years ago
  88. 6492244 configs: at91: Adjust CONFIG_ENV_OFFSET to match sama5 address by Nicolas Ferre · 7 years ago
  89. e0c392c configs: at91: sama5_common: Adjust CONFIG_ENV_OFFSET to match block alignment by Nicolas Ferre · 7 years ago
  90. 7d77b66 FIT: Make fit_conf_print() be a static function by Tom Rini · 7 years ago
  91. 58c577f Licenses/README: Update some style and add explicit license to the document by Tom Rini · 7 years ago
  92. 60e0f61 Convert CONFIG_SUPPORT_EMMC_RPMB to Kconfig by Alex Kiernan · 7 years ago
  93. 331a066 mmc: Unirqify bcm2835_sdhost and fix writes by Alexander Graf · 7 years ago
  94. 33b4a30 rpi: Adjust fdt_addr_r to a sane address by Alexander Graf · 7 years ago
  95. 19bdef6 arm: armv7m: Clean up some thumb / compiler flag options by Tom Rini · 7 years ago
  96. 9662fa2 .travis.yml: Further optimizations by Tom Rini · 7 years ago
  97. 40261f9 buildman: support newer gcc versions from kernel.org by Daniel Schwierzeck · 7 years ago
  98. 4a2b61b at91: Minor tweaks to SPL logic for space savings on smartweb by Tom Rini · 7 years ago
  99. 96a5c67 Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 7 years ago
  100. 76b37e7 ARM: dts: uniphier: sync with Linux 4.17-rc6 by Masahiro Yamada · 7 years ago