aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/stoneyridge/mca.c
AgeCommit message (Expand)Author
2021-07-15soc/amd/stoneyridge/mca: implement and use mca_has_expected_bank_countFelix Held
2021-07-15soc/amd/*/mca: factor out common MCA/MCAX check & print functionalityFelix Held
2021-07-15soc/amd/*/mca: factor out BERT entry generation to soc/amd/commonFelix Held
2021-07-14soc/amd: factor out check_mca to common codeFelix Held
2021-07-14soc/amd: move check_mca prototype to soc/amd/common/blocks/includeFelix Held
2021-07-14soc/amd/stoneyridge: add and use mca_is_valid_bank & mca_get_bank_nameFelix Held
2021-07-14soc/amd/stoneyridge: use index for mca_bank_name initializationFelix Held
2021-07-14soc/amd/stoneyridge/mca: add missing types.h includeFelix Held
2021-07-14include/cpu/amd/msr: add and use MC_CTL_MASK macroFelix Held
2021-07-14include/cpu/x86/msr: move MC0_CTL_MASK to include/cpu/amd/msrFelix Held
2021-07-14src: use mca_clear_status function instead of open codingFelix Held
2021-07-14include/cpu/x86/msr: introduce IA32_MC_*(x) macrosFelix Held
2021-07-14soc/amd/stoneyridge/mca: refactor warm boot check in mca_check_all_banksFelix Held
2021-07-14soc/amd/picasso,stoneyridge/mca: factor out mca_check_all_banksFelix Held
2021-07-14soc/amd/picasso,stoneyridge/mca: factor out mca_clear_errorsFelix Held
2021-07-14soc/amd/picasso,stoneyridge/mca: factor out mca_print_error()Felix Held
2021-07-14soc/amd/picasso,stoneyridge/mca: use unsigned int for MCA bank numberFelix Held
2021-07-14soc/amd/picasso,stoneyridge/mca: clean up mca_bank structFelix Held
2021-07-14soc/amd/picasso,stoneyridge/mca: mark num_banks as constantFelix Held
2021-07-14include/cpu/x86/msr: add IA32_ prefix to MC0_ADDR and MC0_MISCFelix Held
2021-07-14src: Use initial_lapicid() instead of open coding itArthur Heymans
2021-07-12soc/amd/*/mca: use mca_get_bank_count()Felix Held
2021-07-12soc/amd/picasso,stoneyridge/mca: remove unneeded line breakFelix Held
2021-03-11soc/amd: move warm reset flag function prototypes to common codeFelix Held
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-02acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh
2020-04-05soc/amd: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-18soc: Remove copyright noticesPatrick Georgi
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2018-10-30src: Move shared amd64 and IA32 MSRs to <cpu/x86/msr.h>Elyes HAOUAS
2018-10-18cpu/amd: Use common AMD's MSRElyes HAOUAS
2018-09-07amd/stoneyridge: Construct BERT region from machine checkMarshall Dawson
2018-09-07amd/stoneyridge: Create an MCA structureMarshall Dawson
2018-09-07amd/stoneyridge: Relocate MCA error identificationMarshall Dawson