1. 0d19289 arch/x86/ioapic: use uintptr_t for IOAPIC base address by Felix Held · 5 months ago
  2. 7fcd4d5 device/device.h: Rename busses for clarity by Arthur Heymans · 11 months ago
  3. 80c79a5 device/device.h: Drop multiple links by Arthur Heymans · 11 months ago
  4. d9e8263 soc/amd/*/acpi: use common soc_acpi_write_tables prototype by Felix Held · 5 months ago
  5. 1b410d9 soc/amd: rename agesa_write_acpi_tables to soc_acpi_write_tables by Felix Held · 5 months ago
  6. 5913a54 soc/amd/stoneyridge/northbridge: report GNB IOAPIC in domain by Felix Held · 6 months ago
  7. 727ee667 soc/amd/stoneyridge: use is_dev_enabled(DEV_PTR()) by Felix Held · 7 months ago
  8. 7f19d20 soc/amd/stoney/northbridge: Remove dead code by Arthur Heymans · 7 months ago
  9. e91785d soc/amd/common,stoneyridge: drop invalid hda_soc_ssdt_quirks by Felix Held · 8 months ago
  10. 8f0075c nb,soc/amd/*/northbridge: use mmio_range to add IOAPIC2 resources by Felix Held · 11 months ago
  11. 885efa1 soc/amd/stoneyridge: Use newer function for resource declarations by Arthur Heymans · 1 year ago
  12. a8da070 soc/amd/stoneyridge/northbridge: use VGA_MMIO_* defines by Felix Held · 1 year, 1 month ago
  13. 8cab80c soc/amd/common/acpi: move acpi_fill_root_complex_tom to Stoneyridge by Felix Held · 1 year, 2 months ago
  14. d7ad140 soc/amd/stoneyridge/northbridge: reserve PCI config IO ports by Felix Held · 1 year, 1 month ago
  15. 27af3e6 include/cpu/amd/mtrr: fix typo in get_top_of_mem_above_4gb by Felix Held · 1 year, 3 months ago
  16. 392cf2f soc/amd/stoneyridge/northbridge: use get_top_of_mem_[below,above]_4gb by Felix Held · 1 year, 3 months ago
  17. 5e9afe7 include/cpu/amd/mtrr: rename functions to get top of memory regions by Felix Held · 1 year, 3 months ago
  18. aec49ae soc/amd/stoneyridge/northbridge: fix indentation in set_mmio_addr_reg by Felix Held · 1 year, 3 months ago
  19. 915c387 soc/amd/stoneyridge/northbridge: use common acpi_fill_root_complex_tom by Felix Held · 1 year, 3 months ago
  20. fc709fe soc/amd/stoneyridge: use common AMD CPU power state ACPI generation by Felix Held · 1 year, 4 months ago
  21. 1d66ad1 soc/amd/stoneyridge: move map_oprom_vendev to graphics.c by Felix Held · 1 year, 3 months ago
  22. f0c1c97 soc/amd/stoneyridge: request binaryPI to use \_SB_ scope in PSTATE SSDT by Felix Held · 1 year, 4 months ago
  23. 9abc411 soc/amd/stoneyridge/northbridge: use acpi_align_current by Felix Held · 1 year, 6 months ago
  24. fc84ae7 treewide: Remove unused <cpu/amd/msr.h> by Elyes Haouas · 1 year, 6 months ago
  25. 2e65e9c soc/amd: Use ioapic helper functions by Kyösti Mälkki · 3 years, 1 month ago
  26. 26651c8 soc/amd/stoneyridge: use devicetree ops over pci driver by Felix Held · 1 year, 9 months ago
  27. d6b6b22 payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarity by Elyes Haouas · 1 year, 9 months ago
  28. 55d0f40 soc/amd: Fix some white spaces issues by Elyes Haouas · 2 years ago
  29. 27d6299 device/resource: Add _kb postfix for resource allocators by Kyösti Mälkki · 2 years, 1 month ago
  30. 43b7f41 src: Make PCI ID define names shorter by Felix Singer · 2 years, 4 months ago
  31. af17f0b soc/amd/*/northbridge,root_complex: add comment about PCI BARs by Felix Held · 2 years, 4 months ago
  32. b1197af soc/amd/*/northbridge,root_complex: simplify GNB IOAPIC resource index by Felix Held · 2 years, 4 months ago
  33. 56b037b soc/amd/*/northbridge,root_complex: simplify mmconf_resource index by Felix Held · 2 years, 4 months ago
  34. 4b2464f arch/x86: factor out and commonize HPET_BASE_ADDRESS definition by Felix Held · 2 years, 4 months ago
  35. c435038 cpu/amd/mtrr: Remove topmem global variables by Arthur Heymans · 2 years, 8 months ago
  36. 26f97f9 src/soc to src/superio: Fix spelling errors by Martin Roth · 2 years, 9 months ago
  37. dea42e0 cpu/x86/lapic: Replace LOCAL_APIC_ADDR references by Kyösti Mälkki · 3 years, 1 month ago
  38. f0c5276 soc/amd: factor out acpi_soc_get_bert_region to amd/common by Felix Held · 3 years, 1 month ago
  39. d288d8c soc/amd/stoneyridge: use common BERT ACPI table generation by Felix Held · 3 years, 1 month ago
  40. 62eb0ed arch/x86/include/bert_storage: introduce bert_should_generate_acpi_table by Felix Held · 3 years, 1 month ago
  41. ff9ba54 sb,soc/amd: Drop OSFL method in ASL by Kyösti Mälkki · 3 years, 5 months ago
  42. ac204ba soc/amd/stoneyridge: Fix _INI method in SSDT for HDA by Furquan Shaikh · 3 years, 5 months ago
  43. 604ffa6 soc/amd: introduce and use common IOAPIC IDs by Felix Held · 3 years, 5 months ago
  44. 0e560e7 soc/amd: Move acpi_fill_mcfg into common/blocks/acpi by Raul E Rangel · 3 years, 5 months ago
  45. 9e591c4 soc/amd: Refactor some ACPI S3 calls by Kyösti Mälkki · 3 years, 6 months ago
  46. 69c0b19 {soc/amd,sb/amd/hudson}: Fix generating the ACPI mcfg by Arthur Heymans · 4 years, 9 months ago
  47. 7aa3372 soc/amd: Drop unneeded empty lines by Elyes HAOUAS · 3 years, 11 months ago
  48. fc752b6 soc/amd/stoneyridge: add resources during read_resources() by Furquan Shaikh · 4 years, 2 months ago
  49. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  50. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 2 months ago
  51. 91a7abf soc/amd/hda: Move HDA PCI device from DSDT to SSDT by Furquan Shaikh · 4 years, 2 months ago
  52. 7536a39 device: Constify struct device * parameter to acpi_fill_ssdt() by Furquan Shaikh · 4 years, 2 months ago
  53. 0f007d8 device: Constify struct device * parameter to write_acpi_tables by Furquan Shaikh · 4 years, 2 months ago
  54. ae59387 soc/amd: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  55. deeccbf Drop explicit NULL initializations from `device_operations` by Elyes HAOUAS · 4 years, 3 months ago
  56. 68680dd Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` by Nico Huber · 4 years, 3 months ago
  57. 9550e97 acpi: correct the processor devices scope by Michał Żygowski · 4 years, 4 months ago
  58. 1c6d8a9 soc: Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  59. 8cf28db soc/{amd,cavium,mediatek,sifive}: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 7 months ago
  60. f65c1e4 amdblocks/acpimmio: Unify BIOSRAM usage by Michał Żygowski · 4 years, 7 months ago
  61. 9247e86 soc/amd/stoneyridge: Change code to accommodate Merlin Falcon SOC by Richard Spiegel · 5 years ago
  62. e09caf6 soc/amd/stoneyridge: Move acpi_fill_mcfg to northbridge by Marshall Dawson · 5 years ago
  63. c338507 soc/{amd,intel}/chip: Use local include for chip.h by Elyes HAOUAS · 5 years ago
  64. 6e512c4 soc/amd/common: Introduce agesa_execute_state() by Kyösti Mälkki · 6 years ago
  65. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  66. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  67. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  68. 6a9e6cd src/(device/lib/soc): Remove unused variables by Richard Spiegel · 6 years ago
  69. 271b8a5 soc/amd: Convert from AMD units to coreboot units by Richard Spiegel · 6 years ago
  70. d2b9ec1 src: Remove unneeded include "{arch,cpu}/cpu.h" by Elyes HAOUAS · 6 years ago
  71. 2b7cd1d soc/amd/stoneyridge: Fix 81+ characters lines by Richard Spiegel · 6 years ago
  72. 3424f38 soc/amd/stoneyridge: Get rid of domain_read_resources by Martin Roth · 6 years ago
  73. b0817b0 src: Move shared amd64 and IA32 MSRs to <cpu/x86/msr.h> by Elyes HAOUAS · 6 years ago
  74. 50f2e4c soc/amd/stoneyridge: Set IOMMU support to follow device setting by Martin Roth · 6 years ago
  75. 41baf0c soc/amd/stoneyridge: Remove dev_find_slot where possible by Richard Spiegel · 6 years ago
  76. 400ce55 cpu/amd: Use common AMD's MSR by Elyes HAOUAS · 6 years ago
  77. bc94aea soc/amd/stoneyridge: Add IOMMU support by Marc Jones · 6 years ago
  78. 653f760 amd/stoneyridge: Construct ACPI BERT table by Marshall Dawson · 6 years ago
  79. 2e90ee3 soc/amd/stoneyridge/northbridge.c: Create a way to change eDP training value by Richard Spiegel · 6 years ago
  80. 777ccd4 soc/amd/stoneyridge/: Get rid of device_t by Elyes HAOUAS · 6 years ago
  81. 3d34ae3 soc/amd/stoneyridge/northbridge.c: Fix bit definitions by Richard Spiegel · 6 years ago
  82. d6a8200 amd/stoneyridge: Add GNB IOAPIC init by Marc Jones · 6 years ago
  83. 5fd1d5a soc/amd/stoneyridge: Refactor northbridge resource allocator by Marc Jones · 6 years ago
  84. 8f2a7e0 amd/stoneyridge: Add S3 support to POST by Marshall Dawson · 7 years ago
  85. 2942db6 soc/amd: Move stoneyridge features out of agesawrapper by Marshall Dawson · 7 years ago
  86. 138a1d2 soc/amd/common: Update agesawrapper_call.h by Richard Spiegel · 7 years ago
  87. 0ad74ac soc/amd/common: Move Agesa related headers by Richard Spiegel · 7 years ago
  88. 154239a amd/stoneyridge: Remove fixme.c by Marshall Dawson · 7 years ago
  89. 3173d44 soc/amd/stoneyridge: don't open code known literals by Aaron Durbin · 7 years ago
  90. 6a35fab soc/amd/stoneyridge: Use macros for PCI_DEVFN calls by Chris Ching · 7 years ago
  91. f82aa10 amd/stoneyridge: Clean up include files in northbridge.h by Marshall Dawson · 7 years ago
  92. b617211 amd/stoneyridge: Enable SMM in TSEG by Marshall Dawson · 7 years ago
  93. a7bfbbe amd/stoneyridge: Convert MP init to mp_init_with_smm by Marshall Dawson · 7 years ago
  94. 7ac2af3 amd/stoneyridge: Make UMA memory cacheable by Marshall Dawson · 7 years ago
  95. bbf91af amd/stoneyridge: Remove EXT_CONF_SUPPORT check by Marshall Dawson · 7 years ago
  96. 29f1b74 amd/stoneyridge: Simplify memory hole calculation by Marshall Dawson · 7 years ago
  97. f724e89 binaryPI: Drop Options.h include by Kyösti Mälkki · 7 years ago
  98. d41feed AGESA: Avoid cpuRegisters.h include by Kyösti Mälkki · 7 years ago
  99. d681524 AGESA binaryPI: Clean up amdfamXX.h include by Kyösti Mälkki · 7 years ago
  100. 38bded0 amd/stoneyridge: Remove multi-node support by Marshall Dawson · 7 years ago