summaryrefslogtreecommitdiff
path: root/src/drivers/elog
AgeCommit message (Expand)Author
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
2014-12-17elog: Use the RTC driver interface instead of reading CMOS directly.Gabe Black
2014-12-17elog: Isolate some x86-ismsDavid Hendricks
2014-12-17elog: Do not attempt to init SPIDavid Hendricks
2014-12-15elog: Probe for SPI flash on bus indicated by Kconfig variableDavid Hendricks
2014-07-05spi: Remove unused parameters from spi_flash_probe and setup_spi_slave.Gabe Black
2014-06-25drivers/elog: Unmangle header include out of pre-proc condEdward O'Callaghan
2014-06-21Misc: Use acpi_is_wakeup_s3()Kyösti Mälkki
2013-12-07elog: handle ROM_SIZE differences from detected flash sizeAaron Durbin
2013-12-02elog: Get rid of the descriptor type and some unnecessary wrappersGabe Black
2013-12-02elog: Stream line the elog driver.Gabe Black