coreboot-kgpe-d16/src
Daniel Kurtz c6c897280e soc/amd/stoneyridge: Increment boot_count on non-S3 boots
Increment the boot_count from romstage when not resuming from S3.

BUG=b:80266624
TEST=firmware_EventLog
TEST=boot, then:
   mosys eventlog list | grep boot
1 | 2018-05-24 16:51:42 | System boot | 1
   reboot
   mosys eventlog list | grep boot
1 | 2018-05-24 16:51:42 | System boot | 1
6 | 2018-05-24 16:52:34 | System boot | 2

Change-Id: Ideec9da809e494fb0ea073f648540285972f8238
Signed-off-by: Daniel Kurtz <djkurtz@chromium.org>
Reviewed-on: https://review.coreboot.org/26525
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2018-05-25 16:37:28 +00:00
..
acpi
arch src: Add space after 'while' 2018-05-24 12:17:31 +00:00
commonlib Introduce bootblock self-decompression 2018-05-22 02:44:14 +00:00
console Introduce bootblock self-decompression 2018-05-22 02:44:14 +00:00
cpu Remove leftover Intel CPU support 2018-05-24 17:23:41 +00:00
device device: Move find_dev_path() to device_const.c 2018-05-25 02:45:17 +00:00
drivers drivers/intel/fsp2_0: Make use of xmalloc for FSP-S UPD 2018-05-25 02:00:00 +00:00
ec src: Remove space after `defined` 2018-05-24 12:16:59 +00:00
include device: Move find_dev_path() to device_const.c 2018-05-25 02:45:17 +00:00
lib Introduce bootblock self-decompression 2018-05-22 02:44:14 +00:00
mainboard mb/google/poppy/variants/nami: Use GPP_E4 for BT_OFF# 2018-05-25 11:30:06 +00:00
northbridge nb/intel/fsp_sandybridge: Fix lost const qualifier on 'device_t' 2018-05-24 18:08:41 +00:00
security security/vboot: Remove redundent _verstage/_everstage/_verstage_size symbols 2018-05-14 16:24:28 +00:00
soc soc/amd/stoneyridge: Increment boot_count on non-S3 boots 2018-05-25 16:37:28 +00:00
southbridge sb/intel/i82801ix: Get rid of device_t 2018-05-24 18:07:20 +00:00
superio superio/ite/it8720f: Implement power control 2018-05-15 11:47:14 +00:00
vendorcode Remove leftover AMD CIMX RD890 vendorcode 2018-05-24 13:21:32 +00:00
Kconfig Introduce bootblock self-decompression 2018-05-22 02:44:14 +00:00