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