summaryrefslogtreecommitdiff
path: root/src/drivers/elog
AgeCommit message (Expand)Author
2020-05-02acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh
2020-04-20drivers/pc80/rtc: Reorganize prototypesKyösti Mälkki
2020-04-20drivers/pc80/rtc: Drop CMOS_POST_EXTRA optionKyösti Mälkki
2020-04-20drivers/elog,pc80: Move cmos_post_log()Kyösti Mälkki
2020-04-06src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons
2019-12-11printf: Automatically prefix %p with 0xJulius Werner
2019-12-02src/: Remove g_ prefixes and _g suffixes from variablesPatrick Georgi
2019-11-29drivers/elog/elog.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans
2019-10-22AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth
2019-07-13drivers/elog: Fix ELOG_GSMI dependencyKyösti Mälkki
2019-06-24Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADERSubrata Banik
2019-05-16drivers/elog: Rename ramstage_elog_add_boot_count() to elog_add_boot_count()Subrata Banik
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04arch/io.h: Drop unnecessary includeKyösti Mälkki
2019-01-27src: Fix the warning "type 'hex' are always defined"Elyes HAOUAS
2018-11-15drivers/elog: Add support for early elogKarthikeyan Ramasubramanian
2018-11-13drivers/elog: Add Ramstage helper to add boot countKarthikeyan Ramasubramanian
2018-11-13drivers/elog: Group event log state informationKarthikeyan Ramasubramanian
2018-10-08Move compiler.h to commonlibNico Huber
2018-08-22drivers/elog/elog.c: Create extended eventRichard Spiegel
2018-08-10src/drivers: Fix typoElyes HAOUAS
2018-06-11drivers/spi: Remove Kconfig prompt from SPI_FLASH_SMMNico Huber
2018-05-25elog: Only log POST code from previous boot on non-S3 resumeDaniel Kurtz
2018-05-25elog: Only print TYPE_BOOT on S3-resume if CONFIG_ELOG_BOOT_COUNTDaniel Kurtz
2018-04-24compiler.h: add __weak macroAaron Durbin
2017-10-19elog: Support logging S0ix sleep/wake info in elogFurquan Shaikh
2017-10-16drivers/elog: Fix debug build errorsJohn E. Kabat Jr
2017-07-13src/drivers: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-04-19elog: Print timestamp when logging eventJulius Werner
2016-08-19drivers/elog: use region_device for NV storageAaron Durbin
2016-08-19Kconfig: separate memory mapped boot device from SPIAaron Durbin
2016-08-18Kconfig: rename BOOT_MEDIA_SPI_BUS to BOOT_DEVICE_SPI_FLASH_BUSAaron Durbin
2016-08-15Revert "Kconfig: separate memory mapped boot device from SPI"Aaron Durbin
2016-08-15Kconfig: separate memory mapped boot device from SPIAaron Durbin
2016-08-14drivers/elog: provide more debug infoAaron Durbin
2016-08-10elog: Ensure eventlog will always get initialized when configured inJulius Werner
2016-08-09drivers/elog: provide return status for all operationsAaron Durbin
2016-08-09drivers/elog: clean up SMBIOS related codeAaron Durbin
2016-08-09drivers/elog: consolidate checks in elog_find_flash()Aaron Durbin
2016-08-09drivers/elog: remove unnecessary global stateAaron Durbin
2016-08-09drivers/elog: sync events to non-volatile storage lastAaron Durbin
2016-08-08drivers/elog: treat offsets relative to start of mirrorAaron Durbin
2016-08-08drivers/elog: use region_device for mirroring into ramAaron Durbin
2016-08-08drivers/elog: use offsets for checking cleared buffersAaron Durbin
2016-08-08drivers/elog: perform writes in terms of offsetsAaron Durbin
2016-08-08drivers/elog: remove parameters from elog_flash_erase()Aaron Durbin
2016-08-08drivers/elog: remove unnecessary check in elog_shrink()Aaron Durbin
2016-08-08drivers/elog: use event region size when adding a clear eventAaron Durbin
2016-08-08drivers/elog: remove unused functionAaron Durbin