summaryrefslogtreecommitdiff
path: root/src/soc/amd/common
AgeCommit message (Expand)Author
2024-11-19tree: Remove unused <assert.h>Elyes Haouas
2024-11-14cpu/x86/mtrr: Use fls/ffs from lib.hShuo Liu
2024-11-10soc/*: Explicitly include static.h for DEV_PTRNicholas Chin
2024-11-07soc/amd/common/psp/rpmc: bring debug output in line with fmap sectionFelix Held
2024-11-05soc/amd/common/psp_smi_flash: refactor SPI controller busy checkFelix Held
2024-11-05soc/amd/common/psp_smi_flash: factor out get_flash_deviceFelix Held
2024-10-28soc/amd/common/psp: add RPMC provisioning codeFelix Held
2024-10-28soc/amd/common/psp: add code for reporting RPMC statusFelix Held
2024-10-28soc/amd/common/block/psp: fix logic bug in psp_get_* functionsFelix Held
2024-10-11soc/amd/common/block/psp/Kconfig: drop some 'default n'Felix Held
2024-10-11soc/amd/common/psp_smi_flash: add RPMC command-specific data structuresFelix Held
2024-10-09soc/amd/common/psp: add and call PSP SMI SPI RPMC function stubsFelix Held
2024-09-16soc/amd/common/psp/psb: add missing newline in debug messageFelix Held
2024-08-27soc/amd/common/psp: move PSP SMI SPI access function prototypesFelix Held
2024-08-27soc/amd/common/psp: consistently use uint[8,16,32,64]_t data typesFelix Held
2024-08-27soc/amd/common/psp: add helper functions to retrieve capability bitsFelix Held
2024-08-27soc/amd/common/psp/psp_def: rename MBOX_BIOS_CMD_PSP_QUERYFelix Held
2024-08-27soc/amd/common/psp/psp_smi_flash: implement generation 1 supportFelix Held
2024-08-27soc/amd/common/psp/psp_smi_flash: introduce common data structuresFelix Held
2024-08-27soc/amd/common/psp/psp_smi_flash: factor out generation-specific codeFelix Held
2024-08-27soc/amd/common/psp/psp_def: rework command buffer documentationFelix Held
2024-08-07soc/amd/common/psp_smi_flash: add buffer overflow checksFelix Held
2024-08-07soc/amd/common/psp_smi_flash: implement SPI read/write/erase commandFelix Held
2024-08-07soc/amd/common/psp_smi_flash: implement SPI info commandFelix Held
2024-08-07soc/amd/common/psp_smi_flash: add spi_controller_availableFelix Held
2024-08-07soc/amd/common/psp_smi_flash: add find_psp_spi_flash_device_regionFelix Held
2024-08-07soc/amd/common/psp_smi_flash: validate target SPI region IDFelix Held
2024-08-07soc/amd/common/psp_smi_flash: add command-specific data structuresFelix Held
2024-08-07soc/amd/common/psp: add and call PSP SMI SPI access function stubsFelix Held
2024-08-07soc/amd/common/psp_smi: implement P2C mailbox handlingFelix Held
2024-08-07soc/amd/common/include/spi: add and use SPI_MISC_CNTRL defineFelix Held
2024-08-05soc/amd: add PSP SMI handler stubFelix Held
2024-08-01soc/amd/common/smi_util: add PSP SMI helper functionsFelix Held
2024-07-31soc/amd/common/psp: move buffer sizes to common headerFelix Held
2024-07-31soc/amd/common/psp_smm: introduce and use send_psp_command_smmFelix Held
2024-07-31soc/amd/common/psp_smm: add comments to psp_notify_smmFelix Held
2024-07-31soc/amd/common/psp_smm: add/improve comments to buffers and flagsFelix Held
2024-07-31device: introduce and use dev_get_domain_idFelix Held
2024-07-25soc/amd/common/psp_gen2: use MMIO access againFelix Held
2024-07-25soc/amd/common/psp_gen2: return status from soc_read_c2p38Felix Held
2024-07-25soc/amd/common/block/psp_gen2: add get_psp_mmio_baseFelix Held
2024-07-25soc/amd/*/root_complex: introduce and use domain_iohc_info structFelix Held
2024-07-25acpi,soc: use is_domain0 functionFelix Held
2024-07-25soc/amd: Ensure bank 0 is selected before accessing VBNV in CMOSYu-Ping Wu
2024-07-25soc/amd/psp_verstage: Add -Oz flag for clangYu-Ping Wu
2024-07-22soc/amd/common/root_complex: move IOHC_MMIO_EN definition to headerFelix Held
2024-07-10cbmem_top: Change the return value to uintptr_tElyes Haouas
2024-07-04soc/amd/common/acpi/ivrs: use PCI_DEVFN macroFelix Held
2024-05-28tree: Remove unused <stdarg.h>Elyes Haouas
2024-05-13soc/amd/common/block/psp: Comment unused symbolElyes Haouas
2024-04-24soc/amd/common/amd_pci_util.h: assign 0 to PIN_A in pcie_swizzle_pinFelix Held
2024-04-24soc/amd/common/amd_pci_util.h: rename bridge irq in pci_routing_infoFelix Held
2024-04-22vc/amd/opensil/stub/ramstage: add acpi_add_opensil_tables stubFelix Held
2024-04-22drivers/intel/fsp2_0: Introduce fsp print helper macrosAppukuttan V K
2024-04-12tree: Drop duplicated <device/{path,resource}.h>Elyes Haouas
2024-04-11tree: Drop unused <timestamp.h>Elyes Haouas
2024-04-11tree: Drop unused <string.h>Elyes Haouas
2024-04-10tree: Drop unused <stdio.h>Elyes Haouas
2024-04-09tree: Drop unused <post.h>Elyes Haouas
2024-04-09tree: Drop unused <console/console.h>Elyes Haouas
2024-03-30soc/amd: Remove blank lines before '}' and after '{'Elyes Haouas
2024-03-28cpu/x86: Link page tables in stage if possibleArthur Heymans
2024-03-28soc/amd/non_car/memlayout_x86.ld: Top align the codeArthur Heymans
2024-03-28security/tpm: resolve conflicts in TSS implementationsSergii Dmytruk
2024-03-23soc/amd/common/noncar/memmap: reduce visibility of memmap_early_dramFelix Held
2024-03-23soc/amd/common/cpu/noncar/memmap: use VGA MMIO defines everywhereFelix Held
2024-03-23soc/amd/common/cpu/noncar/memmap: make local variables constFelix Held
2024-03-23soc/amd/*/memmap: factor out common read_lower_soc_memmap_resourcesFelix Held
2024-02-29soc/amd: move common pci_domain_fill_ssdt implementation to acpi/Felix Held
2024-02-26util/amdfwtool: build amdfwtool only for all tools or AMD CPUsMartin Roth
2024-02-23soc/amd/common/acp: use clrsetbits32p to avoid need for castsFelix Held
2024-02-23arch/x86/ioapic: use uintptr_t for IOAPIC base addressFelix Held
2024-02-18soc: Add SPDX license headers to Kconfig filesMartin Roth
2024-02-10soc/amd: Factor out gpp_clk_setup functionVarshit Pandya
2024-02-08soc/amd/common/data_fabric/domain: drop unneeded parenthesisFelix Held
2024-02-08soc/amd/common/data_fabric/domain: don't report DRAM as MMIO producerFelix Held
2024-02-08cpu/x86/64bit: Turn jumping to long mode into a macroArthur Heymans
2024-02-07soc/amd: drop unneeded data_fabric_set_mmio_npFelix Held
2024-02-02soc/amd: commonize PCI root IOAPIC initializationFelix Held
2024-02-02soc/amd/common/amdblocks/pci_clk_req: remove unneeded includeFelix Held
2024-02-01soc/amd/common/data_fabric/domain: introduce add_pci_cfg_resourcesFelix Held
2024-02-01soc/amd: rework DRAM and fixed resource reportingFelix Held
2024-02-01soc/amd/*/root_complex: use unsigned long for resource indexFelix Held
2024-02-01soc/amd/common/data_fabric/domain: use unsigned long for resource indexFelix Held
2024-02-01soc/amd/common,genoa_poc/domain: rework check for 1st domainFelix Held
2024-01-31soc/amd/noncar/memlayout.ld: Warn about incorrect reset vectorArthur Heymans
2024-01-31device/device.h: Rename busses for clarityArthur Heymans
2024-01-29device/device.h: Drop multiple linksArthur Heymans
2024-01-27soc/amd: move acpi_add_fsp_tables implementation to common FSP codeFelix Held
2024-01-27soc/amd: factor out acpi_add_fsp_tablesFelix Held
2024-01-27soc/amd/picasso: factor out CRAT table generationFelix Held
2024-01-27soc/amd: use common ACPI_SCI_IRQ definitionFelix Held
2024-01-27soc/amd/*/acpi: use common soc_acpi_write_tables prototypeFelix Held
2024-01-27soc/amd/common/include/acpi: add missing device/device.h includeFelix Held
2024-01-27soc/amd/common/fsp: use expected types for add_agesa_fsp_acpi_tableFelix Held
2024-01-26soc/amd: factor out common acpi_add_ivrs_table implementationFelix Held
2024-01-25soc/amd/common: Fix typoVarshit Pandya
2024-01-24soc/amd/*: Rename Makefiles from .inc to .mkMartin Roth
2024-01-20soc/amd/*/chip: factor out FSP-S callFelix Held
2024-01-20soc/amd: factor out non-CAR romstage to common codeFelix Held