Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/42622 )
Change subject: sb/intel/wildcatpoint/iobp.c: Align with Lynxpoint ......................................................................
sb/intel/wildcatpoint/iobp.c: Align with Lynxpoint
Change-Id: I759aa98b80c70c5024213bd8795375061bdbbf10 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/southbridge/intel/wildcatpoint/iobp.c 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/42622/1
diff --git a/src/southbridge/intel/wildcatpoint/iobp.c b/src/southbridge/intel/wildcatpoint/iobp.c index 72cb111..51dd8a6 100644 --- a/src/southbridge/intel/wildcatpoint/iobp.c +++ b/src/southbridge/intel/wildcatpoint/iobp.c @@ -93,10 +93,10 @@ status = RCBA16(IOBPS); if (status & IOBPS_TX_MASK) { printk(BIOS_ERR, "IOBP: write 0x%08x failed\n", address); - //return; + return; }
- //printk(BIOS_INFO, "IOBP: set 0x%08x to 0x%08x\n", address, data); + printk(BIOS_INFO, "IOBP: set 0x%08x to 0x%08x\n", address, data); }
void pch_iobp_update(u32 address, u32 andvalue, u32 orvalue)