Age | Commit message (Expand) | Author |
2023-10-25 | drivers/elog: Remove NULL check for array created in code | Martin Roth |
2022-08-01 | drivers/elog: Use format string | Matei Dibu |
2021-11-08 | drivers/elog/elog: Add timestamps to elog_init | Raul E Rangel |
2021-09-10 | elog: move MAX_EVENT_SIZE to commonlib/bsd/include | Ricardo Quesada |
2021-08-26 | elog: Define constant for RW region name | Ricardo Quesada |
2021-08-26 | elog: move functionality to commonlib/bsd | Ricardo Quesada |
2021-08-23 | include/bcd: move bcd code to commonlib/bsd/include | Ricardo Quesada |
2021-08-04 | Move elog_internal.h to commonlib/bsd/include | Ricardo Quesada |
2021-07-01 | SMBIOS: Introduce `smbios_full_table_len` function | Angel Pons |
2021-07-01 | SMBIOS: Introduce `smbios_carve_table` function | Angel Pons |
2021-07-01 | SMBIOS: Avoid `sizeof` on struct type | Angel Pons |
2021-04-21 | commonlib/region: Turn addrspace_32bit into a more official API | Julius Werner |
2021-01-28 | drivers/elog: Correct code style | Frans Hendriks |
2021-01-24 | drivers/elog/elog.c: Use __func__ | Elyes HAOUAS |
2020-09-21 | src/drivers: Drop unneeded empty lines | Elyes HAOUAS |
2020-06-18 | ACPI,drivers/: Do not guard <acpi/acpi.h> | Kyösti Mälkki |
2020-06-17 | treewide: Replace CONFIG(ARCH_xx) tests | Kyösti Mälkki |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-02 | acpi: Move ACPI table support out of arch/x86 (3/5) | Furquan Shaikh |
2020-04-20 | drivers/pc80/rtc: Reorganize prototypes | Kyösti Mälkki |
2020-04-20 | drivers/pc80/rtc: Drop CMOS_POST_EXTRA option | Kyösti Mälkki |
2020-04-20 | drivers/elog,pc80: Move cmos_post_log() | Kyösti Mälkki |
2020-04-06 | src/drivers: Use SPDX for GPL-2.0-only files | Angel Pons |
2019-12-11 | printf: Automatically prefix %p with 0x | Julius Werner |
2019-12-02 | src/: Remove g_ prefixes and _g suffixes from variables | Patrick Georgi |
2019-11-29 | drivers/elog/elog.c: Drop CAR_GLOBAL_MIGRATION support | Arthur Heymans |
2019-10-22 | AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS file | Martin Roth |
2019-06-24 | Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADER | Subrata Banik |
2019-05-16 | drivers/elog: Rename ramstage_elog_add_boot_count() to elog_add_boot_count() | Subrata Banik |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2018-11-15 | drivers/elog: Add support for early elog | Karthikeyan Ramasubramanian |
2018-11-13 | drivers/elog: Add Ramstage helper to add boot count | Karthikeyan Ramasubramanian |
2018-11-13 | drivers/elog: Group event log state information | Karthikeyan Ramasubramanian |
2018-08-22 | drivers/elog/elog.c: Create extended event | Richard Spiegel |
2018-08-10 | src/drivers: Fix typo | Elyes HAOUAS |
2018-05-25 | elog: Only log POST code from previous boot on non-S3 resume | Daniel Kurtz |
2018-05-25 | elog: Only print TYPE_BOOT on S3-resume if CONFIG_ELOG_BOOT_COUNT | Daniel Kurtz |
2017-10-16 | drivers/elog: Fix debug build errors | John E. Kabat Jr |
2017-07-13 | src/drivers: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-04-19 | elog: Print timestamp when logging event | Julius Werner |
2016-08-19 | drivers/elog: use region_device for NV storage | Aaron Durbin |
2016-08-19 | Kconfig: separate memory mapped boot device from SPI | Aaron Durbin |
2016-08-18 | Kconfig: rename BOOT_MEDIA_SPI_BUS to BOOT_DEVICE_SPI_FLASH_BUS | Aaron Durbin |
2016-08-15 | Revert "Kconfig: separate memory mapped boot device from SPI" | Aaron Durbin |
2016-08-15 | Kconfig: separate memory mapped boot device from SPI | Aaron Durbin |
2016-08-14 | drivers/elog: provide more debug info | Aaron Durbin |
2016-08-10 | elog: Ensure eventlog will always get initialized when configured in | Julius Werner |
2016-08-09 | drivers/elog: provide return status for all operations | Aaron Durbin |
2016-08-09 | drivers/elog: clean up SMBIOS related code | Aaron Durbin |
2016-08-09 | drivers/elog: consolidate checks in elog_find_flash() | Aaron Durbin |
2016-08-09 | drivers/elog: remove unnecessary global state | Aaron Durbin |
2016-08-09 | drivers/elog: sync events to non-volatile storage last | Aaron Durbin |
2016-08-08 | drivers/elog: treat offsets relative to start of mirror | Aaron Durbin |
2016-08-08 | drivers/elog: use region_device for mirroring into ram | Aaron Durbin |
2016-08-08 | drivers/elog: use offsets for checking cleared buffers | Aaron Durbin |
2016-08-08 | drivers/elog: perform writes in terms of offsets | Aaron Durbin |
2016-08-08 | drivers/elog: remove parameters from elog_flash_erase() | Aaron Durbin |
2016-08-08 | drivers/elog: remove unnecessary check in elog_shrink() | Aaron Durbin |
2016-08-08 | drivers/elog: use event region size when adding a clear event | Aaron Durbin |
2016-08-08 | drivers/elog: remove unused function | Aaron Durbin |
2016-07-26 | drivers/elog: put back 4KiB limit | Aaron Durbin |
2016-07-24 | drivers/elog: remove elog Kconfig variables | Aaron Durbin |
2016-07-18 | elog: Use rdev_mmap to find offset of ELOG | Furquan Shaikh |
2015-11-13 | elog: fix improper assumption for year values | Aaron Durbin |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-05-26 | fmap: new API using region_device | Aaron Durbin |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-04-22 | elog: use CONFIG_RTC | Patrick Georgi |
2015-04-22 | elog: Eliminate CONFIG_ELOG_FULL_THRESHOLD and CONFIG_ELOG_SHRINK_SIZE | Sol Boucher |
2015-04-13 | elog: Fix regression that caused elog to omit "System boot" event | Julius Werner |
2015-04-13 | elog: Correct behavior when FMAP section doesn't exist on ChromeOS | Julius Werner |
2015-04-10 | elog: Hide elog_flash_offset_to_address() from SMM | Furquan Shaikh |
2015-04-10 | elog: Fix typecast issues related to 64-bit compilation. | Furquan Shaikh |
2015-03-17 | elog: Fix compilation with CONFIG_CHROMEOS enabled | Stefan Reinauer |
2015-01-09 | elog: Add ELOG_TYPE_BOOT event using fake boot count if necessary | David Hendricks |
2014-12-30 | elog: Use the RTC driver interface instead of reading CMOS directly. | Gabe Black |
2014-12-17 | elog: Fix chromium merge issue | Marc Jones |
2014-12-17 | Revert "elog: Use the RTC driver interface instead of reading CMOS directly." | Marc Jones |
2014-12-17 | elog: Use the RTC driver interface instead of reading CMOS directly. | Gabe Black |
2014-12-17 | elog: Isolate some x86-isms | David Hendricks |
2014-12-17 | elog: Do not attempt to init SPI | David Hendricks |
2014-12-15 | elog: Probe for SPI flash on bus indicated by Kconfig variable | David Hendricks |
2014-07-05 | spi: Remove unused parameters from spi_flash_probe and setup_spi_slave. | Gabe Black |
2014-06-25 | drivers/elog: Unmangle header include out of pre-proc cond | Edward O'Callaghan |
2014-06-21 | Misc: Use acpi_is_wakeup_s3() | Kyösti Mälkki |
2013-12-07 | elog: handle ROM_SIZE differences from detected flash size | Aaron Durbin |
2013-12-02 | elog: Get rid of the descriptor type and some unnecessary wrappers | Gabe Black |
2013-12-02 | elog: Stream line the elog driver. | Gabe Black |
2013-12-02 | elog: Merge elog_validate_and_fill into elog_init_descriptor. | Gabe Black |
2013-12-02 | elog: Get rid of elog_reinit_descriptor. | Gabe Black |
2013-12-02 | elog: Eliminate the second in memory copy of the event log. | Gabe Black |
2013-12-02 | Make elog_shrink not depend on having seperate memory/flash descriptors. | Gabe Black |
2013-12-02 | elog: Get rid of the staging_header variable. | Gabe Black |
2013-11-25 | elog: Check for successful flash erase in elog_shrink | Duncan Laurie |
2013-11-25 | elog: Make sure the elog data structures are initialized in elog_clear. | Gabe Black |
2013-07-10 | drivers: Fix spelling | Martin Roth |
2013-06-28 | ELOG: Fix warning to fix the compilation. | Denis 'GNUtoo' Carikli |
2013-02-11 | spi.h: Rename the spi.h to spi-generic.h | Zheng Bao |
2012-11-12 | ELOG: Support for non-memory mapped flash | Duncan Laurie |
2012-11-08 | Log unexpected post code from the previous boot | Duncan Laurie |