summaryrefslogtreecommitdiffstats
path: root/src/soc/amd
Commit message (Expand)AuthorAgeFilesLines
* soc/amd/picasso,stoneyridge/acpi: drop x_firmware_ctl_[l,h] assignmentFelix Held2023-02-222-6/+0
* soc/amd/picasso,stoneyridge/acpi: drop unneeded ARM_boot_arch assignmentFelix Held2023-02-222-4/+0
* soc/amd/phoenix: add VBIOS ID remapping for phoenixRitul Guru2023-02-213-0/+19
* soc/amd/common/include/psp_efs: rename new PSP directory EFS entryFelix Held2023-02-202-2/+2
* soc/amd/mendocino/Kconfig: add VGA BIOS ID and file defaultsFelix Held2023-02-161-0/+10
* soc/amd/cezanne/Kconfig: add VGA BIOS ID and file defaultsFelix Held2023-02-161-0/+11
* soc/amd/picasso/Kconfig: update VGA_BIOS_ID's help textFelix Held2023-02-161-1/+1
* soc/amd/mendocino: Remove non-functional APCB checkFred Reitberger2023-02-161-1/+0
* soc/amd/glinda: Remove non-functional APCB checkFred Reitberger2023-02-161-1/+0
* soc/amd/phoenix: Remove non-functional APCB checkFred Reitberger2023-02-161-1/+0
* soc/amd/common: Add die_no_apcbFred Reitberger2023-02-161-0/+4
* soc/amd/common: Move missing APCB warning to common areaFred Reitberger2023-02-151-0/+6
* soc/amd/common/Makefile.inc: Extend if case coverageFred Reitberger2023-02-151-2/+3
* amdfwtool: use SoC ID info instead of misleading comboable flagZheng Bao2023-02-146-14/+0
* soc/amd/mendocino: Add support for selective GOP driver initMatt DeVillier2023-02-131-0/+11
* soc/amd/common/block/gfx: Use TPM-stored hash for vbios cache validationMatt DeVillier2023-02-132-6/+7
* soc/amd/common/Makefile: Only run amdfwread onceFred Reitberger2023-02-131-3/+6
* soc/amd/mendocino: Add svc_write_postcode call instead of stubMartin Roth2023-02-133-5/+14
* soc/amd/common/block/acpi.ivrs: use SMBUS_DEVFN for FCH IOAPIC device IDFelix Held2023-02-131-2/+2
* soc/amd/phoenix: Expand APOB to 256KFred Reitberger2023-02-131-5/+5
* soc/amd/*/Makefile.inc: remove command line soc-nameZheng Bao2023-02-116-8/+0
* soc/amd/*: Add SOC_NAME in fw.cfg(s)Zheng Bao2023-02-118-1/+9
* soc/amd(MDN/PHX/Glinda): Update DISABLE_KEYBOARD_RESET_PIN helpMartin Roth2023-02-103-12/+3
* soc/amd/common/gfx: add support for VBIOS caching, selective GOP initMatt DeVillier2023-02-103-1/+138
* arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminatorFelix Held2023-02-096-6/+6
* amdfwtool: Add SOC family definition for CarrizoZheng Bao2023-02-091-0/+5
* soc/amd/picasso/soc_util.c: Remove unneeded "break"Elyes Haouas2023-02-091-1/+0
* console: Add SimNow console loggingFred Reitberger2023-02-092-0/+31
* soc/amd: use CPUID_FROM_FMS macro instead of magic numbersFelix Held2023-02-085-7/+7
* soc/amd/phoenix/soc_util: add get_soc_typeFelix Held2023-02-083-0/+36
* soc/amd/picasso/soc_util: use cpuid_matchFelix Held2023-02-081-10/+7
* soc/amd/picasso: use CPUID_FROM_FMS macro instead of magic numbersFelix Held2023-02-082-9/+7
* soc/amd/stoneyridge/cpu: use CPUID_ALL_STEPPINGS_MASKFelix Held2023-02-081-2/+2
* soc/amd/phoenix/include/cpu: add Phoenix CPUIDFelix Held2023-02-082-1/+2
* soc/amd/glinda/cpu: use CPUID_ALL_STEPPINGS_MASKFelix Held2023-02-081-1/+1
* soc/amd/phoenix/cpu: use CPUID_ALL_STEPPINGS_MASKFelix Held2023-02-081-1/+1
* soc/amd/mendocino/cpu: use CPUID_ALL_STEPPINGS_MASKFelix Held2023-02-081-1/+1
* soc/amd/cezanne: use CPUID_ALL_STEPPINGS_MASK to support all steppingsFelix Held2023-02-081-1/+1
* soc/amd/picasso/cpu: use CPUID_ALL_STEPPINGS_MASKFelix Held2023-02-081-5/+3
* arch/x86/cpu: introduce and use device_match_maskFelix Held2023-02-086-17/+17
* soc/amd/common/data_fabric: print decoded control register contentsFelix Held2023-02-081-5/+9
* soc/amd/mendocino/data_fabric: add Rembrandt DF_MMIO_REG_SET_SIZEFelix Held2023-02-081-0/+5
* soc/amd/*/data_fabric: introduce and use DF_MMIO_REG_SET_SIZEFelix Held2023-02-086-3/+10
* soc/amd/common/data_fabric: replace NB with DF prefix for DF registersFelix Held2023-02-082-22/+22
* soc/amd/*/data_fabric: rename define for MMIO decode register set countFelix Held2023-02-086-13/+13
* soc/amd/phoenix/include/cpu: rename CPUID define to match CPU modelFelix Held2023-02-082-2/+3
* soc/amd/stoneyridge/acpi: use acpigen_write_processor_deviceFelix Held2023-02-071-8/+4
* soc/amd/common/data_fabric_helper: normalize addresses in debug printFelix Held2023-02-071-7/+14
* soc/amd/glinda: remove LIDS field from global NVSFelix Held2023-02-062-8/+6
* soc/amd/phoenix: remove LIDS field from global NVSFelix Held2023-02-062-8/+6