summaryrefslogtreecommitdiffstats
path: root/src/drivers/elog/elog.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/elog: Remove NULL check for array created in codeMartin Roth2023-10-251-4/+0
* 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-041-23/+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-281-2/+2
* drivers/elog/elog.c: Use __func__Elyes HAOUAS2021-01-241-8/+8
* src/drivers: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* 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
* 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
* 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-061-12/+2
* 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-221-2/+0
* 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-081-10/+10
* drivers/elog: Add support for early elogKarthikeyan Ramasubramanian2018-11-151-5/+13
* 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
* drivers/elog/elog.c: Create extended eventRichard Spiegel2018-08-221-0/+11
* src/drivers: Fix typoElyes HAOUAS2018-08-101-1/+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
* drivers/elog: Fix debug build errorsJohn E. Kabat Jr2017-10-161-2/+2
* src/drivers: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-131-6/+6
* elog: Print timestamp when logging eventJulius Werner2017-04-191-1/+8
* drivers/elog: use region_device for NV storageAaron Durbin2016-08-191-50/+48
* 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
* drivers/elog: clean up SMBIOS related codeAaron Durbin2016-08-091-16/+15
* drivers/elog: consolidate checks in elog_find_flash()Aaron Durbin2016-08-091-19/+21