summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* lib: Move IP checksum to commonlibJulius Werner2024-02-0220-98/+89
* soc/amd: commonize PCI root IOAPIC initializationFelix Held2024-02-0214-41/+36
* mb/amd/birman: add Phoenix with openSIL mainboard optionFelix Held2024-02-024-2/+155
* soc/amd/phoenix/chip.h: guard FSP-specific data structuresFelix Held2024-02-021-0/+4
* soc/amd/phoenix/fch: only init ACPI IO ports in FSP caseFelix Held2024-02-021-4/+6
* soc/amd/phoenix: add openSIL callsFelix Held2024-02-023-6/+20
* soc/amd/phoenix/fch: only call gpp_clk_setup in FSP caseFelix Held2024-02-021-1/+3
* soc/amd/phoenix: add get_pci_routing_table stub for non-FSP caseFelix Held2024-02-022-0/+15
* soc/amd/phoenix/Kconfig: add SOC_AMD_PHOENIX_OPENSIL optionFelix Held2024-02-021-1/+7
* vc/amd/opensil: add openSIL stub implementationFelix Held2024-02-026-1/+97
* soc/amd/common/amdblocks/pci_clk_req: remove unneeded includeFelix Held2024-02-021-1/+1
* mb/amd/birman: add _FSP postfix to BOARD_AMD_BIRMAN_PHOENIXFelix Held2024-02-023-7/+7
* mb/amd/birman/Kconfig: fix comment on endifFelix Held2024-02-021-1/+1
* soc/amd/phoenix/Makefile: only include FSP folder conditionallyFelix Held2024-02-021-0/+3
* vc/amd/opensil/genoa_poc: remove xSIM-api dependency from opensil.hFelix Held2024-02-023-4/+20
* cpu/x86/smm/pci_resource_store: Allow devices with no resourcesPatrick Rudolph2024-02-021-4/+0
* drivers/intel/gma: Add missing parentheses to brightness ACPIJonathon Hall2024-02-021-2/+2
* mb/google/brox: Enable HDA Codec ALC256Poornima Tom2024-02-014-0/+123
* soc/amd: factor out memmap from root_complexFelix Held2024-02-0115-479/+494
* soc/amd/phoenix/root_complex: make read_fsp_resources call conditionalFelix Held2024-02-011-1/+2
* soc/amd/common/data_fabric/domain: introduce add_pci_cfg_resourcesFelix Held2024-02-017-22/+8
* vc/amd/opensil/genoa_poc/memmap: pass resource index as pointerFelix Held2024-02-013-19/+17
* soc/amd: rework DRAM and fixed resource reportingFelix Held2024-02-018-90/+80
* soc/amd/*/root_complex: use unsigned long for resource indexFelix Held2024-02-017-7/+7
* soc/amd/common/data_fabric/domain: use unsigned long for resource indexFelix Held2024-02-013-7/+7
* vc/amd/opensil/genoa_poc/memmap: use unsigned long for resource indexFelix Held2024-02-012-2/+2
* soc/amd/common,genoa_poc/domain: rework check for 1st domainFelix Held2024-02-012-2/+2
* soc/intel/xeon_sp: Find VTD devices by PCI DEV IDPatrick Rudolph2024-01-311-26/+10
* soc/intel/xeon_sp: Attach UBOX stacksPatrick Rudolph2024-01-315-14/+92
* soc/amd/noncar/memlayout.ld: Warn about incorrect reset vectorArthur Heymans2024-01-311-0/+1
* cpu/x86/smm/pci_resource_store: Store DEV/VEN IDPatrick Rudolph2024-01-312-0/+4
* soc/amd/phoenix/chip: make FSP-S call conditionalFelix Held2024-01-311-1/+2
* device/device.h: Fix spelling mistakeArthur Heymans2024-01-311-1/+1
* device/device.h: Rename busses for clarityArthur Heymans2024-01-31103-345/+340
* mb/google/rex/variants/deku: correct GPIO E08 and E22 configurationEran Mitrani2024-01-311-4/+4
* include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard2024-01-31236-240/+239
* mb/google/brya: Correct Ti50 EC-is-trusted logiczengqinghong2024-01-311-0/+4
* mb/google/rex/variants/deku: Add H58G66BK7BX067 to RAM ID tableTony Huang2024-01-303-3/+5
* mb/google/rex/var/karis: Set SOC_TCHSCR_RST output low in bootblockTyler Wang2024-01-301-0/+2
* soc/intel: Unify the definition of TCO registersMarek Maslanka2024-01-3011-79/+64
* mb/google/rex/var/karis: Toggle NVMe PWR pin to reset SSDTyler Wang2024-01-301-3/+8
* mb/google/geralt: Increase VM18 LDO voltage to 1.9V for CiriCong Yang2024-01-302-0/+4
* security/intel: Use write{64,32,16,8}p and read{64,32,16,8}pElyes Haouas2024-01-305-57/+57
* malloc/memalign: Return NULL if the request is too largePatrick Georgi2024-01-291-1/+4
* device/device.h: Drop multiple linksArthur Heymans2024-01-2912-246/+141
* soc/intel/xeon_sp/spr: Create CXL ACPI resources only forShuo Liu2024-01-291-1/+3
* soc/amd/stoney: Match ACPI with resource allocationNico Huber2024-01-291-0/+4
* device: Add a helper function to add a downstream busArthur Heymans2024-01-294-17/+40
* soc/amd/*/acpi: drop CRAT TODOFelix Held2024-01-284-8/+0
* soc/amd: move acpi_add_fsp_tables implementation to common FSP codeFelix Held2024-01-2717-97/+22