summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/stoneyridge/chip.c
Commit message (Expand)AuthorAgeFilesLines
* cpu/amd/mtrr: Remove topmem global variablesArthur Heymans2021-11-031-1/+0
* soc/amd/stoneyridge/include/iomap: rename I2C[ABCD]_BASE_ADDRESS definesFelix Held2021-10-161-4/+4
* soc/amd/common/block/i2c: Move SoC agnostic parts into commonKarthikeyan Ramasubramanian2021-03-221-4/+15
* soc/amd/common/block/smbus: move ACPI name to common codeFelix Held2021-02-181-2/+0
* soc/amd/common/block/lpc: move ACPI name to common codeFelix Held2021-02-181-2/+0
* soc/amd/stoneyridge: drop empty sb_enableFelix Held2021-02-111-3/+0
* soc/amd/stoneyridge/chip: rewrite enable_dev as switch case statementFelix Held2021-02-101-4/+12
* soc/amd/stoneyridge/southbridge: replace southbridge prefix with fchFelix Held2021-01-301-2/+2
* soc/amd: Refactor some ACPI S3 callsKyösti Mälkki2021-01-261-4/+1
* soc/amd/stoneyridge/chip.h: remove unneeded extern pci_domain_opsFelix Held2020-12-061-1/+1
* soc/amd: Use mp_cpu_bus_init()Kyösti Mälkki2020-06-031-1/+1
* soc/amd/stoneyridge: add resources during read_resources()Furquan Shaikh2020-05-141-2/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* soc/amd/hda: Add .acpi_name() callback to HDA driverFurquan Shaikh2020-04-291-2/+0
* soc/amd/sata: Add .acpi_name() callback to SATA driverFurquan Shaikh2020-04-281-2/+0
* Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber2020-04-101-2/+2
* Drop unnecessary DEVICE_NOOP entriesNico Huber2020-04-101-1/+0
* soc/amd: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-051-13/+2
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-1/+1
* soc/amd/common/psp: Consolidate FW blob load functionsMarshall Dawson2020-04-021-1/+1
* soc: Remove copyright noticesPatrick Georgi2020-03-181-1/+0
* soc/{amd,intel}/chip: Use local include for chip.hElyes HAOUAS2019-04-261-1/+2
* soc/amd/common: Introduce agesa_execute_state()Kyösti Mälkki2019-04-231-3/+2
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* soc/amd/common: Remove redundant ACPI S3 testKyösti Mälkki2019-02-121-1/+3
* soc/{amd,intel}: Remove needless '&' on function pointersElyes HAOUAS2019-01-231-3/+3
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-121-1/+0
* soc/amd/stoneyridge: Get rid of domain_read_resourcesMartin Roth2018-10-311-1/+1
* soc/amd/stoneyridge: Add IGFX device ACPI ASL entryMarc Jones2018-07-271-0/+2
* soc/amd/stoneyridge: Add ACPI device name lookupMarc Jones2018-06-011-0/+12
* soc/amd/stoneyridge/: Get rid of device_tElyes HAOUAS2018-05-231-1/+1
* soc/amd/stoneyridge: Support ACPI USB code generationDuncan Laurie2018-05-181-1/+33
* {mb,nb,soc}: Remove references to pci_bus_default_ops()Nico Huber2018-05-081-1/+0
* amd/stoneyridge: Add S3 support to POSTMarshall Dawson2018-02-121-5/+13
* soc/amd/stoneyridge: Add I2C devicetree support.Justin TerAvest2018-01-251-0/+8
* src/amd/stoneyridge: Add devicetree ACPI namesJustin TerAvest2018-01-251-0/+27
* soc/amd/stoneyridge/chip.c: Move setup_bsp_ramtop to soc_init()Richard Spiegel2017-12-221-7/+1
* soc/amd/common: Update agesawrapper_call.hRichard Spiegel2017-12-151-1/+1
* soc/amd/common: Move Agesa related headersRichard Spiegel2017-12-121-2/+2
* soc/amd/stoneyridge: Load SMU fimware using PSPMarshall Dawson2017-11-141-2/+7
* soc/amd/stoneyridge: remove superfluous NULL field initializationAaron Durbin2017-11-041-2/+0
* amd/stoneyridge: Move AmdInitEnv to ramstageMarshall Dawson2017-09-271-0/+12
* amd/stoneyridge: Convert MP init to mp_init_with_smmMarshall Dawson2017-09-271-8/+4
* stoneyridge: Fix CPU ASL \_PR tableMarc Jones2017-08-141-0/+1
* stoneyridge: Rename hudson to southbridgeMarc Jones2017-08-141-4/+4
* soc/amd/stoneyridge: Fix most checkpatch errorsMarshall Dawson2017-06-271-4/+3
* soc/amd/stoneyridge: Add northbridge supportMarc Jones2017-06-261-6/+27
* soc: Add AMD Stoney Ridge southbridge codeMarc Jones2017-06-261-0/+60