aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/ironlake/bootblock.c
blob: 50e7adbb93433546719ddb700f2922bd53f1d366 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 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, 0x50, CONFIG_MMCONF_BASE_ADDRESS | 1);
	pci_io_write_config32(QPI_SAD, 0x54, 0);
}