coreboot/src
Duncan Laurie 0a65b811ec UPSTREAM: elog: Fix duplicate event type
The current elog implementation has two event types defined for 0xa7,
apparently the result of divergent coreboot trees on chromium where
some events were added to ARM systems but not upstreamed until later.

Fix this by moving ELOG_TYPE_THERM_TRIP to be 0xab, since the current
elog parsing code in chromium is using ELOG_TYPE_SLEEP for 0xa7.

BUG=b:35977516
TEST=check for proper "CPU Thermal Trip" event when investigating a
device that is unexpectedly powering down.

Change-Id: I3dbba826383f9dd911f910d8f9e6db7433463a10
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: 6cbd3980ab
Original-Change-Id: Idfa9b2322527803097f4f19f7930ccbdf2eccf35
Original-Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Original-Reviewed-on: https://review.coreboot.org/18579
Original-Tested-by: build bot (Jenkins)
Original-Reviewed-by: Furquan Shaikh <furquan@google.com>
Original-Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/451264
2017-03-07 04:17:27 -08:00
..
acpi UPSTREAM: src/acpi: Capitalize ACPI and SATA 2016-08-04 23:37:57 -07:00
arch UPSTREAM: acpi: Update the ACPI ID for coreboot 2017-03-06 07:04:33 -08:00
commonlib UPSTREAM: commonlib/fsp.h: include sys/types.h for ssize_t 2017-02-27 14:07:44 -08:00
console UPSTREAM: console: Enable do_printk_va_list for VBOOT 2017-01-05 11:00:16 -08:00
cpu UPSTREAM: src/cpu/x86: Update/Add license headers to all files 2017-02-26 11:30:16 -08:00
device UPSTREAM: device: Add scan_generic_bus support 2017-02-18 03:10:56 -08:00
drivers UPSTREAM: acpi: Add ACPI_ prefix to IRQ enum and struct names 2017-02-24 11:30:26 -08:00
ec UPSTREAM: ec/lenovo/h8: Use older syntax for bit shift 2017-03-06 16:28:34 -08:00
include UPSTREAM: elog: Fix duplicate event type 2017-03-07 04:17:27 -08:00
lib UPSTREAM: ddr3 spd: move accessor code into lib/spd_bin.c 2017-02-13 10:01:11 -08:00
mainboard google/gru: change center logic voltage to 900mV 2017-03-07 02:32:41 -08:00
northbridge UPSTREAM: nb/i945: Clean "Programming DLL Timings" function 2017-03-06 07:04:36 -08:00
soc UPSTREAM: soc/intel/skylake: Clean up CPU code 2017-03-07 04:17:27 -08:00
southbridge UPSTREAM: lynxpoint bd82x6x: Enable PCI-to-PCI bridge 2017-02-27 14:07:49 -08:00
superio UPSTREAM: sio/ite/it8783ef: Return (0) in ACPI _PSC methods 2016-12-16 04:50:43 -08:00
vboot UPSTREAM: build system: mark sub-make invocations as parallelizable 2017-01-31 17:07:38 -08:00
vendorcode UPSTREAM: src/vendorcode: Add Memory Info Data HOB Header 2017-03-06 07:04:30 -08:00
Kconfig UPSTREAM: src/Kconfig: Move bootblock behavior to arch/x86 as TODO suggested 2017-02-17 04:09:21 -08:00