summaryrefslogtreecommitdiffstats
path: root/src/drivers/elog
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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