1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <arch/bootblock.h>
4 #include <device/pci_ops.h>
5 #include <southbridge/intel/common/early_spi.h>
8 void bootblock_early_southbridge_init(void)
10 enable_spi_prefetching_and_caching();
12 i82801jx_setup_bars();
14 /* Enable upper 128bytes of CMOS. */
15 RCBA32(0x3400) = (1 << 2);