diff options
author | Marc Jones <marcj303@gmail.com> | 2010-09-13 19:24:38 +0000 |
---|---|---|
committer | Marc Jones <marc.jones@amd.com> | 2010-09-13 19:24:38 +0000 |
commit | 738347e7c3f9ba059cb56740703c9b513744aac6 (patch) | |
tree | d1f6bd6f22037287d6eb07fec5ffe5a03df30b7f /src/mainboard/iei/kino-780am2-fam10/chip.h | |
parent | 2b28614cc5021a0f3b20d3b8df6ac0d7813c1196 (diff) | |
download | coreboot-738347e7c3f9ba059cb56740703c9b513744aac6.tar.xz |
IEI Kino mainboard support based on Mahogany Fam10.
svn copy amd/mahogany iei/kino-780am2-fam10; then apply the patch.
Signed-off-by: Marc Jones <marcj303@gmail.com>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5812 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/iei/kino-780am2-fam10/chip.h')
-rw-r--r-- | src/mainboard/iei/kino-780am2-fam10/chip.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/mainboard/iei/kino-780am2-fam10/chip.h b/src/mainboard/iei/kino-780am2-fam10/chip.h new file mode 100644 index 0000000000..a98b97e98c --- /dev/null +++ b/src/mainboard/iei/kino-780am2-fam10/chip.h @@ -0,0 +1,23 @@ +/* + * This file is part of the coreboot project. + * + * Copyright (C) 2010 Advanced Micro Devices, Inc. + * + * 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; version 2 of the License. + * + * 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 {}; |