summaryrefslogtreecommitdiff
path: root/src/drivers/elog/elog.c
AgeCommit message (Expand)Author
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
2013-12-02elog: Merge elog_validate_and_fill into elog_init_descriptor.Gabe Black
2013-12-02elog: Get rid of elog_reinit_descriptor.Gabe Black
2013-12-02elog: Eliminate the second in memory copy of the event log.Gabe Black
2013-12-02Make elog_shrink not depend on having seperate memory/flash descriptors.Gabe Black
2013-12-02elog: Get rid of the staging_header variable.Gabe Black
2013-11-25elog: Check for successful flash erase in elog_shrinkDuncan Laurie
2013-11-25elog: Make sure the elog data structures are initialized in elog_clear.Gabe Black
2013-07-10drivers: Fix spellingMartin Roth
2013-06-28ELOG: Fix warning to fix the compilation.Denis 'GNUtoo' Carikli
2013-02-11spi.h: Rename the spi.h to spi-generic.hZheng Bao
2012-11-12ELOG: Support for non-memory mapped flashDuncan Laurie
2012-11-08Log unexpected post code from the previous bootDuncan Laurie
2012-11-08elog: add extended management engine eventDuncan Laurie
2012-11-08ELOG: Find flash base in FMAP if possibleDuncan Laurie
2012-07-25ELOG: Add support for a monotonic boot counter in CMOSDuncan Laurie
2012-07-25ELOG: Add support for generating SMBIOS type15 tableDuncan Laurie
2012-07-24ELOG: Add support for flash based event logDuncan Laurie