Age | Commit message (Expand) | Author |
2022-12-27 | tree/acpi: Replace constant "Zero" with actual number | Felix Singer |
2022-12-14 | soc/amd/*/config: drop invalid comment | Felix Held |
2022-12-10 | treewide: Include <device/mmio.h> instead of <arch/mmio.h> | Elyes Haouas |
2022-12-06 | sb,soc/amd: Remove unused southbridge_io_trap_handler() | Kyösti Mälkki |
2022-11-25 | ACPI: Use common code for MADT LAPIC NMIs | Kyösti Mälkki |
2022-11-24 | soc/amd: Define post codes | Martin Roth |
2022-11-17 | soc/amd: Use ioapic helper functions | Kyösti Mälkki |
2022-11-16 | soc/amd/picasso: Add support for 64bit builds | Arthur Heymans |
2022-11-14 | soc/amd/*/root_complex: use FSP HOB iterator functions | Felix Held |
2022-11-14 | arch/x86/Kconfig: Move AMD stages arch to common code | Arthur Heymans |
2022-11-13 | soc/amd/picasso: add mb_pre_fspm() definition and weak implementation | Matt DeVillier |
2022-11-11 | soc/amd/root_complex: don't skip reporting IOAPIC resource in !hob case | Felix Held |
2022-11-09 | soc/amd/picasso/acpi: include pci_int_defs.asl from soc.asl | Felix Held |
2022-11-09 | soc/amd/picasso/acpi: rename pcie.asl to pci_int_defs.asl | Felix Held |
2022-11-04 | soc/amd/*/data_fabric: Use common device ops | Fred Reitberger |
2022-11-04 | soc/amd/*/data_fabric: Move register offsets to soc | Fred Reitberger |
2022-11-04 | soc/amd: Specify memory types supported by each chip | Martin Roth |
2022-11-03 | soc/amd/picasso/data_fabric: Add register bitslice struct | Fred Reitberger |
2022-11-03 | soc/amd/*/data_fabric: move data_fabric_set_mmio_np to common | Fred Reitberger |
2022-11-03 | soc/amd: Include <cpu/cpu.h> instead of <arch/cpu.h> | Elyes Haouas |
2022-10-29 | soc/amd/*/acpi/mmio.asl,sb_fch.asl: hide AAHB device | Felix Held |
2022-10-26 | soc/amd: Add amdfw.rom in coreboot.pre | Karthikeyan Ramasubramanian |
2022-10-22 | soc/amd/*/i2c.h: Make definition more accurate | Fred Reitberger |
2022-10-21 | soc/amd/*/smi.h: Use BIT() for clarity | Fred Reitberger |
2022-10-21 | soc/amd/*/uart: cleanup includes | Felix Held |
2022-10-20 | soc/amd/*/uart: commonize UART code and MMIO device driver | Felix Held |
2022-10-20 | soc/amd: move set_uart_config prototype to common UART header | Felix Held |
2022-10-20 | soc/amd: move all AOAC function prototypes to amdblocks/aoac.h | Felix Held |
2022-10-20 | soc/amd/picasso/uart: introduce and use soc_get_uart_ctrlr_info | Felix Held |
2022-10-20 | soc/amd/*/uart: add missing soc/iomap.h include | Felix Held |
2022-10-20 | soc/amd: introduce and use common soc_uart_ctrlr_info struct | Felix Held |
2022-10-20 | soc/amd/picasso/uart: separate data and code | Felix Held |
2022-10-18 | soc/amd: factor out writing extended PM registers in FADT | Felix Held |
2022-10-18 | soc/amd/*/i2c: Move reset_i2c_peripherals to i2c.c | Fred Reitberger |
2022-10-17 | soc/amd: factor out common noncar bootblock | Felix Held |
2022-10-17 | soc/amd/*/smihandler: Make fch_apmc_smi_handler common | Fred Reitberger |
2022-10-15 | treewide: Use 'fadt->x_pm1a_evt_blk.addrl = fadt->pm1a_evt_blk' | Felix Held |
2022-10-14 | soc/amd/picasso: Clean up includes | Elyes Haouas |
2022-10-14 | soc/amd/sata.c: Hook up directly in devicetree | Arthur Heymans |
2022-10-14 | soc/amd/*: Hook up IOMMU ops in devicetree | Arthur Heymans |
2022-10-14 | soc/amd/*: Hook up LPC ops in devicetree | Arthur Heymans |
2022-10-14 | soc/amd/*: Hook up SMBus ops to devicetree | Arthur Heymans |
2022-10-13 | soc/amd/*: Hook up GPU ops in devicetree | Arthur Heymans |
2022-10-13 | soc/amd/*: Hook up GPP bridges ops to devicetree | Arthur Heymans |
2022-10-13 | soc/amd/acp: Hook up ops in devicetree | Arthur Heymans |
2022-10-13 | soc/amd/picasso: Use devicetree ops over pci driver | Arthur Heymans |
2022-10-13 | soc/amd/*: Hook up device_operations in chipset.cb | Arthur Heymans |
2022-10-13 | payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarity | Elyes Haouas |
2022-10-13 | soc/amd/*/psp_verstage/svc: Make svc.h macros common | Fred Reitberger |
2022-10-12 | treewide: Use 'fadt->x_pm1a_cnt_blk.addrl = fadt->pm1a_cnt_blk' | Elyes Haouas |
2022-10-12 | treewide: Use 'fadt->x_pm_tmr_blk.addrl = fadt->pm_tmr_blk' | Elyes Haouas |
2022-10-12 | treewide: Use 'gpe0_blk' for 'x_gpe0_blk.addrl' | Elyes Haouas |
2022-10-12 | treewide: Use 'gpe0_blk_len' for 'x_gpe0_blk.bit_width' | Elyes Haouas |
2022-10-12 | treewide: Use 'fadt->pm_tmr_len' for 'x_pm_tmr_blk.bit_width' | Elyes Haouas |
2022-10-12 | treewide: Use 'fadt->pm1_cnt_len' for 'x_pm1a_cnt_blk.bit_width' | Elyes Haouas |
2022-10-12 | treewide: Use 'fadt->pm1_evt_len' for 'x_pm1a_evt_blk.bit_width' | Elyes Haouas |
2022-10-07 | soc/amd/{CZN,MDN,PCO}: Fix building with only single RW region | Matt DeVillier |
2022-10-07 | soc/amd/{stoney,picasso}/Kconfig: Fix guarding of amdfw | Matt DeVillier |
2022-09-30 | soc/amd/cezanne,mendocino,picasso/uart: use write16p to avoid typecasts | Felix Held |
2022-09-30 | soc/amd/picasso/fch: use [read,write]8p to avoid typecasts | Felix Held |
2022-09-22 | soc/amd/picasso: Add support for PSP NVRAM base addr and size | Ritul Guru |
2022-09-15 | zork: Control DPTC with only Kconfig | Tim Van Patten |
2022-09-14 | zork/Kconfig: Move SOC_AMD_COMMON_BLOCK_ACPI_DPTC | Tim Van Patten |
2022-09-14 | acpi/soc: Conditionally include dptc.asl | Tim Van Patten |
2022-09-14 | cpu/amd/smm: Move MP & SMM init in a common place | Arthur Heymans |
2022-09-14 | soc/amd: Recalculate the field power in PSS table entry | Zheng Bao |
2022-09-12 | soc/amd: Refactor DPTC Tablet Mode | Tim Van Patten |
2022-09-07 | amd: Convert dptc_enable to bool | Tim Van Patten |
2022-09-01 | amd/*/Makefile.inc: Put common words into common Makefile.inc | Zheng Bao |
2022-08-31 | acpi: Replace EC_ENABLE_AMD_DPTC_SUPPORT with Kconfig value | Tim Van Patten |
2022-08-26 | soc/amd/picasso: Reserve space for BIOS SIG in BIOS image | Ritul Guru |
2022-08-25 | soc/amd: rework SPI flash MMIO region handling | Felix Held |
2022-08-17 | soc/amd/cezanne,picasso,sabrina/smihandler: add comment about SMN access | Felix Held |
2022-08-15 | soc/amd/*: move reset_i2c_peripherals call after early GPIO setup | Felix Held |
2022-07-20 | treewide: Remove unused <cpu/x86/msr.h> | Elyes Haouas |
2022-07-17 | soc/amd: Fix some white spaces issues | Elyes Haouas |
2022-07-17 | soc/amd/*/include/soc/iomap.h: Fix some white spaces issues | Elyes Haouas |
2022-07-16 | soc/amd/[cezanne,picasso,sabrina]/Kconfig: Add PSP_APOB_DRAM_SIZE config option | Fred Reitberger |
2022-07-16 | soc/amd/picasso: Add MP2 I2C0 and I2C1 controller ACPI devices | Ritul Guru |
2022-07-14 | lib/program_loaders.c: Mark run_ramstage with __noreturn | Arthur Heymans |
2022-07-14 | soc/amd/*: Move apm call out of MP init code | Arthur Heymans |
2022-07-04 | treewide: Unify Google branding | Jon Murphy |
2022-06-22 | soc/amd/picasso/acpi: Add missing UART resources | Matt DeVillier |
2022-06-22 | device/resource: Add _kb postfix for resource allocators | Kyösti Mälkki |
2022-06-21 | soc/amd/*/Kconfig: drop unused SOC_AMD_COMMON_BLOCK_UCODE_SIZE option | Felix Held |
2022-06-21 | soc/amd/*: Move selection of DRIVERS_I2C_DESIGNWARE to common block | Matt DeVillier |
2022-06-20 | soc/amd/*: Make mtrr decision based on syscfg | Arthur Heymans |
2022-06-09 | soc/amd/sabrina/acpi: Correct VID decoding on Sabrina | Fred Reitberger |
2022-06-07 | arch/x86: Add a common romstage entry | Arthur Heymans |
2022-06-07 | soc/amd/common/block/cpu/: Make ucode update more generic | Fred Reitberger |
2022-05-16 | soc/amd/picasso/acpi: Change GPIO controller interrupt to shared | Raul E Rangel |
2022-05-06 | soc/amd/picasso: Use read*p | Arthur Heymans |
2022-04-01 | arch/x86/Kconfig: Drop obsolete fixed ramstage symbols | Arthur Heymans |
2022-03-25 | soc/amd/picasso/cpu.c: Skip SMMINFO init in S3 resume | Fred Reitberger |
2022-03-17 | soc/amd/picasso: Add counter initializers | Jon Murphy |
2022-03-09 | soc/amd/*/lpc: rename SPIROM_BASE_ADDRESS_REGISTER | Felix Held |
2022-03-08 | timestamps: Rename timestamps to make names more consistent | Jakub Czapiga |
2022-03-07 | src: Make PCI ID define names shorter | Felix Singer |
2022-03-03 | soc/amd/*/northbridge,root_complex: add comment about PCI BARs | Felix Held |
2022-03-03 | soc/amd/*/northbridge,root_complex: simplify GNB IOAPIC resource index | Felix Held |