Age | Commit message (Expand) | Author |
2021-07-15 | soc/amd/stoneyridge/mca: implement and use mca_has_expected_bank_count | Felix Held |
2021-07-15 | soc/amd/*/mca: factor out common MCA/MCAX check & print functionality | Felix Held |
2021-07-15 | soc/amd/*/mca: factor out BERT entry generation to soc/amd/common | Felix Held |
2021-07-14 | soc/amd: factor out check_mca to common code | Felix Held |
2021-07-14 | soc/amd: move check_mca prototype to soc/amd/common/blocks/include | Felix Held |
2021-07-14 | soc/amd/stoneyridge: add and use mca_is_valid_bank & mca_get_bank_name | Felix Held |
2021-07-14 | soc/amd/stoneyridge: use index for mca_bank_name initialization | Felix Held |
2021-07-14 | soc/amd/stoneyridge/mca: add missing types.h include | Felix Held |
2021-07-14 | include/cpu/amd/msr: add and use MC_CTL_MASK macro | Felix Held |
2021-07-14 | include/cpu/x86/msr: move MC0_CTL_MASK to include/cpu/amd/msr | Felix Held |
2021-07-14 | src: use mca_clear_status function instead of open coding | Felix Held |
2021-07-14 | include/cpu/x86/msr: introduce IA32_MC_*(x) macros | Felix Held |
2021-07-14 | soc/amd/stoneyridge/mca: refactor warm boot check in mca_check_all_banks | Felix Held |
2021-07-14 | soc/amd/picasso,stoneyridge/mca: factor out mca_check_all_banks | Felix Held |
2021-07-14 | soc/amd/picasso,stoneyridge/mca: factor out mca_clear_errors | Felix Held |
2021-07-14 | soc/amd/picasso,stoneyridge/mca: factor out mca_print_error() | Felix Held |
2021-07-14 | soc/amd/picasso,stoneyridge/mca: use unsigned int for MCA bank number | Felix Held |
2021-07-14 | soc/amd/picasso,stoneyridge/mca: clean up mca_bank struct | Felix Held |
2021-07-14 | soc/amd/picasso,stoneyridge/mca: mark num_banks as constant | Felix Held |
2021-07-14 | include/cpu/x86/msr: add IA32_ prefix to MC0_ADDR and MC0_MISC | Felix Held |
2021-07-14 | src: Use initial_lapicid() instead of open coding it | Arthur Heymans |
2021-07-12 | soc/amd/*/mca: use mca_get_bank_count() | Felix Held |
2021-07-12 | soc/amd/picasso,stoneyridge/mca: remove unneeded line break | Felix Held |
2021-03-11 | soc/amd: move warm reset flag function prototypes to common code | Felix Held |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-02 | acpi: Move ACPI table support out of arch/x86 (3/5) | Furquan Shaikh |
2020-04-05 | soc/amd: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-03-18 | soc: Remove copyright notices | Patrick Georgi |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2018-10-30 | src: Move shared amd64 and IA32 MSRs to <cpu/x86/msr.h> | Elyes HAOUAS |
2018-10-18 | cpu/amd: Use common AMD's MSR | Elyes HAOUAS |
2018-09-07 | amd/stoneyridge: Construct BERT region from machine check | Marshall Dawson |
2018-09-07 | amd/stoneyridge: Create an MCA structure | Marshall Dawson |
2018-09-07 | amd/stoneyridge: Relocate MCA error identification | Marshall Dawson |