aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/stoneyridge/southbridge.c
AgeCommit message (Expand)Author
2019-06-06soc/amd/stoneyridge: Remove sb_util.cMarshall Dawson
2019-06-06soc/amd/stoneyridge: Relocate MMIO access of ACPI registersMarshall Dawson
2019-06-06soc/amd/stoneyridge: Move LPC support to commonMarshall Dawson
2019-06-06soc/amd/stoneyridge: Rework SPI base address get/setMarshall Dawson
2019-05-29src/soc: Add missing 'include <types.h>'Elyes HAOUAS
2019-05-16soc/amd/common: Create AcpiMmio functionality from stoneyridgeMarshall Dawson
2019-05-15src/soc: Remove unneeded include <arch/io.h>Elyes HAOUAS
2019-05-10soc/amd/stoneyridge: Add IO access functions for PMxMarshall Dawson
2019-05-08soc/amd/stoneyridge: Finish read/write misc registersMarshall Dawson
2019-05-08soc/amd/stoneyridge: Add aoac_ read/write functionsMarshall Dawson
2019-05-08soc/amd/stoneyridge: Rewrite smbus_read/write, add asfMarshall Dawson
2019-05-08soc/amd/stoneyridge: Rename AcpiMmio blocksMarshall Dawson
2019-04-21soc/amd/stoneyridge: Fix gnvs aoac initializationMarshall Dawson
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2019-02-15soc/amd/stoneyridge: Expand 48MHz for both osc out signalsRichard Spiegel
2019-01-30soc/amd/stoneyridge: Access SMBUS through MMIORichard Spiegel
2019-01-06device: Use pcidev_path_on_root()Kyösti Mälkki
2018-12-20soc/amd/stoneyridge: Get rid of device_tElyes HAOUAS
2018-12-05src/(device/lib/soc): Remove unused variablesRichard Spiegel
2018-12-03soc/amd/stoneyridge: Use new ACPI MMIO functionsRichard Spiegel
2018-11-28soc/amd/stoneyridge: Replace public magic numbersPatrick Georgi
2018-11-05soc/amd/stoneyridge: Get rid of void pointer mathRichard Spiegel
2018-10-30soc/amd/stoneyridge: Remove dev_find_slot where possibleRichard Spiegel
2018-10-22soc/amd: Implement common reset APINico Huber
2018-10-18soc/amd/stoneyridge: Replace double defined MISC MMIO reg. 0x40Richard Spiegel
2018-10-18soc/amd/stoneyridge/southbridge.c: Change comparison orderRichard Spiegel
2018-10-12amd/stoneyridge: Rename CGPLL_CONFIG definitionsMarshall Dawson
2018-10-12amd/stoneyridge: Convert hex definitions to lower caseMarshall Dawson
2018-10-04amd/stoneyridge: Use BIOS_DEBUG to log PM1 and PMxC0 statusEdward Hill
2018-10-01amd/stoneyridge: Load AOAC and USB gnvs valuesMarshall Dawson
2018-08-16amd/stoneyridge: Add PMxC0 reset status to boot logEdward Hill
2018-08-14soc/amd/stoneyridge: Add bootblock_fch_initRaul E Rangel
2018-08-08soc/amd/stoneyridge: Prevent reboot in romstageRaul E Rangel
2018-08-06soc/amd/stoneyridge: Enable spread spectrum in bootblockRaul E Rangel
2018-08-06soc/amd/stoneyridge: Disable SATA based on devicetree settingRichard Spiegel
2018-07-31src/soc/amd/stoneyridge: Remove IMC supportRichard Spiegel
2018-07-02stoneyridge: Enable legacy IORaul E Rangel
2018-07-02stoneyridge: Enable IO CF9 in bootblockRaul E Rangel
2018-06-26soc/amd/stoneyridge/southbridge.c: Fix get_index_bit limit checkRichard Spiegel
2018-06-21soc/amd/stoneyridge/southbridge.c: Store PM related registers in cbmemRichard Spiegel
2018-06-13soc/amd/stoneyridge/southbridge.c: Fix saving _SWS parametersRichard Spiegel
2018-05-27stoneyridge GPIO: Create and use PAD_INT for interrupt pinsRichard Spiegel
2018-05-25soc/amd/stoneyridge: Record ACPI Wake events in ELOGDaniel Kurtz
2018-05-23stoneyridge: Store wake parameters in NVSRichard Spiegel
2018-05-02soc/amd/stoneyridge: remove sb_set_readspeed functionMarc Jones
2018-04-25soc/amd/stoneyridge: Add additional early LPC and SPI initMarc Jones
2018-04-20soc/amd/stoneyridge/include/soc/southbridge.c: Rename gpio structureRichard Spiegel
2018-03-22amd/stoneyridge: Add PM1 wake status to boot logMarshall Dawson
2018-03-19soc/amd/stoneyridge/southbridge.c: Remove configure_stoneyridge_uartRichard Spiegel
2018-03-17soc/amd/stoneyridge: Call sb_spibase() earlyGarrett Kirkendall
2018-03-16soc/amd/stoneyridge/southbridge.c: Create AOAC initialization codeRichard Spiegel
2018-03-15soc/amd/stoneyridge: Call sb_acpi_mmio_decode()Garrett Kirkendall
2018-03-14soc/amd/stoneyridge: Configure FCH for TPMGarrett Kirkendall
2018-03-09soc/amd/stoneyridge: Add function to enable I2C host controllersGarrett Kirkendall
2018-03-09soc/amd/stoneyridge: Add ACPI MMIO enable functionGarrett Kirkendall
2018-03-07soc/amd/stoneyridge/Kconfig: Create a power restore optionRichard Spiegel
2018-03-07soc/amd/stoneyridge: clean up southbridge.cGarrett Kirkendall
2018-03-07soc/amd/stoneyridge: clean up OSCOUT1_ClkOutputEnbGarrett Kirkendall
2018-03-01soc/amd/stoneyridge: Remove printk for GPIOJustin TerAvest
2018-02-20src/soc: Fix various typosJonathan Neuschäfer
2018-02-17soc/amd/stoneyridge: Normalize GPIO initJustin TerAvest
2018-01-23soc/amd/stoneyridge: Add new function sb_program_gpio()Richard Spiegel
2018-01-23soc/amd/stoneyridge/southbridge.c: Create a GPIO programming functionRichard Spiegel
2018-01-22amd/stoneyridge/include/soc/southbridge.h: Replace SATA magic numbersRichard Spiegel
2018-01-22AMD/stoneyridge: Fix SATA reset inconsistencyRichard Spiegel
2018-01-19amd/stoneyridge: Remove unused S3 NVRAM save/restoreMarshall Dawson
2018-01-19amd/stoneyridge: Move acpi_get_sleep_type to sb_utilMarshall Dawson
2017-12-18soc/amd: Move stoneyridge features out of agesawrapperMarshall Dawson
2017-12-14soc/amd/stoneyridge: Remove "\t" from name tableRichard Spiegel
2017-12-11soc/amd/common: Move files to common/blockRichard Spiegel
2017-12-07amd/stoneyridge: Create new wide IO functionsRichard Spiegel
2017-12-07amd/stoneyridge: Create new name/IRQ associationRichard Spiegel
2017-12-04amd/stoneyridge: Transfer functions from early_setup.c to southbridge.cRichard Spiegel
2017-11-17amd/stoneyridge: Enable SMI trap on SlpTypMarshall Dawson
2017-11-14amd/stoneyridge: Replace BIT(n) in southbridgeMarshall Dawson
2017-11-10amd/stoneyridge: Use the new generic acpi_sleep_from_pm1Marshall Dawson
2017-11-10soc/amd/stoneyridge: Simplify and fix SMBUS codeRichard Spiegel
2017-10-02amd/stoneyridge: Change SMM setup functionsMarshall Dawson
2017-10-02amd/stoneyridge: Move pm/smi_read/write functions to util fileMarshall Dawson
2017-10-02amd/stoneyridge: Add pm_read32 and pm_write32 to southbridgeMarshall Dawson
2017-10-02amd/stoneyridge: Fix pm_read16 argument sizeMarshall Dawson
2017-10-02soc/amd/stoneyridge/southbridge.c: Remove preprocessor #ifRichard Spiegel
2017-09-30amd/stoneyridge: Use generic SMM command port valuesMarshall Dawson
2017-08-14stoneyridge: Rename hudson to southbridgeMarc Jones