nb/intel/broadwell/acpi.c: Align with Haswell
The idea is to use Haswell's acpi.c file in the next commit, and this little difference affects reproducibility. Change-Id: Ib2641586fbb9e8ed175eeca0bd665057f5049c0e Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/91403 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
958bc5cdff
commit
3e89a234ef
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
static unsigned long acpi_fill_dmar(unsigned long current)
|
||||
{
|
||||
struct device *const igfx_dev = pcidev_path_on_root(SA_DEVFN_IGD);
|
||||
struct device *const igfx_dev = pcidev_on_root(2, 0);
|
||||
const u32 gfxvtbar = mchbar_read32(GFXVTBAR) & ~0xfff;
|
||||
const u32 vtvc0bar = mchbar_read32(VTVC0BAR) & ~0xfff;
|
||||
const bool gfxvten = mchbar_read32(GFXVTBAR) & 0x1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue