summaryrefslogtreecommitdiffstats
path: root/src/soc/amd
Commit message (Expand)AuthorAgeFilesLines
* tree/acpi: Replace constant "Zero" with actual numberFelix Singer2022-12-279-38/+38
* {acpi,arch,soc}/acpi: Replace constant "One" with actual numberFelix Singer2022-12-274-29/+29
* soc/amd/mendocino: Split the EFS from the AMDFW bodyKarthikeyan Ramasubramanian2022-12-242-4/+21
* soc/amd/common/psp_verstage: Report previous boot statusKarthikeyan Ramasubramanian2022-12-211-0/+22
* vc/amd,soc/amd/mendocino: Add SVC_CMD_GET_PREV_BOOT_STATUSKarthikeyan Ramasubramanian2022-12-212-0/+14
* soc/amd/mendocino: add dptc tablet mode supportChris.Wang2022-12-203-0/+35
* src/soc: Remove unneeded <assert.h>Elyes Haouas2022-12-201-1/+0
* soc/amd/common/block/i2c: don't call die() when MMIO address is NULLFelix Held2022-12-161-4/+8
* soc/amd/morgana/Kconfig: Remove TODO after reviewFred Reitberger2022-12-142-8/+6
* soc/amd/common/block/espi_util: drop unneeded check in espi_get_configFelix Held2022-12-141-4/+0
* soc/amd/*/config: drop invalid commentFelix Held2022-12-145-5/+0
* soc/amd/common/block/espi_util: make espi_set_initial_config non-fatalFelix Held2022-12-141-4/+9
* soc/amd/common/block/lpc/espi_util: make eSPI pin setup failure nonfatalFelix Held2022-12-141-17/+30
* soc/amd/morgana: Enable GPP clk req disablingFred Reitberger2022-12-134-16/+12
* soc/amd/morgana: Update pci int defsFred Reitberger2022-12-133-30/+17
* vc/amd/fsp/glinda/FspmUpd: don't use pointers for usb_phy configFelix Held2022-12-121-2/+9
* soc/amd/morgana: Remove emmc selectFred Reitberger2022-12-122-2/+0
* vc/amd/fsp/morgana/FspmUpd: don't use pointers for usb_phy configFelix Held2022-12-121-2/+9
* treewide: Include <device/mmio.h> instead of <arch/mmio.h>Elyes Haouas2022-12-105-6/+7
* soc/amd/mendocino: Enable LPC SPI DMAKarthikeyan Ramasubramanian2022-12-091-0/+1
* vc/amd/fsp/cezanne/FspmUpd: don't use pointers for usb_phy configurationFelix Held2022-12-081-2/+9
* vc/amd/fsp/mendocino/FspmUpd: don't use pointers for usb_phy configFelix Held2022-12-081-2/+9
* soc/amd/common/acpi, mb/google/skyrim: Implement DTTS ProposalEricKY Cheng2022-12-081-0/+4
* soc/amd/common/amdblocks/gpio: update amdblocks/gpio_defs.h includeFelix Held2022-12-081-1/+1
* soc/amd/common/block/acpi/ivrs: read IOAPIC IDs from hardwareFelix Held2022-12-071-2/+4
* sb,soc/amd: Remove unused southbridge_io_trap_handler()Kyösti Mälkki2022-12-066-30/+0
* soc/amd/common/block/include/gpio_defs.h: Fix documentationFred Reitberger2022-12-051-2/+2
* soc/amd/mendocino: Enhance DPTC_INPUT to support 13 DPTC thermal parametersEricKY Cheng2022-11-301-6/+137
* ACPI: Use common code for MADT LAPIC NMIsKyösti Mälkki2022-11-256-42/+6
* soc/amd: Define post codesMartin Roth2022-11-2411-25/+66
* soc/amd/*/fsp_m_params: rework local USB PHY table updateFelix Held2022-11-234-12/+12
* soc/amd/*/Makefile: fix readelf parameters to get bootblock sizeFelix Held2022-11-234-8/+8
* soc/amd/mendocino: Increase CBFS_MCACHE sizeKarthikeyan Ramasubramanian2022-11-211-2/+2
* cbmem_top_chipset: Change the return value to uintptr_tElyes Haouas2022-11-181-3/+2
* soc/amd/acpi: Expand 5 DPTC thermal profiles acpigen support for AlibEricKY Cheng2022-11-182-1/+156
* soc/amd: Use ioapic helper functionsKyösti Mälkki2022-11-1713-31/+24
* soc/amd/common/pi/def_callouts.c: Fix log messagesElyes Haouas2022-11-171-3/+3
* soc/amd/morgana/Kconfig: Remove TODO after reviewFred Reitberger2022-11-162-20/+18
* soc/amd/common: Don't set gcc specific options for clang buildsMartin Roth2022-11-161-0/+4
* soc/amd/picasso: Add support for 64bit buildsArthur Heymans2022-11-163-2/+14
* soc/amd: commonize generation of the PIC/APIC mapping tablesFelix Held2022-11-152-10/+43
* soc/amd/psp_smm_gen2.c: Fix 64bit mode integer conversionArthur Heymans2022-11-141-2/+3
* soc/amd/*/root_complex: use FSP HOB iterator functionsFelix Held2022-11-145-47/+16
* arch/x86/Kconfig: Move AMD stages arch to common codeArthur Heymans2022-11-145-35/+0
* soc/amd/picasso: add mb_pre_fspm() definition and weak implementationMatt DeVillier2022-11-132-0/+6
* treewide: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarityElyes Haouas2022-11-121-1/+2
* soc/amd/root_complex: don't skip reporting IOAPIC resource in !hob caseFelix Held2022-11-115-30/+30
* /: Remove "ERROR: "/"WARNING: " prefixes from log messagesElyes Haouas2022-11-1012-21/+21
* soc/amd/picasso/acpi: include pci_int_defs.asl from soc.aslFelix Held2022-11-091-0/+3
* soc/amd/picasso/acpi: rename pcie.asl to pci_int_defs.aslFelix Held2022-11-092-65/+65