1. 636555a spi: ich: Add TPL support by Simon Glass · 4 years, 10 months ago
  2. 9284214 spi: ich: Add support for get_mmap() method by Simon Glass · 4 years, 10 months ago
  3. 1facebd spi: ich: Support hardware sequencing by Simon Glass · 4 years, 10 months ago
  4. 0d3ee3e spi: ich: Support of-platdata for fast-spi by Simon Glass · 4 years, 10 months ago
  5. 43c145b spi: ich: Correct max-size bug in ich_spi_adjust_size() by Simon Glass · 4 years, 10 months ago
  6. c59f2ac dm: doc: Add a note about of-platdata and header files by Simon Glass · 4 years, 10 months ago
  7. 75214b0 spi: ich: Add mmio_base to struct ich_spi_platdata by Simon Glass · 4 years, 10 months ago
  8. a550662 spi: ich: Various small tidy-ups by Simon Glass · 4 years, 10 months ago
  9. b47aa26 spi: ich: Fix header order by Simon Glass · 4 years, 10 months ago
  10. 702b28a spi: ich: Convert to livetree by Simon Glass · 4 years, 10 months ago
  11. 17e7544 spi: ich: Move the protection/lockdown code into a function by Simon Glass · 4 years, 10 months ago
  12. 674990c spi: ich: Move init function just above probe() by Simon Glass · 4 years, 10 months ago
  13. e8ac6ff x86: spi: Don't enable SPI_FLASH_BAR by default by Simon Glass · 4 years, 10 months ago
  14. ccdabd8 spi: Correct operations check in dm_spi_xfer() by Simon Glass · 4 years, 10 months ago
  15. 86c70e9 x86: Make MSR_PKG_POWER_SKU common by Simon Glass · 4 years, 10 months ago
  16. df81abd x86: Separate out U-Boot and device tree in ROM image by Simon Glass · 4 years, 10 months ago
  17. 4f1f507 x86: Don't repeat microcode in U-Boot if not needed by Simon Glass · 4 years, 10 months ago
  18. 624c70b x86: Add an fdtmap and image-header by Simon Glass · 4 years, 10 months ago
  19. 28d7d76 x86: Add an option to control the position of SPL by Simon Glass · 4 years, 10 months ago
  20. b311295 x86: Add an option to control the position of U-Boot by Simon Glass · 4 years, 10 months ago
  21. dda8e3e x86: Update .dtsi file for FSP2 by Simon Glass · 4 years, 10 months ago
  22. b75617b x86: Update the fsp command for FSP2 by Simon Glass · 4 years, 10 months ago
  23. 86a8fb3 x86: Disable microcode section for FSP2 by Simon Glass · 4 years, 10 months ago
  24. f45e747 x86: Add support for newer CAR schemes by Simon Glass · 4 years, 10 months ago
  25. 2e2a003 x86: Add an option to include a FIT by Simon Glass · 4 years, 10 months ago
  26. fb96dee x86: Don't include the BIOS emulator in TPL by Simon Glass · 4 years, 10 months ago
  27. af80192 x86: fsp: Make the notify API call common by Simon Glass · 4 years, 10 months ago
  28. 748ff53 x86: fsp: Allow remembering the location of FSP-S by Simon Glass · 4 years, 10 months ago
  29. fe08d39 x86: fsp: Add a new arch_fsp_init_r() hook by Simon Glass · 4 years, 10 months ago
  30. e98791a x86: fsp: Set up an MTRR for the graphics frame buffer by Simon Glass · 4 years, 10 months ago
  31. cf87d3b x86: fsp: Add FSP2 base support by Simon Glass · 4 years, 10 months ago
  32. f42af29 x86: fsp: Correct wrong header inlude in fsp_support.c by Simon Glass · 4 years, 10 months ago
  33. f09d4ed x86: fsp: Make graphics support common to FSP1/2 by Simon Glass · 4 years, 10 months ago
  34. 5924341 x86: Allow interrupt to happen once by Simon Glass · 4 years, 10 months ago
  35. 26047f6 x86: Allow removal of standard PCH drivers by Simon Glass · 4 years, 10 months ago
  36. 69b1e9f x86: Don't imply libfdt or SPI flash in TPL by Simon Glass · 4 years, 10 months ago
  37. 4279110 x86: Set up the MTRR for SDRAM by Simon Glass · 4 years, 10 months ago
  38. ea4e97a x86: Set the DRAM banks to reflect real location by Simon Glass · 4 years, 10 months ago
  39. 22e0de3 x86: Move fsp_prepare_mrc_cache() to fsp1 directory by Simon Glass · 4 years, 10 months ago
  40. fa6cc1d x86: Don't export mrccache_update() by Simon Glass · 4 years, 10 months ago
  41. 0a0b09b x86: Add mrccache support for a 'variable' cache by Simon Glass · 4 years, 10 months ago
  42. 515e817 x86: Update mrccache to support multiple caches by Simon Glass · 4 years, 10 months ago
  43. 83f288f x86: Tidy up error handling in mrccache_save() by Simon Glass · 4 years, 10 months ago
  44. 37a508f x86: Add a new global_data member for the cache record by Simon Glass · 4 years, 10 months ago
  45. 506f224 x86: Adjust mrccache_get_region() to support get_mmap() by Simon Glass · 4 years, 10 months ago
  46. 87f1084 x86: Adjust mrccache_get_region() to use livetree by Simon Glass · 4 years, 10 months ago
  47. 0ad9b6a x86: Correct mrccache find_next_mrc_cache() calculation by Simon Glass · 4 years, 10 months ago
  48. 112629c x86: Reduce mrccache record alignment size by Simon Glass · 4 years, 10 months ago
  49. b93757c x86: Define the SPL image start by Simon Glass · 4 years, 10 months ago
  50. fbb0efd sandbox: Add a test for IRQ by Simon Glass · 4 years, 10 months ago
  51. 79d66a6 x86: Move UCLASS_IRQ into a separate file by Simon Glass · 4 years, 10 months ago
  52. 3e17ffb sandbox: Add PCI driver and test for p2sb by Simon Glass · 4 years, 10 months ago
  53. 89694de sandbox: Disable mmio by default in tests by Simon Glass · 4 years, 10 months ago
  54. 5bee27a pci: Add support for p2sb uclass by Simon Glass · 4 years, 10 months ago
  55. 3b65ee3 x86: sandbox: Add a PMC emulator and test by Simon Glass · 4 years, 10 months ago
  56. 6c6d88e x86: power: Add an ACPI PMC uclass by Simon Glass · 4 years, 10 months ago
  57. 76ab9f2 x86: Drop unnecessary interrupt code for TPL by Simon Glass · 4 years, 10 months ago
  58. caca13f x86: Drop unnecessary cpu code for TPL by Simon Glass · 4 years, 10 months ago
  59. 642e848 x86: timer: Reduce timer code size in TPL on Intel CPUs by Simon Glass · 4 years, 10 months ago
  60. 77dd7c6 x86: timer: use a timer base of 0 by Simon Glass · 4 years, 10 months ago
  61. dd0edcb board_r: Move early-timer init later by Simon Glass · 4 years, 10 months ago
  62. 8aeafb5 dm: pinctrl: Allow enabling full pinctrl in SPL/TPL by Simon Glass · 4 years, 10 months ago
  63. 1653b6a fdt: Show the preprocessed .dts file on error by Simon Glass · 4 years, 10 months ago
  64. d496162 x86: spi: Add helper functions for Intel Fast SPI by Simon Glass · 4 years, 10 months ago
  65. fa11fe1 i2c: designware: Support use in SPL by Simon Glass · 4 years, 10 months ago
  66. 8d72d5b i2c: designware: Avoid using static data by Simon Glass · 4 years, 10 months ago
  67. 457df23 i2c: designware: Tidy up PCI support by Simon Glass · 4 years, 10 months ago
  68. d721001 net: Move the checksum functions to lib/ by Simon Glass · 4 years, 10 months ago
  69. 6dd4b01 dm: pci: Move pci_get_devfn() into a common file by Simon Glass · 4 years, 10 months ago
  70. 2206ac2 dm: pci: Allow delaying auto-config until after relocation by Simon Glass · 4 years, 10 months ago
  71. b14c533 dm: core: Fix offset_to_ofnode() with invalid offset by Simon Glass · 4 years, 10 months ago
  72. bcee8d6 dm: gpio: Allow control of GPIO uclass in SPL by Simon Glass · 4 years, 10 months ago
  73. 3c10dc9 binman: Add a library to access binman entries by Simon Glass · 4 years, 10 months ago
  74. 553cb06 Merge tag 'dm-next-13dec19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 4 years, 10 months ago
  75. f39abbb Merge tag 'rpi-next-2020.01.2' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · 4 years, 10 months ago
  76. 3031cde Merge tag 'fix-for-2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · 4 years, 10 months ago
  77. addb1d9 Merge tag 'u-boot-atmel-fixes-2020.01-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · 4 years, 10 months ago
  78. e516746 ARM: defconfig: Fix 32bit config for RPi4 by Matthias Brugger · 4 years, 10 months ago
  79. a63f81c rpi: Enable DRAM bank initialization on arm64 by Matthias Brugger · 4 years, 10 months ago
  80. e19cfcc rpi: fix dram bank initialization by Matthias Brugger · 4 years, 10 months ago
  81. 3104162 i2c: i2c_cdns: fix write timeout on fifo boundary by Michael Auchter · 4 years, 10 months ago
  82. b4f98b3 cros_ec: use uint instead of uint8_t for cmd param by Michael Auchter · 4 years, 10 months ago
  83. d08c38c buildman: Ignore blank lines during size checks by Tom Rini · 4 years, 10 months ago
  84. 57cb9d5 buildman: Add options to get the arch and toolchain info by Simon Glass · 4 years, 10 months ago
  85. 7c66ead buildman: Figure out boards before commits by Simon Glass · 4 years, 10 months ago
  86. 6a3fc91 buildman: Ask genboardscfg to be quiet by Simon Glass · 4 years, 10 months ago
  87. 69bbdd1 genboardcfg: Support a quiet mode by Simon Glass · 4 years, 10 months ago
  88. fd4b8f8 Merge tag 'fixes-for-2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 4 years, 10 months ago
  89. cb10579 test.py: Make search for autoconf.mk more permissive by Simon Glass · 4 years, 10 months ago
  90. 4251fbc buildman: Improve [make-flags] section parser to allow quoted strings by Cristian Ciocaltea · 4 years, 10 months ago
  91. 5e5c785 serial: sandbox: support Unicode by Heinrich Schuchardt · 4 years, 11 months ago
  92. 15ab77c sandbox: add missing compatible property in device tree by Heinrich Schuchardt · 4 years, 11 months ago
  93. e50d238 configs: sama5d27_som1_ek: Add default config to read ENV from QSPI by Swapna Gurumani · 4 years, 10 months ago
  94. 520f955 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 4 years, 10 months ago
  95. 0e1233c spl: opensbi: wait for ack from secondary harts before entering OpenSBI by Lukas Auer · 4 years, 10 months ago
  96. 90ae281 riscv: add option to wait for ack from secondary harts in smp functions by Lukas Auer · 4 years, 10 months ago
  97. 8b3e97b riscv: add functions for reading the IPI status by Lukas Auer · 4 years, 10 months ago
  98. b86f6d1 spl: opensbi: specify main hart as preferred boot hart by Lukas Auer · 4 years, 10 months ago
  99. 04883bf doc: update AX25-AE350 RISC-V documentation by Rick Chen · 4 years, 11 months ago
  100. cca8b1e riscv: dts: Add #address-cells and #size-cells in nor node by Rick Chen · 4 years, 11 months ago