Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/46893 )
Change subject: soc/intel/broadwell/pch: Remove inexistent IDE device macros ......................................................................
soc/intel/broadwell/pch: Remove inexistent IDE device macros
Change-Id: Ibf72f6120308b6ca2c1dc59bd19ecc5cf0a05111 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/soc/intel/broadwell/pch/pch.h 1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/93/46893/1
diff --git a/src/soc/intel/broadwell/pch/pch.h b/src/soc/intel/broadwell/pch/pch.h index b143edc..b96da49 100644 --- a/src/soc/intel/broadwell/pch/pch.h +++ b/src/soc/intel/broadwell/pch/pch.h @@ -69,13 +69,11 @@
#define PCH_DEV_SLOT_LPC 0x1f #define PCH_DEVFN_LPC _PCH_DEVFN(LPC, 0) -#define PCH_DEVFN_IDE _PCH_DEVFN(LPC, 1) #define PCH_DEVFN_SATA _PCH_DEVFN(LPC, 2) #define PCH_DEVFN_SMBUS _PCH_DEVFN(LPC, 3) #define PCH_DEVFN_SATA2 _PCH_DEVFN(LPC, 5) #define PCH_DEVFN_THERMAL _PCH_DEVFN(LPC, 6) #define PCH_LPC_DEV _PCH_DEV(LPC, 0) -#define PCH_DEV_IDE _PCH_DEV(LPC, 1) #define PCH_DEV_SATA _PCH_DEV(LPC, 2) #define PCH_DEV_SMBUS _PCH_DEV(LPC, 3) #define PCH_DEV_SATA2 _PCH_DEV(LPC, 5)
Hello build bot (Jenkins), Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46893
to look at the new patch set (#7).
Change subject: soc/intel/broadwell/pch: Remove inexistent IDE device macros ......................................................................
soc/intel/broadwell/pch: Remove inexistent IDE device macros
Change-Id: Ibf72f6120308b6ca2c1dc59bd19ecc5cf0a05111 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/soc/intel/broadwell/pch/pch.h 1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/93/46893/7