blob: 89eb81339ed2502eed13f40308ee04ff1c506654 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
#include <arch/bootblock.h>
#include <device/pci_ops.h>
#include "ironlake.h"
void bootblock_early_northbridge_init(void)
{
pci_io_write_config32(QPI_SAD, SAD_PCIEXBAR, CONFIG_MMCONF_BASE_ADDRESS | 1);
pci_io_write_config32(QPI_SAD, SAD_PCIEXBAR + 4, 0);
}