aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/stoneyridge/southbridge.c
AgeCommit message (Expand)Author
2021-02-06soc/amd/stoneyridge: Create chipset_power_state in romstageKyösti Mälkki
2021-02-03soc/amd: rename sb_init_acpi_ports to fch_init_acpi_portsFelix Held
2021-01-30soc/amd/stoneyridge/southbridge: replace southbridge prefix with fchFelix Held
2021-01-27soc/amd/stoneyridge: Change set_sb_nvs_final()Kyösti Mälkki
2021-01-25soc/amd: Refactor ACPI power state and ELOGKyösti Mälkki
2021-01-23soc/amd: Rename chipset_state to chipset_power_stateKyösti Mälkki
2021-01-19soc/amd/picasso,stoneyridge: Unify set_nvs_sws()Kyösti Mälkki
2021-01-19soc/amd/stoneyridge: Add struct chipset_stateKyösti Mälkki
2021-01-13soc/amd: Rename to pm_fill_gnvs()Kyösti Mälkki
2020-12-09soc/amd: factor out functionality to print last reset sourceFelix Held
2020-12-09soc/amd: factor out legacy I/O and cf9 decode enable functionsFelix Held
2020-12-09soc/amd/stoneyridge/southbridge: make sb_disable_4dw_burst staticFelix Held
2020-12-02soc/amd: factor out common SMI/SCI enums and function prototypesFelix Held
2020-12-02soc/amd: factor out fch_smbus_initFelix Held
2020-12-02soc/amd: factor out SMBUS controller registers into common headerFelix Held
2020-12-02soc/amd: factor out common AOAC device enable and status query functionsFelix Held
2020-12-02soc/amd: factor out common AOAC definitionsFelix Held
2020-12-01soc/amd/stoneyridge: align AOAC code with PicassoFelix Held
2020-08-17soc/amd/stoneyridge: use new ACPI helper functions from commonAaron Durbin
2020-07-27soc/amd: Use spi_writeX & spi_readX for all spi accessesMartin Roth
2020-07-26soc/amd/common: Refactor and consolidate code for spi baseMartin Roth
2020-06-30ACPI: Drop typedef global_nvs_tKyösti Mälkki
2020-06-24ACPI: Replace uses of CBMEM_ID_ACPI_GNVSKyösti Mälkki
2020-05-12soc/amd/common/block/lpc: Split lpc_set_spibase() into two functionsFurquan Shaikh
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-05soc/amd: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-25acpi: correct the processor devices scopeMichał Żygowski
2020-03-18soc: Remove copyright noticesPatrick Georgi
2020-01-31soc/amd/stoneyridge: move to using smbus_host.h definitionsAaron Durbin
2020-01-31soc/amd/stoneyridge: use SMBus speed in compilation unitAaron Durbin
2019-12-04amdblocks/acpimmio: Unify BIOSRAM usageMichał Żygowski
2019-12-04soc/amd/common/block/acpimmio: fix ACPIMMIO decode enable functionMichał Żygowski
2019-12-02src: Move 'static' to the beginning of declarationElyes HAOUAS
2019-10-18src: Remove unused include '<device/pci_ids.h>'Elyes HAOUAS
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