summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/acpi_bert_storage.c
Commit message (Expand)AuthorAgeFilesLines
* arch/x86/acpi_bert_storage.c: Use a common implementationArthur Heymans2022-05-251-8/+9
* arch/x86/acpi_bert_storage.c: Use BOOT_STATE over CBMEM hooksArthur Heymans2022-04-251-2/+3
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-071-11/+11
* arch/x86/acpi_bert_storage: unbreak BERT supportFelix Held2021-06-081-4/+0
* arch/x86/acpi_bert_storage: change return type of bert_errors_presentFelix Held2021-05-301-5/+6
* acpi: Fix Coverity Scan reportLijian Zhao2021-02-101-1/+1
* acpi: Fix BERT size_t printf format errorBenjamin Doron2021-02-071-1/+1
* acpi: Add support for reporting CrashLog in BERT tableFrancois Toguo2021-02-041-0/+46
* src: Remove unused 'include <bootstate.h>'Elyes HAOUAS2020-06-021-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-1/+1
* src/arch/x86: Convert to SPDX license headerPatrick Georgi2020-03-061-12/+2
* AUTHORS: Move src/arch/x86 copyrights into AUTHORS fileMartin Roth2019-09-101-2/+0
* arch/x86/acpi_bert_storage.c: Fix coverity error CID 1395706Richard Spiegel2018-09-151-3/+3
* arch/x86: Add BERT region support functionsMarshall Dawson2018-09-071-0/+570