2020-05-08 19:28:13 +02:00
|
|
|
/* inteltool - dump all registers on an Intel CPU + chipset based system */
|
util/: Replace GPLv2 boiler plate with SPDX header
Used commands:
perl -i -p0e 's|\/\*[\s*]*.*is free software[:;][\s*]*you[\s*]*can[\s*]*redistribute[\s*]*it[\s*]*and\/or[\s*]*modify[\s*]*it[\s*]*under[\s*]*the[\s*]*terms[\s*]*of[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*as[\s*]*published[\s*]*by[\s*]*the[\s*]*Free[\s*]*Software[\s*]*Foundation[;,][\s*]*version[\s*]*2[\s*]*of[\s*]*the[\s*]*License.[\s*]*This[\s*]*program[\s*]*is[\s*]*distributed[\s*]*in[\s*]*the[\s*]*hope[\s*]*that[\s*]*it[\s*]*will[\s*]*be[\s*]*useful,[\s*]*but[\s*]*WITHOUT[\s*]*ANY[\s*]*WARRANTY;[\s*]*without[\s*]*even[\s*]*the[\s*]*implied[\s*]*warranty[\s*]*of[\s*]*MERCHANTABILITY[\s*]*or[\s*]*FITNESS[\s*]*FOR[\s*]*A[\s*]*PARTICULAR[\s*]*PURPOSE.[\s*]*See[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*for[\s*]*more[\s*]*details.[\s*]*\*\/|/* SPDX-License-Identifier: GPL-2.0-only */|' $(cat filelist)
perl -i -p0e 's|This[\s*]*program[\s*]*is[\s*]*free[\s*]*software[:;][\s*]*you[\s*]*can[\s*]*redistribute[\s*]*it[\s*]*and/or[\s*]*modify[\s*]*it[\s*]*under[\s*]*the[\s*]*terms[\s*]*of[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*as[\s*]*published[\s*]*by[\s*]*the[\s*]*Free[\s*]*Software[\s*]*Foundation[;,][\s*]*either[\s*]*version[\s*]*2[\s*]*of[\s*]*the[\s*]*License,[\s*]*or[\s*]*.at[\s*]*your[\s*]*option.*[\s*]*any[\s*]*later[\s*]*version.[\s*]*This[\s*]*program[\s*]*is[\s*]*distributed[\s*]*in[\s*]*the[\s*]*hope[\s*]*that[\s*]*it[\s*]*will[\s*]*be[\s*]*useful,[\s*]*but[\s*]*WITHOUT[\s*]*ANY[\s*]*WARRANTY;[\s*]*without[\s*]*even[\s*]*the[\s*]*implied[\s*]*warranty[\s*]*of[\s*]*MERCHANTABILITY[\s*]*or[\s*]*FITNESS[\s*]*FOR[\s*]*A[\s*]*PARTICULAR[\s*]*PURPOSE.[\s*]*See[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*for[\s*]*more[\s*]*details.[\s*]*\*\/|/* SPDX-License-Identifier: GPL-2.0-or-later */|' $(cat filelist)
perl -i -p0e 's|\/\*[\s*]*.*This[\s*#]*program[\s*#]*is[\s*#]*free[\s*#]*software[;:,][\s*#]*you[\s*#]*can[\s*#]*redistribute[\s*#]*it[\s*#]*and/or[\s*#]*modify[\s*#]*it[\s*#]*under[\s*#]*the[\s*#]*terms[\s*#]*of[\s*#]*the[\s*#]*GNU[\s*#]*General[\s*#]*Public[\s*#]*License[\s*#]*as[\s*#]*published[\s*#]*by[\s*#]*the[\s*#]*Free[\s*#]*Software[\s*#]*Foundation[;:,][\s*#]*either[\s*#]*version[\s*#]*3[\s*#]*of[\s*#]*the[\s*#]*License[;:,][\s*#]*or[\s*#]*.at[\s*#]*your[\s*#]*option.*[\s*#]*any[\s*#]*later[\s*#]*version.[\s*#]*This[\s*#]*program[\s*#]*is[\s*#]*distributed[\s*#]*in[\s*#]*the[\s*#]*hope[\s*#]*that[\s*#]*it[\s*#]*will[\s*#]*be[\s*#]*useful[;:,][\s*#]*but[\s*#]*WITHOUT[\s*#]*ANY[\s*#]*WARRANTY[;:,][\s*#]*without[\s*#]*even[\s*#]*the[\s*#]*implied[\s*#]*warranty[\s*#]*of[\s*#]*MERCHANTABILITY[\s*#]*or[\s*#]*FITNESS[\s*#]*FOR[\s*#]*A[\s*#]*PARTICULAR[\s*#]*PURPOSE.[\s*#]*See[\s*#]*the[\s*#]*GNU[\s*#]*General[\s*#]*Public[\s*#]*License[\s*#]*for[\s*#]*more[\s*#]*details.[\s*]*\*\/|/* SPDX-License-Identifier: GPL-3.0-or-later */|' $(cat filelist)
perl -i -p0e 's|(\#\#*)[\w]*.*is free software[:;][\#\s]*you[\#\s]*can[\#\s]*redistribute[\#\s]*it[\#\s]*and\/or[\#\s]*modify[\#\s]*it[\s\#]*under[\s \#]*the[\s\#]*terms[\s\#]*of[\s\#]*the[\s\#]*GNU[\s\#]*General[\s\#]*Public[\s\#]*License[\s\#]*as[\s\#]*published[\s\#]*by[\s\#]*the[\s\#]*Free[\s\#]*Software[\s\#]*Foundation[;,][\s\#]*version[\s\#]*2[\s\#]*of[\s\#]*the[\s\#]*License.*[\s\#]*This[\s\#]*program[\s\#]*is[\s\#]*distributed[\s\#]*in[\s\#]*the[\s\#]*hope[\s\#]*that[\s\#]*it[\s\#]*will[\#\s]*be[\#\s]*useful,[\#\s]*but[\#\s]*WITHOUT[\#\s]*ANY[\#\s]*WARRANTY;[\#\s]*without[\#\s]*even[\#\s]*the[\#\s]*implied[\#\s]*warranty[\#\s]*of[\#\s]*MERCHANTABILITY[\#\s]*or[\#\s]*FITNESS[\#\s]*FOR[\#\s]*A[\#\s]*PARTICULAR[\#\s]*PURPOSE.[\#\s]*See[\#\s]*the[\#\s]*GNU[\#\s]*General[\#\s]*Public[\#\s]*License[\#\s]*for[\#\s]*more[\#\s]*details.\s(#* *\n)*|\1 SPDX-License-Identifier: GPL-2.0-only\n\n|' $(cat filelist)
perl -i -p0e 's|(\#\#*)[\w*]*.*is free software[:;][\s*]*you[\s*]*can[\s*]*redistribute[\s*]*it[\s*]*and\/or[\s*]*modify[\s*]*it[\s*]*under[\s*]*the[\s*]*terms[\s*]*of[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*as[\s*]*published[\s*]*by[\s*]*the[\s*]*Free[\s*]*Software[\s*]*Foundation[;,][\s*]*version[\s*]*2[\s*]*of[\s*]*the[\s*]*License.[\s*]*This[\s*]*program[\s*]*is[\s*]*distributed[\s*]*in[\s*]*the[\s*]*hope[\s*]*that[\s*]*it[\s*]*will[\s*]*be[\s*]*useful,[\s*]*but[\s*]*WITHOUT[\s*]*ANY[\s*]*WARRANTY;[\s*]*without[\s*]*even[\s*]*the[\s*]*implied[\s*]*warranty[\s*]*of[\s*]*MERCHANTABILITY[\s*]*or[\s*]*FITNESS[\s*]*FOR[\s*]*A[\s*]*PARTICULAR[\s*]*PURPOSE.[\s*]*See[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*for[\s*]*more[\s*]*details.\s(#* *\n)*|\1 SPDX-License-Identifier: GPL-2.0-only\n\n|' $(cat filelist)
Change-Id: I1008a63b804f355a916221ac994701d7584f60ff
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41177
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-05-08 20:48:04 +02:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
2008-08-20 15:41:24 +02:00
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include "inteltool.h"
|
|
|
|
|
|
|
|
int print_rcba(struct pci_dev *sb)
|
|
|
|
{
|
|
|
|
int i, size = 0x4000;
|
|
|
|
volatile uint8_t *rcba;
|
|
|
|
uint32_t rcba_phys;
|
|
|
|
|
|
|
|
printf("\n============= RCBA ==============\n\n");
|
|
|
|
|
|
|
|
switch (sb->device_id) {
|
2010-04-21 08:23:19 +02:00
|
|
|
case PCI_DEVICE_ID_INTEL_ICH6:
|
2008-08-20 15:41:24 +02:00
|
|
|
case PCI_DEVICE_ID_INTEL_ICH7:
|
|
|
|
case PCI_DEVICE_ID_INTEL_ICH7M:
|
|
|
|
case PCI_DEVICE_ID_INTEL_ICH7DH:
|
|
|
|
case PCI_DEVICE_ID_INTEL_ICH7MDH:
|
2010-09-03 11:33:50 +02:00
|
|
|
case PCI_DEVICE_ID_INTEL_ICH8:
|
|
|
|
case PCI_DEVICE_ID_INTEL_ICH8M:
|
2015-03-01 10:14:15 +01:00
|
|
|
case PCI_DEVICE_ID_INTEL_ICH8ME:
|
2010-05-30 14:33:12 +02:00
|
|
|
case PCI_DEVICE_ID_INTEL_ICH9DH:
|
|
|
|
case PCI_DEVICE_ID_INTEL_ICH9DO:
|
|
|
|
case PCI_DEVICE_ID_INTEL_ICH9R:
|
|
|
|
case PCI_DEVICE_ID_INTEL_ICH9:
|
|
|
|
case PCI_DEVICE_ID_INTEL_ICH9M:
|
|
|
|
case PCI_DEVICE_ID_INTEL_ICH9ME:
|
2017-04-10 22:26:13 +02:00
|
|
|
case PCI_DEVICE_ID_INTEL_ICH10:
|
2020-07-09 14:16:39 +02:00
|
|
|
case PCI_DEVICE_ID_INTEL_ICH10DO:
|
2010-09-03 11:33:50 +02:00
|
|
|
case PCI_DEVICE_ID_INTEL_ICH10R:
|
2010-08-17 10:33:44 +02:00
|
|
|
case PCI_DEVICE_ID_INTEL_NM10:
|
2011-10-30 13:30:36 +01:00
|
|
|
case PCI_DEVICE_ID_INTEL_I63XX:
|
2014-11-01 17:12:37 +01:00
|
|
|
case PCI_DEVICE_ID_INTEL_3400:
|
|
|
|
case PCI_DEVICE_ID_INTEL_3420:
|
|
|
|
case PCI_DEVICE_ID_INTEL_3450:
|
2013-05-28 11:30:25 +02:00
|
|
|
case PCI_DEVICE_ID_INTEL_3400_DESKTOP:
|
|
|
|
case PCI_DEVICE_ID_INTEL_3400_MOBILE:
|
2014-11-01 17:12:37 +01:00
|
|
|
case PCI_DEVICE_ID_INTEL_3400_MOBILE_SFF:
|
|
|
|
case PCI_DEVICE_ID_INTEL_B55_A:
|
|
|
|
case PCI_DEVICE_ID_INTEL_B55_B:
|
2013-05-28 11:30:25 +02:00
|
|
|
case PCI_DEVICE_ID_INTEL_H55:
|
|
|
|
case PCI_DEVICE_ID_INTEL_H57:
|
|
|
|
case PCI_DEVICE_ID_INTEL_HM55:
|
|
|
|
case PCI_DEVICE_ID_INTEL_HM57:
|
2014-11-01 17:12:37 +01:00
|
|
|
case PCI_DEVICE_ID_INTEL_P55:
|
|
|
|
case PCI_DEVICE_ID_INTEL_PM55:
|
|
|
|
case PCI_DEVICE_ID_INTEL_Q57:
|
|
|
|
case PCI_DEVICE_ID_INTEL_QM57:
|
2013-05-28 11:30:25 +02:00
|
|
|
case PCI_DEVICE_ID_INTEL_QS57:
|
2013-03-29 19:08:39 +01:00
|
|
|
case PCI_DEVICE_ID_INTEL_Z68:
|
|
|
|
case PCI_DEVICE_ID_INTEL_P67:
|
|
|
|
case PCI_DEVICE_ID_INTEL_UM67:
|
|
|
|
case PCI_DEVICE_ID_INTEL_HM65:
|
|
|
|
case PCI_DEVICE_ID_INTEL_H67:
|
|
|
|
case PCI_DEVICE_ID_INTEL_HM67:
|
|
|
|
case PCI_DEVICE_ID_INTEL_Q65:
|
|
|
|
case PCI_DEVICE_ID_INTEL_QS67:
|
|
|
|
case PCI_DEVICE_ID_INTEL_Q67:
|
|
|
|
case PCI_DEVICE_ID_INTEL_QM67:
|
|
|
|
case PCI_DEVICE_ID_INTEL_B65:
|
|
|
|
case PCI_DEVICE_ID_INTEL_C202:
|
|
|
|
case PCI_DEVICE_ID_INTEL_C204:
|
|
|
|
case PCI_DEVICE_ID_INTEL_C206:
|
|
|
|
case PCI_DEVICE_ID_INTEL_H61:
|
|
|
|
case PCI_DEVICE_ID_INTEL_Z77:
|
|
|
|
case PCI_DEVICE_ID_INTEL_Z75:
|
|
|
|
case PCI_DEVICE_ID_INTEL_Q77:
|
|
|
|
case PCI_DEVICE_ID_INTEL_Q75:
|
|
|
|
case PCI_DEVICE_ID_INTEL_B75:
|
|
|
|
case PCI_DEVICE_ID_INTEL_H77:
|
|
|
|
case PCI_DEVICE_ID_INTEL_C216:
|
|
|
|
case PCI_DEVICE_ID_INTEL_QM77:
|
|
|
|
case PCI_DEVICE_ID_INTEL_QS77:
|
|
|
|
case PCI_DEVICE_ID_INTEL_HM77:
|
|
|
|
case PCI_DEVICE_ID_INTEL_UM77:
|
|
|
|
case PCI_DEVICE_ID_INTEL_HM76:
|
|
|
|
case PCI_DEVICE_ID_INTEL_HM75:
|
|
|
|
case PCI_DEVICE_ID_INTEL_HM70:
|
2015-02-18 00:14:31 +01:00
|
|
|
case PCI_DEVICE_ID_INTEL_NM70:
|
2014-10-30 10:30:40 +01:00
|
|
|
case PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_FULL:
|
|
|
|
case PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_PREM:
|
|
|
|
case PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_BASE:
|
2017-04-13 19:22:33 +02:00
|
|
|
case PCI_DEVICE_ID_INTEL_WILDCATPOINT_LP_PREM:
|
2015-05-15 04:58:33 +02:00
|
|
|
case PCI_DEVICE_ID_INTEL_WILDCATPOINT_LP:
|
2018-06-20 01:52:19 +02:00
|
|
|
case PCI_DEVICE_ID_INTEL_C8_MOBILE:
|
|
|
|
case PCI_DEVICE_ID_INTEL_C8_DESKTOP:
|
|
|
|
case PCI_DEVICE_ID_INTEL_Z87:
|
|
|
|
case PCI_DEVICE_ID_INTEL_Z85:
|
|
|
|
case PCI_DEVICE_ID_INTEL_HM86:
|
|
|
|
case PCI_DEVICE_ID_INTEL_H87:
|
|
|
|
case PCI_DEVICE_ID_INTEL_HM87:
|
|
|
|
case PCI_DEVICE_ID_INTEL_Q85:
|
|
|
|
case PCI_DEVICE_ID_INTEL_Q87:
|
|
|
|
case PCI_DEVICE_ID_INTEL_QM87:
|
|
|
|
case PCI_DEVICE_ID_INTEL_B85:
|
|
|
|
case PCI_DEVICE_ID_INTEL_C222:
|
|
|
|
case PCI_DEVICE_ID_INTEL_C224:
|
|
|
|
case PCI_DEVICE_ID_INTEL_C226:
|
|
|
|
case PCI_DEVICE_ID_INTEL_H81:
|
2019-02-19 23:49:11 +01:00
|
|
|
case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_PRE:
|
|
|
|
case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_U_BASE_SKL:
|
|
|
|
case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_Y_PREM_SKL:
|
|
|
|
case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_U_PREM_SKL:
|
|
|
|
case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_U_BASE_KBL:
|
|
|
|
case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_U_PREM_KBL:
|
|
|
|
case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_Y_PREM_KBL:
|
2018-07-24 06:09:47 +02:00
|
|
|
case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_U_IHDCP_BASE:
|
|
|
|
case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_U_IHDCP_PREM:
|
|
|
|
case PCI_DEVICE_ID_INTEL_SUNRISEPOINT_LP_Y_IHDCP_PREM:
|
2008-08-20 15:41:24 +02:00
|
|
|
rcba_phys = pci_read_long(sb, 0xf0) & 0xfffffffe;
|
|
|
|
break;
|
|
|
|
case PCI_DEVICE_ID_INTEL_ICH:
|
|
|
|
case PCI_DEVICE_ID_INTEL_ICH0:
|
2010-06-17 00:21:19 +02:00
|
|
|
case PCI_DEVICE_ID_INTEL_ICH2:
|
2008-08-20 15:41:24 +02:00
|
|
|
case PCI_DEVICE_ID_INTEL_ICH4:
|
|
|
|
case PCI_DEVICE_ID_INTEL_ICH4M:
|
2010-12-17 23:34:58 +01:00
|
|
|
case PCI_DEVICE_ID_INTEL_ICH5:
|
2008-08-20 15:41:24 +02:00
|
|
|
printf("This southbridge does not have RCBA.\n");
|
|
|
|
return 1;
|
|
|
|
default:
|
|
|
|
printf("Error: Dumping RCBA on this southbridge is not (yet) supported.\n");
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
2008-12-04 16:18:20 +01:00
|
|
|
rcba = map_physical(rcba_phys, size);
|
2010-04-27 08:56:47 +02:00
|
|
|
|
2008-12-04 16:18:20 +01:00
|
|
|
if (rcba == NULL) {
|
2008-08-20 15:41:24 +02:00
|
|
|
perror("Error mapping RCBA");
|
|
|
|
exit(1);
|
|
|
|
}
|
|
|
|
|
|
|
|
printf("RCBA = 0x%08x (MEM)\n\n", rcba_phys);
|
|
|
|
|
|
|
|
for (i = 0; i < size; i += 4) {
|
2020-03-13 19:08:21 +01:00
|
|
|
if (read32(rcba + i))
|
|
|
|
printf("0x%04x: 0x%08x\n", i, read32(rcba + i));
|
2008-08-20 15:41:24 +02:00
|
|
|
}
|
|
|
|
|
2008-12-04 16:18:20 +01:00
|
|
|
unmap_physical((void *)rcba, size);
|
2008-08-20 15:41:24 +02:00
|
|
|
return 0;
|
|
|
|
}
|