summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/stoneyridge/southbridge.c
Commit message (Expand)AuthorAgeFilesLines
...
* soc/amd/stoneyridge: Move LPC support to commonMarshall Dawson2019-06-061-269/+14
* soc/amd/stoneyridge: Rework SPI base address get/setMarshall Dawson2019-06-061-17/+39
* src/soc: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-1/+1
* soc/amd/common: Create AcpiMmio functionality from stoneyridgeMarshall Dawson2019-05-161-11/+2
* src/soc: Remove unneeded include <arch/io.h>Elyes HAOUAS2019-05-151-1/+0
* soc/amd/stoneyridge: Add IO access functions for PMxMarshall Dawson2019-05-101-8/+4
* soc/amd/stoneyridge: Finish read/write misc registersMarshall Dawson2019-05-081-4/+2
* soc/amd/stoneyridge: Add aoac_ read/write functionsMarshall Dawson2019-05-081-6/+4
* soc/amd/stoneyridge: Rewrite smbus_read/write, add asfMarshall Dawson2019-05-081-5/+5
* soc/amd/stoneyridge: Rename AcpiMmio blocksMarshall Dawson2019-05-081-8/+8
* soc/amd/stoneyridge: Fix gnvs aoac initializationMarshall Dawson2019-04-211-2/+2
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-5/+5
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-0/+1
* soc/amd/stoneyridge: Expand 48MHz for both osc out signalsRichard Spiegel2019-02-151-5/+13
* soc/amd/stoneyridge: Access SMBUS through MMIORichard Spiegel2019-01-301-0/+13
* device: Use pcidev_path_on_root()Kyösti Mälkki2019-01-061-4/+4
* soc/amd/stoneyridge: Get rid of device_tElyes HAOUAS2018-12-201-1/+1
* src/(device/lib/soc): Remove unused variablesRichard Spiegel2018-12-051-3/+0
* soc/amd/stoneyridge: Use new ACPI MMIO functionsRichard Spiegel2018-12-031-7/+7
* soc/amd/stoneyridge: Replace public magic numbersPatrick Georgi2018-11-281-2/+2
* soc/amd/stoneyridge: Get rid of void pointer mathRichard Spiegel2018-11-051-6/+6
* soc/amd/stoneyridge: Remove dev_find_slot where possibleRichard Spiegel2018-10-301-2/+1
* soc/amd: Implement common reset APINico Huber2018-10-221-2/+2
* soc/amd/stoneyridge: Replace double defined MISC MMIO reg. 0x40Richard Spiegel2018-10-181-1/+1
* soc/amd/stoneyridge/southbridge.c: Change comparison orderRichard Spiegel2018-10-181-6/+6
* amd/stoneyridge: Rename CGPLL_CONFIG definitionsMarshall Dawson2018-10-121-6/+7
* amd/stoneyridge: Convert hex definitions to lower caseMarshall Dawson2018-10-121-4/+4
* amd/stoneyridge: Use BIOS_DEBUG to log PM1 and PMxC0 statusEdward Hill2018-10-041-7/+6
* amd/stoneyridge: Load AOAC and USB gnvs valuesMarshall Dawson2018-10-011-0/+46
* amd/stoneyridge: Add PMxC0 reset status to boot logEdward Hill2018-08-161-19/+57
* soc/amd/stoneyridge: Add bootblock_fch_initRaul E Rangel2018-08-141-0/+4
* soc/amd/stoneyridge: Prevent reboot in romstageRaul E Rangel2018-08-081-3/+22
* soc/amd/stoneyridge: Enable spread spectrum in bootblockRaul E Rangel2018-08-061-0/+55
* soc/amd/stoneyridge: Disable SATA based on devicetree settingRichard Spiegel2018-08-061-5/+19
* src/soc/amd/stoneyridge: Remove IMC supportRichard Spiegel2018-07-311-12/+1
* stoneyridge: Enable legacy IORaul E Rangel2018-07-021-0/+8
* stoneyridge: Enable IO CF9 in bootblockRaul E Rangel2018-07-021-0/+8
* soc/amd/stoneyridge/southbridge.c: Fix get_index_bit limit checkRichard Spiegel2018-06-261-1/+1
* soc/amd/stoneyridge/southbridge.c: Store PM related registers in cbmemRichard Spiegel2018-06-211-15/+18
* soc/amd/stoneyridge/southbridge.c: Fix saving _SWS parametersRichard Spiegel2018-06-131-14/+45
* stoneyridge GPIO: Create and use PAD_INT for interrupt pinsRichard Spiegel2018-05-271-21/+0
* soc/amd/stoneyridge: Record ACPI Wake events in ELOGDaniel Kurtz2018-05-251-0/+4
* stoneyridge: Store wake parameters in NVSRichard Spiegel2018-05-231-0/+38
* soc/amd/stoneyridge: remove sb_set_readspeed functionMarc Jones2018-05-021-9/+0
* soc/amd/stoneyridge: Add additional early LPC and SPI initMarc Jones2018-04-251-0/+21
* soc/amd/stoneyridge/include/soc/southbridge.c: Rename gpio structureRichard Spiegel2018-04-201-2/+1
* amd/stoneyridge: Add PM1 wake status to boot logMarshall Dawson2018-03-221-0/+71
* soc/amd/stoneyridge/southbridge.c: Remove configure_stoneyridge_uartRichard Spiegel2018-03-191-12/+1
* soc/amd/stoneyridge: Call sb_spibase() earlyGarrett Kirkendall2018-03-171-0/+1
* soc/amd/stoneyridge/southbridge.c: Create AOAC initialization codeRichard Spiegel2018-03-161-32/+33