1. 8965ef2 x86: fsp: Make graphics support common to FSP1/2 by Simon Glass · 5 years ago
  2. 25271ae x86: Allow interrupt to happen once by Simon Glass · 5 years ago
  3. c01f4f0 x86: Allow removal of standard PCH drivers by Simon Glass · 5 years ago
  4. fe45513 x86: Don't imply libfdt or SPI flash in TPL by Simon Glass · 5 years ago
  5. 8ccadee x86: Set up the MTRR for SDRAM by Simon Glass · 5 years ago
  6. 75545f7 x86: Set the DRAM banks to reflect real location by Simon Glass · 5 years ago
  7. 9de1027 x86: Move fsp_prepare_mrc_cache() to fsp1 directory by Simon Glass · 5 years ago
  8. 6e1b956 x86: Don't export mrccache_update() by Simon Glass · 5 years ago
  9. b5b0aff x86: Add mrccache support for a 'variable' cache by Simon Glass · 5 years ago
  10. 91efff5 x86: Update mrccache to support multiple caches by Simon Glass · 5 years ago
  11. 1b9d815 x86: Tidy up error handling in mrccache_save() by Simon Glass · 5 years ago
  12. c3d0c23 x86: Add a new global_data member for the cache record by Simon Glass · 5 years ago
  13. 4e988f9 x86: Adjust mrccache_get_region() to support get_mmap() by Simon Glass · 5 years ago
  14. 9d25f2e x86: Adjust mrccache_get_region() to use livetree by Simon Glass · 5 years ago
  15. d553f97 x86: Correct mrccache find_next_mrc_cache() calculation by Simon Glass · 5 years ago
  16. 91c0736 x86: Reduce mrccache record alignment size by Simon Glass · 5 years ago
  17. 7a13138 x86: Define the SPL image start by Simon Glass · 5 years ago
  18. 54028bc sandbox: Add a test for IRQ by Simon Glass · 5 years ago
  19. ff418d9 x86: Move UCLASS_IRQ into a separate file by Simon Glass · 5 years ago
  20. 937bb47 sandbox: Add PCI driver and test for p2sb by Simon Glass · 5 years ago
  21. c2dbcd4 sandbox: Disable mmio by default in tests by Simon Glass · 5 years ago
  22. 2ee1f6a pci: Add support for p2sb uclass by Simon Glass · 5 years ago
  23. 8c50102 x86: sandbox: Add a PMC emulator and test by Simon Glass · 5 years ago
  24. 5e5c0cd x86: power: Add an ACPI PMC uclass by Simon Glass · 5 years ago
  25. a53cffe x86: Drop unnecessary interrupt code for TPL by Simon Glass · 5 years ago
  26. dd45a7a x86: Drop unnecessary cpu code for TPL by Simon Glass · 5 years ago
  27. bba203e x86: timer: Reduce timer code size in TPL on Intel CPUs by Simon Glass · 5 years ago
  28. d3edd42 x86: timer: use a timer base of 0 by Simon Glass · 5 years ago
  29. 3199afb board_r: Move early-timer init later by Simon Glass · 5 years ago
  30. 5edf3f3 dm: pinctrl: Allow enabling full pinctrl in SPL/TPL by Simon Glass · 5 years ago
  31. 370efef fdt: Show the preprocessed .dts file on error by Simon Glass · 5 years ago
  32. ec1a30c x86: spi: Add helper functions for Intel Fast SPI by Simon Glass · 5 years ago
  33. f0c9890 i2c: designware: Support use in SPL by Simon Glass · 5 years ago
  34. f5bdce2 i2c: designware: Avoid using static data by Simon Glass · 5 years ago
  35. e2be553 i2c: designware: Tidy up PCI support by Simon Glass · 5 years ago
  36. d70d8d8 net: Move the checksum functions to lib/ by Simon Glass · 5 years ago
  37. 0b591e0 dm: pci: Move pci_get_devfn() into a common file by Simon Glass · 5 years ago
  38. 68e35a7 dm: pci: Allow delaying auto-config until after relocation by Simon Glass · 5 years ago
  39. 1ab8b89 dm: core: Fix offset_to_ofnode() with invalid offset by Simon Glass · 5 years ago
  40. fa4689a dm: gpio: Allow control of GPIO uclass in SPL by Simon Glass · 5 years ago
  41. dd7fb9b binman: Add a library to access binman entries by Simon Glass · 5 years ago
  42. 8e0a1e6 Merge tag 'dm-next-13dec19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 5 years ago
  43. c6fbeb3 Merge tag 'rpi-next-2020.01.2' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · 5 years ago
  44. a66c3b2 Merge tag 'fix-for-2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · 5 years ago
  45. 41b0f14 Merge tag 'u-boot-atmel-fixes-2020.01-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · 5 years ago
  46. 4b9457c ARM: defconfig: Fix 32bit config for RPi4 by Matthias Brugger · 5 years ago
  47. e6e119e rpi: Enable DRAM bank initialization on arm64 by Matthias Brugger · 5 years ago
  48. f978837 rpi: fix dram bank initialization by Matthias Brugger · 5 years ago
  49. 34f113a i2c: i2c_cdns: fix write timeout on fifo boundary by Michael Auchter · 5 years ago
  50. 4eaae8e cros_ec: use uint instead of uint8_t for cmd param by Michael Auchter · 5 years ago
  51. 08d34fc buildman: Ignore blank lines during size checks by Tom Rini · 5 years ago
  52. 48ac42e buildman: Add options to get the arch and toolchain info by Simon Glass · 5 years ago
  53. 9b55091 buildman: Figure out boards before commits by Simon Glass · 5 years ago
  54. aa26d47 buildman: Ask genboardscfg to be quiet by Simon Glass · 5 years ago
  55. 11ece15 genboardcfg: Support a quiet mode by Simon Glass · 5 years ago
  56. bae655b Merge tag 'fixes-for-2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 5 years ago
  57. de8e25b test.py: Make search for autoconf.mk more permissive by Simon Glass · 5 years ago
  58. 9da17fb buildman: Improve [make-flags] section parser to allow quoted strings by Cristian Ciocaltea · 5 years ago
  59. 81620a5 serial: sandbox: support Unicode by Heinrich Schuchardt · 5 years ago
  60. deaf297 sandbox: add missing compatible property in device tree by Heinrich Schuchardt · 5 years ago
  61. f87ed78 configs: sama5d27_som1_ek: Add default config to read ENV from QSPI by Swapna Gurumani · 5 years ago
  62. e9358ea Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 5 years ago
  63. fcedb9a spl: opensbi: wait for ack from secondary harts before entering OpenSBI by Lukas Auer · 5 years ago
  64. c308e01 riscv: add option to wait for ack from secondary harts in smp functions by Lukas Auer · 5 years ago
  65. c7460b8 riscv: add functions for reading the IPI status by Lukas Auer · 5 years ago
  66. e105b61 spl: opensbi: specify main hart as preferred boot hart by Lukas Auer · 5 years ago
  67. 8e9d172 doc: update AX25-AE350 RISC-V documentation by Rick Chen · 5 years ago
  68. 314d3ef riscv: dts: Add #address-cells and #size-cells in nor node by Rick Chen · 5 years ago
  69. 3209fb8 riscv: dts: Support four cores SMP by Rick Chen · 5 years ago
  70. 55bc1bd riscv: Fix clear bss loop in the start-up code by Rick Chen · 5 years ago
  71. 8b4ee5f spl: cache: Allow cache drivers in SPL by Rick Chen · 5 years ago
  72. 883275d riscv: ax25: cache: Add SPL_RISCV_MMODE for SPL by Rick Chen · 5 years ago
  73. eb61303 riscv: andes_plic: Fix some wrong configurations by Rick Chen · 5 years ago
  74. 9203826 riscv: ax25-ae350: Use generic memory size setup by Rick Chen · 5 years ago
  75. c3027d0 riscv: ax25-ae350: add SPL configuration by Rick Chen · 5 years ago
  76. 276292a riscv: ax25: add SPL support by Rick Chen · 5 years ago
  77. 7205d83 Use dts support from U-Boot via OF_SEPARATE instead of depending from opensbi. by Rick Chen · 5 years ago
  78. a8ed626 riscv: dts: Add hifive-unleashed-a00 dts from Linux by Jagan Teki · 5 years ago
  79. 0381370 riscv: increase stack size to avoid a stack overflow during distro boot by Lukas Auer · 5 years ago
  80. 2e14ad0 ARM: DRA7: Fixup DSP OPP_HIGH clock rate on DRA76P/DRA77P SoCs by Suman Anna · 5 years ago
  81. 4b4a605 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-net by Tom Rini · 5 years ago
  82. 6273f13 cmd: pxe: Increase maximum path length by Ben Wolsieffer · 5 years ago
  83. c31411c configs: j721e_evm_a72_defconfig: Enable DMA and Ethernet by Vignesh Raghavendra · 5 years ago
  84. 268dad2 arm: dts: k3-j721e-common-proc-board: Add DMA and CPSW related DT nodes by Vignesh Raghavendra · 5 years ago
  85. 30bc6ea net: ti: am65-cpsw-nuss: Add new compatible for J721e by Vignesh Raghavendra · 5 years ago
  86. 462ff04 net: ti: am65-cpsw-nuss: Rework RX flow ID handling by Vignesh Raghavendra · 5 years ago
  87. 3934989 dma: ti: k3-udma: Implement dma_get_cfg() interface by Vignesh Raghavendra · 5 years ago
  88. b18fb7e dma: Introduce dma_get_cfg() interface by Vignesh Raghavendra · 5 years ago
  89. 0404e9f net: ftgmac100: align RX/TX descriptors on ARCH_DMA_MINALIGN by Cédric Le Goater · 5 years ago
  90. d4be768 drivers: net: fsl_enetc: register internal MDIO bus by Alex Marginean · 5 years ago
  91. 05b4877 drivers: net: fsl_enetc_mdio: return with time-out if HW is stuck by Alex Marginean · 5 years ago
  92. c905c21 drivers: net: fsl_enetc: move PCS and PHY config to probe by Alex Marginean · 5 years ago
  93. b93375c drivers: net: fsl_enetc: Add 2.5Gbps to supported link speeds by Alex Marginean · 5 years ago
  94. 602e00f drivers: net: fsl_enetc: use the new MDIO DM helper functions by Alex Marginean · 5 years ago
  95. cf64055 net: mdio-uclass: add dm_eth_phy_connect helper function by Alex Marginean · 5 years ago
  96. 6b3089e net: mdio-uclass: rename arguments of dm_mdio_phy_connect for clarity by Alex Marginean · 5 years ago
  97. ca23405 net: tftp: Fix too small block size by Andre Przywara · 5 years ago
  98. ed0460c drivers: net: fsl_enetc: use XFI, USXGMII interface type macros by Alex Marginean · 5 years ago
  99. 6d93e49 doc: bindings: Aquantia PHY node binding by Alex Marginean · 5 years ago
  100. c093fc1 doc: bindings: add bindings document for PHY nodes by Alex Marginean · 5 years ago