summaryrefslogtreecommitdiffstats
path: root/src/drivers/elog
Commit message (Expand)AuthorAgeFilesLines
* Move compiler.h to commonlibNico Huber2018-10-083-4/+0
* drivers/elog/elog.c: Create extended eventRichard Spiegel2018-08-221-0/+11
* src/drivers: Fix typoElyes HAOUAS2018-08-101-1/+1
* drivers/spi: Remove Kconfig prompt from SPI_FLASH_SMMNico Huber2018-06-111-0/+1
* elog: Only log POST code from previous boot on non-S3 resumeDaniel Kurtz2018-05-251-10/+20
* elog: Only print TYPE_BOOT on S3-resume if CONFIG_ELOG_BOOT_COUNTDaniel Kurtz2018-05-251-6/+1
* compiler.h: add __weak macroAaron Durbin2018-04-241-2/+3
* elog: Support logging S0ix sleep/wake info in elogFurquan Shaikh2017-10-191-0/+25
* drivers/elog: Fix debug build errorsJohn E. Kabat Jr2017-10-161-2/+2
* src/drivers: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-132-7/+7
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-133-6/+9
* elog: Print timestamp when logging eventJulius Werner2017-04-191-1/+8
* drivers/elog: use region_device for NV storageAaron Durbin2016-08-192-52/+50
* Kconfig: separate memory mapped boot device from SPIAaron Durbin2016-08-191-2/+2
* Kconfig: rename BOOT_MEDIA_SPI_BUS to BOOT_DEVICE_SPI_FLASH_BUSAaron Durbin2016-08-181-1/+1
* Revert "Kconfig: separate memory mapped boot device from SPI"Aaron Durbin2016-08-151-2/+2
* Kconfig: separate memory mapped boot device from SPIAaron Durbin2016-08-151-2/+2
* drivers/elog: provide more debug infoAaron Durbin2016-08-141-11/+47
* elog: Ensure eventlog will always get initialized when configured inJulius Werner2016-08-101-0/+5
* drivers/elog: provide return status for all operationsAaron Durbin2016-08-091-26/+23
* drivers/elog: clean up SMBIOS related codeAaron Durbin2016-08-091-16/+15
* drivers/elog: consolidate checks in elog_find_flash()Aaron Durbin2016-08-091-19/+21
* drivers/elog: remove unnecessary global stateAaron Durbin2016-08-092-70/+17
* drivers/elog: sync events to non-volatile storage lastAaron Durbin2016-08-091-93/+207
* drivers/elog: treat offsets relative to start of mirrorAaron Durbin2016-08-081-54/+31
* drivers/elog: use region_device for mirroring into ramAaron Durbin2016-08-082-78/+172
* drivers/elog: use offsets for checking cleared buffersAaron Durbin2016-08-081-6/+19
* drivers/elog: perform writes in terms of offsetsAaron Durbin2016-08-081-11/+23
* drivers/elog: remove parameters from elog_flash_erase()Aaron Durbin2016-08-081-13/+8
* drivers/elog: remove unnecessary check in elog_shrink()Aaron Durbin2016-08-081-3/+0
* drivers/elog: use event region size when adding a clear eventAaron Durbin2016-08-081-2/+2
* drivers/elog: remove unused functionAaron Durbin2016-08-081-13/+0
* drivers/elog: put back 4KiB limitAaron Durbin2016-07-261-1/+2
* drivers/elog: remove elog Kconfig variablesAaron Durbin2016-07-242-33/+9
* elog: Use rdev_mmap to find offset of ELOGFurquan Shaikh2016-07-181-6/+8
* elog: fix improper assumption for year valuesAaron Durbin2015-11-131-2/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-315-20/+0
* Verify Kconfigs symbols are not zero for hex and int type symbolsMartin Roth2015-07-121-2/+2
* fmap: new API using region_deviceAaron Durbin2015-05-261-34/+15
* Remove address from GPLv2 headersPatrick Georgi2015-05-215-5/+5
* elog: use CONFIG_RTCPatrick Georgi2015-04-221-1/+5
* elog: Eliminate CONFIG_ELOG_FULL_THRESHOLD and CONFIG_ELOG_SHRINK_SIZESol Boucher2015-04-223-43/+22
* elog: Fix regression that caused elog to omit "System boot" eventJulius Werner2015-04-131-3/+5
* elog: Correct behavior when FMAP section doesn't exist on ChromeOSJulius Werner2015-04-131-17/+21
* elog: Hide elog_flash_offset_to_address() from SMMFurquan Shaikh2015-04-101-15/+18
* elog: Fix typecast issues related to 64-bit compilation.Furquan Shaikh2015-04-101-1/+1
* elog: Fix compilation with CONFIG_CHROMEOS enabledStefan Reinauer2015-03-171-1/+1
* 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