1. c645ae0 soc/amd: Add picasso to Kconfig by Marshall Dawson · 5 years ago
  2. 778c8a7 soc/amd/picasso: Stub out bootblock by Martin Roth · 5 years ago
  3. d7e3ead soc/amd/picasso: Update stoney paths to picasso by Martin Roth · 5 years ago
  4. 070e79e soc/amd/picasso: Rename makefile.inc back to Makefile.inc by Martin Roth · 5 years ago
  5. 1f33762 soc/amd/picasso: Change SOC_AMD_STONEY* to SOC_AMD_PICASSO by Martin Roth · 5 years ago
  6. 5f67263 soc/amd/picasso: Change header guards from stoney to picasso by Martin Roth · 5 years ago
  7. 360035e soc/amd/picasso: Remove ST files not used for PCO by Martin Roth · 5 years ago
  8. 5c354b9 soc/amd/picasso: Create picasso as a copy of stoneyridge by Martin Roth · 5 years ago
  9. 2395917 soc/amd/common: Add errors for invalid AcpiMmio access by Marshall Dawson · 5 years ago
  10. 5d2e1d8 soc/amd/common: Make biosram functions more readable by Marshall Dawson · 5 years ago
  11. 08462ce soc/amd/common: Update AcpiMmio comments by Marshall Dawson · 5 years ago
  12. 5b9e055 soc/amd/common: Fix consistency in AcpiMmio arguments by Marshall Dawson · 5 years ago
  13. 960964f soc/amd/common: Clean up prototypes for AcpiMmio by Marshall Dawson · 5 years ago
  14. a887c1b src/amd/stoneyridge: Move alink source to common by Marshall Dawson · 5 years ago
  15. e1780e9 soc/amd/stoneyridge: Add ALink-AHB Bridge to iomap.h by Marshall Dawson · 5 years ago
  16. aa67def soc/amd/stoneyridge: Move sata to common by Marshall Dawson · 5 years ago
  17. 25e5401 soc/amd/stoneyridge: Split sata functionality by Marshall Dawson · 5 years ago
  18. 19cae7c soc/amd/stoneyridge: Remove sb_util.c by Marshall Dawson · 5 years ago
  19. 26307c7 soc/amd/stoneyridge: Relocate acpi_get_sleep_type() by Marshall Dawson · 5 years ago
  20. ec63a71 soc/amd/stoneyridge: Move IOMMU support to common by Marshall Dawson · 5 years ago
  21. 43c26cb soc/amd/stoneyridge: Move hda.c to common by Marshall Dawson · 5 years ago
  22. 4ee83b2 soc/amd/stoneyridge: Relocate MMIO access of ACPI registers by Marshall Dawson · 5 years ago
  23. 3ce0360 soc/amd/common: Rework block/acpi by Marshall Dawson · 5 years ago
  24. 6ab5ed3 soc/amd/stoneyridge: Move LPC support to common by Marshall Dawson · 5 years ago
  25. eceaa97 soc/amd/stoneyridge: Rework SPI base address get/set by Marshall Dawson · 5 years ago
  26. 251d305 soc/amd/stoneyridge: Move GPIO support to common by Marshall Dawson · 5 years ago
  27. 920bab5 soc/amd/stoneyridge: Fix alignment in iomap.h by Marshall Dawson · 5 years ago
  28. 27d02d8 src/soc: Add missing 'include <types.h>' by Elyes HAOUAS · 5 years ago
  29. fa6233d soc/amd/common: Identify AGESA call pattern by Kyösti Mälkki · 6 years ago
  30. 7f8a57e soc/amd/common: Refactor AmdCreateStruct() use by Kyösti Mälkki · 6 years ago
  31. f42344a soc/amd/stoneyridge: Move I2C bus clear out of gpio.c by Marshall Dawson · 5 years ago
  32. 69486ca soc/amd/common: Create AcpiMmio functionality from stoneyridge by Marshall Dawson · 5 years ago
  33. 45b79be src/soc: Remove unneeded include <arch/io.h> by Elyes HAOUAS · 5 years ago
  34. 29150c8 soc/amd/stoneyridge: Add ACPI D3Cold support for SD Controller by Raul E Rangel · 5 years ago
  35. 939bfcc soc/amd/stoneyridge: Add IO access functions for PMx by Marshall Dawson · 5 years ago
  36. 976e3e9 soc/amd/stoneyridge: Add iomux read/write functions by Marshall Dawson · 5 years ago
  37. b4b9efc soc/amd/stoneyridge: Finish read/write misc registers by Marshall Dawson · 5 years ago
  38. b435d44 soc/amd/stoneyridge: Add aoac_ read/write functions by Marshall Dawson · 5 years ago
  39. 753c225 soc/amd/stoneyridge: Rewrite smbus_read/write, add asf by Marshall Dawson · 5 years ago
  40. 6ac87c4 soc/amd/stoneyridge: Rearrange sb_util.c by Marshall Dawson · 5 years ago
  41. 5de4771 soc/amd/stoneyridge: Rename AcpiMmio blocks by Marshall Dawson · 5 years ago
  42. 1bc04e3 soc/amd/stoneyridge: Correct bugs in lpc.c by Marshall Dawson · 5 years ago
  43. e09caf6 soc/amd/stoneyridge: Move acpi_fill_mcfg to northbridge by Marshall Dawson · 5 years ago
  44. 85b2ed5 soc/amd/common: Introduce module_dispatch() by Kyösti Mälkki · 6 years ago
  45. c338507 soc/{amd,intel}/chip: Use local include for chip.h by Elyes HAOUAS · 5 years ago
  46. a11553d soc/amd/stoneyridge: Generate MCFG table by Raul E Rangel · 5 years ago
  47. 63bc18e soc/amd/common: Remove AmdReadEventLog() by Kyösti Mälkki · 6 years ago
  48. 6e512c4 soc/amd/common: Introduce agesa_execute_state() by Kyösti Mälkki · 6 years ago
  49. 20eaef0 src: Add missing include 'console.h' by Elyes HAOUAS · 5 years ago
  50. 6d3b7e6 soc/amd/stoneyridge: Fix gnvs aoac initialization by Marshall Dawson · 5 years ago
  51. e732773 soc/amd/stoney: Don't use IS_ENABLED() for a constant by Nico Huber · 5 years ago
  52. bf0970e src: Use include <delay.h> when appropriate by Elyes HAOUAS · 5 years ago
  53. 5d1f9a0 Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) by Julius Werner · 6 years ago
  54. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  55. 25eb2bc soc/amd/stoneyridge: Correct PSP SecureOs Kconfig symbol by Marshall Dawson · 5 years ago
  56. 31f9631 src: Drop unused 'include <arch/acpigen.h>' by Elyes HAOUAS · 6 years ago
  57. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 6 years ago
  58. dbc7095 soc/amd/stoneyridge: Convert SMU fanless options by Marshall Dawson · 6 years ago
  59. 6cdafd9 soc/amd/stoneyridge: Call amdfwtool with different arguments by Marshall Dawson · 6 years ago
  60. 89989cf src: Drop unused include <arch/acpi.h> by Elyes HAOUAS · 6 years ago
  61. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 6 years ago
  62. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 6 years ago
  63. bdaec07 arch/io.h: Add missing includes by Kyösti Mälkki · 6 years ago
  64. e132d57 Fix <io.h> includes by Kyösti Mälkki · 6 years ago
  65. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 6 years ago
  66. 0d4de2a ACPI: Rename FADT model and set it to zero by Elyes HAOUAS · 6 years ago
  67. 3986d39 soc/amd: Remove defined but unwritten functions by Richard Spiegel · 6 years ago
  68. 66f9a09 security/vboot: Add measured boot mode by Philipp Deppenwiese · 6 years ago
  69. 423d03c soc/amd/common: Fix AmdLateRunApTask() by Kyösti Mälkki · 6 years ago
  70. 26071aa ACPI: Correct asl_compiler_revision value by Elyes HAOUAS · 6 years ago
  71. e90b632 soc/amd/common: Move PI refcode loader by Kyösti Mälkki · 6 years ago
  72. c93d4ab soc/amd/stoneyridge: Expand 48MHz for both osc out signals by Richard Spiegel · 6 years ago
  73. 85e9f28 soc/amd/common: Don't use CAR_GLOBAL by Arthur Heymans · 6 years ago
  74. a8eb477 soc/amd/common: Remove redundant ACPI S3 test by Kyösti Mälkki · 6 years ago
  75. f56249b soc/amd/stoneyridge: Reboot if missing MRC cache info by Marshall Dawson · 6 years ago
  76. fb7a1a4 soc/amd/stoneyridge: Add generic PM1 register clear function by Marshall Dawson · 6 years ago
  77. b40e193 soc/amd/stoneyridge: Access SMBUS through MMIO by Richard Spiegel · 6 years ago
  78. df30642 amd/stoneyridge: Disable GPIO MASK STATUS by Raul E Rangel · 6 years ago
  79. 75ebb6c soc/amd/stoneyridge/gpio: Allow specifying 0 value for debounce timeout by Daniel Kurtz · 6 years ago
  80. 1d19127 soc/{amd,intel}: Remove needless '&' on function pointers by Elyes HAOUAS · 6 years ago
  81. 034e5e6 Revert "soc/amd/stoneyridge/gpio: Configure debounce for irq gpios" by Raul Rangel · 6 years ago
  82. b82afce soc/amd/stoneyridge/gpio: Configure debounce for irq gpios by Daniel Kurtz · 6 years ago
  83. ac1a5a8 soc/amd/stoneyridge/gpio: Remove redundant definitions by Daniel Kurtz · 6 years ago
  84. 5c29daa buildsystem: Promote rules.h to default include by Kyösti Mälkki · 8 years ago
  85. 1d748c5 console: Change BOOTBLOCK_CONSOLE default to `y` by Nico Huber · 6 years ago
  86. adc4753 usbdebug: Make the EHCI debug console work in the bootblock by Arthur Heymans · 6 years ago
  87. e737755 device: Use pcidev_path_on_root() by Kyösti Mälkki · 6 years ago
  88. c70eed1 device: Use pcidev_on_root() by Kyösti Mälkki · 6 years ago
  89. 3c0c361 arch/x86: SSE2 implies SSE support by Kyösti Mälkki · 6 years ago
  90. c5ad267 soc/amd/stoneyridge: Get rid of device_t by Elyes HAOUAS · 6 years ago
  91. 0ca3a07 amd/stoneyridge: Clear SMI_EVENT_STATUS when entering S3/S5 by Edward Hill · 6 years ago
  92. 6e0044d soc: Remove useless include <device/pci_ids.h> by Elyes HAOUAS · 6 years ago
  93. 2ad5971 soc: Remove unneeded include <pc80/mc146818rtc.h> by Elyes HAOUAS · 6 years ago
  94. 85a8169 soc/amd/stoneyridge: Improve grammar through punctuation by Jonathan Neuschäfer · 6 years ago
  95. 45e6c82 Fix typos involving "the the" by Jonathan Neuschäfer · 6 years ago
  96. 822ffe1 soc/amd/stoneyridge: Run romstage mainboard code before AGESA by Martin Roth · 6 years ago
  97. 8ce51cd soc/amd/stoneyridge: Name IO061 in ASL appropriately by Marshall Dawson · 6 years ago
  98. 6a9e6cd src/(device/lib/soc): Remove unused variables by Richard Spiegel · 6 years ago
  99. d61839c elog: make elog's SMM handler code follow everything else by Patrick Georgi · 6 years ago
  100. e24d795 soc/amd/stoneyridge: Use new ACPI MMIO functions by Richard Spiegel · 6 years ago