Age | Commit message (Expand) | Author |
2022-10-13 | soc/amd/*: Hook up GPP bridges ops to devicetree | Arthur Heymans |
2022-10-13 | soc/amd/acp: Hook up ops in devicetree | Arthur Heymans |
2022-10-13 | soc/amd/morgana: Use devicetree ops over pci driver | Felix Held |
2022-10-13 | soc/amd/mendocino: Use devicetree ops over pci driver | Arthur Heymans |
2022-10-13 | soc/amd/cezanne: Use devicetree ops over pci driver | Arthur Heymans |
2022-10-13 | soc/amd/picasso: Use devicetree ops over pci driver | Arthur Heymans |
2022-10-13 | soc/amd/*: Hook up device_operations in chipset.cb | Arthur Heymans |
2022-10-13 | soc/amd/*: Move emmc disabling to device ops | Arthur Heymans |
2022-10-13 | payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarity | Elyes Haouas |
2022-10-13 | soc/amd/*/psp_verstage/svc: Make svc.h macros common | Fred Reitberger |
2022-10-13 | soc/amd/cezanne: enable LPC decodes if platform uses LPC | Jeremy Soller |
2022-10-12 | treewide: Use 'fadt->x_pm1a_cnt_blk.addrl = fadt->pm1a_cnt_blk' | Elyes Haouas |
2022-10-12 | treewide: Use 'fadt->x_pm_tmr_blk.addrl = fadt->pm_tmr_blk' | Elyes Haouas |
2022-10-12 | treewide: Use 'gpe0_blk' for 'x_gpe0_blk.addrl' | Elyes Haouas |
2022-10-12 | treewide: Use 'gpe0_blk_len' for 'x_gpe0_blk.bit_width' | Elyes Haouas |
2022-10-12 | treewide: Use 'fadt->pm_tmr_len' for 'x_pm_tmr_blk.bit_width' | Elyes Haouas |
2022-10-12 | treewide: Use 'fadt->pm1_cnt_len' for 'x_pm1a_cnt_blk.bit_width' | Elyes Haouas |
2022-10-12 | treewide: Use 'fadt->pm1_evt_len' for 'x_pm1a_evt_blk.bit_width' | Elyes Haouas |
2022-10-10 | soc/amd/common: Remove buildtime error for unknown cpu | Martin Roth |
2022-10-10 | soc/amd/morgana: Add initial commit for new SoC | Martin Roth |
2022-10-08 | soc/amd/mendocino/psp_verstage: Remove TODO comment | Karthikeyan Ramasubramanian |
2022-10-07 | soc/amd/{CZN,MDN,PCO}: Fix building with only single RW region | Matt DeVillier |
2022-10-07 | soc/amd/{stoney,picasso}/Kconfig: Fix guarding of amdfw | Matt DeVillier |
2022-10-02 | soc/amd/(common,mendocino)/psp_verstage: Pass PSP FW hash table | Kangheui Won |
2022-10-02 | soc/amd/mendocino: Add build rules to separate signed PSP/AMDFW | Karthikeyan Ramasubramanian |
2022-10-02 | soc/amd/common: Add a config to keep signed AMD/PSP FW separately | Karthikeyan Ramasubramanian |
2022-09-30 | soc/amd/common/psp_verstage/fch: use [read,write]8p to avoid typecasts | Felix Held |
2022-09-30 | soc/amd/common/block/smbus/smbus: use [read,write]8p to avoid typecasts | Felix Held |
2022-09-30 | soc/amd/common/block/spi/fch_spi_util: use [read,write][8,16,32]p | Felix Held |
2022-09-30 | soc/amd/common/block/lpc/espi_util: use [read,write][8,16,32]p | Felix Held |
2022-09-30 | soc/amd/cezanne,mendocino,picasso/uart: use write16p to avoid typecasts | Felix Held |
2022-09-30 | soc/amd/picasso/fch: use [read,write]8p to avoid typecasts | Felix Held |
2022-09-30 | soc/amd/stoneyridge/fch: use read[16,32]p to avoid typecasts | Felix Held |
2022-09-27 | acpi/acpi_pm.c: refactor acpi_pm_state_for_* functions | Fabio Aiuto |
2022-09-23 | soc/amd/mendocino: Add svc_set_fw_hash_table | Karthikeyan Ramasubramanian |
2022-09-22 | soc/amd/picasso: Add support for PSP NVRAM base addr and size | Ritul Guru |
2022-09-19 | amd/mendocino/root_complex: Throttle SOC during low/no battery | Tim Van Patten |
2022-09-19 | amd/mendocino/acpi/soc: Add DPTC Support | Tim Van Patten |
2022-09-19 | soc/amd/mendocino: Add low/no battery VRM limit registers | Tim Van Patten |
2022-09-19 | amd/mendocino/root_complex: Set DPTC VRM limit values | Tim Van Patten |
2022-09-19 | soc/amd/mendocino: Add VRM limit DPTC registers | Tim Van Patten |
2022-09-19 | soc/amd/acpi: Add low/no battery mode to DPTC | Tim Van Patten |
2022-09-19 | soc/amd/mendocino/acpi: Add support for shared TPM_I2C controller | Jan Dabros |
2022-09-15 | amd/mendocino: Control DPTC with only Kconfig | Tim Van Patten |
2022-09-15 | amd/cezanne: Control DPTC with only Kconfig | Tim Van Patten |
2022-09-15 | zork: Control DPTC with only Kconfig | Tim Van Patten |
2022-09-15 | soc/amd: Do SMM relocation via MSR | Arthur Heymans |
2022-09-14 | zork/Kconfig: Move SOC_AMD_COMMON_BLOCK_ACPI_DPTC | Tim Van Patten |
2022-09-14 | acpi/soc: Conditionally include dptc.asl | Tim Van Patten |
2022-09-14 | soc/amd/cezanne/Kconfig: add defaults for FSP_M_FILE and FSP_S_FILE | Felix Held |
2022-09-14 | soc/amd/common/fsp: only check FSP_M size if ADD_FSP_BINARIES selected | Felix Held |
2022-09-14 | cpu/amd: Move locking SMM as part of SMM init | Arthur Heymans |
2022-09-14 | cpu/amd/smm: Move MP & SMM init in a common place | Arthur Heymans |
2022-09-14 | soc/amd/common: Add common function to get cpu count | Arthur Heymans |
2022-09-14 | soc/amd: Recalculate the field power in PSS table entry | Zheng Bao |
2022-09-14 | soc/amd/mendocino: Add support for separate RW A/B partition SPL file | Felix Held |
2022-09-14 | timer: Change timer util functions to 64-bit | Rob Barnes |
2022-09-12 | soc/amd: Remove unsupported DPTC tablet mode settings | Tim Van Patten |
2022-09-12 | soc/amd: Refactor DPTC Tablet Mode | Tim Van Patten |
2022-09-07 | soc/amd/mendocino/Kconfig: Enable APOB_HASH | Fred Reitberger |
2022-09-07 | soc/amd/common/block/apob: Add hashed APOB support | Fred Reitberger |
2022-09-07 | amd: Convert dptc_enable to bool | Tim Van Patten |
2022-09-02 | amdblocks/alib.h: Add DPTC parameter IDs | Tim Van Patten |
2022-09-01 | amd/*/Makefile.inc: Put common words into common Makefile.inc | Zheng Bao |
2022-08-31 | soc/amd/mendocino/Kconfig: select extended eSPI decode range support | Felix Held |
2022-08-31 | acpi: Replace EC_ENABLE_AMD_DPTC_SUPPORT with Kconfig value | Tim Van Patten |
2022-08-30 | amd/soc/common: Update CPPC value | Zheng Bao |
2022-08-29 | soc/amd/mendocino/psp_verstage/svc: Fix reset_system type | Karthikeyan Ramasubramanian |
2022-08-26 | soc/amd/picasso: Reserve space for BIOS SIG in BIOS image | Ritul Guru |
2022-08-25 | soc/amd: rework SPI flash MMIO region handling | Felix Held |
2022-08-25 | soc/amd/common/fsp/dmi: Set dimm voltage based on memory type | Matt DeVillier |
2022-08-25 | soc/amd/common/fsp/dmi: Print MT/s speeds, not frequency in debug output | Matt DeVillier |
2022-08-25 | soc/amd/common/fsp/dmi: Translate DRAM speeds for (LP)DDR5 | Matt DeVillier |
2022-08-20 | soc/amd/common/block/psp/psb: add missing amdblocks/smn.h include | Felix Held |
2022-08-20 | soc/amd/stoneyridge: move early I2C init to early_fch.c | Felix Held |
2022-08-20 | soc/amd/stoneyridge/early_fch: use common lpc_early_init function | Felix Held |
2022-08-20 | soc/amd/common/dmi: Add missing newline in printk | Matt DeVillier |
2022-08-20 | soc/amd/common: Drop ACPIMMIO bank for SMBus device PCI config | Kyösti Mälkki |
2022-08-18 | soc/amd/mendocino: enable CPPC feature | Felix Held |
2022-08-17 | soc/amd/common/include/espi: add more decode ranges | Felix Held |
2022-08-17 | soc/amd/common/acpi/cppc: add nominal and minimum frequencies | Felix Held |
2022-08-17 | soc/amd/common/fsp: add common CPPC data HOB support | Felix Held |
2022-08-17 | soc/amd/cezanne,picasso,sabrina/smihandler: add comment about SMN access | Felix Held |
2022-08-15 | soc/amd/common/fsp/fsp-acpi: rework HOB pointer validity check | Felix Held |
2022-08-15 | soc/amd/common/block/psp: Add psp_set_tpm_irq_gpio | Raul E Rangel |
2022-08-15 | soc/amd/*: move reset_i2c_peripherals call after early GPIO setup | Felix Held |
2022-08-14 | Revert "soc/amd/sabrina: Re-init eSPI in bootblock" | Karthikeyan Ramasubramanian |
2022-08-13 | soc/amd/mendocino/chipset_rembrandt: use right chipset folder | Felix Held |
2022-08-12 | soc/amd/cezanne,common: factor out CPPC code to common AMD SoC code | Felix Held |
2022-08-12 | soc/amd/mendocino: clear Port80 enable bit in ESPI Decode | Jon Murphy |
2022-08-12 | soc/(amd|rockchip): Update vb2ex_hwcrypto implementations to new API req | Julius Werner |
2022-08-11 | treewide: Rename Sabrina to Mendocino | Jon Murphy |
2022-08-10 | mb/google/{zork,guybrush,skyrim},soc/amd/espi: Fix vw_irq_polarity | Raul E Rangel |
2022-08-08 | soc/amd/sabrina: Rename PSP SPL default | Marshall Dawson |
2022-08-08 | soc/amd/sabrina: Rename PSP whitelist default | Marshall Dawson |
2022-08-07 | soc/amd/sabrina: Use new mendocino amd_blobs | Marshall Dawson |
2022-08-07 | soc/amd/sabrina: Enable PSP Crypto Co-Processor (CCP) DMA | Karthikeyan Ramasubramanian |
2022-08-07 | soc/amd/sabrina: Re-init eSPI in bootblock | Karthikeyan Ramasubramanian |
2022-08-04 | soc/amd/cezanne/cppc: drop duplicate newline | Felix Held |
2022-08-04 | soc/amd/cezanne/cppc: reduce visibility of cpu_init_cppc_config | Felix Held |