nb/intel/x4x: Move to C_ENVIRONMENT_BOOTBLOCK
There is some overlap between things done in bootblock and romstage like setting BARs. Change-Id: Icd1de34c3b5c0f36f2a5249116d1829ee3956f38 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36759 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Patrick Georgi
parent
c583920a74
commit
7843bd560e
@ -15,13 +15,11 @@
|
||||
*/
|
||||
|
||||
#include <device/pci_ops.h>
|
||||
#include <cpu/intel/car/bootblock.h>
|
||||
#include "x4x.h"
|
||||
#include "iomap.h"
|
||||
|
||||
/* Just re-define these instead of including x4x.h. It blows up romcc. */
|
||||
#define D0F0_PCIEXBAR_LO 0x60
|
||||
#define D0F0_PCIEXBAR_HI 0x64
|
||||
|
||||
static void bootblock_northbridge_init(void)
|
||||
void bootblock_early_northbridge_init(void)
|
||||
{
|
||||
uint32_t reg32;
|
||||
|
||||
|
Reference in New Issue
Block a user