diff options
author | Jens Rottmann <JRottmann@LiPPERTEmbedded.de> | 2010-09-10 21:51:34 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2010-09-10 21:51:34 +0000 |
commit | 36224b479bff4002df22d3552ffb4e6c90ca1e30 (patch) | |
tree | 4062b54e3e19523e439efbeaf0519277504e02e1 /src/mainboard/lippert/hurricane-lx/chip.h | |
parent | 6ea2115ceae9d426f293b029f305e61a01346640 (diff) |
Add support for LiPPERT Hurricane-LX (EPIC board with AMD Geode-LX,
CS5536, ITE IT8712F). Board support is based on the SpaceRunner-LX
(with tiny bits from the RoadRunner-LX) even though the hardware really
was the ancestor of our three other -LX boards and in fact among the
earliest Geode-LX boards on the market. (Might even have been the first
Geode-LX EPIC?)
Signed-off-by: Jens Rottmann <JRottmann@LiPPERTEmbedded.de>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5801 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/lippert/hurricane-lx/chip.h')
-rw-r--r-- | src/mainboard/lippert/hurricane-lx/chip.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/mainboard/lippert/hurricane-lx/chip.h b/src/mainboard/lippert/hurricane-lx/chip.h new file mode 100644 index 0000000000..0c70fcd3ba --- /dev/null +++ b/src/mainboard/lippert/hurricane-lx/chip.h @@ -0,0 +1,23 @@ +/* + * This file is part of the coreboot project. + * + * Copyright (C) 2010 LiPPERT Embedded Computers 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + +extern struct chip_operations mainboard_ops; + +struct mainboard_config {}; |