1. 08afd71 tools: Add ifwitool to .gitignore by Andy Shevchenko · 5 years ago
  2. c705fc3 arm: ti: Add missing "=" from previous fix by Tom Rini · 5 years ago
  3. 40e362a Merge tag 'mmc-9-6-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 5 years ago WIP/08Sep2019
  4. 2f76073 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 5 years ago WIP/06Sep2019
  5. ba83753 Merge tag 'rpi-next-2019.10' of https://github.com/mbgg/u-boot by Tom Rini · 5 years ago
  6. e0351b2 git-mailrc: Add rpi and bcm283x maintainer by Andrei Gherzan · 5 years ago
  7. c796140 RPI: Add memory map for bcm2711 by Andrei Gherzan · 5 years ago
  8. e0e3c7d mmc: bcm283x: Add support for bcm2711 device in bcm2835_sdhci by Matthias Brugger · 5 years ago
  9. 76bce8c ARM: bcm283x: Include definition for additional emmc clock by Andrei Gherzan · 5 years ago
  10. 32a84c9 RPI: Add entry for Raspberry Pi 4 model B by Andrei Gherzan · 5 years ago
  11. c6bcf05 ARM: bcm283x: Define configs for RaspberryPi 4 by Andrei Gherzan · 5 years ago
  12. 1cfac52 ARM: bcm283x: Add BCM283x_BASE define by Matthias Brugger · 5 years ago
  13. 193279d RPI: Add defconfigs for rpi4 (32/64) by Andrei Gherzan · 5 years ago
  14. 659f4fe rpi: increase SYS_BOOTM_LEN to 64M on ARM64 by Bonnans, Laurent · 5 years ago
  15. b112580 mmc: bcm2835-host: Fix wait_transfer_complete by Raul Benet · 5 years ago
  16. 4982244 ARM: bcm283x mbox: Fix send status register by Fabian Vogt · 5 years ago
  17. 9562b20 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsung by Tom Rini · 5 years ago
  18. 6128e61 Merge tag 'efi-2019-10-rc4-3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 5 years ago
  19. cd45d6f mmc: sdhci: Add support for dt caps & caps mask by T Karthik Reddy · 5 years ago
  20. 3f3d771 dm: core: Add functions to read 64-bit dt properties by T Karthik Reddy · 5 years ago
  21. fe1a81c doc: UEFI API documentation by Heinrich Schuchardt · 5 years ago
  22. cda9b35 efi_loader: EFI_BLOCK_IO_PROTOCOL.Reset() by Heinrich Schuchardt · 5 years ago
  23. 9d3f339 efi_loader: use EFI_PRINT() instead of debug() by Heinrich Schuchardt · 5 years ago
  24. f59f082 efi_loader: parameter checks BLOCK_IO_PROTOCOL by Heinrich Schuchardt · 5 years ago
  25. 0344698 efi_loader: do not set invalid screen mode by Heinrich Schuchardt · 5 years ago
  26. 97ea069 efi_loader: cursor positioning by Heinrich Schuchardt · 5 years ago
  27. d41f99e efi_loader: correctly render UsbClass DP nodes as text by Heinrich Schuchardt · 5 years ago
  28. d0384d5 efi_loader: correctly render CD-ROM device path nodes by Heinrich Schuchardt · 5 years ago
  29. 4411652 efi_loader: correctly render MAC address device path nodes by Heinrich Schuchardt · 5 years ago
  30. 8254f8f efi_loader: correct text conversion for vendor DP by Heinrich Schuchardt · 5 years ago
  31. b5b9eff efi_loader: Extract adding a conventional memory in separate routine by Park, Aiden · 5 years ago
  32. 5b4746f efi_loader: implement MCastIPtoMAC by Heinrich Schuchardt · 5 years ago
  33. 72a8f16 efi_loader: fix status management in network stack by Heinrich Schuchardt · 5 years ago
  34. 5947b49 efi_loader: EFI_SIMPLE_NETWORK.Transmit() fill header by Heinrich Schuchardt · 5 years ago
  35. 0c7adf4 efi_selftest: check EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPT by Heinrich Schuchardt · 5 years ago
  36. 7f6d874 efi_loader: interrupts in simple network protocol by Heinrich Schuchardt · 5 years ago
  37. 794219b riscv: qemu: enable CONFIG_CMD_BOOTEFI_SELFTEST by Heinrich Schuchardt · 5 years ago
  38. d7441d8 ARM: exynos5: Try to boot on mmc2 before mmc0/1 by Guillaume GARDET · 5 years ago
  39. d330239 dm: mmc_spi: Fix NULL pointer dereference in mmc_spi_bind() by Bin Meng · 5 years ago
  40. c077c05 mmc: dw_mmc: fix timeout calculate method by Kever Yang · 5 years ago
  41. 30231e0 ARM: dts: ast2500: Add SDHCI nodes by Eddie James · 5 years ago
  42. c8bcd9b configs: AST2500 EVB: Enable SD controller by Eddie James · 5 years ago
  43. 7764ee2 mmc: Add Aspeed SD controller driver by Eddie James · 5 years ago
  44. 38c9f08 clk: aspeed: Add support for SD clock by Eddie James · 5 years ago
  45. 6cf8a90 mmc: Rename timeout parameters for clarification by Sam Protsenko · 5 years ago
  46. 116cffe mmc: Fix timeout values passed to mmc_wait_dat0() by Sam Protsenko · 5 years ago
  47. 701a51e dm: mmc: remove unused U_BOOT_DRIVER(mmc) by Andy Yan · 5 years ago
  48. ece9834 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-net by Tom Rini · 5 years ago WIP/04Sep2019
  49. 5a5d1de net: nfs: remove superfluous packed attribute by Heinrich Schuchardt · 5 years ago
  50. 15eea9a net: nfs: remove superfluous conversions by Heinrich Schuchardt · 5 years ago
  51. cccc05e env: net: U_BOOT_ENV_CALLBACKs should not depend on CMD_NET by Heinrich Schuchardt · 5 years ago
  52. 5d14ee4 CVE-2019-14196: nfs: fix unbounded memcpy with a failed length check at nfs_lookup_reply by liucheng (G) · 5 years ago
  53. cf3a4f1 CVE-2019-14195: nfs: fix unbounded memcpy with unvalidated length at nfs_readlink_reply by liucheng (G) · 5 years ago
  54. aa207cf CVE-2019-14194/CVE-2019-14198: nfs: fix unbounded memcpy with a failed length check at nfs_read_reply by liucheng (G) · 5 years ago
  55. 741a8a0 CVE: nfs: fix stack-based buffer overflow in some nfs_handler reply helper functions by liucheng (G) · 5 years ago
  56. fe72880 CVE: net: fix unbounded memcpy of UDP packet by liucheng (G) · 5 years ago
  57. 12c2a31 net: make net_random_ethaddr() more random by Michael Walle · 5 years ago
  58. 5ccd657 net: macb: Fix rx buffer cache handling by Stefan Roese · 5 years ago
  59. 642b80d net: designware: drop compatible altr, socfpga-stmmac by Ralph Siemsen · 5 years ago
  60. 19f3b78 Revert "net: macb: Fixed reading MII_LPA register" by Bin Meng · 5 years ago
  61. 2e0f324 network: set timeline for CONFIG_DM_ETH conversion by Heinrich Schuchardt · 5 years ago
  62. e3562b3 drivers: net: fsl_enet_mdio: fix missing terminator in PCI ID array by Alex Marginean · 5 years ago
  63. 53e3d52 net: dwc_et_qos: update weak function board_interface_eth_init by Patrick Delaunay · 5 years ago
  64. 50d86e5 net: dwc_eth_qos: Change eqos_ops function to static by Patrick Delaunay · 5 years ago
  65. 9bbff54 drivers: net: pfe_eth: undefined return value by Heinrich Schuchardt · 5 years ago
  66. fd6d88f test: dm_mdio: avoid out of bounds access by Heinrich Schuchardt · 5 years ago
  67. a37c082 net: mvpp2: support setting hardware addresses from ethernet core by Matt Pelland · 5 years ago
  68. 7660d5c arm: dts: Set custom names for cp110 master/slave MDIO buses by Alex Marginean · 5 years ago
  69. 8bd37ce drivers: net: add marvell MDIO driver by Alex Marginean · 5 years ago
  70. 01c9f04 doc: bindings: add mdio.txt describing generic MDIO properties by Alex Marginean · 5 years ago
  71. 6b3abc0 net: mdio-uclass: name MDIO according to device-name property if preset by Alex Marginean · 5 years ago
  72. 259f722 configs: sandbox: enable PCAP capture cmd by Ramon Fried · 5 years ago
  73. dc625d0 doc: pcap: add pcap cmd documentation by Ramon Fried · 5 years ago
  74. 3eaac63 net: introduce packet capture support by Ramon Fried · 5 years ago
  75. 1bad991 drivers/fsl-mc: Create Kconfig file to manage driver specific configs better by Florinel Iordache · 5 years ago
  76. 74dd383 drivers: net: driver for MDIO muxes controlled over I2C by Alex Marginean · 5 years ago
  77. bb53ae3 Revert "drivers: net: driver for MDIO muxes controlled over I2C" by Joe Hershberger · 5 years ago
  78. 14a8ade net: mdio: Clarify code flow Covarity 244085 & 244090 by Joe Hershberger · 5 years ago
  79. 398e751 net: Fix Covarity Defect 244093 by Joe Hershberger · 5 years ago
  80. 448f11f Merge tag 'arc-for-2019.10-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boot-arc by Tom Rini · 5 years ago
  81. 968b98b arc: emsdp: Add more platform-specific compiler options by Alexey Brodkin · 5 years ago
  82. fbf8c50 arc: libgcc: Import __udivdi3 & __udivmoddi4 to allow 64-bit division by Alexey Brodkin · 5 years ago
  83. 9ddaf1d arc: emsdp: Add initialization of PSRAM by Alexey Brodkin · 5 years ago
  84. f65fb41 Merge tag 'for-v2019.10-v2' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · 5 years ago WIP/03Sep2019
  85. 83a5df4 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 5 years ago WIP/02Sep2019
  86. 61ce84b riscv: cache: use CCTL to flush d-cache by Rick Chen · 5 years ago
  87. cf6ee11 riscv: dts: move out AE350 L2 node from cpus node by Rick Chen · 5 years ago
  88. 7045ed9 riscv: cache: Flush L2 cache before jump to linux by Rick Chen · 5 years ago
  89. a8323d1 riscv: ax25: add imply v5l2 cache controller by Rick Chen · 5 years ago
  90. edf0acb riscv: ae350: use the v5l2 driver to configure the cache by Rick Chen · 5 years ago
  91. 4fa4267 dm: cache: add v5l2 cache controller driver by Rick Chen · 5 years ago
  92. abd858e dm: cache: Add enable and disable ops for sandbox and test by Rick Chen · 5 years ago
  93. 4d0140e dm: cache: Add enable and disable ops for cache uclass by Rick Chen · 5 years ago
  94. d58b0a6 riscv: andes_plic: init plic by scanning each cpu node by Rick Chen · 5 years ago
  95. f6cb427 riscv: update fix_rela_dyn by Marcus Comstedt · 5 years ago
  96. 71bdfcb riscv: tools: Handle addend to absolute reloc in prelink-riscv by Marcus Comstedt · 5 years ago
  97. f379fa6 sifive-fu540: config: Add mmc0 as a boot target device by Alistair Francis · 5 years ago
  98. cba0635 riscv: sifive: fu540: set serial environment variable from otp by Sagar Shrikant Kadam · 5 years ago
  99. 4dfea4b riscv: cpu: Skip unavailable hart in the get_count() op by Bin Meng · 5 years ago
  100. eaae4ee sh: r2dplus: Switch to DM PCI driver by Marek Vasut · 5 years ago