nb/intel/x4x: Move register headers into a subfolder
Move all files with register definitions into a `registers` subfolder. Subsequent commits will move the remaining registers into this folder. Tested with BUILD_TIMELESS=1, Asus P5QL PRO does not change. Change-Id: I74dbd985b980d8a42bfaf2984820005320a803d3 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45421 Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
4cee40a19d
commit
fd19075045
|
@ -1,7 +1,7 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
#ifndef __X4X_HOSTBRIDGE_REGS_H__
|
#ifndef __X4X_REGISTERS_HOSTBRIDGE_H__
|
||||||
#define __X4X_HOSTBRIDGE_REGS_H__
|
#define __X4X_REGISTERS_HOSTBRIDGE_H__
|
||||||
|
|
||||||
#define D0F0_EPBAR_LO 0x40
|
#define D0F0_EPBAR_LO 0x40
|
||||||
#define D0F0_EPBAR_HI 0x44
|
#define D0F0_EPBAR_HI 0x44
|
||||||
|
@ -37,4 +37,4 @@
|
||||||
#define D0F0_SKPD 0xdc /* Scratchpad Data */
|
#define D0F0_SKPD 0xdc /* Scratchpad Data */
|
||||||
#define D0F0_CAPID0 0xe0
|
#define D0F0_CAPID0 0xe0
|
||||||
|
|
||||||
#endif /* __X4X_HOSTBRIDGE_REGS_H__ */
|
#endif /* __X4X_REGISTERS_HOSTBRIDGE_H__ */
|
|
@ -11,7 +11,7 @@
|
||||||
*/
|
*/
|
||||||
#define HOST_BRIDGE PCI_DEV(0, 0, 0)
|
#define HOST_BRIDGE PCI_DEV(0, 0, 0)
|
||||||
|
|
||||||
#include "hostbridge_regs.h"
|
#include "registers/host_bridge.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* D1:F0 PEG
|
* D1:F0 PEG
|
||||||
|
|
Loading…
Reference in New Issue