aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/stoneyridge
AgeCommit message (Expand)Author
2023-02-08soc/amd/stoneyridge/cpu: use CPUID_ALL_STEPPINGS_MASKFelix Held
2023-02-08arch/x86/cpu: introduce and use device_match_maskFelix Held
2023-02-07soc/amd/stoneyridge/acpi: use acpigen_write_processor_deviceFelix Held
2023-02-06soc/amd/stoneyridge: remove LIDS field from global NVSFelix Held
2023-02-01treewide: Remove duplicated include <device/pci.h>Elyes Haouas
2023-01-22soc/amd/stoneyridge,sb/amd/pi/hudson: Remove unused AHCI_ROM_IDElyes Haouas
2023-01-22soc/amd/stoneyridge: clean up global NVSFelix Held
2023-01-19soc/amd/stoneyridge/northbridge: use acpi_align_currentFelix Held
2023-01-18soc/amd: Include <gpio.h> instead of <soc/gpio.h>Elyes Haouas
2023-01-17soc/amd: introduce and use common amd_cpu_bus_ops structFelix Held
2023-01-12treewide: Remove unused <cpu/amd/mtrr.h>Elyes Haouas
2023-01-09treewide: Remove unused <cpu/amd/msr.h>Elyes Haouas
2023-01-09soc/amd: Remove dummy SOC_SPECIFIC_OPTIONSElyes Haouas
2022-12-27tree/acpi: Replace constant "Zero" with actual numberFelix Singer
2022-12-27{acpi,arch,soc}/acpi: Replace constant "One" with actual numberFelix Singer
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-18cbmem_top_chipset: Change the return value to uintptr_tElyes Haouas
2022-11-17soc/amd: Use ioapic helper functionsKyösti Mälkki
2022-11-04soc/amd: Specify memory types supported by each chipMartin Roth
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-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/stoneyridge/uart: introduce and use soc_get_uart_ctrlr_infoFelix Held
2022-10-20soc/amd/stoneyridge: initialize GPIOs for serial consoleFelix Held
2022-10-20soc/amd/stoneyridge/uart: add and use uart_info arrayFelix 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/*/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/sata.c: Hook up directly in devicetreeArthur Heymans
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/stoneyridge: move northbridge ops to northbridge deviceFelix Held
2022-10-14soc/amd/stoneyridge: use devicetree ops over pci driverFelix Held
2022-10-14soc/amd/stoneyridge: Hook up device_operations in chipset.cbFelix Held
2022-10-13soc/amd/stoneyridge: add chipset devicetreesFelix Held
2022-10-13payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarityElyes Haouas
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/{stoney,picasso}/Kconfig: Fix guarding of amdfwMatt DeVillier
2022-09-30soc/amd/stoneyridge/fch: use read[16,32]p to avoid typecastsFelix Held
2022-09-14cpu/amd/smm: Move MP & SMM init in a common placeArthur Heymans
2022-09-14soc/amd/common: Add common function to get cpu countArthur Heymans
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-20soc/amd/stoneyridge: move early I2C init to early_fch.cFelix Held
2022-08-20soc/amd/stoneyridge/early_fch: use common lpc_early_init functionFelix Held
2022-08-15soc/amd/*: move reset_i2c_peripherals call after early GPIO setupFelix Held
2022-07-17soc/amd: Fix some white spaces issuesElyes Haouas
2022-07-17soc/amd/*/include/soc/iomap.h: Fix some white spaces issuesElyes Haouas
2022-07-14arch/x86: Mark prepare_and_run_postcar noreturnArthur Heymans
2022-06-22device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki
2022-06-21soc/amd/*: Move selection of DRIVERS_I2C_DESIGNWARE to common blockMatt DeVillier
2022-06-20soc/amd/stoneyridge: Align get_cpu_count to other targetsArthur Heymans
2022-06-20soc/amd/*: Make mtrr decision based on syscfgArthur Heymans
2022-06-07arch/x86: Add a common romstage entryArthur Heymans
2022-06-07Replace some ENV_ROMSTAGE with ENV_RAMINITKyösti Mälkki
2022-05-25arch/x86/acpi_bert_storage.c: Use a common implementationArthur Heymans
2022-05-24soc/amd/stoneyridge: Move BERT into a cbmem regionArthur Heymans
2022-05-20CBMEM: Change declarations for initialization hooksKyösti Mälkki
2022-05-16arch/x86/postcar_loader.c: Change prepare_and_run_postcar signatureArthur Heymans
2022-05-16soc/amd/stoneyridge: Use common prepare_and_run_postcarArthur Heymans
2022-05-16arch/x86/postcar: Set up postcar MTRR in C codeArthur Heymans
2022-05-12soc/amd/*/Makefile.inc: Do some cosmeticsArthur Heymans
2022-04-29soc/{amd/stoneyridge,intel}: Don't select VBOOT_SEPARATE_VERSTAGEArthur Heymans
2022-04-22soc/amd: Remove unused <cbmem.h>Elyes HAOUAS
2022-03-09soc/amd/*/lpc: rename SPIROM_BASE_ADDRESS_REGISTERFelix Held
2022-03-07src: Make PCI ID define names shorterFelix Singer
2022-03-03soc/amd/*/northbridge,root_complex: add comment about PCI BARsFelix Held
2022-03-03soc/amd/*/northbridge,root_complex: simplify GNB IOAPIC resource indexFelix Held
2022-03-03soc/amd/*/northbridge,root_complex: simplify mmconf_resource indexFelix Held
2022-03-03soc/amd/stoneyridge/acpi: rename cpu.asl to pnot.aslFelix Held
2022-03-03soc/amd/stoneyridge/acpi: generate PPKG object in generate_cpu_entriesFelix Held
2022-02-25arch/x86: consolidate HPET base address definitionsFelix Held
2022-02-25arch/x86: factor out and commonize HPET_BASE_ADDRESS definitionFelix Held
2022-02-24treewide: Write minor version at acpi_create_fadt() functionElyes Haouas
2022-02-24soc/amd/*/include/soc/iomap.h: rework HPET base address checkFelix Held
2022-02-21[acpi]{include,soc/amd,southbridge/amd}: Clarify ARM_boot_arch in commentsElyes Haouas
2022-02-21src/acpi: Add macro for FADT Minor Version and use itElyes Haouas
2022-02-07treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner
2022-02-05cpu/x86/lapic: Move LAPIC configuration to MP initKyösti Mälkki
2022-01-13soc/amd/*/chip.h: add missing gpio.h includeFelix Held
2022-01-10src/soc/amd: Remove unused <console/console.h>Elyes HAOUAS
2022-01-05soc/amd: Remove unused <string.h>Elyes HAOUAS
2021-12-20soc/amd/stoneyridge/fch: add GNVS-related TODOsFelix Held
2021-12-20soc/amd/stoneyridge: split southbridge codeFelix Held
2021-12-20soc/amd/stoneyridge: factor out AGESA-wrapper related FCH functionsFelix Held