coreboot-kgpe-d16/util
Idwer Vollering 312fc96874 inteltool: Model 0xf2x, ICH5, i865 support.
Add support for dumping the MSRs on model_f2x and dumping GPIOs and PM
registers on ICH5. Add ICH5 and i865 to the supported chips list.
Enable the dumping of BAR6 on i865.

Sample output:

  Disabling memory access:
  $ sudo setpci -s 6.0 0x04.b=0x0
  
  $ sudo ./inteltool -m | head -n 9
  Intel CPU: Processor Type: 0, Family f, Model 2, Stepping 7
  Intel Northbridge: 8086:2570 (i865)
  Intel Southbridge: 8086:24d0 (ICH5)
  
  ============= MCHBAR ============
  
  Access to BAR6 is currently disabled, attempting to enable.
  Enabled successfully.
  BAR6 = 0xfecf0000 (MEM)

Signed-off-by: Idwer Vollering <vidwer@gmail.com>
Acked-by: Joseph Smith <joe@settoplinux.org>
Acked-by: Peter Stuge <peter@stuge.se>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6197 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-12-17 22:34:58 +00:00
..
abuild Don't skip already built targets anymore, because a recent change could have 2010-12-11 22:07:07 +00:00
acpi ACPI table dumping wrapper script 2010-12-04 20:50:39 +00:00
amdtools Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
cbfstool fix typo in minilzma.cc, found by Idwer. 2010-10-10 22:05:02 +00:00
crossgcc Update reference toolchain due to some inlining bugs in 4.5.1 2010-12-17 02:32:42 +00:00
dumpmmcr the utility is called dumpmmcr, not dump_mmcr 2010-09-26 15:15:48 +00:00
ectool add license headers to some trivial files and pc87427.h 2010-12-17 00:13:54 +00:00
getpir Cut the crap. 2010-09-21 21:16:27 +00:00
inteltool inteltool: Model 0xf2x, ICH5, i865 support. 2010-12-17 22:34:58 +00:00
k8resdump add license headers to some trivial files and pc87427.h 2010-12-17 00:13:54 +00:00
kconfig More "prepare"-dependencies we don't need anymore 2010-04-27 09:23:33 +00:00
lbtdump Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
lint Add test to check for up-to-date GPL license headers to lint. 2010-11-19 10:16:43 +00:00
mkelfImage mkelfImage: set kernel_alignment so 2.6.31+ work 2010-10-05 18:22:00 +00:00
mptable Remove incorrect IOAPIC lines from some mptable.c files. 2010-10-31 19:37:50 +00:00
msrtool msrtool: Print hex values using only as many digits as the field needs 2010-05-17 07:40:20 +00:00
nrv2b Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
nvramtool add license headers to some trivial files and pc87427.h 2010-12-17 00:13:54 +00:00
optionlist Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
options - Fix race condition in option_table.h generation by moving the include 2010-09-25 10:40:47 +00:00
resetcf Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
romcc Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
sconfig Simplify last_dev_p so that it matches comments. 2010-09-01 21:03:03 +00:00
superiotool Add dump support for the Winbond/Nuvoton W83527HG. 2010-12-14 02:02:34 +00:00
vgabios Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
xcompile Rename variable to not confuse gcc on mingw 2010-04-14 14:35:40 +00:00