summaryrefslogtreecommitdiffstats
path: root/src/drivers/elog
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-133-6/+9
* elog: Print timestamp when logging eventJulius Werner2017-04-191-1/+8
* drivers/elog: use region_device for NV storageAaron Durbin2016-08-192-52/+50
* Kconfig: separate memory mapped boot device from SPIAaron Durbin2016-08-191-2/+2
* Kconfig: rename BOOT_MEDIA_SPI_BUS to BOOT_DEVICE_SPI_FLASH_BUSAaron Durbin2016-08-181-1/+1
* Revert "Kconfig: separate memory mapped boot device from SPI"Aaron Durbin2016-08-151-2/+2
* Kconfig: separate memory mapped boot device from SPIAaron Durbin2016-08-151-2/+2
* drivers/elog: provide more debug infoAaron Durbin2016-08-141-11/+47
* elog: Ensure eventlog will always get initialized when configured inJulius Werner2016-08-101-0/+5
* drivers/elog: provide return status for all operationsAaron Durbin2016-08-091-26/+23