summaryrefslogtreecommitdiffstats
path: root/src/drivers/elog
Commit message (Expand)AuthorAgeFilesLines
* elog: Add ELOG_TYPE_BOOT event using fake boot count if necessaryDavid Hendricks2015-01-091-0/+3
* elog: Use the RTC driver interface instead of reading CMOS directly.Gabe Black2014-12-301-14/+11
* elog: Fix chromium merge issueMarc Jones2014-12-171-1/+0
* Revert "elog: Use the RTC driver interface instead of reading CMOS directly."Marc Jones2014-12-171-11/+14
* elog: Use the RTC driver interface instead of reading CMOS directly.Gabe Black2014-12-171-14/+11
* elog: Isolate some x86-ismsDavid Hendricks2014-12-171-2/+25
* elog: Do not attempt to init SPIDavid Hendricks2014-12-171-2/+1
* elog: Probe for SPI flash on bus indicated by Kconfig variableDavid Hendricks2014-12-151-1/+1
* spi: Remove unused parameters from spi_flash_probe and setup_spi_slave.Gabe Black2014-07-051-1/+1
* drivers/elog: Unmangle header include out of pre-proc condEdward O'Callaghan2014-06-251-2/+3
* Misc: Use acpi_is_wakeup_s3()Kyösti Mälkki2014-06-211-1/+1
* elog: handle ROM_SIZE differences from detected flash sizeAaron Durbin2013-12-071-2/+26
* elog: Get rid of the descriptor type and some unnecessary wrappersGabe Black2013-12-022-169/+115
* elog: Stream line the elog driver.Gabe Black2013-12-022-193/+79
* elog: Merge elog_validate_and_fill into elog_init_descriptor.Gabe Black2013-12-021-23/+16
* elog: Get rid of elog_reinit_descriptor.Gabe Black2013-12-021-26/+19
* elog: Eliminate the second in memory copy of the event log.Gabe Black2013-12-022-162/+55
* Make elog_shrink not depend on having seperate memory/flash descriptors.Gabe Black2013-12-021-13/+12
* elog: Get rid of the staging_header variable.Gabe Black2013-12-022-21/+7
* elog: Check for successful flash erase in elog_shrinkDuncan Laurie2013-11-251-1/+8
* elog: Make sure the elog data structures are initialized in elog_clear.Gabe Black2013-11-251-0/+4
* drivers: Fix spellingMartin Roth2013-07-102-2/+2
* ELOG: Fix warning to fix the compilation.Denis 'GNUtoo' Carikli2013-06-281-1/+1
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* spi.h: Rename the spi.h to spi-generic.hZheng Bao2013-02-111-1/+1
* ELOG: Support for non-memory mapped flashDuncan Laurie2012-11-123-13/+54
* Log unexpected post code from the previous bootDuncan Laurie2012-11-081-0/+5
* elog: add extended management engine eventDuncan Laurie2012-11-081-0/+4
* ELOG: Find flash base in FMAP if possibleDuncan Laurie2012-11-081-3/+26
* ELOG: Add support for SMM and kernel GSMI driverDuncan Laurie2012-07-263-0/+128
* ELOG: Add support for a monotonic boot counter in CMOSDuncan Laurie2012-07-254-0/+148
* ELOG: Add support for generating SMBIOS type15 tableDuncan Laurie2012-07-252-0/+44
* ELOG: Add support for flash based event logDuncan Laurie2012-07-244-0/+1026
OpenPOWER on IntegriCloud