diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-02-22 11:26:06 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-02-22 11:26:06 +0000 |
commit | 04844816ac177254ce4128c1411041329050ac31 (patch) | |
tree | 158933f9fbd5dafb6d2e4f9b52adb38234500734 /util/inteltool/memory.c | |
parent | 881a553000d001bc62085d3055c8e19075e898e2 (diff) | |
download | coreboot-04844816ac177254ce4128c1411041329050ac31.tar.gz coreboot-04844816ac177254ce4128c1411041329050ac31.tar.bz2 coreboot-04844816ac177254ce4128c1411041329050ac31.zip |
Inteltool: Add i830/Tolapai/Ich4 support
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5142 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/inteltool/memory.c')
-rw-r--r-- | util/inteltool/memory.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/inteltool/memory.c b/util/inteltool/memory.c index aad16fcb3c20..b0db13ce202b 100644 --- a/util/inteltool/memory.c +++ b/util/inteltool/memory.c @@ -1,7 +1,7 @@ /* * inteltool - dump all registers on an Intel CPU + chipset based system. * - * Copyright (C) 2008 by coresystems GmbH + * Copyright (C) 2008-2010 by coresystems GmbH * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -50,6 +50,7 @@ int print_mchbar(struct pci_dev *nb) case PCI_DEVICE_ID_INTEL_82443BX: case PCI_DEVICE_ID_INTEL_82810: case PCI_DEVICE_ID_INTEL_82810DC: + case PCI_DEVICE_ID_INTEL_82830M: printf("This northbrigde does not have MCHBAR.\n"); return 1; default: |