summaryrefslogtreecommitdiffstats
path: root/src/drivers/elog
Commit message (Expand)AuthorAgeFilesLines
* drivers/elog: Use format stringMatei Dibu2022-08-011-1/+1
* drivers/elog/elog: Add timestamps to elog_initRaul E Rangel2021-11-081-0/+8
* elog: move MAX_EVENT_SIZE to commonlib/bsd/includeRicardo Quesada2021-09-101-3/+3
* elog: Define constant for RW region nameRicardo Quesada2021-08-261-1/+1
* elog: move functionality to commonlib/bsdRicardo Quesada2021-08-261-53/+6
* include/bcd: move bcd code to commonlib/bsd/includeRicardo Quesada2021-08-231-1/+1
* Move elog_internal.h to commonlib/bsd/includeRicardo Quesada2021-08-042-58/+10
* SMBIOS: Introduce `smbios_full_table_len` functionAngel Pons2021-07-011-1/+1
* SMBIOS: Introduce `smbios_carve_table` functionAngel Pons2021-07-011-6/+4
* SMBIOS: Avoid `sizeof` on struct typeAngel Pons2021-07-011-1/+1
* commonlib/region: Turn addrspace_32bit into a more official APIJulius Werner2021-04-211-4/+3
* drivers/elog: Correct code styleFrans Hendriks2021-01-282-4/+4
* drivers/elog/elog.c: Use __func__Elyes HAOUAS2021-01-241-8/+8
* src/drivers: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* drivers/elog: Remove ELOG_PRERAM configShelley Chen2020-09-142-10/+4
* ACPI,drivers/: Do not guard <acpi/acpi.h>Kyösti Mälkki2020-06-181-6/+0
* treewide: Replace CONFIG(ARCH_xx) testsKyösti Mälkki2020-06-171-1/+1
* src: Remove unused '#include <cpu/x86/smm.h>'Elyes HAOUAS2020-06-061-1/+0
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-181-2/+0
* src: Remove unused '#include <stddef.h>'Elyes HAOUAS2020-05-131-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-115-5/+0
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-091-9/+1
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-1/+1
* drivers/pc80/rtc: Reorganize prototypesKyösti Mälkki2020-04-201-3/+1
* drivers/pc80/rtc: Drop CMOS_POST_EXTRA optionKyösti Mälkki2020-04-201-1/+0
* drivers/elog,pc80: Move cmos_post_log()Kyösti Mälkki2020-04-201-5/+24
* src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-064-48/+8
* printf: Automatically prefix %p with 0xJulius Werner2019-12-111-1/+1
* src/: Remove g_ prefixes and _g suffixes from variablesPatrick Georgi2019-12-021-39/+42
* drivers/elog/elog.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-84/+43
* AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth2019-10-225-10/+0
* drivers/elog: Fix ELOG_GSMI dependencyKyösti Mälkki2019-07-131-5/+4
* Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADERSubrata Banik2019-06-241-1/+1
* drivers/elog: Rename ramstage_elog_add_boot_count() to elog_add_boot_count()Subrata Banik2019-05-161-2/+2
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-082-11/+11
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* src: Fix the warning "type 'hex' are always defined"Elyes HAOUAS2019-01-271-1/+1
* drivers/elog: Add support for early elogKarthikeyan Ramasubramanian2018-11-153-5/+23
* drivers/elog: Add Ramstage helper to add boot countKarthikeyan Ramasubramanian2018-11-131-9/+15
* drivers/elog: Group event log state informationKarthikeyan Ramasubramanian2018-11-131-58/+97
* Move compiler.h to commonlibNico Huber2018-10-083-4/+0
* drivers/elog/elog.c: Create extended eventRichard Spiegel2018-08-221-0/+11
* src/drivers: Fix typoElyes HAOUAS2018-08-101-1/+1
* drivers/spi: Remove Kconfig prompt from SPI_FLASH_SMMNico Huber2018-06-111-0/+1
* elog: Only log POST code from previous boot on non-S3 resumeDaniel Kurtz2018-05-251-10/+20
* elog: Only print TYPE_BOOT on S3-resume if CONFIG_ELOG_BOOT_COUNTDaniel Kurtz2018-05-251-6/+1
* compiler.h: add __weak macroAaron Durbin2018-04-241-2/+3
* elog: Support logging S0ix sleep/wake info in elogFurquan Shaikh2017-10-191-0/+25
* drivers/elog: Fix debug build errorsJohn E. Kabat Jr2017-10-161-2/+2
* src/drivers: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-132-7/+7