summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common
Commit message (Expand)AuthorAgeFilesLines
* soc/amd/common: Handle power resume after power failureKarthikeyan Ramasubramanian2021-04-104-0/+77
* soc/amd/cezanne: Add GRXS and GTXS methodEric Lai2021-04-103-0/+56
* soc/amd: remove special GPIO_2 override soc_gpio_hookKyösti Mälkki2021-04-082-6/+0
* soc/amd/common: Add PM_ESPI_INTR_CTRLRaul E Rangel2021-04-081-0/+2
* soc/amd/common: Add some ESPI register definitionsMartin Roth2021-04-051-5/+15
* soc/amd: Make espi_clear_decodes privateRaul E Rangel2021-04-052-8/+2
* soc/amd: Make espi_configure_decodes privateRaul E Rangel2021-04-052-11/+13
* soc/amd/common/espi: Clear DNCMD_COMPLETE on completionRaul E Rangel2021-04-051-0/+2
* soc/amd/common/espi: Reset eSPI registers to known stateRaul E Rangel2021-04-051-0/+8
* soc/amd/common/espi: Add missing eSPI register definitionsRaul E Rangel2021-04-051-0/+23
* soc/amd/common/espi: Add ESPI_ prefix to SLAVE0_INT_ENRaul E Rangel2021-04-051-4/+4
* soc/amd/common: Add func to clear eSPI IO & memory decode rangesMartin Roth2021-04-052-0/+28
* soc/amd/common/block/graphics: Don't add VBIOS to cbmem when using GOPRaul E Rangel2021-03-311-1/+5
* soc/amd: smbus: Use correct type for uintptr_tPaul Menzel2021-03-291-2/+2
* soc/amd/common/block/acpimmio/mmio_util: add fch_disable_kb_rstFelix Held2021-03-292-0/+6
* soc/amd: move PM_RST_CTRL1 register definition to common acpimmio headerFelix Held2021-03-291-0/+3
* soc/amd/common/gpio: add PAD_NF_SCI pad typeFelix Held2021-03-281-2/+13
* soc/amd/common/block/i2c: Use `size_t` for `num_pins`Angel Pons2021-03-282-3/+4
* soc/amd/common/block/i2c: Fix printf format specifiersAngel Pons2021-03-281-3/+3
* soc/amd/common/block/i2c: fix control flow bugFelix Held2021-03-251-1/+2
* soc/amd/common/block/gpio_defs: Wake from either S0i3 or S3Karthikeyan Ramasubramanian2021-03-251-0/+1
* soc/amd/common/block/gpio_defs: Support wake and debounce configurationKarthikeyan Ramasubramanian2021-03-231-0/+6
* soc/amd/common/block/psp/psp: update psp_status_nobase error messageFelix Held2021-03-221-1/+1
* acpi/acpigen.h: Add more intuitive AML package closing functionsJakub Czapiga2021-03-221-2/+0
* soc/amd/common/block/i2c: Move SoC agnostic parts into commonKarthikeyan Ramasubramanian2021-03-222-1/+153
* soc/amd/common: Introduce I2C driver common to all AMD SoCsKarthikeyan Ramasubramanian2021-03-224-0/+123
* soc/amd/common: Make fch_spi_config_modes staticMathew King2021-03-182-9/+1
* amd: refcode_loader: Switch to new CBFS APIJulius Werner2021-03-171-41/+18
* cbfs: Replace more instances of cbfs_boot_locate() with newer APIsJulius Werner2021-03-171-10/+2
* cbfs: Move stage header into a CBFS attributeJulius Werner2021-03-171-6/+0
* program_loading: Replace prog_rdev() with raw start pointer and sizeJulius Werner2021-03-171-2/+3
* cbfs: Remove prog_locate() for stages and rmodulesJulius Werner2021-03-161-3/+0
* soc/amd/common/block/graphics/graphics: GOP: load VBIOSNikolai Vyssotski2021-03-131-1/+22
* soc/amd/common/amdblocks/chip.h,psp.h: add missing stdint.h includeFelix Held2021-03-122-0/+3
* soc/amd/common/amdblocks/smi.h: include types.h instead of stdint.hFelix Held2021-03-121-1/+1
* soc/amd/common/block/smu: rename mailbox register definesFelix Held2021-03-122-6/+6
* soc/amd/common: factor out SMN access function from SMU codeFelix Held2021-03-127-23/+52
* soc/amd: move warm reset flag function prototypes to common codeFelix Held2021-03-111-0/+2
* soc/amd/common/block/graphics/graphics: GOP: implement vbt_get()Nikolai Vyssotski2021-03-101-0/+11
* soc/amd/*/smihandler: factor out ELOG and SMMSTORE handlerFelix Held2021-03-103-0/+89
* soc/amd,mb/google/,mb/amd: Move sleepstates.aslRaul E Rangel2021-03-081-0/+28
* soc/amd/common: Move GEVENT definitions to gpio_defs.hMathew King2021-03-082-35/+33
* soc/amd/common/block/graphics/graphics: report GOP frame bufferNikolai Vyssotski2021-03-081-1/+19
* soc/amd/picasso: move APOB NV cache to common codeFelix Held2021-03-064-0/+191
* soc/amd/common/blocks/lpc: Explicitly disable serial IRQRaul E Rangel2021-03-021-3/+4
* soc/amd/common/block/acpimmio: Add fch_disable_legacy_dma_ioRaul E Rangel2021-03-012-0/+9
* soc/amd: Move root complex SSDT TOM1/TOM2 generation functionRaul E Rangel2021-02-222-0/+32
* soc/amd/common/block/data_fabric: add warning about broadcast readsFelix Held2021-02-191-0/+2
* soc/amd: move SMM finalization to common codeFelix Held2021-02-193-1/+58
* include/cpu/amd/msr: rename MSR_PSP_ADDR to PSP_ADDR_MSRFelix Held2021-02-191-2/+2