summaryrefslogtreecommitdiff
path: root/src/drivers/elog
AgeCommit message (Expand)Author
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
2016-07-26drivers/elog: put back 4KiB limitAaron Durbin
2016-07-24drivers/elog: remove elog Kconfig variablesAaron Durbin
2016-07-18elog: Use rdev_mmap to find offset of ELOGFurquan Shaikh
2015-11-13elog: fix improper assumption for year valuesAaron Durbin
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-07-12Verify Kconfigs symbols are not zero for hex and int type symbolsMartin Roth
2015-05-26fmap: new API using region_deviceAaron Durbin
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-04-22elog: use CONFIG_RTCPatrick Georgi
2015-04-22elog: Eliminate CONFIG_ELOG_FULL_THRESHOLD and CONFIG_ELOG_SHRINK_SIZESol Boucher
2015-04-13elog: Fix regression that caused elog to omit "System boot" eventJulius Werner
2015-04-13elog: Correct behavior when FMAP section doesn't exist on ChromeOSJulius Werner
2015-04-10elog: Hide elog_flash_offset_to_address() from SMMFurquan Shaikh
2015-04-10elog: Fix typecast issues related to 64-bit compilation.Furquan Shaikh
2015-03-17elog: Fix compilation with CONFIG_CHROMEOS enabledStefan Reinauer
2015-01-09elog: Add ELOG_TYPE_BOOT event using fake boot count if necessaryDavid Hendricks
2014-12-30elog: Use the RTC driver interface instead of reading CMOS directly.Gabe Black
2014-12-17elog: Fix chromium merge issueMarc Jones
2014-12-17Revert "elog: Use the RTC driver interface instead of reading CMOS directly."Marc Jones