haswell/lynxpoint: Add native DMI init
commit567ece44eafaee3e1a3fef644efd018a877b533b
authorAngel Pons <th3fanbus@gmail.com>
Fri, 6 May 2022 19:56:48 +0000 (6 21:56 +0200)
committerFelix Held <felix-coreboot@felixheld.de>
Fri, 16 Dec 2022 17:08:00 +0000 (16 17:08 +0000)
tree0ae5eea3cb7b2d6e94f77a18dd5b43d24b8ef0b3
parentb739fd287dc70aa253de946541b91d12afce8da3
haswell/lynxpoint: Add native DMI init

Implement native DMI init for Haswell and Lynx Point. This is only
needed on non-ULT platforms, and only when MRC.bin is not used.

TEST=Verify DMI initialises correctly on Asrock B85M Pro4.

Change-Id: I5fb1a2adc4ffbf0ebbf0d2d3a444055c53765faa
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64177
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
src/northbridge/intel/haswell/Makefile.inc
src/northbridge/intel/haswell/early_dmi.c [new file with mode: 0644]
src/northbridge/intel/haswell/early_pcie.c [new file with mode: 0644]
src/northbridge/intel/haswell/haswell.h
src/northbridge/intel/haswell/native_raminit/raminit_native.c
src/northbridge/intel/haswell/vcu_mailbox.c [new file with mode: 0644]
src/northbridge/intel/haswell/vcu_mailbox.h [new file with mode: 0644]
src/southbridge/intel/lynxpoint/Makefile.inc
src/southbridge/intel/lynxpoint/early_pch_native.c [new file with mode: 0644]
src/southbridge/intel/lynxpoint/pch.h