diff options
author | Jens Rottmann <JRottmann@LiPPERTEmbedded.de> | 2010-09-07 17:33:17 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2010-09-07 17:33:17 +0000 |
commit | c13738540483511a88b02a64195453cbaf3d67bc (patch) | |
tree | d5f14af71a4a9c7fd749039a5aa70e05160e0d28 /src/mainboard/lippert/literunner-lx/chip.h | |
parent | 625a0cb433c08a2dfe2a70f7ab2ce3d84bdfce1c (diff) |
Add support for LiPPERT Cool LiteRunner-LX (PC/104 board with AMD
Geode-LX, CS5536, ITE IT8712F), based on very similar SpaceRunner-LX.
Signed-off-by: Jens Rottmann <JRottmann@LiPPERTEmbedded.de>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5782 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/lippert/literunner-lx/chip.h')
-rw-r--r-- | src/mainboard/lippert/literunner-lx/chip.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/mainboard/lippert/literunner-lx/chip.h b/src/mainboard/lippert/literunner-lx/chip.h new file mode 100644 index 0000000000..0c70fcd3ba --- /dev/null +++ b/src/mainboard/lippert/literunner-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 {}; |