1. e5ca9a7 riscv: Rework Sifive CLINT as UCLASS_TIMER driver by Sean Anderson · 4 years, 2 months ago
  2. 15943bb riscv: Clean up initialization in Andes PLIC by Sean Anderson · 4 years, 2 months ago
  3. e86463f riscv: Rework Andes PLMT as a UCLASS_TIMER driver by Sean Anderson · 4 years, 2 months ago
  4. 7616e36 timer: Add a test for timer_timebase_fallback by Sean Anderson · 4 years, 2 months ago
  5. 3576121 timer: Add helper for drivers using timebase fallback by Sean Anderson · 4 years, 2 months ago
  6. c33efaf riscv: Rework riscv timer driver to only support S-mode by Sean Anderson · 4 years, 2 months ago
  7. 9981a80 ram: sifive: Remove regmap dependency by Bin Meng · 4 years, 2 months ago
  8. f8c9660 ram: sifive: Check return value on clk_enable() by Bin Meng · 4 years, 2 months ago
  9. 08bff30 doc/sipeed/maix: describe RESET and BOOT button by Heinrich Schuchardt · 4 years, 3 months ago
  10. d53a95b doc: correct kflash settings for Maix One Dock by Heinrich Schuchardt · 4 years, 3 months ago
  11. c5a7e5b cmd: irq: disable CMD_IRQ for riscv arch by Pragnesh Patel · 4 years, 3 months ago
  12. 0ac83d0 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 into next by Tom Rini · 4 years, 2 months ago
  13. 8c180d6 x86: edison: Add documentation for using am xFSTK image by Simon Glass · 4 years, 2 months ago
  14. 2e3b883 x86: edison: Generate an image suitable for xFSTK by Simon Glass · 4 years, 2 months ago
  15. fb91d56 binman: Support adding a U-Boot environment by Simon Glass · 4 years, 2 months ago
  16. 204aa78 binman: Show an error when a file is missing by Simon Glass · 4 years, 2 months ago
  17. 2463f16 x86: Use multiple images by Simon Glass · 4 years, 2 months ago
  18. 308b1a9 x86: video: Show information about each video device by Simon Glass · 4 years, 2 months ago
  19. 29d2d64 x86: Add support for more than 8 MTRRs by Simon Glass · 4 years, 2 months ago
  20. 51af144 x86: Allow showing details about a HOB entry by Simon Glass · 4 years, 2 months ago
  21. 10536ce x86: hob: Try to show a name instead of a GUID by Simon Glass · 4 years, 2 months ago
  22. d11544df x86: hob: Add way to show a single hob entry by Simon Glass · 4 years, 2 months ago
  23. 9c6aaf1 acpi: Use I2cSerialBusV2() instead of I2cSerialBus() by Simon Glass · 4 years, 2 months ago
  24. 1e4073b acpi: Add more documentation for struct acpi_gpio by Simon Glass · 4 years, 2 months ago
  25. 49f5141 x86: coral: Update config and device tree for ACPI by Simon Glass · 4 years, 2 months ago
  26. ee3cb7c x86: Move include of bitops out of ACPI region by Simon Glass · 4 years, 2 months ago
  27. 70c202c x86: Add a way to add to the e820 memory table by Simon Glass · 4 years, 2 months ago
  28. 2a2ebf8 acpi: Use defines for field lengths by Simon Glass · 4 years, 2 months ago
  29. cc5e02f x86: fsp: Show FSP-S or FSP-M address in fsp_get_header() by Simon Glass · 4 years, 2 months ago
  30. 4558d32 x86: fsp: Add more debugging for silicon init by Simon Glass · 4 years, 2 months ago
  31. 96bf9be x86: apl: Check low-level init in FSP-S pre-init by Simon Glass · 4 years, 2 months ago
  32. a30898f x86: coral: Add audio descriptor files by Simon Glass · 4 years, 2 months ago
  33. 2da4b69 x86: acpi: Set the log category for x86 table generation by Simon Glass · 4 years, 2 months ago
  34. 77bb1c6 acpi: tpm: Add a TPM1 table by Simon Glass · 4 years, 2 months ago
  35. 9179c35 acpi: tpm: Add a TPM2 table by Simon Glass · 4 years, 2 months ago
  36. 4ff3591 x86: Correct handling of MADT table CPUs by Simon Glass · 4 years, 2 months ago
  37. 26c3d3d x86: Add a header guard to asm/acpi_table.h by Simon Glass · 4 years, 2 months ago
  38. 3a25073 x86: Correct the assembly guard in e820.h by Simon Glass · 4 years, 2 months ago
  39. 7c73cea x86: Notify the FSP of the 'end firmware' event by Simon Glass · 4 years, 2 months ago
  40. f31b02c x86: Sort the MTRR table by Simon Glass · 4 years, 2 months ago
  41. aec7c1c x86: cpu: Report address width from cpu_get_info() by Simon Glass · 4 years, 2 months ago
  42. c90b302 x86: fsp: Update the FSP API with the end-firmware method by Simon Glass · 4 years, 2 months ago
  43. eaac971 tpm: cr50: Add ACPI support by Simon Glass · 4 years, 2 months ago
  44. ca60199 x86: apl: Drop unnecessary code in PMC driver by Simon Glass · 4 years, 2 months ago
  45. ea78675 x86: apl: Generate ACPI table for LPC by Simon Glass · 4 years, 2 months ago
  46. 60c0231 x86: apl: Generate CPU tables by Simon Glass · 4 years, 2 months ago
  47. abb4e42 x86: apl: Add support for hostbridge ACPI generation by Simon Glass · 4 years, 2 months ago
  48. da2c1b8 x86: apl: Generate required ACPI tables by Simon Glass · 4 years, 2 months ago
  49. 022256b p2sb: Add some definitions used for ACPI by Simon Glass · 4 years, 2 months ago
  50. 94c5ad2 x86: apl: Allow reading hostbridge base addresses by Simon Glass · 4 years, 2 months ago
  51. 540f0ba x86: acpi: Add support for additional Intel tables by Simon Glass · 4 years, 2 months ago
  52. b98b91b x86: Support Atom SoCs using SWSMISCI rather than the SWSCI by Simon Glass · 4 years, 2 months ago
  53. 9b3e6d4 x86: acpi: Add common Intel ACPI tables by Simon Glass · 4 years, 2 months ago
  54. 350c7f5 acpi: Add more support for generating processor tables by Simon Glass · 4 years, 2 months ago
  55. 7764a84 x86: acpi: Add PCT and PTC tables by Simon Glass · 4 years, 2 months ago
  56. 1540328 acpi: Add support for generating processor tables by Simon Glass · 4 years, 2 months ago
  57. f37979e x86: acpi: Support generation of the DBG2 table by Simon Glass · 4 years, 2 months ago
  58. d262898 x86: acpi: Support generation of the HPET table by Simon Glass · 4 years, 2 months ago
  59. 6c0da2d x86: Add a few common Intel CPU functions by Simon Glass · 4 years, 2 months ago
  60. abc585b x86: apl: Update iomap for ACPI by Simon Glass · 4 years, 2 months ago
  61. 1055237 x86: apl: Add power-management definitions by Simon Glass · 4 years, 2 months ago
  62. 59561c7 x86: Add some definitions for SMM by Simon Glass · 4 years, 2 months ago
  63. 18d8d24 x86: acpi: Add a common routine to write WiFi info by Simon Glass · 4 years, 2 months ago
  64. c9cc37d x86: apl: Support writing the IntelGraphicsMem table by Simon Glass · 4 years, 2 months ago
  65. e4f09f9 x86: Add wake sources for the acpi_gpe driver by Simon Glass · 4 years, 2 months ago
  66. fd42f26 i2c: Add a generic driver to generate ACPI info by Simon Glass · 4 years, 2 months ago
  67. bddbaf5 x86: link: Allow more space for U-Boot by Simon Glass · 4 years, 2 months ago
  68. 23dd0ea dm: acpi: Use correct GPIO polarity type in acpi_dp_add_gpio() by Simon Glass · 4 years, 2 months ago
  69. 88490e1 acpi: Support generating a multi-function _DSM for devices by Simon Glass · 4 years, 2 months ago
  70. da7cff3 acpi: Add support for conditions and return values by Simon Glass · 4 years, 2 months ago
  71. e0a896b acpi: Add support for writing a _PRW by Simon Glass · 4 years, 2 months ago
  72. 99e555a x86: coral: Add ACPI tables for coral by Simon Glass · 4 years, 2 months ago
  73. 7924b49 x86: acpi: Expand the GNVS by Simon Glass · 4 years, 2 months ago
  74. 55109f1 x86: acpi: Support external GNVS tables by Simon Glass · 4 years, 2 months ago
  75. 167c3f6 x86: Add a common global NVS structure by Simon Glass · 4 years, 2 months ago
  76. 97bafc9 x86: Add a config for the systemagent PCIEX regions size by Simon Glass · 4 years, 2 months ago
  77. 4c44aa7 x86: apl: Correct PCIE_ECAM_BASE by Simon Glass · 4 years, 2 months ago
  78. 13539ba x86: acpi: Add DPTF asl files by Simon Glass · 4 years, 2 months ago
  79. 14f643d x86: acpi: apl: Add asl files for Apollo Lake by Simon Glass · 4 years, 2 months ago
  80. d9434a1 x86: acpi: Add base asl files for common x86 devices by Simon Glass · 4 years, 2 months ago
  81. 4d0c576 x86: acpi: Add cros_ec tables by Simon Glass · 4 years, 2 months ago
  82. d9778ff cros: Add information about booting Chrome OS on x86 by Simon Glass · 4 years, 3 months ago
  83. dc8e7a9 cros: Update chromium documentation by Simon Glass · 4 years, 3 months ago
  84. 4f96023 x86: zboot: Allow overriding the command line by Simon Glass · 4 years, 3 months ago
  85. 631c2b9 x86: zboot: Add an option to dump the setup information by Simon Glass · 4 years, 3 months ago
  86. f82cd7b x86: zboot: Allow setting a separate setup base address by Simon Glass · 4 years, 3 months ago
  87. 126f47c x86: zboot: Set environment variables for image locations by Simon Glass · 4 years, 3 months ago
  88. 3e59759 x86: zboot: Add an 'setup' subcommand by Simon Glass · 4 years, 3 months ago
  89. 1d9e4bb x86: zboot: Add an 'load' subcommand by Simon Glass · 4 years, 3 months ago
  90. 6f873f5 x86: zboot: Add an 'info' subcommand by Simon Glass · 4 years, 3 months ago
  91. 88f1cd6 x86: zboot: Add a 'go' subcommand by Simon Glass · 4 years, 3 months ago
  92. 5588e77 x86: zboot: Set up a sub-command structure by Simon Glass · 4 years, 3 months ago
  93. e9d31b3 x86: zimage: Disable interrupts just before booting by Simon Glass · 4 years, 3 months ago
  94. 00630f6 x86: zboot: Correct image type by Simon Glass · 4 years, 3 months ago
  95. c038f3b x86: zboot: Move kernel-version code into a function by Simon Glass · 4 years, 3 months ago
  96. 30b372d x86: zimage: Avoid using #ifdef by Simon Glass · 4 years, 3 months ago
  97. e814837 x86: zimage: Use a state struct to hold the state by Simon Glass · 4 years, 3 months ago
  98. 6e04cb7 x86: Update the bootparam header by Simon Glass · 4 years, 3 months ago
  99. 67ece26 Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 2 months ago
  100. e119de7 Merge branch 'mpc85xx-for-v2021.01' into next by Tom Rini · 4 years, 2 months ago