aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/cezanne
AgeCommit message (Expand)Author
2022-12-08vc/amd/fsp/cezanne/FspmUpd: don't use pointers for usb_phy configurationFelix Held
2022-12-06sb,soc/amd: Remove unused southbridge_io_trap_handler()Kyösti Mälkki
2022-11-25ACPI: Use common code for MADT LAPIC NMIsKyösti Mälkki
2022-11-24soc/amd: Define post codesMartin Roth
2022-11-23soc/amd/*/fsp_m_params: rework local USB PHY table updateFelix Held
2022-11-23soc/amd/*/Makefile: fix readelf parameters to get bootblock sizeFelix Held
2022-11-17soc/amd: Use ioapic helper functionsKyösti Mälkki
2022-11-14soc/amd/*/root_complex: use FSP HOB iterator functionsFelix Held
2022-11-14arch/x86/Kconfig: Move AMD stages arch to common codeArthur Heymans
2022-11-11soc/amd/root_complex: don't skip reporting IOAPIC resource in !hob caseFelix Held
2022-11-04soc/amd/*/data_fabric: Use common device opsFred Reitberger
2022-11-04soc/amd/*/data_fabric: Move register offsets to socFred Reitberger
2022-11-04soc/amd: Specify memory types supported by each chipMartin Roth
2022-11-03soc/amd/cezanne/data_fabric: Add register bitslice structFred Reitberger
2022-11-03soc/amd/*/data_fabric: move data_fabric_set_mmio_np to commonFred Reitberger
2022-11-03soc/amd: Include <cpu/cpu.h> instead of <arch/cpu.h>Elyes Haouas
2022-10-29soc/amd/*/acpi/mmio.asl,sb_fch.asl: hide AAHB deviceFelix Held
2022-10-28soc/amd/cezanne/Kconfig: Enable APOB_HASHFred Reitberger
2022-10-26soc/amd/cezanne: Update GPP clk req code to use ARRAY_SIZERobert Zieba
2022-10-26soc/amd/cezanne: Factor out common GPP clk req codeRobert Zieba
2022-10-26soc/amd: Add amdfw.rom in coreboot.preKarthikeyan Ramasubramanian
2022-10-22soc/amd/*/i2c.h: Make definition more accurateFred Reitberger
2022-10-21soc/amd/*/smi.h: Use BIT() for clarityFred Reitberger
2022-10-21soc/amd/*/uart: cleanup includesFelix Held
2022-10-20soc/amd/*/uart: commonize UART code and MMIO device driverFelix Held
2022-10-20soc/amd: move set_uart_config prototype to common UART headerFelix Held
2022-10-20soc/amd: move all AOAC function prototypes to amdblocks/aoac.hFelix Held
2022-10-20soc/amd/cezanne/uart: introduce and use soc_get_uart_ctrlr_infoFelix Held
2022-10-20soc/amd/*/uart: add missing soc/iomap.h includeFelix Held
2022-10-20soc/amd: introduce and use common soc_uart_ctrlr_info structFelix Held
2022-10-20soc/amd/cezanne/uart: separate data and codeFelix Held
2022-10-18soc/amd: factor out writing extended PM registers in FADTFelix Held
2022-10-18soc/amd/*/i2c: Move reset_i2c_peripherals to i2c.cFred Reitberger
2022-10-17soc/amd: factor out common noncar bootblockFelix Held
2022-10-17soc/amd/*/smihandler: Make fch_apmc_smi_handler commonFred Reitberger
2022-10-15treewide: Use 'fadt->x_pm1a_evt_blk.addrl = fadt->pm1a_evt_blk'Felix Held
2022-10-14soc/amd/*: Hook up IOMMU ops in devicetreeArthur Heymans
2022-10-14soc/amd/*: Hook up LPC ops in devicetreeArthur Heymans
2022-10-14soc/amd/*: Hook up SMBus ops to devicetreeArthur Heymans
2022-10-14soc/amd: factor out common eMMC codeFelix Held
2022-10-13soc/amd/*: Hook up GPU ops in devicetreeArthur Heymans
2022-10-13soc/amd/*: Hook up GPP bridges ops to devicetreeArthur Heymans
2022-10-13soc/amd/acp: Hook up ops in devicetreeArthur Heymans
2022-10-13soc/amd/cezanne: Use devicetree ops over pci driverArthur Heymans
2022-10-13soc/amd/*: Hook up device_operations in chipset.cbArthur Heymans
2022-10-13soc/amd/*: Move emmc disabling to device opsArthur Heymans
2022-10-13payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarityElyes Haouas
2022-10-13soc/amd/*/psp_verstage/svc: Make svc.h macros commonFred Reitberger
2022-10-13soc/amd/cezanne: enable LPC decodes if platform uses LPCJeremy Soller
2022-10-12treewide: Use 'fadt->x_pm1a_cnt_blk.addrl = fadt->pm1a_cnt_blk'Elyes Haouas
2022-10-12treewide: Use 'fadt->x_pm_tmr_blk.addrl = fadt->pm_tmr_blk'Elyes Haouas
2022-10-12treewide: Use 'gpe0_blk' for 'x_gpe0_blk.addrl'Elyes Haouas
2022-10-12treewide: Use 'gpe0_blk_len' for 'x_gpe0_blk.bit_width'Elyes Haouas
2022-10-12treewide: Use 'fadt->pm_tmr_len' for 'x_pm_tmr_blk.bit_width'Elyes Haouas
2022-10-12treewide: Use 'fadt->pm1_cnt_len' for 'x_pm1a_cnt_blk.bit_width'Elyes Haouas
2022-10-12treewide: Use 'fadt->pm1_evt_len' for 'x_pm1a_evt_blk.bit_width'Elyes Haouas
2022-10-07soc/amd/{CZN,MDN,PCO}: Fix building with only single RW regionMatt DeVillier
2022-09-30soc/amd/cezanne,mendocino,picasso/uart: use write16p to avoid typecastsFelix Held
2022-09-15amd/cezanne: Control DPTC with only KconfigTim Van Patten
2022-09-14acpi/soc: Conditionally include dptc.aslTim Van Patten
2022-09-14soc/amd/cezanne/Kconfig: add defaults for FSP_M_FILE and FSP_S_FILEFelix Held
2022-09-14cpu/amd/smm: Move MP & SMM init in a common placeArthur Heymans
2022-09-14soc/amd: Recalculate the field power in PSS table entryZheng Bao
2022-09-12soc/amd: Remove unsupported DPTC tablet mode settingsTim Van Patten
2022-09-12soc/amd: Refactor DPTC Tablet ModeTim Van Patten
2022-09-07amd: Convert dptc_enable to boolTim Van Patten
2022-09-01amd/*/Makefile.inc: Put common words into common Makefile.incZheng Bao
2022-08-25soc/amd: rework SPI flash MMIO region handlingFelix Held
2022-08-17soc/amd/common/acpi/cppc: add nominal and minimum frequenciesFelix Held
2022-08-17soc/amd/cezanne,picasso,sabrina/smihandler: add comment about SMN accessFelix Held
2022-08-15soc/amd/*: move reset_i2c_peripherals call after early GPIO setupFelix Held
2022-08-12soc/amd/cezanne,common: factor out CPPC code to common AMD SoC codeFelix Held
2022-08-04soc/amd/cezanne/cppc: drop duplicate newlineFelix Held
2022-08-04soc/amd/cezanne/cppc: reduce visibility of cpu_init_cppc_configFelix Held
2022-07-17soc/amd: Fix some white spaces issuesElyes Haouas
2022-07-16soc/amd/[cezanne,picasso,sabrina]/Kconfig: Add PSP_APOB_DRAM_SIZE config optionFred Reitberger
2022-07-14lib/program_loaders.c: Mark run_ramstage with __noreturnArthur Heymans
2022-07-14soc/amd/*: Move apm call out of MP init codeArthur Heymans
2022-07-04treewide: Unify Google brandingJon Murphy
2022-06-22device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki
2022-06-21soc/amd/*/Kconfig: drop unused SOC_AMD_COMMON_BLOCK_UCODE_SIZE optionFelix Held
2022-06-21soc/amd/*: Move selection of DRIVERS_I2C_DESIGNWARE to common blockMatt DeVillier
2022-06-20soc/amd/*: Make mtrr decision based on syscfgArthur Heymans
2022-06-09soc/amd/sabrina/acpi: Correct VID decoding on SabrinaFred Reitberger
2022-06-07arch/x86: Add a common romstage entryArthur Heymans
2022-06-07soc/amd/common/block/cpu/: Make ucode update more genericFred Reitberger
2022-05-16soc/amd/cezanne/fsp_m_params: fix modification of constantFred Reitberger
2022-05-16soc/amd/cezanne/fsp_m_params: add defines for FSP USB struct versionFelix Held
2022-05-16soc/amd/cezanne/fsp_m_params: don't hard-code USB PHY config table sizeFelix Held
2022-04-03soc/amd/cezanne/fw.cfg: provide default SPL table binaryFelix Held
2022-04-01arch/x86/Kconfig: Drop obsolete fixed ramstage symbolsArthur Heymans
2022-03-25soc/amd/cezanne/cpu.c: Skip SMMINFO init in S3 resumeFred Reitberger
2022-03-23amdfwtool: Change the some FW's level for A/B recoveryZheng Bao
2022-03-23soc/amd/cezanne: Turn off gpp clock request for disabled devicesRobert Zieba
2022-03-23soc/amd/cezanne: Add PSP Bootloader for AB recovery in fw.cfgZheng Bao
2022-03-23soc/amd/common/psp_verstage: Write postcodes after ESPI initKarthikeyan Ramasubramanian
2022-03-17soc/amd/cezanne: Add counter initializersJon Murphy
2022-03-10soc/amd/{common/vboot,cezanne}: Copy S0i3 verstage logs into cbmemRaul E Rangel
2022-03-10soc/amd/cezanne/psp_verstage: Log the platform boot mode reportKarthikeyan Ramasubramanian
2022-03-09soc/amd/*/lpc: rename SPIROM_BASE_ADDRESS_REGISTERFelix Held