1. 03a6ccd sb/amd: Remove dropped platforms by Arthur Heymans · 1 year, 10 months ago
  2. 96fa237 treewide: Use 'fadt->x_pm2_cnt_blk.addrl = fadt->pm2_cnt_blk' by Felix Held · 1 year, 10 months ago
  3. 769b657 treewide: Use 'fadt->x_pm1a_evt_blk.addrl = fadt->pm1a_evt_blk' by Felix Held · 1 year, 10 months ago
  4. c60f3b2 treewide: Use 'fadt->x_pm1a_cnt_blk.addrl = fadt->pm1a_cnt_blk' by Elyes Haouas · 1 year, 10 months ago
  5. 987f1f4 treewide: Use 'fadt->x_pm_tmr_blk.addrl = fadt->pm_tmr_blk' by Elyes Haouas · 1 year, 10 months ago
  6. 85f87e8 treewide: Use 'pm2_cnt_len' for 'x_pm2_cnt_blk.bit_width' by Elyes Haouas · 1 year, 10 months ago
  7. c929f09 treewide: Use 'gpe0_blk' for 'x_gpe0_blk.addrl' by Elyes Haouas · 1 year, 10 months ago
  8. baec560 treewide: Use 'gpe0_blk_len' for 'x_gpe0_blk.bit_width' by Elyes Haouas · 1 year, 10 months ago
  9. 501b71e treewide: Use 'fadt->pm_tmr_len' for 'x_pm_tmr_blk.bit_width' by Elyes Haouas · 1 year, 10 months ago
  10. 7008085 treewide: Use 'fadt->pm1_cnt_len' for 'x_pm1a_cnt_blk.bit_width' by Elyes Haouas · 1 year, 10 months ago
  11. a6e05382 treewide: Use 'fadt->pm1_evt_len' for 'x_pm1a_evt_blk.bit_width' by Elyes Haouas · 1 year, 10 months ago
  12. e47bff8 amd/*/Makefile.inc: Put common words into common Makefile.inc by Zheng Bao · 2 years, 5 months ago
  13. eaa21ae southbridge: Add SPDX identifiers to files missing them by Martin Roth · 2 years ago
  14. 30fce51 sb/amd/cimx/sb800: Remove unused and unsafe macro by Angel Pons · 2 years, 1 month ago
  15. 616be8c sb/amd/cimx: Fix some white spaces issues by Elyes Haouas · 2 years, 1 month ago
  16. ab304bc sb/amd/common: Fix some white spaces issues by Elyes Haouas · 2 years, 1 month ago
  17. 4c15211 sb/amd/pi: Fix some white spaces issues by Elyes Haouas · 2 years, 1 month ago
  18. 7d89264 sb/amd/agesa: Fix some white spaces issues by Elyes Haouas · 2 years, 1 month ago
  19. 558d731 sb/amd/*/*/smbus_spd.c: Fix some white spaces issues by Elyes Haouas · 2 years, 1 month ago
  20. ba9deba sb/amd/*/*/sata.c: Fix some white spaces issues by Elyes Haouas · 2 years, 1 month ago
  21. 8833d65 sb/amd/*/*/smbus.h: Fix some white spaces issues by Elyes Haouas · 2 years, 1 month ago
  22. 8b89424 soc,sb/amd: Change SPI controller resource by Kyösti Mälkki · 2 years, 3 months ago
  23. 27d6299 device/resource: Add _kb postfix for resource allocators by Kyösti Mälkki · 2 years, 3 months ago
  24. b97a303 cpu/amd/agesa: Use common MRC_CACHE code to save S3 data by Arthur Heymans · 4 years ago
  25. 2e96e94 sb/amd/agesa/hudson/hudson.c: Use BIT() macros by Elyes Haouas · 2 years, 6 months ago
  26. e3780676 sb/amd/*/*/acpi: Reduce stylistic differences by Elyes Haouas · 2 years, 6 months ago
  27. 8ceef40 soc/amd/*/Makefile.inc: Do some cosmetics by Arthur Heymans · 3 years, 1 month ago
  28. e2ffcc6 vendorcode/amd/cimx/sb900: Drop code by Arthur Heymans · 2 years, 5 months ago
  29. bbf5de5 sb/amd/hudson/spi.c: Use C over CPP conditional by Arthur Heymans · 2 years, 5 months ago
  30. 43b7f41 src: Make PCI ID define names shorter by Felix Singer · 2 years, 5 months ago
  31. 4b2464f arch/x86: factor out and commonize HPET_BASE_ADDRESS definition by Felix Held · 2 years, 6 months ago
  32. 532e043 treewide: Write minor version at acpi_create_fadt() function by Elyes Haouas · 2 years, 6 months ago
  33. 8f38e5f sb/amd/cimx/sb800/amd_pci_int_defs.h: Fix serial IRQ INT name in comment by Elyes Haouas · 2 years, 6 months ago
  34. 4450bee sb/amd/pi/hudson/early_setup.c: Fix typo in comment by Elyes Haouas · 2 years, 6 months ago
  35. 090fcec southbridge/amd/*/*/reset.c: Reduce stylistic differences by Elyes Haouas · 2 years, 6 months ago
  36. 2a6cc95 southbridge/amd/*/*/smbus.c: Reformat code and reduce difference by Elyes Haouas · 2 years, 6 months ago
  37. b55ac09 [acpi]{include,soc/amd,southbridge/amd}: Clarify ARM_boot_arch in comments by Elyes Haouas · 2 years, 6 months ago
  38. 8b950f4 src/acpi: Add macro for FADT Minor Version and use it by Elyes Haouas · 2 years, 6 months ago
  39. fff2021 Use the fallthrough statement in switch loops by Arthur Heymans · 3 years, 5 months ago
  40. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 7 months ago
  41. fae13d6 sb/amd/cimx/sb800/fan.c: Remove unuseful 'return' in void function by Elyes HAOUAS · 2 years, 7 months ago
  42. eb9e63f src: Add missing 'void' in function definition by Elyes HAOUAS · 2 years, 7 months ago
  43. f23cc1c southbridge/amd/agesa/hudson/smi_util.c: Remove repeated "set" by Elyes HAOUAS · 2 years, 7 months ago
  44. 44d1035 southbridge/amd/pi/hudson/smi_util.c: Remove repeated "set" by Elyes HAOUAS · 2 years, 7 months ago
  45. 0365fc8 sb/amd/pi/hudson/early_init: fix setting SPI_USE_SPI100 in SPI100_ENABLE by Felix Held · 2 years, 8 months ago
  46. 60df92f lippert/frontrunner-af: Use common cimx/sb800 ASL by Kyösti Mälkki · 2 years, 10 months ago
  47. 0cd50ae sb/amd/cimx/sb800: Fix PCI devices ASL by Kyösti Mälkki · 2 years, 10 months ago
  48. 0d30ddd sb/amd/cimx/sb800: Separate a section from fch.asl by Kyösti Mälkki · 2 years, 10 months ago
  49. 43cf27d include/device/pci_ids,soc/amd/common/block/lpc: drop duplicate PCI IDs by Felix Held · 2 years, 10 months ago
  50. c25ecb5 arch/x86/ioapic: Select IOAPIC with SMP by Kyösti Mälkki · 3 years, 2 months ago
  51. b54388d ACPI: Have common acpi_fill_mcfg() by Kyösti Mälkki · 3 years, 6 months ago
  52. 253c356 sb/amd/cimx/sb800: Clear IOAPIC vectors only once by Kyösti Mälkki · 3 years, 2 months ago
  53. 26f97f9 src/soc to src/superio: Fix spelling errors by Martin Roth · 2 years, 11 months ago
  54. dea4e0f soc/amd/common/blocks/include: rename gpio_banks.h to gpio.h by Felix Held · 2 years, 11 months ago
  55. eaef059 sb/amd/pi/hudson: drop HUDSON_UART option and corresponding code by Felix Held · 3 years, 1 month ago
  56. 09f767d sb/amd/pi/hudson/soc/gpio: add SOC_GPIO_TOTAL_PINS definition by Felix Held · 3 years ago
  57. 4b02769 soc/amd/common/block/gpio_banks/Kconfig: add option for non-soc/ chips by Felix Held · 3 years ago
  58. d581137 acpi: Fill fadt->century based on Kconfig by Nico Huber · 3 years, 1 month ago
  59. 3136424 soc/amd/common/block/acpimmio: add Kconfig option for biosram accessors by Felix Held · 3 years, 1 month ago
  60. 12d31b2 southbridge/amd: Create ACPI MCFG MMCONFIG by Angel Pons · 3 years, 2 months ago
  61. 70d1c72 sb/amd/pi/hudson: remove unused Bolton PI FCH code by Felix Held · 3 years, 4 months ago
  62. 4fb2328 sb/amd/agesa/hudson/lpc: Remove space between function and signature by Paul Menzel · 4 years, 5 months ago
  63. 4df6b26 sb/amd/agesa/hudson: Use comment style from style guide by Paul Menzel · 4 years, 5 months ago
  64. 10de874 sb/amd/common: Drop dummy variable assigment by Kyösti Mälkki · 3 years, 6 months ago
  65. c0733e1 ACPI: Use common OperationRegion for PCI_MMCONF by Kyösti Mälkki · 3 years, 6 months ago
  66. ff9ba54 sb,soc/amd: Drop OSFL method in ASL by Kyösti Mälkki · 3 years, 6 months ago
  67. b484609 sb/amd/cimx/sb800: Drop OSFL method in ASL by Kyösti Mälkki · 3 years, 6 months ago
  68. 2ed14db sb/amd: Remove unused <console/console.h> by Elyes HAOUAS · 3 years, 6 months ago
  69. 05af850 sb/amd/cimx/sb800: Move common OSFL method in ASL by Kyösti Mälkki · 3 years, 7 months ago
  70. d591a5a ACPI: Move common _PIC method by Kyösti Mälkki · 3 years, 7 months ago
  71. fa6a85c sb,soc/amd: Drop empty CIRQ call from _PIC by Kyösti Mälkki · 3 years, 7 months ago
  72. 3942a90 sb/amd/cimx/sb800: Drop CIRQ method from _PIC by Kyösti Mälkki · 3 years, 7 months ago
  73. 6962b6e sb,soc/amd: Move _PIC method to global scope by Kyösti Mälkki · 3 years, 6 months ago
  74. 4f880b9 sb/amd/agesa/hudson/acpi/fch.asl: Sync whitespace by Elyes HAOUAS · 3 years, 11 months ago
  75. b53dfc7 sb/amd/agesa/hudson/amd_pci_int_defs.h: Fix comments by Angel Pons · 3 years, 6 months ago
  76. 39a2237 sb/amd/agesa/hudson: Drop setting `ACPI_FADT_RESET_REGISTER` by Angel Pons · 3 years, 6 months ago
  77. 73c73dd sb/amd/agesa/hudson/sm.c: Drop unused `BITx` macros by Angel Pons · 3 years, 6 months ago
  78. c64465f sb/amd/pi/hudson/pci.c: Remove empty init operation by Angel Pons · 3 years, 6 months ago
  79. c3d88ee sb/amd/pi/hudson/imc.c: Remove duplicated comment by Angel Pons · 3 years, 6 months ago
  80. 6564842 sb/amd/cimx/sb800/acpi: Convert to ASL 2.0 syntax by Elyes HAOUAS · 3 years, 7 months ago
  81. b5a237d sb/amd/pi/hudson/acpi/fch.asl: Convert to ASL 2.0 syntax by Elyes HAOUAS · 3 years, 11 months ago
  82. b9c5445 sb/amd/common/acpi: Convert 'sleepstates.asl' to ASL 2.0 syntax by Elyes HAOUAS · 3 years, 11 months ago
  83. 0a76e7a sb/amd/{agesa,pi}hudson/acpi: Convert 'pci_int.asl' to ASL 2.0 syntax by Elyes HAOUAS · 3 years, 11 months ago
  84. a81c461 sb/amd/{agesa,pi}hudson/acpi: Convert 'AmdImc.asl' to ASL 2.0 syntax by Elyes HAOUAS · 3 years, 11 months ago
  85. 3759e26 sb/amd/agesa/hudson/acpi/fch.asl: Convert to ASL 2.0 by Elyes HAOUAS · 3 years, 6 months ago
  86. 01ae7e7 sb/amd/{agesa,pi}/hudson/acpi: Convert 'audio.asl' to ASL 2.0 syntax by Elyes HAOUAS · 3 years, 11 months ago
  87. eb26530 sb/amd/pi/hudson/acpi/lpc.asl: Convert to ASL 2.0 by Elyes HAOUAS · 3 years, 6 months ago
  88. 3b3d085 src: Remove useless comments in "includes" lines by Elyes HAOUAS · 3 years, 7 months ago
  89. 00b5f53 treewide [Kconfig]: Remove useless comment by Elyes HAOUAS · 3 years, 7 months ago
  90. 3f24670 sb,soc/amd: Rename PMOD to PICM in ASL by Kyösti Mälkki · 3 years, 7 months ago
  91. 2cc5bcb build system: Always add coreboot.pre dependency to intermediates by Patrick Georgi · 3 years, 7 months ago
  92. 0b7d3a1 build system: Remove flock calls from intermediate processing by Patrick Georgi · 3 years, 7 months ago
  93. d6eb72c build system: Structure and serialize INTERMEDIATE by Patrick Georgi · 3 years, 7 months ago
  94. 1153b2e cbfstool: Use flock() when accessing CBFS files by Julius Werner · 3 years, 7 months ago
  95. b8cb142 sb/amd/pi/hudson: Enable use of common GPIO API by Kyösti Mälkki · 4 years, 2 months ago
  96. 48a6c01 src: Remove redundant use of ACPI offset(0) by Elyes HAOUAS · 4 years, 1 month ago
  97. 21cdf0d soc/amd/common: introduce SOC_AMD_COMMON_BLOCK_PCI_MMCONF by Felix Held · 3 years, 9 months ago
  98. c681a82 cpu/amd/pi: Remove unused cpu code 00660F01 by Martin Roth · 3 years, 9 months ago
  99. 5a82e1d soc/amd/common: remove SOC_AMD_COMMON_BLOCK Kconfig symbol by Felix Held · 3 years, 9 months ago
  100. af2efbb amdfwtool: Use shell command to get depend file list by Zheng Bao · 3 years, 10 months ago