Revert "soc/intel/jasperlake: Add CrashLog implementation for Intel JSL"
This reverts commit 07dd73c921.
Jasperlake FSP does not properly support the crashlog feature, and
enabling it results in several issues (increased boot time, issues
with USB device detection).
Change-Id: I5598b40321b3ca15a48ac6eff64a85323d55939d
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86844
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-by: Sowmya Aralguppe <sowmya.aralguppe@intel.com>
This commit is contained in:
parent
0c60652a51
commit
35933e40be
6 changed files with 2 additions and 347 deletions
|
|
@ -72,11 +72,9 @@ typedef struct {
|
|||
**/
|
||||
UINT8 EnableAbove4GBMmio;
|
||||
|
||||
/** Offset 0x004B - Enable/Disable CrashLog Device 10
|
||||
Enable(Default): Enable CPU CrashLog Device 10, Disable: Disable CPU CrashLog
|
||||
$EN_DIS
|
||||
/** Offset 0x004B - Reserved
|
||||
**/
|
||||
UINT8 CpuCrashLogDevice;
|
||||
UINT8 Reserved0;
|
||||
|
||||
/** Offset 0x004C - Memory SPD Pointer Channel 0 Dimm 0
|
||||
Pointer to SPD data, will be used only when SpdAddressTable SPD Address are marked as 00
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue