1. d82c7d2 soc/amd/common/block/lpc: Split lpc_set_spibase() into two functions by Furquan Shaikh · 4 years, 2 months ago
  2. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  3. ae59387 soc/amd: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  4. 9550e97 acpi: correct the processor devices scope by Michał Żygowski · 4 years, 4 months ago
  5. 1c6d8a9 soc: Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  6. 178d644 soc/amd/stoneyridge: move to using smbus_host.h definitions by Aaron Durbin · 4 years, 6 months ago
  7. 5c0ef70 soc/amd/stoneyridge: use SMBus speed in compilation unit by Aaron Durbin · 4 years, 6 months ago
  8. f65c1e4 amdblocks/acpimmio: Unify BIOSRAM usage by Michał Żygowski · 4 years, 8 months ago
  9. 73a544d soc/amd/common/block/acpimmio: fix ACPIMMIO decode enable function by Michał Żygowski · 4 years, 8 months ago
  10. 68ec3eb src: Move 'static' to the beginning of declaration by Elyes HAOUAS · 5 years ago
  11. df60e87 src: Remove unused include '<device/pci_ids.h>' by Elyes HAOUAS · 4 years, 9 months ago
  12. 19cae7c soc/amd/stoneyridge: Remove sb_util.c by Marshall Dawson · 5 years ago
  13. 4ee83b2 soc/amd/stoneyridge: Relocate MMIO access of ACPI registers by Marshall Dawson · 5 years ago
  14. 6ab5ed3 soc/amd/stoneyridge: Move LPC support to common by Marshall Dawson · 5 years ago
  15. eceaa97 soc/amd/stoneyridge: Rework SPI base address get/set by Marshall Dawson · 5 years ago
  16. 27d02d8 src/soc: Add missing 'include <types.h>' by Elyes HAOUAS · 5 years ago
  17. 69486ca soc/amd/common: Create AcpiMmio functionality from stoneyridge by Marshall Dawson · 5 years ago
  18. 45b79be src/soc: Remove unneeded include <arch/io.h> by Elyes HAOUAS · 5 years ago
  19. 939bfcc soc/amd/stoneyridge: Add IO access functions for PMx by Marshall Dawson · 5 years ago
  20. b4b9efc soc/amd/stoneyridge: Finish read/write misc registers by Marshall Dawson · 5 years ago
  21. b435d44 soc/amd/stoneyridge: Add aoac_ read/write functions by Marshall Dawson · 5 years ago
  22. 753c225 soc/amd/stoneyridge: Rewrite smbus_read/write, add asf by Marshall Dawson · 5 years ago
  23. 5de4771 soc/amd/stoneyridge: Rename AcpiMmio blocks by Marshall Dawson · 5 years ago
  24. 6d3b7e6 soc/amd/stoneyridge: Fix gnvs aoac initialization by Marshall Dawson · 5 years ago
  25. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  26. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  27. c93d4ab soc/amd/stoneyridge: Expand 48MHz for both osc out signals by Richard Spiegel · 5 years ago
  28. b40e193 soc/amd/stoneyridge: Access SMBUS through MMIO by Richard Spiegel · 6 years ago
  29. e737755 device: Use pcidev_path_on_root() by Kyösti Mälkki · 6 years ago
  30. c5ad267 soc/amd/stoneyridge: Get rid of device_t by Elyes HAOUAS · 6 years ago
  31. 6a9e6cd src/(device/lib/soc): Remove unused variables by Richard Spiegel · 6 years ago
  32. e24d795 soc/amd/stoneyridge: Use new ACPI MMIO functions by Richard Spiegel · 6 years ago
  33. 4fbefc5 soc/amd/stoneyridge: Replace public magic numbers by Patrick Georgi · 6 years ago
  34. 9f25e9d soc/amd/stoneyridge: Get rid of void pointer math by Richard Spiegel · 6 years ago
  35. 41baf0c soc/amd/stoneyridge: Remove dev_find_slot where possible by Richard Spiegel · 6 years ago
  36. 73c1119 soc/amd: Implement common reset API by Nico Huber · 6 years ago
  37. 6205221 soc/amd/stoneyridge: Replace double defined MISC MMIO reg. 0x40 by Richard Spiegel · 6 years ago
  38. bdd272a soc/amd/stoneyridge/southbridge.c: Change comparison order by Richard Spiegel · 6 years ago
  39. edba21e amd/stoneyridge: Rename CGPLL_CONFIG definitions by Marshall Dawson · 6 years ago
  40. ecce847 amd/stoneyridge: Convert hex definitions to lower case by Marshall Dawson · 6 years ago
  41. 917b400 amd/stoneyridge: Use BIOS_DEBUG to log PM1 and PMxC0 status by Edward Hill · 6 years ago
  42. 1d9a46b amd/stoneyridge: Load AOAC and USB gnvs values by Marshall Dawson · 6 years ago
  43. cc68034 amd/stoneyridge: Add PMxC0 reset status to boot log by Edward Hill · 6 years ago
  44. d820f4b8 soc/amd/stoneyridge: Add bootblock_fch_init by Raul E Rangel · 6 years ago
  45. 7905341 soc/amd/stoneyridge: Prevent reboot in romstage by Raul E Rangel · 6 years ago
  46. 6b0fc80 soc/amd/stoneyridge: Enable spread spectrum in bootblock by Raul E Rangel · 6 years ago
  47. bb18b43 soc/amd/stoneyridge: Disable SATA based on devicetree setting by Richard Spiegel · 6 years ago
  48. 7108107 src/soc/amd/stoneyridge: Remove IMC support by Richard Spiegel · 6 years ago
  49. 9abc3fe stoneyridge: Enable legacy IO by Raul E Rangel · 6 years ago
  50. 5b05823 stoneyridge: Enable IO CF9 in bootblock by Raul E Rangel · 6 years ago
  51. ef73cb8 soc/amd/stoneyridge/southbridge.c: Fix get_index_bit limit check by Richard Spiegel · 6 years ago
  52. 35282a0 soc/amd/stoneyridge/southbridge.c: Store PM related registers in cbmem by Richard Spiegel · 6 years ago
  53. 572f498 soc/amd/stoneyridge/southbridge.c: Fix saving _SWS parameters by Richard Spiegel · 6 years ago
  54. 2db06bb stoneyridge GPIO: Create and use PAD_INT for interrupt pins by Richard Spiegel · 6 years ago
  55. b6fdd22 soc/amd/stoneyridge: Record ACPI Wake events in ELOG by Daniel Kurtz · 6 years ago
  56. dbee8ae stoneyridge: Store wake parameters in NVS by Richard Spiegel · 6 years ago
  57. 12deac1 soc/amd/stoneyridge: remove sb_set_readspeed function by Marc Jones · 6 years ago
  58. cfb1680 soc/amd/stoneyridge: Add additional early LPC and SPI init by Marc Jones · 6 years ago
  59. 6fcb9b0 soc/amd/stoneyridge/include/soc/southbridge.c: Rename gpio structure by Richard Spiegel · 6 years ago
  60. 70f051f amd/stoneyridge: Add PM1 wake status to boot log by Marshall Dawson · 6 years ago
  61. 6dfbb59 soc/amd/stoneyridge/southbridge.c: Remove configure_stoneyridge_uart by Richard Spiegel · 6 years ago
  62. 64294eb soc/amd/stoneyridge: Call sb_spibase() early by Garrett Kirkendall · 6 years ago
  63. 0e0e93c soc/amd/stoneyridge/southbridge.c: Create AOAC initialization code by Richard Spiegel · 6 years ago
  64. e7513e0d soc/amd/stoneyridge: Call sb_acpi_mmio_decode() by Garrett Kirkendall · 6 years ago
  65. 6575306 soc/amd/stoneyridge: Configure FCH for TPM by Garrett Kirkendall · 6 years ago
  66. 8da81da soc/amd/stoneyridge: Add function to enable I2C host controllers by Garrett Kirkendall · 6 years ago
  67. 9858bd2 soc/amd/stoneyridge: Add ACPI MMIO enable function by Garrett Kirkendall · 6 years ago
  68. 6a38914 soc/amd/stoneyridge/Kconfig: Create a power restore option by Richard Spiegel · 6 years ago
  69. a0ff6fc soc/amd/stoneyridge: clean up southbridge.c by Garrett Kirkendall · 6 years ago
  70. d255830 soc/amd/stoneyridge: clean up OSCOUT1_ClkOutputEnb by Garrett Kirkendall · 6 years ago
  71. bb75eff soc/amd/stoneyridge: Remove printk for GPIO by Justin TerAvest · 6 years ago
  72. 5268b76 src/soc: Fix various typos by Jonathan Neuschäfer · 6 years ago
  73. 3fe3f04 soc/amd/stoneyridge: Normalize GPIO init by Justin TerAvest · 6 years ago
  74. 843f3ab soc/amd/stoneyridge: Add new function sb_program_gpio() by Richard Spiegel · 7 years ago
  75. e539c85 soc/amd/stoneyridge/southbridge.c: Create a GPIO programming function by Richard Spiegel · 7 years ago
  76. 7ea8e02 amd/stoneyridge/include/soc/southbridge.h: Replace SATA magic numbers by Richard Spiegel · 6 years ago
  77. a318d28 AMD/stoneyridge: Fix SATA reset inconsistency by Richard Spiegel · 6 years ago
  78. 7214141 amd/stoneyridge: Remove unused S3 NVRAM save/restore by Marshall Dawson · 7 years ago
  79. 3a7de79 amd/stoneyridge: Move acpi_get_sleep_type to sb_util by Marshall Dawson · 7 years ago
  80. 2942db6 soc/amd: Move stoneyridge features out of agesawrapper by Marshall Dawson · 7 years ago
  81. e89d444 soc/amd/stoneyridge: Remove "\t" from name table by Richard Spiegel · 7 years ago
  82. 2bbc3dc soc/amd/common: Move files to common/block by Richard Spiegel · 7 years ago
  83. ebf3aa8 amd/stoneyridge: Create new wide IO functions by Richard Spiegel · 7 years ago
  84. 376dc82 amd/stoneyridge: Create new name/IRQ association by Richard Spiegel · 7 years ago
  85. bec44f2 amd/stoneyridge: Transfer functions from early_setup.c to southbridge.c by Richard Spiegel · 7 years ago
  86. 91b8041 amd/stoneyridge: Enable SMI trap on SlpTyp by Marshall Dawson · 7 years ago
  87. 5e2e74f amd/stoneyridge: Replace BIT(n) in southbridge by Marshall Dawson · 7 years ago
  88. f9592cc amd/stoneyridge: Use the new generic acpi_sleep_from_pm1 by Marshall Dawson · 7 years ago
  89. cd04e31 soc/amd/stoneyridge: Simplify and fix SMBUS code by Richard Spiegel · 7 years ago
  90. a05fdcb amd/stoneyridge: Change SMM setup functions by Marshall Dawson · 7 years ago
  91. eecb794 amd/stoneyridge: Move pm/smi_read/write functions to util file by Marshall Dawson · 7 years ago
  92. 16745e3 amd/stoneyridge: Add pm_read32 and pm_write32 to southbridge by Marshall Dawson · 7 years ago
  93. f7ace0d amd/stoneyridge: Fix pm_read16 argument size by Marshall Dawson · 7 years ago
  94. 38f1940 soc/amd/stoneyridge/southbridge.c: Remove preprocessor #if by Richard Spiegel · 7 years ago
  95. e9b862e amd/stoneyridge: Use generic SMM command port values by Marshall Dawson · 7 years ago
  96. dfeb1c4 stoneyridge: Rename hudson to southbridge by Marc Jones · 7 years ago[Renamed (90%) from src/soc/amd/stoneyridge/hudson.c]
  97. b14e04b soc/amd/stoneyridge: Remove unused SD controller by Marshall Dawson · 7 years ago
  98. 8a906df soc/amd/stoneyridge: Remove PCIe-PCI bridge by Marshall Dawson · 7 years ago
  99. 4e101ad soc/amd/stoneyridge: Fix most checkpatch errors by Marshall Dawson · 7 years ago
  100. 2448484 soc: Add AMD Stoney Ridge southbridge code by Marc Jones · 7 years ago