1. 2a2096e tpm: allow TPM v1 and v2 to be compiled at the same time by Miquel Raynal · 6 years ago
  2. 8a7aa3e tpm: remove stale symbol in Kconfig by Miquel Raynal · 6 years ago
  3. a0cf1d0 tpm: compile Sandbox driver by default by Miquel Raynal · 6 years ago
  4. 350988f tpm: fix typo in kernel doc by Miquel Raynal · 6 years ago
  5. 0e8a8a3 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 6 years ago
  6. 11e4092 openrd: Once again shrink binary size by Tom Rini · 6 years ago
  7. 2ae23a2 Merge git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  8. 53885e7 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 6 years ago
  9. ab948cd fdt_support: make FDT_FIXUP_PARTITIONS depend on CMD_MTDPARTS by Masahiro Yamada · 6 years ago
  10. 452bc12 fdt: fix fdtdec_setup_memory_banksize() by Jens Wiklander · 6 years ago
  11. 09b8d67 doc: driver-model: Fix typo by Chris Packham · 6 years ago
  12. b8a48fb patman: Split alias entries on arbitrary whitespace by Adam Sampson · 6 years ago
  13. 38d1ab4 git-mailrc: Replace tabs with spaces in alias entries by Adam Sampson · 6 years ago
  14. 2eea126 tegra: beaver/apalis: Fix DTC warning by Tom Warren · 6 years ago
  15. 6e584e6 ARM: tegra: avoid using secure carveout RAM by Stephen Warren · 6 years ago
  16. 74c69cd ARM: PSCI: Enable the PSCI node by Stephen Warren · 6 years ago
  17. 326bd72 ARM: PSCI: Support PSCI v0.2 by Stephen Warren · 6 years ago
  18. 3e3b2b4 ARM: define MON_MODE by Stephen Warren · 6 years ago
  19. 3cc7942 ARM: tegra: implement RAM repair by Bibek Basu · 6 years ago
  20. daebd48 Revert "tegra: Introduce SRAM repair on tegra124" by Stephen Warren · 6 years ago
  21. a57d45d Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 6 years ago
  22. 2547e91 tegra: Indicate that binman makes all three output files by Simon Glass · 6 years ago
  23. 9f8aba7 MAINTAINERS: Mark NAND as Orphaned by Tom Rini · 6 years ago
  24. 26026e6 net: zynq_gem: convert to use livetree by Siva Durga Prasad Paladugu · 6 years ago
  25. 41080e1 drivers: net: zynq_gem: fix phy dt node setting by Grygorii Strashko · 6 years ago
  26. d4bb981 drivers: net: cpsw: fix phy dt node setting by Grygorii Strashko · 6 years ago
  27. aadbd97 net: phy: xilinx: switch to use phy_get_ofnode() by Grygorii Strashko · 6 years ago
  28. b8d7ec7 net: phy: dp83867: switch to use phy_get_ofnode() by Grygorii Strashko · 6 years ago
  29. eef0b8a net: phy: add ofnode node to struct phy_device by Grygorii Strashko · 6 years ago
  30. 05b60ac net: phy: Clean up includes of common.h by Joe Hershberger · 6 years ago
  31. f070b1a phy: Break include cycle by Joe Hershberger · 6 years ago
  32. 9cce566 arm: Prevent redefinition error in fsl-layerscape by Joe Hershberger · 6 years ago
  33. 3ab75cf net: phy: dp83867: switch to use ofnode api by Grygorii Strashko · 6 years ago
  34. 63d3192 net: phy: dp83867: add workaround for incorrect RX_CTRL pin strap by Murali Karicheri · 6 years ago
  35. fb73107 net: mvgbe: convert to DM by Chris Packham · 6 years ago
  36. e9bf75c net: mvgbe: prepare for conversion to driver model by Chris Packham · 6 years ago
  37. f25ddca initialize net_mode.if_type by Andrew Thomas · 6 years ago
  38. 6ab1283 net: Consolidate the parsing of bootfile by Joe Hershberger · 6 years ago
  39. f43308f net: Read bootfile from env on netboot_common() by Joe Hershberger · 6 years ago
  40. 16cf145 net: Make copy_filename() accept NULL src by Joe Hershberger · 6 years ago
  41. 3855cad net: Re-check prerequisites when autoloading by Joe Hershberger · 6 years ago
  42. 3a66fcb net: When checking prerequisites, consider boot_file_name by Joe Hershberger · 6 years ago
  43. faecf84 net: Always print basic info for nfs, just like tftp by Joe Hershberger · 6 years ago
  44. 347e32b net: Check subnet against the actual ip address in use for nfs by Joe Hershberger · 6 years ago
  45. 2d114b8 net: Correct size of NFS buffers by Joe Hershberger · 6 years ago
  46. f40a31e sandbox: eth-raw: Add a SIMPLE_BUS to enumerate host interfaces by Joe Hershberger · 6 years ago
  47. b96ced9 sandbox: eth-raw: Make random MAC addresses available to eth-raw by Joe Hershberger · 6 years ago
  48. c9e2caf sandbox: eth-raw: Allow interface to be specified by index by Joe Hershberger · 6 years ago
  49. ac13270 sandbox: eth-raw: Add a function to ask the host about localhost by Joe Hershberger · 6 years ago
  50. 8c7988b net: sandbox-raw: Convert raw eth driver to livetree by Joe Hershberger · 6 years ago
  51. b32dd18 net: sandbox: Convert sandbox mock eth driver to livetree by Joe Hershberger · 6 years ago
  52. c25f406 net: Correct comment in Kconfig by Joe Hershberger · 6 years ago
  53. 50ed0ef sandbox: eth-raw: Make sure descriptors are always initialized by Joe Hershberger · 6 years ago
  54. 68acb51 net: Only call halt on a driver that has been init'ed by Joe Hershberger · 6 years ago
  55. c6fa51a sandbox: Fix format of fake-host-hwaddr in test.dts by Joe Hershberger · 6 years ago
  56. 97367df sandbox: eth-raw: Correct valid socket test in send/recv by Joe Hershberger · 6 years ago
  57. 82a115f sandbox: Don't disable ctrlc() on sandbox if in raw mode by Joe Hershberger · 6 years ago
  58. b2f58d8 console: Remember if ctrlc is disabled in console_tstc() by Joe Hershberger · 6 years ago
  59. 86b840b drivers/ddr/fsl: fix '__hwconfig without a buffer' messages by Jeremy Gebben · 6 years ago
  60. 038b965 armv8: ls1046ardb: Add falcon mode for for QSPI boot by York Sun · 6 years ago
  61. 9960609 armv8: layerscape: spl: Initialize QSPI AHB for QSPI boot by York Sun · 6 years ago
  62. 7550dbe spl: Add option SPL_PAYLOAD by York Sun · 6 years ago
  63. 67b4f53 powerpc: mpc85xx: Drop u-boot-with-spl.bin on selected boards by York Sun · 6 years ago
  64. 18b6dd6 armv8: layerscape: Drop u-boot-with-spl.bin for selected boards by York Sun · 6 years ago
  65. 80bec96 armv8: ls1046ardb: Enable IFC for SPL build by York Sun · 6 years ago
  66. 1dc4dea arm64: ls1012a: enable DM support for sata by Yuantian Tang · 6 years ago
  67. 79ed61e scsi: ceva: add ls1012a soc support by Yuantian Tang · 6 years ago
  68. 86bff2b armv8: dts: fsl-ls1012a: add sata node support by Yuantian Tang · 6 years ago
  69. ed167eb armv8: fsl: remove sata support by Yuantian Tang · 6 years ago
  70. 61ab8aa armv8: layerscape: Enabled I-cache for SPL boot by York Sun · 6 years ago
  71. 02d8dc9 armv8: ls1046ardb: ls1046aqds: Move SPL macros to defconfig by York Sun · 6 years ago
  72. 32dab91 armv8: ls2088ardb: Move CONFIG_SPI_FLASH, CONFIG_SPI_FLASH_SPANSION to defconfig by Ashish Kumar · 6 years ago
  73. e90cc47 configs: Disable 4k erase sector size for spansion "s25fs512s" flash by Ashish Kumar · 6 years ago
  74. fe6636f LS1088ARDB: Secure Boot:Change load address of dpl header in SD by Vinitha V Pillai · 6 years ago
  75. a7943fd armv8: ls2080ardb: update copyright claim by Alison Wang · 6 years ago
  76. d264fad LS1043ARBD: Fix SD Boot issue with PPA by Vinitha V Pillai · 6 years ago
  77. f4ef476 armv8: ls1088a: change dpl load command from apply to lazyapply by Jagdish Gediya · 6 years ago
  78. 1341533 cmd/ubi.c: Fix format warning by Tom Rini · 6 years ago
  79. ff6bef4 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 6 years ago
  80. de4b4ef Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 6 years ago
  81. 08fcdd3 Makefile: Fix 'clean' target by Tom Rini · 6 years ago
  82. 73a555d Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 6 years ago
  83. 7ef5b1e ARM: uniphier: enable distro boot by Masahiro Yamada · 6 years ago
  84. ae7a0d5 ARM: uniphier: enable MTD partition and UBI by Masahiro Yamada · 6 years ago
  85. bb04d2e ARM: uniphier: support fdt_fixup_mtdparts by Masahiro Yamada · 6 years ago
  86. 65fce76 ARM: uniphier: split ft_board_setup() out to a separate file by Masahiro Yamada · 6 years ago
  87. e968715 ARM: uniphier: clean-up ft_board_setup() by Masahiro Yamada · 6 years ago
  88. b35fb6a board: constify struct node_info array by Masahiro Yamada · 6 years ago
  89. 5f4e32d fdt_support: make fdt_fixup_mtdparts() prototype more specific by Masahiro Yamada · 6 years ago
  90. 4a610fa mtd: nand: denali: correct buffer alignment for DMA transfer by Masahiro Yamada · 6 years ago
  91. 0dc4add kconfig: Avoid format overflow warning from GCC 8.1 by Luis Araneda · 6 years ago
  92. a6759e3 ARM: rmobile: gen2: Enable ACTLR[0] (Enable invalidates of BTB) to facilitate CVE_2017-5715 WA in OS by Marek Vasut · 6 years ago
  93. 64eeb15 ARM: dts: socfpga: Adjust NAND register layout on Arria10 by Marek Vasut · 7 years ago
  94. 42f4b83 ARM: socfpga: Init missing security policies on A10 by Marek Vasut · 6 years ago
  95. 937db71 ARM: socfpga: Assure correct CPACR configuration by Marek Vasut · 6 years ago
  96. 00057ee arm: socfpga: Fixes: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESET by Ley Foon Tan · 6 years ago
  97. 7ca264f mailmap: Fix broken email from fit_image.c by Michal Simek · 6 years ago
  98. 44d1b7d configs: am3517-evm: Setup NAND booting by Adam Ford · 6 years ago
  99. a745a33 ARM: AM3517-EVM: Update Maintainer by Adam Ford · 6 years ago
  100. 0cd07a9 config: remove unused CONFIG_SPL_RELOC_STACK_SIZE by Heinrich Schuchardt · 6 years ago