1. e98791a x86: fsp: Set up an MTRR for the graphics frame buffer by Simon Glass · 5 years ago
  2. cf87d3b x86: fsp: Add FSP2 base support by Simon Glass · 5 years ago
  3. f42af29 x86: fsp: Correct wrong header inlude in fsp_support.c by Simon Glass · 5 years ago
  4. f09d4ed x86: fsp: Make graphics support common to FSP1/2 by Simon Glass · 5 years ago
  5. 5924341 x86: Allow interrupt to happen once by Simon Glass · 5 years ago
  6. 26047f6 x86: Allow removal of standard PCH drivers by Simon Glass · 5 years ago
  7. 69b1e9f x86: Don't imply libfdt or SPI flash in TPL by Simon Glass · 5 years ago
  8. 4279110 x86: Set up the MTRR for SDRAM by Simon Glass · 5 years ago
  9. ea4e97a x86: Set the DRAM banks to reflect real location by Simon Glass · 5 years ago
  10. 22e0de3 x86: Move fsp_prepare_mrc_cache() to fsp1 directory by Simon Glass · 5 years ago
  11. fa6cc1d x86: Don't export mrccache_update() by Simon Glass · 5 years ago
  12. 0a0b09b x86: Add mrccache support for a 'variable' cache by Simon Glass · 5 years ago
  13. 515e817 x86: Update mrccache to support multiple caches by Simon Glass · 5 years ago
  14. 83f288f x86: Tidy up error handling in mrccache_save() by Simon Glass · 5 years ago
  15. 37a508f x86: Add a new global_data member for the cache record by Simon Glass · 5 years ago
  16. 506f224 x86: Adjust mrccache_get_region() to support get_mmap() by Simon Glass · 5 years ago
  17. 87f1084 x86: Adjust mrccache_get_region() to use livetree by Simon Glass · 5 years ago
  18. 0ad9b6a x86: Correct mrccache find_next_mrc_cache() calculation by Simon Glass · 5 years ago
  19. 112629c x86: Reduce mrccache record alignment size by Simon Glass · 5 years ago
  20. b93757c x86: Define the SPL image start by Simon Glass · 5 years ago
  21. fbb0efd sandbox: Add a test for IRQ by Simon Glass · 5 years ago
  22. 79d66a6 x86: Move UCLASS_IRQ into a separate file by Simon Glass · 5 years ago
  23. 3e17ffb sandbox: Add PCI driver and test for p2sb by Simon Glass · 5 years ago
  24. 89694de sandbox: Disable mmio by default in tests by Simon Glass · 5 years ago
  25. 5bee27a pci: Add support for p2sb uclass by Simon Glass · 5 years ago
  26. 3b65ee3 x86: sandbox: Add a PMC emulator and test by Simon Glass · 5 years ago
  27. 6c6d88e x86: power: Add an ACPI PMC uclass by Simon Glass · 5 years ago
  28. 76ab9f2 x86: Drop unnecessary interrupt code for TPL by Simon Glass · 5 years ago
  29. caca13f x86: Drop unnecessary cpu code for TPL by Simon Glass · 5 years ago
  30. 642e848 x86: timer: Reduce timer code size in TPL on Intel CPUs by Simon Glass · 5 years ago
  31. 77dd7c6 x86: timer: use a timer base of 0 by Simon Glass · 5 years ago
  32. dd0edcb board_r: Move early-timer init later by Simon Glass · 5 years ago
  33. 8aeafb5 dm: pinctrl: Allow enabling full pinctrl in SPL/TPL by Simon Glass · 5 years ago
  34. 1653b6a fdt: Show the preprocessed .dts file on error by Simon Glass · 5 years ago
  35. d496162 x86: spi: Add helper functions for Intel Fast SPI by Simon Glass · 5 years ago
  36. fa11fe1 i2c: designware: Support use in SPL by Simon Glass · 5 years ago
  37. 8d72d5b i2c: designware: Avoid using static data by Simon Glass · 5 years ago
  38. 457df23 i2c: designware: Tidy up PCI support by Simon Glass · 5 years ago
  39. d721001 net: Move the checksum functions to lib/ by Simon Glass · 5 years ago
  40. 6dd4b01 dm: pci: Move pci_get_devfn() into a common file by Simon Glass · 5 years ago
  41. 2206ac2 dm: pci: Allow delaying auto-config until after relocation by Simon Glass · 5 years ago
  42. b14c533 dm: core: Fix offset_to_ofnode() with invalid offset by Simon Glass · 5 years ago
  43. bcee8d6 dm: gpio: Allow control of GPIO uclass in SPL by Simon Glass · 5 years ago
  44. 3c10dc9 binman: Add a library to access binman entries by Simon Glass · 5 years ago
  45. 553cb06 Merge tag 'dm-next-13dec19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 5 years ago
  46. f39abbb Merge tag 'rpi-next-2020.01.2' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · 5 years ago
  47. 3031cde Merge tag 'fix-for-2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · 5 years ago
  48. addb1d9 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
  49. e516746 ARM: defconfig: Fix 32bit config for RPi4 by Matthias Brugger · 5 years ago
  50. a63f81c rpi: Enable DRAM bank initialization on arm64 by Matthias Brugger · 5 years ago
  51. e19cfcc rpi: fix dram bank initialization by Matthias Brugger · 5 years ago
  52. 3104162 i2c: i2c_cdns: fix write timeout on fifo boundary by Michael Auchter · 5 years ago
  53. b4f98b3 cros_ec: use uint instead of uint8_t for cmd param by Michael Auchter · 5 years ago
  54. d08c38c buildman: Ignore blank lines during size checks by Tom Rini · 5 years ago
  55. 57cb9d5 buildman: Add options to get the arch and toolchain info by Simon Glass · 5 years ago
  56. 7c66ead buildman: Figure out boards before commits by Simon Glass · 5 years ago
  57. 6a3fc91 buildman: Ask genboardscfg to be quiet by Simon Glass · 5 years ago
  58. 69bbdd1 genboardcfg: Support a quiet mode by Simon Glass · 5 years ago
  59. fd4b8f8 Merge tag 'fixes-for-2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 5 years ago
  60. cb10579 test.py: Make search for autoconf.mk more permissive by Simon Glass · 5 years ago
  61. 4251fbc buildman: Improve [make-flags] section parser to allow quoted strings by Cristian Ciocaltea · 5 years ago
  62. 5e5c785 serial: sandbox: support Unicode by Heinrich Schuchardt · 5 years ago
  63. 15ab77c sandbox: add missing compatible property in device tree by Heinrich Schuchardt · 5 years ago
  64. e50d238 configs: sama5d27_som1_ek: Add default config to read ENV from QSPI by Swapna Gurumani · 5 years ago
  65. 520f955 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 5 years ago
  66. 0e1233c spl: opensbi: wait for ack from secondary harts before entering OpenSBI by Lukas Auer · 5 years ago
  67. 90ae281 riscv: add option to wait for ack from secondary harts in smp functions by Lukas Auer · 5 years ago
  68. 8b3e97b riscv: add functions for reading the IPI status by Lukas Auer · 5 years ago
  69. b86f6d1 spl: opensbi: specify main hart as preferred boot hart by Lukas Auer · 5 years ago
  70. 04883bf doc: update AX25-AE350 RISC-V documentation by Rick Chen · 5 years ago
  71. cca8b1e riscv: dts: Add #address-cells and #size-cells in nor node by Rick Chen · 5 years ago
  72. f05b656 riscv: dts: Support four cores SMP by Rick Chen · 5 years ago
  73. 444c464 riscv: Fix clear bss loop in the start-up code by Rick Chen · 5 years ago
  74. 31dae22 spl: cache: Allow cache drivers in SPL by Rick Chen · 5 years ago
  75. 8ba595b riscv: ax25: cache: Add SPL_RISCV_MMODE for SPL by Rick Chen · 5 years ago
  76. 43a0832 riscv: andes_plic: Fix some wrong configurations by Rick Chen · 5 years ago
  77. 7e24518 riscv: ax25-ae350: Use generic memory size setup by Rick Chen · 5 years ago
  78. cd61e86 riscv: ax25-ae350: add SPL configuration by Rick Chen · 5 years ago
  79. ca06444 riscv: ax25: add SPL support by Rick Chen · 5 years ago
  80. 31fbf60 Use dts support from U-Boot via OF_SEPARATE instead of depending from opensbi. by Rick Chen · 5 years ago
  81. b82a185 riscv: dts: Add hifive-unleashed-a00 dts from Linux by Jagan Teki · 5 years ago
  82. 6b20dc1 riscv: increase stack size to avoid a stack overflow during distro boot by Lukas Auer · 5 years ago
  83. 1045ff4 ARM: DRA7: Fixup DSP OPP_HIGH clock rate on DRA76P/DRA77P SoCs by Suman Anna · 5 years ago
  84. ac1ca99 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-net by Tom Rini · 5 years ago
  85. 2c4e067 cmd: pxe: Increase maximum path length by Ben Wolsieffer · 5 years ago
  86. c627abe configs: j721e_evm_a72_defconfig: Enable DMA and Ethernet by Vignesh Raghavendra · 5 years ago
  87. 4886f1c arm: dts: k3-j721e-common-proc-board: Add DMA and CPSW related DT nodes by Vignesh Raghavendra · 5 years ago
  88. 382c0c6 net: ti: am65-cpsw-nuss: Add new compatible for J721e by Vignesh Raghavendra · 5 years ago
  89. 461a290 net: ti: am65-cpsw-nuss: Rework RX flow ID handling by Vignesh Raghavendra · 5 years ago
  90. 5e6d9cc dma: ti: k3-udma: Implement dma_get_cfg() interface by Vignesh Raghavendra · 5 years ago
  91. b8a4dd2 dma: Introduce dma_get_cfg() interface by Vignesh Raghavendra · 5 years ago
  92. 08b3e90 net: ftgmac100: align RX/TX descriptors on ARCH_DMA_MINALIGN by Cédric Le Goater · 5 years ago
  93. 1e354cb drivers: net: fsl_enetc: register internal MDIO bus by Alex Marginean · 5 years ago
  94. 6c96446 drivers: net: fsl_enetc_mdio: return with time-out if HW is stuck by Alex Marginean · 5 years ago
  95. a931f78 drivers: net: fsl_enetc: move PCS and PHY config to probe by Alex Marginean · 5 years ago
  96. 307f8a6 drivers: net: fsl_enetc: Add 2.5Gbps to supported link speeds by Alex Marginean · 5 years ago
  97. 17bd7ea drivers: net: fsl_enetc: use the new MDIO DM helper functions by Alex Marginean · 5 years ago
  98. 2f62455 net: mdio-uclass: add dm_eth_phy_connect helper function by Alex Marginean · 5 years ago
  99. a5d32c3 net: mdio-uclass: rename arguments of dm_mdio_phy_connect for clarity by Alex Marginean · 5 years ago
  100. 16cdc2d net: tftp: Fix too small block size by Andre Przywara · 5 years ago