summaryrefslogtreecommitdiff
path: root/src/northbridge/amd/lx/chip.h
diff options
context:
space:
mode:
authorMarc Jones <marc.jones@amd.com>2007-05-04 18:58:42 +0000
committerStefan Reinauer <stepan@openbios.org>2007-05-04 18:58:42 +0000
commit734daf699ceb8603f53003ab36eb85b8a76e3cf9 (patch)
tree6294b9cb835aeb77b304fe021a7b6c5926d24ea7 /src/northbridge/amd/lx/chip.h
parent9c9083ba4a1cd280fe70c0eec78e562d714a2dc7 (diff)
downloadcoreboot-734daf699ceb8603f53003ab36eb85b8a76e3cf9.tar.xz
This patch adds support for the northbridge integrated into the AMD
Geode LX platform, including memory and graphics. (rediffed for whitespace) Signed-off-by: Marc Jones <marc.jones@amd.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2630 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/amd/lx/chip.h')
-rw-r--r--src/northbridge/amd/lx/chip.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/northbridge/amd/lx/chip.h b/src/northbridge/amd/lx/chip.h
index 1a237d7276..5fa7948c18 100644
--- a/src/northbridge/amd/lx/chip.h
+++ b/src/northbridge/amd/lx/chip.h
@@ -1,7 +1,12 @@
+/*
+*
+* Copyright (C) 2007 Advanced Micro Devices
+*
+*/
+
struct northbridge_amd_lx_config
{
- uint16_t irqmap;
- int setupflash;
+
};
extern struct chip_operations northbridge_amd_lx_ops;