1. 2395917 soc/amd/common: Add errors for invalid AcpiMmio access by Marshall Dawson · 5 years ago
  2. 5d2e1d8 soc/amd/common: Make biosram functions more readable by Marshall Dawson · 5 years ago
  3. 08462ce soc/amd/common: Update AcpiMmio comments by Marshall Dawson · 5 years ago
  4. 5b9e055 soc/amd/common: Fix consistency in AcpiMmio arguments by Marshall Dawson · 5 years ago
  5. 960964f soc/amd/common: Clean up prototypes for AcpiMmio by Marshall Dawson · 5 years ago
  6. a887c1b src/amd/stoneyridge: Move alink source to common by Marshall Dawson · 5 years ago
  7. aa67def soc/amd/stoneyridge: Move sata to common by Marshall Dawson · 5 years ago
  8. 26307c7 soc/amd/stoneyridge: Relocate acpi_get_sleep_type() by Marshall Dawson · 5 years ago
  9. ec63a71 soc/amd/stoneyridge: Move IOMMU support to common by Marshall Dawson · 5 years ago
  10. 43c26cb soc/amd/stoneyridge: Move hda.c to common by Marshall Dawson · 5 years ago
  11. 4ee83b2 soc/amd/stoneyridge: Relocate MMIO access of ACPI registers by Marshall Dawson · 5 years ago
  12. 3ce0360 soc/amd/common: Rework block/acpi by Marshall Dawson · 5 years ago
  13. 6ab5ed3 soc/amd/stoneyridge: Move LPC support to common by Marshall Dawson · 5 years ago
  14. 251d305 soc/amd/stoneyridge: Move GPIO support to common by Marshall Dawson · 5 years ago
  15. 27d02d8 src/soc: Add missing 'include <types.h>' by Elyes HAOUAS · 5 years ago
  16. fa6233d soc/amd/common: Identify AGESA call pattern by Kyösti Mälkki · 6 years ago
  17. 7f8a57e soc/amd/common: Refactor AmdCreateStruct() use by Kyösti Mälkki · 6 years ago
  18. 69486ca soc/amd/common: Create AcpiMmio functionality from stoneyridge by Marshall Dawson · 5 years ago
  19. 85b2ed5 soc/amd/common: Introduce module_dispatch() by Kyösti Mälkki · 6 years ago
  20. 63bc18e soc/amd/common: Remove AmdReadEventLog() by Kyösti Mälkki · 6 years ago
  21. 6e512c4 soc/amd/common: Introduce agesa_execute_state() by Kyösti Mälkki · 6 years ago
  22. 20eaef0 src: Add missing include 'console.h' by Elyes HAOUAS · 5 years ago
  23. bf0970e src: Use include <delay.h> when appropriate by Elyes HAOUAS · 5 years ago
  24. 5d1f9a0 Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) by Julius Werner · 5 years ago
  25. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  26. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  27. 89989cf src: Drop unused include <arch/acpi.h> by Elyes HAOUAS · 5 years ago
  28. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  29. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  30. 423d03c soc/amd/common: Fix AmdLateRunApTask() by Kyösti Mälkki · 6 years ago
  31. e90b632 soc/amd/common: Move PI refcode loader by Kyösti Mälkki · 6 years ago
  32. 85e9f28 soc/amd/common: Don't use CAR_GLOBAL by Arthur Heymans · 6 years ago
  33. a8eb477 soc/amd/common: Remove redundant ACPI S3 test by Kyösti Mälkki · 6 years ago
  34. f56249b soc/amd/stoneyridge: Reboot if missing MRC cache info by Marshall Dawson · 5 years ago
  35. 5c29daa buildsystem: Promote rules.h to default include by Kyösti Mälkki · 8 years ago
  36. e737755 device: Use pcidev_path_on_root() by Kyösti Mälkki · 6 years ago
  37. 45e6c82 Fix typos involving "the the" by Jonathan Neuschäfer · 6 years ago
  38. 6a9e6cd src/(device/lib/soc): Remove unused variables by Richard Spiegel · 6 years ago
  39. e24d795 soc/amd/stoneyridge: Use new ACPI MMIO functions by Richard Spiegel · 6 years ago
  40. 8a5283a src: Remove unneeded include <cbmem.h> by Elyes HAOUAS · 6 years ago
  41. 271b8a5 soc/amd: Convert from AMD units to coreboot units by Richard Spiegel · 6 years ago
  42. bc0c364 soc/amd/common: Remove unused variables of write_pci_cfg_irqs() by Richard Spiegel · 6 years ago
  43. 2b7cd1d soc/amd/stoneyridge: Fix 81+ characters lines by Richard Spiegel · 6 years ago
  44. d13b411 soc/amd/common: Fix function formating by Richard Spiegel · 6 years ago
  45. 50f2e4c soc/amd/stoneyridge: Set IOMMU support to follow device setting by Martin Roth · 6 years ago
  46. de332f3 soc/amd/common/def_callouts.c: Prefer using '"%s...", __func__' by Richard Spiegel · 6 years ago
  47. 74258d7 soc/amd/common/pi: Correct top of DRAM reporting by AGESA by Marshall Dawson · 6 years ago
  48. 73c1119 soc/amd: Implement common reset API by Nico Huber · 6 years ago
  49. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  50. bc94aea soc/amd/stoneyridge: Add IOMMU support by Marc Jones · 6 years ago
  51. dc20a7d soc/amd/common/block/pi: Remove references to AmdLib by Richard Spiegel · 6 years ago
  52. 8165583 amd/common/psp: Remove use of PspBaseLib by Charles Marslett · 6 years ago
  53. dd9b1d1 soc/amd/stoneyridge/romstage.c: Move STAPM code to SOC specific by Richard Spiegel · 6 years ago
  54. 9010140 soc/amd/common/block/pi/agesawarapper.c: Use find_image() by Richard Spiegel · 6 years ago
  55. 8497867 soc/amd/common/block: Port vendorcode's LibAmdLocateImage by Richard Spiegel · 6 years ago
  56. 2d5f9ca soc/amd/common: Remove PSPP override setting by Marc Jones · 6 years ago
  57. 7108107 src/soc/amd/stoneyridge: Remove IMC support by Richard Spiegel · 6 years ago
  58. 2e90ee3 soc/amd/stoneyridge/northbridge.c: Create a way to change eDP training value by Richard Spiegel · 6 years ago
  59. 39303d5 src/soc: Use "foo *bar" instead of "foo* bar" by Elyes HAOUAS · 6 years ago
  60. 2fc1a37 soc/amd/common: Change create_struct return value by Kyösti Mälkki · 6 years ago
  61. 108fb8a soc/amd/common: Fix agesawrapper CreateStruct calls by Kyösti Mälkki · 6 years ago
  62. c06ee50 amd/common/pi: Remove AGESA support files from bootblock by Marshall Dawson · 6 years ago
  63. 418c2bb amd/common/pi: Remove obsolete heapmanager workaround by Marshall Dawson · 6 years ago
  64. 4cdd2f8 soc/amd/common: Always set GetBiosCallout by Kyösti Mälkki · 6 years ago
  65. b0f1988 src: Get rid of unneeded whitespace by Elyes HAOUAS · 6 years ago
  66. 58175c7 AGESA binaryPI: Drop tests for LATE_CBMEM_INIT by Kyösti Mälkki · 6 years ago
  67. c150a57 amd/pi: Add AgesaHeapRebase callout by Marshall Dawson · 6 years ago
  68. 10b52e0 amd/pi: Add GetTempHeapBase callout by Marshall Dawson · 6 years ago
  69. 05498a2 src/soc: Get rid of whitespace before tab by Elyes HAOUAS · 6 years ago
  70. 8173ad1 grunt: Wire up the EC SMI handler by Raul E Rangel · 6 years ago
  71. 06bc4d7 amd: Don't call halt() when in SMM by Raul E Rangel · 6 years ago
  72. 0f5957a soc/amd/common/block/pci: Get rid of device_t by Elyes HAOUAS · 6 years ago
  73. 8a25cae cpu/x86: Add support to run function on single AP by Subrata Banik · 6 years ago
  74. 3337497 cpu/x86: Add support to run function with argument over APs by Subrata Banik · 6 years ago
  75. 8af20c6 grunt: use stage cache when waking from S3 by Raul E Rangel · 6 years ago
  76. 492e4db amd/common/pi: Insert missing newline in printk by Marshall Dawson · 6 years ago
  77. 2d72a170 soc/amd/common/block/include/amdblocks/psp.h: Replace todo message by Richard Spiegel · 6 years ago
  78. f35cc4d soc/amd/common/block/pi/amd_late_init.c: Fix illegal memory access by Richard Spiegel · 6 years ago
  79. 6403167 compiler.h: add __weak macro by Aaron Durbin · 6 years ago
  80. 51895d1 soc/amd/common/block/pi/heapmanager.c: Simplify code by Richard Spiegel · 6 years ago
  81. 99f54a6 include/memory_info.h: Change serial number field from 5 bytes to 4 by Raul E Rangel · 6 years ago
  82. 1f54e95 soc/amd: Fix generating SMBIOS Type 17 by Raul E Rangel · 6 years ago
  83. 09a16e6 soc/amd: Add "halt this AP" callback to romstage by Richard Spiegel · 6 years ago
  84. 1dd7a11 amd/common/block/pi: Make agesa_heap_base() static by Marshall Dawson · 6 years ago
  85. 80d042c soc/amd: Print dimm_info and TYPE17_DMI_INFO to help debug incorrect values by Raul E Rangel · 6 years ago
  86. a9f4936 soc/amd/stoneyridge: Create a HALT_THIS_AP callout by Richard Spiegel · 6 years ago
  87. 932b5bd soc/amd/common: Save the UMA settings from AGESA by Marc Jones · 6 years ago
  88. 99fd08d soc/amd/common/block/pi/amd_late_init.c: Fix part number by Richard Spiegel · 6 years ago
  89. 126614b soc/amd/common/block/pi/amd_init_late.c: Transfer memory info to cbmem by Richard Spiegel · 6 years ago
  90. 405f729 soc/amd/common/block/s3/s3_resume.c: Check mrc_cache_get_current() return by Richard Spiegel · 6 years ago
  91. bb6c3f5 soc/amd/common: Call AmdS3FinalRestore by Marshall Dawson · 7 years ago
  92. c2f6da0 soc/amd/common: Add S3 resume functions to wrapper by Marshall Dawson · 7 years ago
  93. dd2c7b1 soc/amd/common: Replace missing AmdReleaseStruct() calls by Marshall Dawson · 7 years ago
  94. 52f5cdc soc/amd/common: Add S3 supporting functions by Marshall Dawson · 6 years ago
  95. 4c5a3b6 soc/amd/common: Add generic create_struct call to wrapper by Marshall Dawson · 7 years ago
  96. 857a387 soc/amd/common: Improve misc. formatting in AGESA wrapper by Marshall Dawson · 7 years ago
  97. 8cc5fde amd/soc/common: Remove cbmem subregions in heap by Marshall Dawson · 6 years ago
  98. 2d51dd6 soc/amd/common: Make agesa_heap_base non-static by Marshall Dawson · 7 years ago
  99. 21c5e15 amd/common: Remove GetHeapBase camel case by Marshall Dawson · 7 years ago
  100. e01cfc9 amd/common: Define regions in AGESA cbmem by Marshall Dawson · 7 years ago