Issue #594 has been updated by Walter Sonius.

Changing the `DIMM_SPD_SIZE` to `256`, playing with the `CaVrefConfig` values 
as 'Mate' hinted set to `0` and adding additional code to `romstage.c` the 
first and last outer DIMM slots (A0-A6) are currently working fine:

```
/* SPDX-License-Identifier: GPL-2.0-only */

#include <soc/romstage.h>
#include <spd_bin.h>

void mainboard_memory_init_params(FSPM_UPD *mupd)
{
~       struct spd_block blk = { .addr_map = { 0x50, 0x51, 0x52, 0x53 } };
        get_spd_smbus(&blk);
        dump_spd_info(&blk);

        FSP_M_CONFIG *mem_cfg = &mupd->FspmConfig;
        mem_cfg->DqPinsInterleaved = 1;
~       mem_cfg->CaVrefConfig      = 0;
        mem_cfg->MemorySpdDataLen  = blk.len;
        mem_cfg->MemorySpdPtr00    = (uintptr_t)blk.spd_array[0];
        mem_cfg->MemorySpdPtr10    = (uintptr_t)blk.spd_array[1];
+       mem_cfg->MemorySpdPtr01    = (uintptr_t)blk.spd_array[2];
+       mem_cfg->MemorySpdPtr11    = (uintptr_t)blk.spd_array[3];
}
```
Since the middle 2 DIMM slots aren't working yet, might throw the same EMERG 
error or silent hang after SPD detect depending on the `CaVrefConfig` or 
`DqPinsInterleaved` setting it may be wise to keep this ticket open for 
debugging the RAM part? The `MemorySpdPtr` values might still be wrong since I 
guessed them. Funny side note, even DIMM's that would not post/work/error 
beep/blink on the Original Dell firmware do work with coreboot :-) for instance 
the following 4GB 1.35v ecc kingston HMT41GU6MFR8C-PB DIMMS !

```
[NOTE ]  coreboot-25.03-510-g5e2aee447478 Fri May 16 09:18:13 UTC 2025 x86_32 
bootblock starting (log level: 7)...
[DEBUG]  CPU: Intel(R) Core(TM) i3-6100 CPU @ 3.70GHz
[DEBUG]  CPU: ID 506e3, Skylake H R0, ucode: 000000ef
[DEBUG]  CPU: AES supported, TXT NOT supported, VT supported
[DEBUG]  MCH: device id 190f (rev 07) is Skylake-S (2 Core)
[DEBUG]  PCH: device id a146 (rev 31) is Q170
[DEBUG]  IGD: device id 1912 (rev 06) is Skylake DT GT2
[WARN ]  PMC: Duplicate GPE DW register values detected; using default GPE 
route from MISCCFG register
[DEBUG]  FMAP: Found "FLASH" version 1.1 at 0x750000.
[DEBUG]  FMAP: base = 0x0 size = 0x1000000 #areas = 8
[DEBUG]  FMAP: area COREBOOT found @ 750200 (9108992 bytes)
[INFO ]  CBFS: mcache @0xfef04e00 built for 17 files, used 0x38c of 0x4000 bytes
[INFO ]  CBFS: Found 'fallback/romstage' @0x9d1c0 size 0xd2f0 in mcache 
@0xfef04e8c
[DEBUG]  BS: bootblock times (exec / console): total (unknown) / 88 ms


[NOTE ]  coreboot-25.03-510-g5e2aee447478 Fri May 16 09:18:13 UTC 2025 x86_32 
romstage starting (log level: 7)...
[WARN ]  HECI: CSE device 16.0 is disabled
[DEBUG]  pm1_sts: 8100 pm1_en: 0100 pm1_cnt: 00001c00
[DEBUG]  gpe0_sts[0]: 00000000 gpe0_en[0]: 00000000
[DEBUG]  gpe0_sts[1]: 00000000 gpe0_en[1]: 00000000
[DEBUG]  gpe0_sts[2]: 00000000 gpe0_en[2]: 00000000
[DEBUG]  gpe0_sts[3]: 00000002 gpe0_en[3]: 00000000
[DEBUG]  TCO_STS:   0000 0001
[DEBUG]  GEN_PMCON: e0800200 00001001
[DEBUG]  GBLRST_CAUSE: 00000000 00000000
[DEBUG]  PM1_STS: WAK PWRBTN
[DEBUG]  prev_sleep_state 5 (S5)
[INFO ]  CBFS: Found 'fspm.bin' @0xcddc0 size 0x63000 in mcache @0xfef0500c
[DEBUG]  FMAP: area RW_MRC_CACHE found @ 700000 (65536 bytes)
[DEBUG]  No CMOS option 'hyper_threading'.
[DEBUG]  No CMOS option 'igd_dvmt_prealloc'.
[DEBUG]  No CMOS option 'igd_aperture_size'.
[INFO ]  No memory dimm at address A2
[INFO ]  No memory dimm at address A4
[DEBUG]  SPD @ 0x50
[INFO ]  SPD: module type is DDR3
[INFO ]  SPD: module part number is HMT41GU6MFR8C-PB
[INFO ]  SPD: banks 8, ranks 2, rows 16, columns 10, density 4096 Mb
[INFO ]  SPD: device width 8 bits, bus width 64 bits
[INFO ]  SPD: module size is 8192 MB (per channel)
[DEBUG]  SPD @ 0x53
[INFO ]  SPD: module type is DDR3
[INFO ]  SPD: module part number is HMT41GU6MFR8C-PB
[INFO ]  SPD: banks 8, ranks 2, rows 16, columns 10, density 4096 Mb
[INFO ]  SPD: device width 8 bits, bus width 64 bits
[INFO ]  SPD: module size is 8192 MB (per channel)
[DEBUG]  CBMEM:
[DEBUG]  IMD: root @ 0x7afff000 254 entries.
[DEBUG]  IMD: root @ 0x7affec00 62 entries.
[DEBUG]  External stage cache:
[DEBUG]  IMD: root @ 0x7b3ff000 254 entries.
[DEBUG]  IMD: root @ 0x7b3fec00 62 entries.
[DEBUG]  FMAP: area RW_MRC_CACHE found @ 700000 (65536 bytes)
[DEBUG]  MRC: Checking cached data update for 'RW_MRC_CACHE'.
[INFO ]  SF: Detected 00 0000 with sector size 0x1000, total 0x1000000
[DEBUG]  MRC: cache data 'RW_MRC_CACHE' needs update.
[DEBUG]  MRC: updated 'RW_MRC_CACHE'.
[DEBUG]  2 DIMMs found
[DEBUG]  SMM Memory Map
[DEBUG]  SMRAM       : 0x7b000000 0x800000
[DEBUG]   Subregion 0: 0x7b000000 0x200000
[DEBUG]   Subregion 1: 0x7b200000 0x200000
[DEBUG]   Subregion 2: 0x7b400000 0x400000
[DEBUG]  top_of_ram = 0x7b000000
[DEBUG]  Normal boot
[INFO ]  CBFS: Found 'fallback/postcar' @0x155600 size 0x5fa8 in mcache 
@0xfef050d8
[DEBUG]  Loading module at 0x7abcf000 with entry 0x7abcf031. filesize: 0x5bc8 
memsize: 0xbf18
[DEBUG]  Processing 232 relocs. Offset value of 0x78bcf000
[DEBUG]  BS: romstage times (exec / console): total (unknown) / 261 ms


[NOTE ]  coreboot-25.03-510-g5e2aee447478 Fri May 16 09:18:13 UTC 2025 x86_32 
postcar starting (log level: 7)...
[DEBUG]  Normal boot
[INFO ]  CBFS: Found 'fallback/ramstage' @0xaa540 size 0x1f7c1 in mcache 
@0x7abdd0ec
[DEBUG]  Loading module at 0x7aa7a000 with entry 0x7aa7a000. filesize: 0x404c8 
memsize: 0x153990
[DEBUG]  Processing 4616 relocs. Offset value of 0x76a7a000
[DEBUG]  BS: postcar times (exec / console): total (unknown) / 37 ms


[NOTE ]  coreboot-25.03-510-g5e2aee447478 Fri May 16 09:18:13 UTC 2025 x86_32 
ramstage starting (log level: 7)...
[DEBUG]  Normal boot
[DEBUG]  microcode: sig=0x506e3 pf=0x2 revision=0xef
[INFO ]  CBFS: Found 'cpu_microcode_blob.bin' @0x80 size 0x9d000 in mcache 
@0x7abdd02c
[DEBUG]  Skip microcode update
[INFO ]  CBFS: Found 'fsps.bin' @0x130e00 size 0x23ff2 in mcache @0x7abdd24c
[DEBUG]  Detected 2 core, 4 thread CPU.
[DEBUG]  Setting up SMI for CPU
[DEBUG]  IED base = 0x7b400000
[DEBUG]  IED size = 0x00400000
[INFO ]  Will perform SMM setup.
[INFO ]  CPU: Intel(R) Core(TM) i3-6100 CPU @ 3.70GHz.
[INFO ]  LAPIC 0x0 in XAPIC mode.
[DEBUG]  CPU: APIC: 00 enabled
[DEBUG]  CPU: APIC: 01 enabled
[DEBUG]  CPU: APIC: 02 enabled
[DEBUG]  CPU: APIC: 03 enabled
[DEBUG]  Loading module at 0x00030000 with entry 0x00030000. filesize: 0x178 
memsize: 0x178
[DEBUG]  Processing 16 relocs. Offset value of 0x00030000
[DEBUG]  Attempting to start 3 APs
[DEBUG]  Waiting for 10ms after sending INIT.
[DEBUG]  Waiting for SIPI to complete...
[INFO ]  LAPIC 0x1 in XAPIC mode.
[DEBUG]  done.
[INFO ]  AP: slot 3 apic_id 1, MCU rev: 0x000000ef
[DEBUG]  Waiting for SIPI to complete...
[DEBUG]  done.
[INFO ]  LAPIC 0x3 in XAPIC mode.
[INFO ]  LAPIC 0x2 in XAPIC mode.
[INFO ]  AP: slot 2 apic_id 3, MCU rev: 0x000000ef
[INFO ]  AP: slot 1 apic_id 2, MCU rev: 0x000000ef
[DEBUG]  Loading module at 0x00038000 with entry 0x00038000. filesize: 0x1b0 
memsize: 0x1b0
[DEBUG]  Processing 9 relocs. Offset value of 0x00038000
[DEBUG]  smm_module_setup_stub: stack_top = 0x7b002000
[DEBUG]  smm_module_setup_stub: per cpu stack_size = 0x800
[DEBUG]  smm_module_setup_stub: runtime.smm_size = 0x10000
[DEBUG]  SMM Module: stub loaded at 38000. Will call 0x7aa9ab12
[DEBUG]  Installing permanent SMM handler to 0x7b000000
[DEBUG]  HANDLER      [0x7b1fd000-0x7b1ffbdf]

[DEBUG]  CPU 0
[DEBUG]    ss0        [0x7b1fcc00-0x7b1fcfff]
[DEBUG]    stub0      [0x7b1f5000-0x7b1f51af]

[DEBUG]  CPU 1
[DEBUG]    ss1        [0x7b1fc800-0x7b1fcbff]
[DEBUG]    stub1      [0x7b1f4c00-0x7b1f4daf]

[DEBUG]  CPU 2
[DEBUG]    ss2        [0x7b1fc400-0x7b1fc7ff]
[DEBUG]    stub2      [0x7b1f4800-0x7b1f49af]

[DEBUG]  CPU 3
[DEBUG]    ss3        [0x7b1fc000-0x7b1fc3ff]
[DEBUG]    stub3      [0x7b1f4400-0x7b1f45af]

[DEBUG]  stacks       [0x7b000000-0x7b001fff]
[DEBUG]  Loading module at 0x7b1fd000 with entry 0x7b1fd90b. filesize: 0x2af0 
memsize: 0x2be0
[DEBUG]  Processing 179 relocs. Offset value of 0x7b1fd000
[DEBUG]  FMAP: area SMMSTORE found @ 710000 (262144 bytes)
[INFO ]  SF: Detected 00 0000 with sector size 0x1000, total 0x1000000
[DEBUG]  smm store: 4 # blocks with size 0x10000
[DEBUG]  Loading module at 0x7b1f5000 with entry 0x7b1f5000. filesize: 0x1b0 
memsize: 0x1b0
[DEBUG]  Processing 9 relocs. Offset value of 0x7b1f5000
[DEBUG]  smm_module_setup_stub: stack_top = 0x7b002000
[DEBUG]  smm_module_setup_stub: per cpu stack_size = 0x800
[DEBUG]  smm_module_setup_stub: runtime.smm_size = 0x200000
[DEBUG]  SMM Module: placing smm entry code at 7b1f4c00,  cpu # 0x1
[DEBUG]  SMM Module: placing smm entry code at 7b1f4800,  cpu # 0x2
[DEBUG]  SMM Module: placing smm entry code at 7b1f4400,  cpu # 0x3
[DEBUG]  SMM Module: stub loaded at 7b1f5000. Will call 0x7b1fd90b
[DEBUG]  Clearing SMI status registers
[DEBUG]  SMI_STS: PM1
[DEBUG]  PM1_STS: TMROF
[DEBUG]  TCO_STS: INTRD_DET
[DEBUG]  GPE0 STD STS: HOTPLUG
[INFO ]  smm_do_relocation : curr_smbase 0x30000 perm_smbase 0x7b1ed000, cpu = 0
[DEBUG]  In relocation handler: CPU 0
[DEBUG]  New SMBASE=0x7b1ed000 IEDBASE=0x7b400000
[DEBUG]  Writing SMRR. base = 0x7b000006, mask=0xff800800
[DEBUG]  Relocation complete.
[INFO ]  smm_do_relocation : curr_smbase 0x30000 perm_smbase 0x7b1ec400, cpu = 3
[DEBUG]  In relocation handler: CPU 3
[DEBUG]  New SMBASE=0x7b1ec400 IEDBASE=0x7b400000
[DEBUG]  Relocation complete.
[INFO ]  smm_do_relocation : curr_smbase 0x30000 perm_smbase 0x7b1ecc00, cpu = 1
[DEBUG]  In relocation handler: CPU 1
[DEBUG]  New SMBASE=0x7b1ecc00 IEDBASE=0x7b400000
[DEBUG]  Writing SMRR. base = 0x7b000006, mask=0xff800800
[DEBUG]  Relocation complete.
[INFO ]  smm_do_relocation : curr_smbase 0x30000 perm_smbase 0x7b1ec800, cpu = 2
[DEBUG]  In relocation handler: CPU 2
[DEBUG]  New SMBASE=0x7b1ec800 IEDBASE=0x7b400000
[DEBUG]  Relocation complete.
[INFO ]  Initializing CPU #0
[DEBUG]  CPU: vendor Intel device 506e3
[DEBUG]  CPU: family 06, model 5e, stepping 03
[DEBUG]  Clearing out pending MCEs
[DEBUG]  cpu: energy policy set to 6
[INFO ]  Turbo is unavailable
[DEBUG]  Skip microcode update
[INFO ]  CPU #0 initialized
[INFO ]  Initializing CPU #3
[INFO ]  Initializing CPU #2
[INFO ]  Initializing CPU #1
[DEBUG]  CPU: vendor Intel device 506e3
[DEBUG]  CPU: family 06, model 5e, stepping 03
[DEBUG]  CPU: vendor Intel device 506e3
[DEBUG]  CPU: family 06, model 5e, stepping 03
[DEBUG]  Clearing out pending MCEs
[DEBUG]  CPU: vendor Intel device 506e3
[DEBUG]  CPU: family 06, model 5e, stepping 03
[DEBUG]  cpu: energy policy set to 6
[DEBUG]  Clearing out pending MCEs
[DEBUG]  Skip microcode update
[INFO ]  CPU #2 initialized
[DEBUG]  cpu: energy policy set to 6
[DEBUG]  Clearing out pending MCEs
[DEBUG]  Skip microcode update
[INFO ]  CPU #1 initialized
[DEBUG]  cpu: energy policy set to 6
[DEBUG]  Skip microcode update
[INFO ]  CPU #3 initialized
[INFO ]  bsp_do_flight_plan done after 435 msecs.
[DEBUG]  Enabling SMIs.
[DEBUG]  Locking SMM.
[DEBUG]  VMX status: enabled
[DEBUG]  VMX status: enabled
[DEBUG]  IA32_FEATURE_CONTROL status: locked
[DEBUG]  VMX status: enabled
[DEBUG]  VMX status: enabled
[DEBUG]  IA32_FEATURE_CONTROL status: locked
[DEBUG]  IA32_FEATURE_CONTROL status: locked
[DEBUG]  IA32_FEATURE_CONTROL status: locked
[DEBUG]  BS: BS_DEV_INIT_CHIPS entry times (exec / console): 205 / 389 ms
[DEBUG]  No CMOS option 'legacy_8254_timer'.
[DEBUG]  No CMOS option 's0ix_enable'.
[DEBUG]  No CMOS option 'vtd'.
[INFO ]  FSPS, status=0x00000000
[INFO ]  ITSS IRQ Polarities Before:
[INFO ]  IPC0: 0x00ff4000
[INFO ]  IPC1: 0x00000007
[INFO ]  IPC2: 0x00000000
[INFO ]  IPC3: 0x00000000
[INFO ]  ITSS IRQ Polarities After:
[INFO ]  IPC0: 0x00ff4000
[INFO ]  IPC1: 0x00000007
[INFO ]  IPC2: 0x00000000
[INFO ]  IPC3: 0x00000000
[INFO ]  Found PCIe Root Port #9 at PCI: 00:1d.0.
[INFO ]  Found PCIe Root Port #17 at PCI: 00:1b.0.
[DEBUG]  BS: BS_DEV_INIT_CHIPS run times (exec / console): 192 / 58 ms
[INFO ]  Enumerating buses...
[DEBUG]  Root Device scanning...
[DEBUG]  CPU_CLUSTER: 0 enabled
[DEBUG]  DOMAIN: 00000000 enabled
[DEBUG]  DOMAIN: 00000000 scanning...
[DEBUG]  PCI: pci_scan_bus for segment group 00 bus 00
[DEBUG]  PCI: 00:00:00.0 [8086/190f] enabled
[INFO ]  PCI: Static device PCI: 00:00:01.0 not found, disabling it.
[DEBUG]  PCI: 00:00:02.0 [8086/1912] enabled
[DEBUG]  PCI: 00:00:14.0 [8086/a12f] enabled
[DEBUG]  PCI: 00:00:17.0 [8086/a102] enabled
[DEBUG]  PCI: 00:00:1b.0 [8086/a167] enabled
[DEBUG]  PCI: 00:00:1d.0 [8086/a118] enabled
[DEBUG]  PCI: 00:00:1e.0 [8086/a127] enabled
[DEBUG]  PCI: 00:00:1f.0 [8086/a146] enabled
[DEBUG]  PCI: 00:00:1f.1 [8086/a120] enabled
[DEBUG]  PCI: 00:00:1f.2 [8086/a121] enabled
[DEBUG]  PCI: 00:00:1f.3 [8086/a170] enabled
[DEBUG]  PCI: 00:00:1f.4 [8086/a123] enabled
[DEBUG]  PCI: 00:00:1f.6 [8086/15b8] enabled
[DEBUG]  GPIO: 0 enabled
[WARN ]  PCI: Leftover static devices:
[WARN ]  PCI: 00:00:01.0
[WARN ]  PCI: 00:00:01.1
[WARN ]  PCI: 00:00:01.2
[WARN ]  PCI: 00:00:04.0
[WARN ]  PCI: 00:00:05.0
[WARN ]  PCI: 00:00:07.0
[WARN ]  PCI: 00:00:08.0
[WARN ]  PCI: 00:00:13.0
[WARN ]  PCI: 00:00:14.1
[WARN ]  PCI: 00:00:14.2
[WARN ]  PCI: 00:00:14.3
[WARN ]  PCI: 00:00:15.0
[WARN ]  PCI: 00:00:15.1
[WARN ]  PCI: 00:00:15.2
[WARN ]  PCI: 00:00:15.3
[WARN ]  PCI: 00:00:16.0
[WARN ]  PCI: 00:00:16.1
[WARN ]  PCI: 00:00:16.2
[WARN ]  PCI: 00:00:16.3
[WARN ]  PCI: 00:00:16.4
[WARN ]  PCI: 00:00:19.0
[WARN ]  PCI: 00:00:19.1
[WARN ]  PCI: 00:00:19.2
[WARN ]  PCI: 00:00:1e.1
[WARN ]  PCI: 00:00:1e.2
[WARN ]  PCI: 00:00:1e.3
[WARN ]  PCI: 00:00:1e.4
[WARN ]  PCI: 00:00:1e.5
[WARN ]  PCI: 00:00:1e.6
[WARN ]  PCI: 00:00:1f.5
[WARN ]  PCI: 00:00:1f.7
[WARN ]  PCI: Check your devicetree.cb.
[DEBUG]  PCI: 00:00:02.0 scanning...
[DEBUG]  scan_bus: bus PCI: 00:00:02.0 finished in 0 msecs
[DEBUG]  PCI: 00:00:14.0 scanning...
[DEBUG]  scan_bus: bus PCI: 00:00:14.0 finished in 0 msecs
[DEBUG]  PCI: 00:00:1b.0 scanning...
[DEBUG]  PCI: pci_scan_bus for segment group 00 bus 01
[DEBUG]  PCI: 00:01:00.0 [144d/a801] enabled
[INFO ]  PCIe: Common Clock Configuration already enabled
[INFO ]  L1 Sub-State supported from root port 27
[INFO ]  L1 Sub-State Support = 0xf
[INFO ]  CommonModeRestoreTime = 0x28
[INFO ]  Power On Value = 0x16, Power On Scale = 0x0
[INFO ]  ASPM: Enabled L1
[INFO ]  PCI: 00:01:00.0: Enabled LTR
[INFO ]  PCI: 00:01:00.0: Programmed LTR max latencies
[INFO ]  PCI: 00:00:1b.0: Setting Max_Payload_Size to 128 for devices under 
this root port
[DEBUG]  scan_bus: bus PCI: 00:00:1b.0 finished in 56 msecs
[DEBUG]  PCI: 00:00:1d.0 scanning...
[DEBUG]  PCI: 00:00:1d.0: No LTR support
[DEBUG]  PCI: pci_scan_bus for segment group 00 bus 02
[INFO ]  PCI: 00:00:1d.0: Setting Max_Payload_Size to 128 for devices under 
this root port
[DEBUG]  scan_bus: bus PCI: 00:00:1d.0 finished in 18 msecs
[DEBUG]  PCI: 00:00:1f.0 scanning...
[DEBUG]  PNP: 002e.0 enabled
[DEBUG]  PNP: 002e.1 enabled
[DEBUG]  PNP: 002e.7 enabled
[DEBUG]  PNP: 002e.8 disabled
[DEBUG]  PNP: 002e.c enabled
[DEBUG]  PNP: 002e.a enabled
[DEBUG]  PNP: 002e.b disabled
[DEBUG]  PNP: 002e.11 disabled
[DEBUG]  scan_bus: bus PCI: 00:00:1f.0 finished in 26 msecs
[DEBUG]  PCI: 00:00:1f.2 scanning...
[DEBUG]  scan_bus: bus PCI: 00:00:1f.2 finished in 0 msecs
[DEBUG]  PCI: 00:00:1f.3 scanning...
[DEBUG]  scan_bus: bus PCI: 00:00:1f.3 finished in 0 msecs
[DEBUG]  PCI: 00:00:1f.4 scanning...
[DEBUG]  scan_bus: bus PCI: 00:00:1f.4 finished in 0 msecs
[DEBUG]  scan_bus: bus DOMAIN: 00000000 finished in 364 msecs
[DEBUG]  scan_bus: bus Root Device finished in 382 msecs
[INFO ]  done
[DEBUG]  BS: BS_DEV_ENUMERATE run times (exec / console): 1 / 396 ms
[INFO ]  MRC: Could not find region 'UNIFIED_MRC_CACHE'
[DEBUG]  FMAP: area RW_MRC_CACHE found @ 700000 (65536 bytes)
[INFO ]  MRC: NOT enabling PRR for 'RW_MRC_CACHE'.
[DEBUG]  BS: BS_DEV_ENUMERATE exit times (exec / console): 0 / 17 ms
[DEBUG]  found VGA at PCI: 00:00:02.0
[DEBUG]  Setting up VGA for PCI: 00:00:02.0
[DEBUG]  Setting PCI_BRIDGE_CTL_VGA for bridge DOMAIN: 00000000
[DEBUG]  Setting PCI_BRIDGE_CTL_VGA for bridge Root Device
[INFO ]  Allocating resources...
[INFO ]  Reading resources...
[DEBUG]  SA MMIO resource: PCIEXBAR ->  base = 0xe0000000, size = 0x10000000
[DEBUG]  SA MMIO resource: MCHBAR   ->  base = 0xfed10000, size = 0x00008000
[DEBUG]  SA MMIO resource: DMIBAR   ->  base = 0xfed18000, size = 0x00001000
[DEBUG]  SA MMIO resource: EPBAR    ->  base = 0xfed19000, size = 0x00001000
[DEBUG]  SA MMIO resource: GDXCBAR  ->  base = 0xfed84000, size = 0x00001000
[DEBUG]  SA MMIO resource: EDRAMBAR ->  base = 0xfed80000, size = 0x00004000
[DEBUG]  No CMOS option 'vtd'.
[DEBUG]  SA MMIO resource: GFXVTBAR ->  base = 0xfed90000, size = 0x00001000
[DEBUG]  SA MMIO resource: VTVC0BAR ->  base = 0xfed91000, size = 0x00001000
[INFO ]  Available memory above 4GB: 14336M
[INFO ]  Done reading resources.
[INFO ]  === Resource allocator: DOMAIN: 00000000 - Pass 1 (relative placement) 
===
[DEBUG]   PCI: 00:00:1b.0 io: size: 0 align: 12 gran: 12 limit: ffff
[DEBUG]   PCI: 00:00:1b.0 io: size: 0 align: 12 gran: 12 limit: ffff done
[DEBUG]   PCI: 00:00:1b.0 mem: size: 0 align: 20 gran: 20 limit: ffffffff
[DEBUG]    PCI: 00:01:00.0 24 *  [0x0 - 0x1fff] mem
[DEBUG]   PCI: 00:00:1b.0 mem: size: 100000 align: 20 gran: 20 limit: ffffffff 
done
[DEBUG]   PCI: 00:00:1b.0 prefmem: size: 0 align: 20 gran: 20 limit: 
ffffffffffffffff
[DEBUG]   PCI: 00:00:1b.0 prefmem: size: 0 align: 20 gran: 20 limit: 
ffffffffffffffff done
[INFO ]  === Resource allocator: DOMAIN: 00000000 - Pass 2 (allocating 
resources) ===
[DEBUG]  DOMAIN: 00000000 io: base: 0 size: 0 align: 0 gran: 0 limit: ffff
[DEBUG]   avoid_fixed_resources: PCI: 00:00:1f.0 00 base 00000000 limit 
00000fff io (fixed)
[DEBUG]   avoid_fixed_resources: PCI: 00:00:1f.0 84 base 00000a00 limit 
00000a7f io (fixed)
[DEBUG]   avoid_fixed_resources: PCI: 00:00:1f.0 88 base 00000080 limit 
0000008f io (fixed)
[DEBUG]   avoid_fixed_resources: PNP: 002e.0 60 base 00000a00 limit 00000a0f io 
(fixed)
[DEBUG]   avoid_fixed_resources: PNP: 002e.1 60 base 00000060 limit 00000060 io 
(fixed)
[DEBUG]   avoid_fixed_resources: PNP: 002e.7 60 base 000003f8 limit 000003ff io 
(fixed)
[DEBUG]   avoid_fixed_resources: PNP: 002e.c 60 base 0000002e limit 0000002f io 
(fixed)
[DEBUG]   avoid_fixed_resources: PNP: 002e.a 60 base 00000a40 limit 00000a7f io 
(fixed)
[DEBUG]   avoid_fixed_resources: PCI: 00:00:1f.2 40 base 00001800 limit 
000018ff io (fixed)
[DEBUG]   avoid_fixed_resources: PCI: 00:00:1f.4 20 base 0000efa0 limit 
0000efbf io (fixed)
[INFO ]   DOMAIN: 00000000: Resource ranges:
[INFO ]   * Base: 1000, Size: 800, Tag: 100
[INFO ]   * Base: 1900, Size: d6a0, Tag: 100
[INFO ]   * Base: efc0, Size: 1040, Tag: 100
[DEBUG]    PCI: 00:00:02.0 20 *  [0x1000 - 0x103f] limit: 103f io
[DEBUG]    PCI: 00:00:17.0 20 *  [0x1040 - 0x105f] limit: 105f io
[DEBUG]    PCI: 00:00:17.0 18 *  [0x1060 - 0x1067] limit: 1067 io
[DEBUG]    PCI: 00:00:17.0 1c *  [0x1068 - 0x106b] limit: 106b io
[DEBUG]  DOMAIN: 00000000 io: base: 0 size: 0 align: 0 gran: 0 limit: ffff done
[DEBUG]  DOMAIN: 00000000 mem: base: 7b000000 size: 0 align: 0 gran: 0 limit: 
dfffffff
[DEBUG]  DOMAIN: 00000000 mem: base: 100000000 size: 0 align: 0 gran: 0 limit: 
7fffffffff
[DEBUG]   avoid_fixed_resources: PCI: 00:00:00.0 00 base e0000000 limit 
efffffff mem (fixed)
[DEBUG]   avoid_fixed_resources: PCI: 00:00:00.0 01 base fed10000 limit 
fed17fff mem (fixed)
[DEBUG]   avoid_fixed_resources: PCI: 00:00:00.0 02 base fed18000 limit 
fed18fff mem (fixed)
[DEBUG]   avoid_fixed_resources: PCI: 00:00:00.0 03 base fed19000 limit 
fed19fff mem (fixed)
[DEBUG]   avoid_fixed_resources: PCI: 00:00:00.0 04 base fed84000 limit 
fed84fff mem (fixed)
[DEBUG]   avoid_fixed_resources: PCI: 00:00:00.0 05 base fed80000 limit 
fed83fff mem (fixed)
[DEBUG]   avoid_fixed_resources: PCI: 00:00:00.0 06 base fed90000 limit 
fed90fff mem (fixed)
[DEBUG]   avoid_fixed_resources: PCI: 00:00:00.0 07 base fed91000 limit 
fed91fff mem (fixed)
[DEBUG]   avoid_fixed_resources: PCI: 00:00:00.0 08 base 00000000 limit 
0009ffff mem (fixed)
[DEBUG]   avoid_fixed_resources: PCI: 00:00:00.0 09 base 000c0000 limit 
7affffff mem (fixed)
[DEBUG]   avoid_fixed_resources: PCI: 00:00:00.0 0a base 7b000000 limit 
7fffffff mem (fixed)
[DEBUG]   avoid_fixed_resources: PCI: 00:00:00.0 0b base 100000000 limit 
47fffffff mem (fixed)
[DEBUG]   avoid_fixed_resources: PCI: 00:00:00.0 0c base 000a0000 limit 
000bffff mem (fixed)
[DEBUG]   avoid_fixed_resources: PCI: 00:00:00.0 0d base 000c0000 limit 
000fffff mem (fixed)
[DEBUG]   avoid_fixed_resources: PCI: 00:00:1f.1 10 base fd000000 limit 
fdffffff mem (fixed)
[DEBUG]   avoid_fixed_resources: PCI: 00:00:1f.2 48 base fe000000 limit 
fe00ffff mem (fixed)
[INFO ]   DOMAIN: 00000000: Resource ranges:
[INFO ]   * Base: 80000000, Size: 60000000, Tag: 200
[INFO ]   * Base: 480000000, Size: 7b80000000, Tag: 200
[DEBUG]    PCI: 00:00:02.0 18 *  [0x80000000 - 0x8fffffff] limit: 8fffffff 
prefmem
[DEBUG]    PCI: 00:00:02.0 10 *  [0x90000000 - 0x90ffffff] limit: 90ffffff mem
[DEBUG]    PCI: 00:00:1b.0 20 *  [0x91000000 - 0x910fffff] limit: 910fffff mem
[DEBUG]    PCI: 00:00:1f.6 10 *  [0x91100000 - 0x9111ffff] limit: 9111ffff mem
[DEBUG]    PCI: 00:00:14.0 10 *  [0x91120000 - 0x9112ffff] limit: 9112ffff mem
[DEBUG]    PCI: 00:00:1f.3 20 *  [0x91130000 - 0x9113ffff] limit: 9113ffff mem
[DEBUG]    PCI: 00:00:1f.2 10 *  [0x91140000 - 0x91143fff] limit: 91143fff mem
[DEBUG]    PCI: 00:00:1f.3 10 *  [0x91144000 - 0x91147fff] limit: 91147fff mem
[DEBUG]    PCI: 00:00:17.0 10 *  [0x91148000 - 0x91149fff] limit: 91149fff mem
[DEBUG]    PCI: 00:00:1e.0 10 *  [0x9114a000 - 0x9114afff] limit: 9114afff mem
[DEBUG]    PCI: 00:00:17.0 24 *  [0x9114b000 - 0x9114b7ff] limit: 9114b7ff mem
[DEBUG]    PCI: 00:00:17.0 14 *  [0x9114c000 - 0x9114c0ff] limit: 9114c0ff mem
[DEBUG]    PCI: 00:00:1f.4 10 *  [0x9114d000 - 0x9114d0ff] limit: 9114d0ff mem
[DEBUG]  DOMAIN: 00000000 mem: base: 7b000000 size: 0 align: 0 gran: 0 limit: 
dfffffff done
[DEBUG]  DOMAIN: 00000000 mem: base: 100000000 size: 0 align: 0 gran: 0 limit: 
7fffffffff done
[DEBUG]    PCI: 00:01:00.0 24 *  [0x91000000 - 0x91001fff] limit: 91001fff mem
[INFO ]  === Resource allocator: DOMAIN: 00000000 - resource allocation 
complete ===
[DEBUG]  PCI: 00:00:02.0 10 <- [0x0000000090000000 - 0x0000000090ffffff] size 
0x01000000 gran 0x18 mem64
[DEBUG]  PCI: 00:00:02.0 18 <- [0x0000000080000000 - 0x000000008fffffff] size 
0x10000000 gran 0x1c prefmem64
[DEBUG]  PCI: 00:00:02.0 20 <- [0x0000000000001000 - 0x000000000000103f] size 
0x00000040 gran 0x06 io
[DEBUG]  PCI: 00:00:14.0 10 <- [0x0000000091120000 - 0x000000009112ffff] size 
0x00010000 gran 0x10 mem64
[DEBUG]  PCI: 00:00:17.0 10 <- [0x0000000091148000 - 0x0000000091149fff] size 
0x00002000 gran 0x0d mem
[DEBUG]  PCI: 00:00:17.0 14 <- [0x000000009114c000 - 0x000000009114c0ff] size 
0x00000100 gran 0x08 mem
[DEBUG]  PCI: 00:00:17.0 18 <- [0x0000000000001060 - 0x0000000000001067] size 
0x00000008 gran 0x03 io
[DEBUG]  PCI: 00:00:17.0 1c <- [0x0000000000001068 - 0x000000000000106b] size 
0x00000004 gran 0x02 io
[DEBUG]  PCI: 00:00:17.0 20 <- [0x0000000000001040 - 0x000000000000105f] size 
0x00000020 gran 0x05 io
[DEBUG]  PCI: 00:00:17.0 24 <- [0x000000009114b000 - 0x000000009114b7ff] size 
0x00000800 gran 0x0b mem
[DEBUG]  PCI: 00:00:1b.0 1c <- [0x000000000000ffff - 0x000000000000fffe] size 
0x00000000 gran 0x0c seg 00 bus 01 io
[DEBUG]  PCI: 00:00:1b.0 24 <- [0xffffffffffffffff - 0xfffffffffffffffe] size 
0x00000000 gran 0x14 seg 00 bus 01 prefmem
[DEBUG]  PCI: 00:00:1b.0 20 <- [0x0000000091000000 - 0x00000000910fffff] size 
0x00100000 gran 0x14 seg 00 bus 01 mem
[DEBUG]  PCI: 00:01:00.0 24 <- [0x0000000091000000 - 0x0000000091001fff] size 
0x00002000 gran 0x0d mem
[DEBUG]  PCI: 00:00:1d.0 1c <- [0x000000000000ffff - 0x000000000000fffe] size 
0x00000000 gran 0x0c seg 00 bus 02 io
[DEBUG]  PCI: 00:00:1d.0 24 <- [0xffffffffffffffff - 0xfffffffffffffffe] size 
0x00000000 gran 0x14 seg 00 bus 02 prefmem
[DEBUG]  PCI: 00:00:1d.0 20 <- [0x00000000ffffffff - 0x00000000fffffffe] size 
0x00000000 gran 0x14 seg 00 bus 02 mem
[DEBUG]  PCI: 00:00:1e.0 10 <- [0x000000009114a000 - 0x000000009114afff] size 
0x00001000 gran 0x0c mem64
[DEBUG]  LPC: Opened IO window LGIR2: base a00 size 10
[DEBUG]  LPC: enabling default decode range LPC_IOE_KBC_60_64
[DEBUG]  LPC: enabling default decode range LPC_IOE_COMA_EN
[DEBUG]  LPC: enabling default decode range LPC_IOE_SUPERIO_2E_2F
[DEBUG]  LPC: Opened IO window LGIR3: base a40 size 40
[DEBUG]  PCI: 00:00:1f.2 10 <- [0x0000000091140000 - 0x0000000091143fff] size 
0x00004000 gran 0x0e mem
[DEBUG]  PCI: 00:00:1f.3 10 <- [0x0000000091144000 - 0x0000000091147fff] size 
0x00004000 gran 0x0e mem64
[DEBUG]  PCI: 00:00:1f.3 20 <- [0x0000000091130000 - 0x000000009113ffff] size 
0x00010000 gran 0x10 mem64
[DEBUG]  PCI: 00:00:1f.4 10 <- [0x000000009114d000 - 0x000000009114d0ff] size 
0x00000100 gran 0x08 mem64
[DEBUG]  PCI: 00:00:1f.6 10 <- [0x0000000091100000 - 0x000000009111ffff] size 
0x00020000 gran 0x11 mem
[INFO ]  Done setting resources.
[INFO ]  Done allocating resources.
[DEBUG]  BS: BS_DEV_RESOURCES run times (exec / console): 2 / 895 ms
[INFO ]  Enabling resources...
[DEBUG]  PCI: 00:00:00.0 subsystem <- 8086/190f
[DEBUG]  PCI: 00:00:00.0 cmd <- 06
[DEBUG]  PCI: 00:00:02.0 subsystem <- 8086/1912
[DEBUG]  PCI: 00:00:02.0 cmd <- 03
[DEBUG]  PCI: 00:00:14.0 subsystem <- 8086/a12f
[DEBUG]  PCI: 00:00:14.0 cmd <- 02
[DEBUG]  PCI: 00:00:17.0 subsystem <- 8086/a102
[DEBUG]  PCI: 00:00:17.0 cmd <- 03
[DEBUG]  PCI: 00:00:1b.0 bridge ctrl <- 0013
[DEBUG]  PCI: 00:00:1b.0 subsystem <- 8086/a167
[DEBUG]  PCI: 00:00:1b.0 cmd <- 06
[DEBUG]  PCI: 00:00:1d.0 bridge ctrl <- 0013
[DEBUG]  PCI: 00:00:1d.0 subsystem <- 8086/a118
[DEBUG]  PCI: 00:00:1d.0 cmd <- 00
[DEBUG]  PCI: 00:00:1e.0 subsystem <- 8086/a127
[DEBUG]  PCI: 00:00:1e.0 cmd <- 06
[DEBUG]  PCI: 00:00:1f.0 subsystem <- 8086/a146
[DEBUG]  PCI: 00:00:1f.0 cmd <- 07
[DEBUG]  PCI: 00:00:1f.2 subsystem <- 8086/a121
[DEBUG]  PCI: 00:00:1f.2 cmd <- 06
[DEBUG]  PCI: 00:00:1f.3 subsystem <- 8086/a170
[DEBUG]  PCI: 00:00:1f.3 cmd <- 02
[DEBUG]  PCI: 00:00:1f.4 subsystem <- 8086/a123
[DEBUG]  PCI: 00:00:1f.4 cmd <- 03
[DEBUG]  PCI: 00:00:1f.6 subsystem <- 8086/15b8
[DEBUG]  PCI: 00:00:1f.6 cmd <- 02
[DEBUG]  PCI: 00:01:00.0 cmd <- 02
[INFO ]  done.
[DEBUG]  BS: BS_DEV_ENABLE run times (exec / console): 1 / 124 ms
[WARN ]  HECI: CSE device 16.0 is disabled
[DEBUG]  ME: Version: Unavailable
[DEBUG]  BS: BS_DEV_ENABLE exit times (exec / console): 0 / 8 ms
[INFO ]  Initializing devices...
[DEBUG]  PCI: 00:00:00.0 init
[INFO ]  CPU TDP = 51 Watts
[INFO ]  CPU PL1 = 51 Watts
[INFO ]  CPU PL2 = 63 Watts
[DEBUG]  PCI: 00:00:00.0 init finished in 10 msecs
[DEBUG]  PCI: 00:00:02.0 init
[INFO ]  CBFS: Found 'vbt.bin' @0x154e40 size 0x48e in mcache @0x7abdd280
[INFO ]  Found a VBT of 6144 bytes
[INFO ]  GMA: Found VBT in CBFS
[INFO ]  GMA: Found valid VBT in CBFS
[INFO ]  framebuffer_info: bytes_per_line: 7680, bits_per_pixel: 32
[INFO ]                     x_res x y_res: 1920 x 1080, size: 8294400 at 
0x80000000
[DEBUG]  PCI: 00:00:02.0 init finished in 171 msecs
[DEBUG]  PCI: 00:00:14.0 init
[DEBUG]  PCI: 00:00:14.0 init finished in 0 msecs
[DEBUG]  PCI: 00:00:1b.0 init
[DEBUG]  Initializing PCH PCIe bridge.
[DEBUG]  PCI: 00:00:1b.0 init finished in 4 msecs
[DEBUG]  PCI: 00:00:1d.0 init
[DEBUG]  Initializing PCH PCIe bridge.
[DEBUG]  PCI: 00:00:1d.0 init finished in 4 msecs
[DEBUG]  PCI: 00:00:1f.0 init
[DEBUG]  IOAPIC: Initializing IOAPIC at fec00000
[DEBUG]  IOAPIC: ID = 0x00
[DEBUG]  IOAPIC: 120 interrupts
[DEBUG]  IOAPIC: Clearing IOAPIC at fec00000
[DEBUG]  IOAPIC: Bootstrap Processor Local APIC = 0x00
[DEBUG]  PCI: 00:00:1f.0 init finished in 22 msecs
[DEBUG]  PCI: 00:00:1f.2 init
[DEBUG]  RTC Init
[INFO ]  Set power off after power failure.
[WARN ]  PMC: Duplicate GPE DW register values detected; using default GPE 
route from MISCCFG register
[DEBUG]  apm_control: Disabling ACPI.
[DEBUG]  APMC done.
[DEBUG]  Disabling Deep S3
[DEBUG]  Disabling Deep S3
[DEBUG]  Disabling Deep S4
[DEBUG]  Disabling Deep S4
[DEBUG]  Disabling Deep S5
[DEBUG]  Disabling Deep S5
[DEBUG]  PCI: 00:00:1f.2 init finished in 43 msecs
[DEBUG]  PCI: 00:00:1f.3 init
[DEBUG]  azalia_audio: base = 0x91144000
[DEBUG]  azalia_audio: codec_mask = 0x05
[DEBUG]  azalia_audio: initializing codec #2...
[DEBUG]  azalia_audio:  - vendor/device id: 0x80862809
[DEBUG]  azalia_audio:  - verb size: 16
[DEBUG]  azalia_audio:  - verb loaded
[DEBUG]  azalia_audio: initializing codec #0...
[DEBUG]  azalia_audio:  - vendor/device id: 0x10ec0255
[DEBUG]  azalia_audio:  - verb size: 44
[DEBUG]  azalia_audio:  - verb loaded
[DEBUG]  PCI: 00:00:1f.3 init finished in 51 msecs
[DEBUG]  PCI: 00:00:1f.4 init
[DEBUG]  PCI: 00:00:1f.4 init finished in 0 msecs
[DEBUG]  PCI: 00:00:1f.6 init
[DEBUG]  PCI: 00:00:1f.6 init finished in 0 msecs
[DEBUG]  PCI: 00:01:00.0 init
[DEBUG]  PCI: 00:01:00.0 init finished in 0 msecs
[DEBUG]  PNP: 002e.0 init
[DEBUG]  PNP: 002e.0 init finished in 0 msecs
[DEBUG]  PNP: 002e.1 init
[DEBUG]  PNP: 002e.1 init finished in 0 msecs
[DEBUG]  PNP: 002e.7 init
[DEBUG]  PNP: 002e.7 init finished in 0 msecs
[DEBUG]  PNP: 002e.c init
[DEBUG]  PNP: 002e.c init finished in 0 msecs
[DEBUG]  PNP: 002e.a init
[DEBUG]  PNP: 002e.a init finished in 0 msecs
[INFO ]  Devices initialized
[DEBUG]  BS: BS_DEV_INIT run times (exec / console): 147 / 302 ms
[INFO ]  Finalize devices...
[DEBUG]  PCI: 00:00:02.0 final
[DEBUG]  PCI: 00:00:17.0 final
[DEBUG]  PCI: 00:00:1f.2 final
[DEBUG]  PCI: 00:00:1f.4 final
[INFO ]  Devices finalized
[DEBUG]  BS: BS_POST_DEVICE run times (exec / console): 0 / 20 ms
[DEBUG]  OptiPlex 5040 sff late HWM init
[DEBUG]  Form Factor ID = 0x1
[DEBUG]  Temp target = 0x81
[DEBUG]  Package power = 0x10
[DEBUG]  CPU Core Count = 0x7
[DEBUG]  BS: BS_POST_DEVICE exit times (exec / console): 8 / 17 ms
[INFO ]  CBFS: Found 'fallback/dsdt.aml' @0xcb240 size 0x293e in mcache 
@0x7abdd1b8
[WARN ]  CBFS: 'fallback/slic' not found.
[INFO ]  ACPI: Writing ACPI tables at 7a9fb000.
[DEBUG]  ACPI:    * FACS
[DEBUG]  SCI is IRQ 9, GSI 9
[DEBUG]  ACPI:    * FACP
[DEBUG]  ACPI: added table 1/32, length now 44
[DEBUG]  Found 1 CPU(s) with 2/4 physical/logical core(s) each.
[DEBUG]  PSS: 3700MHz power 51000 control 0x2500 status 0x2500
[DEBUG]  PSS: 3300MHz power 43350 control 0x2100 status 0x2100
[DEBUG]  PSS: 2800MHz power 34700 control 0x1c00 status 0x1c00
[DEBUG]  PSS: 2300MHz power 26825 control 0x1700 status 0x1700
[DEBUG]  PSS: 1800MHz power 19704 control 0x1200 status 0x1200
[DEBUG]  PSS: 1300MHz power 13336 control 0xd00 status 0xd00
[DEBUG]  PSS: 800MHz power 7678 control 0x800 status 0x800
[DEBUG]  PSS: 3700MHz power 51000 control 0x2500 status 0x2500
[DEBUG]  PSS: 3300MHz power 43350 control 0x2100 status 0x2100
[DEBUG]  PSS: 2800MHz power 34700 control 0x1c00 status 0x1c00
[DEBUG]  PSS: 2300MHz power 26825 control 0x1700 status 0x1700
[DEBUG]  PSS: 1800MHz power 19704 control 0x1200 status 0x1200
[DEBUG]  PSS: 1300MHz power 13336 control 0xd00 status 0xd00
[DEBUG]  PSS: 800MHz power 7678 control 0x800 status 0x800
[DEBUG]  PSS: 3700MHz power 51000 control 0x2500 status 0x2500
[DEBUG]  PSS: 3300MHz power 43350 control 0x2100 status 0x2100
[DEBUG]  PSS: 2800MHz power 34700 control 0x1c00 status 0x1c00
[DEBUG]  PSS: 2300MHz power 26825 control 0x1700 status 0x1700
[DEBUG]  PSS: 1800MHz power 19704 control 0x1200 status 0x1200
[DEBUG]  PSS: 1300MHz power 13336 control 0xd00 status 0xd00
[DEBUG]  PSS: 800MHz power 7678 control 0x800 status 0x800
[DEBUG]  PSS: 3700MHz power 51000 control 0x2500 status 0x2500
[DEBUG]  PSS: 3300MHz power 43350 control 0x2100 status 0x2100
[DEBUG]  PSS: 2800MHz power 34700 control 0x1c00 status 0x1c00
[DEBUG]  PSS: 2300MHz power 26825 control 0x1700 status 0x1700
[DEBUG]  PSS: 1800MHz power 19704 control 0x1200 status 0x1200
[DEBUG]  PSS: 1300MHz power 13336 control 0xd00 status 0xd00
[DEBUG]  PSS: 800MHz power 7678 control 0x800 status 0x800
[DEBUG]  PCI space above 4GB MMIO is at 0x480000000, len = 0x7b80000000
[DEBUG]  Empty min sleep state array returned
[INFO ]  Returning default LPI constraint package
[INFO ]  \_SB.PCI0.PEPD: Intel Power Engine Plug-in
[DEBUG]  ACPI:    * SSDT
[DEBUG]  ACPI: added table 2/32, length now 52
[DEBUG]  ACPI:    * MCFG
[DEBUG]  ACPI: added table 3/32, length now 60
[DEBUG]  ACPI:    * LPIT
[DEBUG]  ACPI: added table 4/32, length now 68
[DEBUG]  IOAPIC: 120 interrupts
[DEBUG]  SCI is IRQ 9, GSI 9
[DEBUG]  ACPI:    * APIC
[DEBUG]  ACPI: added table 5/32, length now 76
[DEBUG]  ACPI:    * SPCR
[DEBUG]  ACPI: added table 6/32, length now 84
[DEBUG]  current = 7a9feba0
[DEBUG]  No CMOS option 'vtd'.
[DEBUG]  ACPI:    * DMAR
[DEBUG]  ACPI: added table 7/32, length now 92
[DEBUG]  acpi_write_dbg2_pci_uart: Device not found
[DEBUG]  ACPI:    * HPET
[DEBUG]  ACPI: added table 8/32, length now 100
[INFO ]  ACPI: done.
[DEBUG]  ACPI tables: 15472 bytes.
[DEBUG]  smbios_write_tables: 7a9f3000
[DEBUG]  SMBIOS firmware version is set to coreboot_version: 
'25.03-510-g5e2aee447478'
[INFO ]  Create SMBIOS type 16
[INFO ]  Create SMBIOS type 17
[INFO ]  Create SMBIOS type 20
[DEBUG]  SMBIOS tables: 1067 bytes.
[DEBUG]  Writing table forward entry at 0x00000500
[DEBUG]  Wrote coreboot table at: 0x00000500, 0x10 bytes, checksum 953c
[DEBUG]  Writing coreboot table at 0x7aa1f000
[INFO ]  CBFS: Found 'cmos_layout.bin' @0x155300 size 0x2b8 in mcache 
@0x7abdd2b0
[DEBUG]   0. 0000000000000000-0000000000000fff: CONFIGURATION TABLES
[DEBUG]   1. 0000000000001000-000000000009ffff: RAM
[DEBUG]   2. 00000000000a0000-00000000000f5fff: RESERVED
[DEBUG]   3. 00000000000f6000-00000000000f6fff: CONFIGURATION TABLES
[DEBUG]   4. 00000000000f7000-00000000000fffff: RESERVED
[DEBUG]   5. 0000000000100000-000000007a9f2fff: RAM
[DEBUG]   6. 000000007a9f3000-000000007aa79fff: CONFIGURATION TABLES
[DEBUG]   7. 000000007aa7a000-000000007abcdfff: RAMSTAGE
[DEBUG]   8. 000000007abce000-000000007affffff: CONFIGURATION TABLES
[DEBUG]   9. 000000007b000000-000000007fffffff: RESERVED
[DEBUG]  10. 00000000e0000000-00000000efffffff: RESERVED
[DEBUG]  11. 00000000fd000000-00000000fe00ffff: RESERVED
[DEBUG]  12. 00000000fed10000-00000000fed19fff: RESERVED
[DEBUG]  13. 00000000fed80000-00000000fed84fff: RESERVED
[DEBUG]  14. 00000000fed90000-00000000fed91fff: RESERVED
[DEBUG]  15. 0000000100000000-000000047fffffff: RAM
[DEBUG]  FMAP: area SMMSTORE found @ 710000 (262144 bytes)
[DEBUG]  smm store: 4 # blocks with size 0x10000
[DEBUG]  Wrote coreboot table at: 0x7aa1f000, 0x7d8 bytes, checksum 8232
[DEBUG]  coreboot table: 2032 bytes.
[DEBUG]  IMD ROOT    0. 0x7afff000 0x00001000
[DEBUG]  IMD SMALL   1. 0x7affe000 0x00001000
[DEBUG]  FSP MEMORY  2. 0x7abfe000 0x00400000
[DEBUG]  CONSOLE     3. 0x7abde000 0x00020000
[DEBUG]  RO MCACHE   4. 0x7abdd000 0x0000038c
[DEBUG]  TIME STAMP  5. 0x7abdc000 0x00000910
[DEBUG]  MEM INFO    6. 0x7abdb000 0x00000f48
[DEBUG]  AFTER CAR   7. 0x7abce000 0x0000d000
[DEBUG]  RAMSTAGE    8. 0x7aa79000 0x00155000
[DEBUG]  REFCODE     9. 0x7aa4b000 0x0002e000
[DEBUG]  SMM BACKUP 10. 0x7aa3b000 0x00010000
[DEBUG]  SMM COMBUFFER11. 0x7aa2b000 0x00010000
[DEBUG]  IGD OPREGION12. 0x7aa27000 0x00003200
[DEBUG]  COREBOOT   13. 0x7aa1f000 0x00008000
[DEBUG]  ACPI       14. 0x7a9fb000 0x00024000
[DEBUG]  SMBIOS     15. 0x7a9f3000 0x00008000
[DEBUG]  IMD small region:
[DEBUG]    IMD ROOT    0. 0x7affec00 0x00000400
[DEBUG]    FSP RUNTIME 1. 0x7affebe0 0x00000004
[DEBUG]    FMAP        2. 0x7affea40 0x00000188
[DEBUG]    POWER STATE 3. 0x7affea00 0x00000040
[DEBUG]    FSPM VERSION 4. 0x7affe9e0 0x00000004
[DEBUG]    ROMSTAGE    5. 0x7affe9c0 0x00000004
[DEBUG]    ROMSTG STCK 6. 0x7affe900 0x000000a8
[DEBUG]    ACPI GNVS   7. 0x7affe8c0 0x00000038
[DEBUG]  BS: BS_WRITE_TABLES run times (exec / console): 1 / 604 ms
[INFO ]  LAPIC 0x0 in XAPIC mode.
[DEBUG]  MTRR: Physical address space:
[DEBUG]  0x0000000000000000 - 0x000000000009ffff size 0x000a0000 type 6
[DEBUG]  0x00000000000a0000 - 0x00000000000bffff size 0x00020000 type 0
[DEBUG]  0x00000000000c0000 - 0x000000007affffff size 0x7af40000 type 6
[DEBUG]  0x000000007b000000 - 0x000000007fffffff size 0x05000000 type 0
[DEBUG]  0x0000000080000000 - 0x000000008fffffff size 0x10000000 type 1
[DEBUG]  0x0000000090000000 - 0x00000000ffffffff size 0x70000000 type 0
[DEBUG]  0x0000000100000000 - 0x000000047fffffff size 0x380000000 type 6
[DEBUG]  apic_id 0x0: MTRR: Fixed MSR 0x250 0x0606060606060606
[DEBUG]  apic_id 0x0: MTRR: Fixed MSR 0x258 0x0606060606060606
[DEBUG]  apic_id 0x0: MTRR: Fixed MSR 0x259 0x0000000000000000
[DEBUG]  apic_id 0x0: MTRR: Fixed MSR 0x268 0x0606060606060606
[DEBUG]  apic_id 0x0: MTRR: Fixed MSR 0x269 0x0606060606060606
[DEBUG]  apic_id 0x0: MTRR: Fixed MSR 0x26a 0x0606060606060606
[DEBUG]  apic_id 0x0: MTRR: Fixed MSR 0x26b 0x0606060606060606
[DEBUG]  apic_id 0x0: MTRR: Fixed MSR 0x26c 0x0606060606060606
[DEBUG]  apic_id 0x0: MTRR: Fixed MSR 0x26d 0x0606060606060606
[DEBUG]  apic_id 0x0: MTRR: Fixed MSR 0x26e 0x0606060606060606
[DEBUG]  apic_id 0x0: MTRR: Fixed MSR 0x26f 0x0606060606060606
[DEBUG]  apic_id 0x0 setup mtrr for CPU physical address size: 39 bits
[DEBUG]  MTRR: default type WB/UC MTRR counts: 6/7.
[DEBUG]  MTRR: WB selected as default type.
[DEBUG]  MTRR: 0 base 0x000000007b000000 mask 0x0000007fff000000 type 0
[DEBUG]  MTRR: 1 base 0x000000007c000000 mask 0x0000007ffc000000 type 0
[DEBUG]  MTRR: 2 base 0x0000000080000000 mask 0x0000007ff0000000 type 1
[DEBUG]  MTRR: 3 base 0x0000000090000000 mask 0x0000007ff0000000 type 0
[DEBUG]  MTRR: 4 base 0x00000000a0000000 mask 0x0000007fe0000000 type 0
[DEBUG]  MTRR: 5 base 0x00000000c0000000 mask 0x0000007fc0000000 type 0
[INFO ]  LAPIC 0x1 in XAPIC mode.
[INFO ]  LAPIC 0x3 in XAPIC mode.
[INFO ]  LAPIC 0x2 in XAPIC mode.
[DEBUG]  apic_id 0x3: MTRR: Fixed MSR 0x250 0x0606060606060606
[DEBUG]  apic_id 0x3: MTRR: Fixed MSR 0x258 0x0606060606060606
[DEBUG]  apic_id 0x3: MTRR: Fixed MSR 0x259 0x0000000000000000
[DEBUG]  apic_id 0x3: MTRR: Fixed MSR 0x268 0x0606060606060606
[DEBUG]  apic_id 0x3: MTRR: Fixed MSR 0x269 0x0606060606060606
[DEBUG]  apic_id 0x3: MTRR: Fixed MSR 0x26a 0x0606060606060606
[DEBUG]  apic_id 0x3: MTRR: Fixed MSR 0x26b 0x0606060606060606
[DEBUG]  apic_id 0x3: MTRR: Fixed MSR 0x26c 0x0606060606060606
[DEBUG]  apic_id 0x3: MTRR: Fixed MSR 0x26d 0x0606060606060606
[DEBUG]  apic_id 0x3: MTRR: Fixed MSR 0x26e 0x0606060606060606
[DEBUG]  apic_id 0x3: MTRR: Fixed MSR 0x26f 0x0606060606060606
[DEBUG]  apic_id 0x1: MTRR: Fixed MSR 0x250 0x0606060606060606
[DEBUG]  apic_id 0x1: MTRR: Fixed MSR 0x258 0x0606060606060606
[DEBUG]  apic_id 0x1: MTRR: Fixed MSR 0x259 0x0000000000000000
[DEBUG]  apic_id 0x1: MTRR: Fixed MSR 0x268 0x0606060606060606
[DEBUG]  apic_id 0x1: MTRR: Fixed MSR 0x269 0x0606060606060606
[DEBUG]  apic_id 0x1: MTRR: Fixed MSR 0x26a 0x0606060606060606
[DEBUG]  apic_id 0x1: MTRR: Fixed MSR 0x26b 0x0606060606060606
[DEBUG]  apic_id 0x1: MTRR: Fixed MSR 0x26c 0x0606060606060606
[DEBUG]  apic_id 0x1: MTRR: Fixed MSR 0x26d 0x0606060606060606
[DEBUG]  apic_id 0x1: MTRR: Fixed MSR 0x26e 0x0606060606060606
[DEBUG]  apic_id 0x1: MTRR: Fixed MSR 0x26f 0x0606060606060606
[DEBUG]  apic_id 0x3 setup mtrr for CPU physical address size: 39 bits
[DEBUG]  apic_id 0x2: MTRR: Fixed MSR 0x250 0x0606060606060606
[DEBUG]  apic_id 0x2: MTRR: Fixed MSR 0x258 0x0606060606060606
[DEBUG]  apic_id 0x2: MTRR: Fixed MSR 0x259 0x0000000000000000
[DEBUG]  apic_id 0x2: MTRR: Fixed MSR 0x268 0x0606060606060606
[DEBUG]  apic_id 0x2: MTRR: Fixed MSR 0x269 0x0606060606060606
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
```

Almost everything else is already working with this board with Coreboot and 
EDK2(MrChromeBox 2502 port) to much to sum up. Since I cannot alter the opening 
ticket/issue only the title will open a new support ticket for sharing code and 
adding a few non trivial missing parts (no Wake on Lan, no VGA output, no TPM2) 
for this Dell Optiplex 5040 sff variant.

----------------------------------------
Support #594: "[EMERG] FspMemoryInit error, status=0x80000007" on Dell Optiplex 
5040 SFF (0T7D40) using optiplex_3050 port code
https://ticket.coreboot.org/issues/594#change-2099

* Author: Walter Sonius
* Status: New
* Priority: Normal
* Target version: none
* Start date: 2025-04-28
* Affected versions: 25.03
* Affected hardware: Dell Optiplex 5040 SFF
----------------------------------------
To further test the "deguard", just tried to flash this unsupported 
`optiplex_3050` code on the Dell Optiplex 5040 SFF and results in this error.

**[EMERG]  FspMemoryInit error, status=0x80000007**

The Dell Optiplex 3050 micro shares the same OEM BIOS file as the Optiplex 3050 
SFF. Since the later board looks very similar tot the Optiplex 5040 SFF except 
for these obvious differences:

2 DDR4 (DDR4-sodimm on the micro) slots vs 4 DDR3L slots
1 PCIe 1x length (closed) vs 4x length (open) black slots
2 SATA (black missing) vs 3 SATA connectors
2 USB3 vs 4 USB3 back ports
1 DisplayPort vs 2 DisplayPorts
0 serial vs 1 serial port
0 VGA vs 1 VGA(using motherboard header)
0 PS2 vs 2 PS2 ports
B250 chipset vs Q170 chipset

I took the gamble and flashed the 3050 micro port, just by adding the "Flash 
descriptor", "ME" and "Igbe" regions of the working [Optiplex 5040 SFF 
deguarded ROM](https://ticket.coreboot.org/issues/588) and only inserting pci 
1f6 and peg0 to the devicetree.cb all other code is untouched.

```
...
        device domain 0 on
+               device ref peg0         on
+                       register "Peg0MaxLinkWidth" = "Peg0_x16"
+
+                       # Configure PCIe clockgen in PCH
+                       register "PcieRpClkReqSupport[0]"       = "1"
+                       register "PcieRpClkReqNumber[0]"        = "0"
+                       register "PcieRpClkSrcNumber[0]"        = "0"
+               end
                device ref igpu on
                        register "PrimaryDisplay" = "Display_iGFX"
                end
...
...
                device ref hda on end
                device ref smbus on end
+               device pci 1f.6 on end # GbE          <--- Extra port which 
contains I219-V but disabled also works on Asrock H110 Pro BTC+
        end
...
```

The boards serial output works and it detects RAM only in 2 of 4 slots that 
resemble the 3050 SFF. Also correct sizes 2GB, 4GB, 8GB and variants including 
DDR3 vs DDR3L gets correctly detected. Different CPU's will also run Skylake 
i3-6100T, Kabylake G3950  and Coffeelake G4900T.

```
[NOTE ]  coreboot-25.03-324-geffd1ffdad73-dirty Mon Apr 28 05:44:45 UTC 2025 
x86_32.
[DEBUG]  CPU: Intel(R) Core(TM) i3-6100T CPU @ 3.20GHz
[DEBUG]  CPU: ID 506e3, Skylake H R0, ucode: 000000ef
[DEBUG]  CPU: AES supported, TXT NOT supported, VT supported
[DEBUG]  MCH: device id 190f (rev 07) is Skylake-S (2 Core)
[DEBUG]  PCH: device id a146 (rev 31) is Q170
[DEBUG]  IGD: device id 1912 (rev 06) is Skylake DT GT2
[WARN ]  PMC: Duplicate GPE DW register values detected; using default GPE 
route frr
[DEBUG]  FMAP: Found "FLASH" version 1.1 at 0x750000.
[DEBUG]  FMAP: base = 0x0 size = 0x1000000 #areas = 8
[DEBUG]  FMAP: area COREBOOT found @ 750200 (9108992 bytes)
[INFO ]  CBFS: mcache @0xfef04e00 built for 16 files, used 0x364 of 0x4000 bytes
[INFO ]  CBFS: Found 'fallback/romstage' @0x9d1c0 size 0xd0f0 in mcache 
@0xfef04e8c
[DEBUG]  BS: bootblock times (exec / console): total (unknown) / 87 ms


[NOTE ]  coreboot-25.03-324-geffd1ffdad73-dirty Mon Apr 28 05:44:45 UTC 2025 
x86_32.
[WARN ]  HECI: CSE device 16.0 is disabled
[DEBUG]  pm1_sts: 0900 pm1_en: 0000 pm1_cnt: 00001c00
[DEBUG]  gpe0_sts[0]: 00000000 gpe0_en[0]: 00000000
[DEBUG]  gpe0_sts[1]: 00000000 gpe0_en[1]: 00000000
[DEBUG]  gpe0_sts[2]: 00000000 gpe0_en[2]: 00000000
[DEBUG]  gpe0_sts[3]: 00000000 gpe0_en[3]: 00000000
[DEBUG]  TCO_STS:   0000 0001
[DEBUG]  GEN_PMCON: d0050200 00003008
[DEBUG]  GBLRST_CAUSE: 00000002 00000000
[DEBUG]  prev_sleep_state 0 (S0)
[DEBUG]  FMAP: area COREBOOT found @ 750200 (9108992 bytes)
[INFO ]  CBFS: Found 'fspm.bin' @0xcddc0 size 0x63000 in mcache @0xfef0503c
[DEBUG]  FMAP: area RW_MRC_CACHE found @ 700000 (65536 bytes)
[NOTE ]  MRC: no data in 'RW_MRC_CACHE'
[DEBUG]  SPD @ 0x50
[INFO ]  SPD: module type is DDR3
[INFO ]  SPD: module part number is HMT41GU6MFR8C-PB  
[INFO ]  SPD: banks 8, ranks 2, rows 16, columns 10, density 4096 Mb
[INFO ]  SPD: device width 8 bits, bus width 64 bits
[INFO ]  SPD: module size is 8192 MB (per channel)
[DEBUG]  SPD @ 0x52
[INFO ]  SPD: module type is DDR3
[INFO ]  SPD: module part number is HMT41GU6MFR8C-PB  
[INFO ]  SPD: banks 8, ranks 2, rows 16, columns 10, density 4096 Mb
[INFO ]  SPD: device width 8 bits, bus width 64 bits
[INFO ]  SPD: module size is 8192 MB (per channel)
[EMERG]  FspMemoryInit error, status=0x80000007
```
Kabylake just with one Dimm inserted:
```
[NOTE ]  coreboot-25.03-324-geffd1ffdad73-dirty Mon Apr 28 05:44:45 UTC 2025 
x86_32 bootblock starting (log level: 7)...
[DEBUG]  CPU: Intel(R) Celeron(R) CPU G3950 @ 3.00GHz
[DEBUG]  CPU: ID 906e9, Kabylake H B0, ucode: 000000f7
[DEBUG]  CPU: AES supported, TXT NOT supported, VT supported
[DEBUG]  MCH: device id 590f (rev 06) is Kabylake-S
[DEBUG]  PCH: device id a146 (rev 31) is Q170
[DEBUG]  IGD: device id 5902 (rev 04) is Kaby Lake DT GT1F
[WARN ]  PMC: Duplicate GPE DW register values detected; using default GPE 
route from MISCCFG register
[DEBUG]  FMAP: Found "FLASH" version 1.1 at 0x750000.
[DEBUG]  FMAP: base = 0x0 size = 0x1000000 #areas = 8
[DEBUG]  FMAP: area COREBOOT found @ 750200 (9108992 bytes)
[INFO ]  CBFS: mcache @0xfef04e00 built for 16 files, used 0x364 of 0x4000 bytes
[INFO ]  CBFS: Found 'fallback/romstage' @0x9d1c0 size 0xd0f0 in mcache 
@0xfef04e8c
[DEBUG]  BS: bootblock times (exec / console): total (unknown) / 88 ms

[NOTE ]  coreboot-25.03-324-geffd1ffdad73-dirty Mon Apr 28 05:44:45 UTC 2025 
x86_32 romstage starting (log level: 7)...
[WARN ]  HECI: CSE device 16.0 is disabled
[DEBUG]  pm1_sts: 0800 pm1_en: 0000 pm1_cnt: 00001c00
[DEBUG]  gpe0_sts[0]: 00000000 gpe0_en[0]: 00000000
[DEBUG]  gpe0_sts[1]: 00000000 gpe0_en[1]: 00000000
[DEBUG]  gpe0_sts[2]: 00000000 gpe0_en[2]: 00000000
[DEBUG]  gpe0_sts[3]: 00000000 gpe0_en[3]: 00000000
[DEBUG]  TCO_STS:   0000 0001
[DEBUG]  GEN_PMCON: d0040200 0000700a
[DEBUG]  GBLRST_CAUSE: 00000000 00000000
[DEBUG]  prev_sleep_state 5 (S5)
[DEBUG]  FMAP: area COREBOOT found @ 750200 (9108992 bytes)
[INFO ]  CBFS: Found 'fspm.bin' @0xcddc0 size 0x63000 in mcache @0xfef0503c
[DEBUG]  FMAP: area RW_MRC_CACHE found @ 700000 (65536 bytes)
[NOTE ]  MRC: no data in 'RW_MRC_CACHE'
[INFO ]  No memory dimm at address A4
[DEBUG]  SPD @ 0x50
[INFO ]  SPD: module type is DDR3
[INFO ]  SPD: module part number is HMT41GU6MFR8C-PB  
[INFO ]  SPD: banks 8, ranks 2, rows 16, columns 10, density 4096 Mb
[INFO ]  SPD: device width 8 bits, bus width 64 bits
[INFO ]  SPD: module size is 8192 MB (per channel)
[EMERG]  FspMemoryInit error, status=0x80000007
```
Coffeelake with just 1 Dimm inserted:

```
[NOTE ]  coreboot-25.03-324-geffd1ffdad73-dirty Mon Apr 28 05:44:45 UTC 2025 
x86_32 bootblock starting (log level: 7)...
[DEBUG]  CPU: Intel(R) Celeron(R) G4900T CPU @ 2.90GHz
[DEBUG]  CPU: ID 906eb, Unknown, ucode: 000000f5
[DEBUG]  CPU: AES supported, TXT NOT supported, VT supported
[DEBUG]  MCH: device id 3e0f (rev 08) is Unknown
[DEBUG]  PCH: device id a146 (rev 31) is Q170
[DEBUG]  IGD: device id 3e93 (rev 00) is Unknown
[WARN ]  PMC: Duplicate GPE DW register values detected; using default GPE 
route from MISCCFG register
[DEBUG]  FMAP: Found "FLASH" version 1.1 at 0x750000.
[DEBUG]  FMAP: base = 0x0 size = 0x1000000 #areas = 8
[DEBUG]  FMAP: area COREBOOT found @ 750200 (9108992 bytes)
[INFO ]  CBFS: mcache @0xfef04e00 built for 16 files, used 0x364 of 0x4000 bytes
[INFO ]  CBFS: Found 'fallback/romstage' @0x9d1c0 size 0xd0f0 in mcache 
@0xfef04e8c
[DEBUG]  BS: bootblock times (exec / console): total (unknown) / 86 ms


[NOTE ]  coreboot-25.03-324-geffd1ffdad73-dirty Mon Apr 28 05:44:45 UTC 2025 
x86_32 romstage starting (log level: 7)...
[WARN ]  HECI: CSE device 16.0 is disabled
[DEBUG]  pm1_sts: 0800 pm1_en: 0000 pm1_cnt: 00001c00
[DEBUG]  gpe0_sts[0]: 00000000 gpe0_en[0]: 00000000
[DEBUG]  gpe0_sts[1]: 00000000 gpe0_en[1]: 00000000
[DEBUG]  gpe0_sts[2]: 00000000 gpe0_en[2]: 00000000
[DEBUG]  gpe0_sts[3]: 00000000 gpe0_en[3]: 00000000
[DEBUG]  TCO_STS:   0000 0001
[DEBUG]  GEN_PMCON: d0040200 0000700a
[DEBUG]  GBLRST_CAUSE: 00000000 00000000
[DEBUG]  prev_sleep_state 5 (S5)
[DEBUG]  FMAP: area COREBOOT found @ 750200 (9108992 bytes)
[INFO ]  CBFS: Found 'fspm.bin' @0xcddc0 size 0x63000 in mcache @0xfef0503c
[DEBUG]  FMAP: area RW_MRC_CACHE found @ 700000 (65536 bytes)
[NOTE ]  MRC: no data in 'RW_MRC_CACHE'
[INFO ]  No memory dimm at address A4
[DEBUG]  SPD @ 0x50
[INFO ]  SPD: module type is DDR3
[INFO ]  SPD: module part number is HMT41GU6MFR8C-PB  
[INFO ]  SPD: banks 8, ranks 2, rows 16, columns 10, density 4096 Mb
[INFO ]  SPD: device width 8 bits, bus width 64 bits
[INFO ]  SPD: module size is 8192 MB (per channel)
[EMERG]  FspMemoryInit error, status=0x80000007

No Dimms at all inserted or other 2 unsupported banks used

[NOTE ]  coreboot-25.03-324-geffd1ffdad73-dirty Mon Apr 28 05:44:45 UTC 2025 
x86_32 bootblock starting (log level: 7)...
[DEBUG]  CPU: Intel(R) Celeron(R) G4900T CPU @ 2.90GHz
[DEBUG]  CPU: ID 906eb, Unknown, ucode: 000000f5
[DEBUG]  CPU: AES supported, TXT NOT supported, VT supported
[DEBUG]  MCH: device id 3e0f (rev 08) is Unknown
[DEBUG]  PCH: device id a146 (rev 31) is Q170
[DEBUG]  IGD: device id 3e93 (rev 00) is Unknown
[WARN ]  PMC: Duplicate GPE DW register values detected; using default GPE 
route from MISCCFG register
[DEBUG]  FMAP: Found "FLASH" version 1.1 at 0x750000.
[DEBUG]  FMAP: base = 0x0 size = 0x1000000 #areas = 8
[DEBUG]  FMAP: area COREBOOT found @ 750200 (9108992 bytes)
[INFO ]  CBFS: mcache @0xfef04e00 built for 16 files, used 0x364 of 0x4000 bytes
[INFO ]  CBFS: Found 'fallback/romstage' @0x9d1c0 size 0xd0f0 in mcache 
@0xfef04e8c
[DEBUG]  BS: bootblock times (exec / console): total (unknown) / 86 ms


[NOTE ]  coreboot-25.03-324-geffd1ffdad73-dirty Mon Apr 28 05:44:45 UTC 2025 
x86_32 romstage starting (log level: 7)...
[WARN ]  HECI: CSE device 16.0 is disabled
[DEBUG]  pm1_sts: 0800 pm1_en: 0000 pm1_cnt: 00001c00
[DEBUG]  gpe0_sts[0]: 00000000 gpe0_en[0]: 00000000
[DEBUG]  gpe0_sts[1]: 00000000 gpe0_en[1]: 00000000
[DEBUG]  gpe0_sts[2]: 00000000 gpe0_en[2]: 00000000
[DEBUG]  gpe0_sts[3]: 00000000 gpe0_en[3]: 00000000
[DEBUG]  TCO_STS:   0000 0001
[DEBUG]  GEN_PMCON: d0040200 0000700a
[DEBUG]  GBLRST_CAUSE: 00000000 00000000
[DEBUG]  prev_sleep_state 5 (S5)
[DEBUG]  FMAP: area COREBOOT found @ 750200 (9108992 bytes)
[INFO ]  CBFS: Found 'fspm.bin' @0xcddc0 size 0x63000 in mcache @0xfef0503c
[DEBUG]  FMAP: area RW_MRC_CACHE found @ 700000 (65536 bytes)
[NOTE ]  MRC: no data in 'RW_MRC_CACHE'
[INFO ]  No memory dimm at address A0
[INFO ]  No memory dimm at address A4
[EMERG]  FspMemoryInit error, status=0x80000007

```

Will upload autoport logs soon, anyone already some obvious edits/hints to the 
existing [optiplex_3050 
code](https://github.com/coreboot/coreboot/tree/main/src/mainboard/dell/optiplex_3050)
 get me past this [EMERG]  FspMemoryInit error, status=0x80000007 error?

---Files--------------------------------
autoport-logs-dell5040sff.zip (394 KB)


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
https://ticket.coreboot.org/my/account
_______________________________________________
coreboot mailing list -- coreboot@coreboot.org
To unsubscribe send an email to coreboot-le...@coreboot.org

Reply via email to