Changeset 5182
- Timestamp:
- Mar 1, 2010 6:19:55 PM (3 years ago)
- Location:
- trunk/src
- Files:
-
- 22 edited
-
Kconfig (modified) (4 diffs)
-
include/assert.h (modified) (3 diffs)
-
mainboard/kontron/986lcd-m/acpi/ec.asl (modified) (2 diffs)
-
mainboard/kontron/986lcd-m/acpi/i945_pci_irqs.asl (modified) (2 diffs)
-
mainboard/kontron/986lcd-m/acpi/ich7_pci_irqs.asl (modified) (2 diffs)
-
mainboard/kontron/986lcd-m/acpi/platform.asl (modified) (2 diffs)
-
mainboard/kontron/986lcd-m/acpi/superio.asl (modified) (2 diffs)
-
mainboard/kontron/986lcd-m/acpi/thermal.asl (modified) (2 diffs)
-
mainboard/kontron/986lcd-m/acpi/video.asl (modified) (2 diffs)
-
mainboard/kontron/986lcd-m/acpi_tables.c (modified) (2 diffs)
-
mainboard/kontron/986lcd-m/cmos.layout (modified) (1 diff)
-
mainboard/kontron/986lcd-m/dsdt.asl (modified) (2 diffs)
-
mainboard/kontron/986lcd-m/fadt.c (modified) (2 diffs)
-
mainboard/kontron/986lcd-m/irq_tables.c (modified) (2 diffs)
-
mainboard/kontron/986lcd-m/mainboard.c (modified) (2 diffs)
-
mainboard/kontron/986lcd-m/mainboard_smi.c (modified) (2 diffs)
-
mainboard/kontron/986lcd-m/mptable.c (modified) (2 diffs)
-
mainboard/kontron/986lcd-m/romstage.c (modified) (2 diffs)
-
mainboard/msi/ms9652_fam10/Kconfig (modified) (2 diffs)
-
mainboard/msi/ms9652_fam10/acpi_tables.c (modified) (1 diff)
-
mainboard/msi/ms9652_fam10/devicetree.cb (modified) (1 diff)
-
mainboard/msi/ms9652_fam10/dsdt.asl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Kconfig
r5179 r5182 58 58 comment "Northbridge" 59 59 60 menu "HyperTransport Setup"60 menu "HyperTransport setup" 61 61 depends on (NORTHBRIDGE_AMD_AMDK8 || NORTHBRIDGE_AMD_AMDFAM10) && EXPERT 62 62 63 63 choice 64 prompt "HyperTransport Frequency"64 prompt "HyperTransport frequency" 65 65 default LIMIT_HT_SPEED_AUTO 66 66 help 67 This option sets the maximum permissible HyperTransport link frequency. 68 Use of this option will only limit the autodetected HT frequency; it will not (and cannot) increase the frequency beyond the autodetected limits. 69 This is primarily used to work around poorly designed or laid out HT traces on certain motherboards. 67 This option sets the maximum permissible HyperTransport link 68 frequency. 69 70 Use of this option will only limit the autodetected HT frequency. 71 It will not (and cannot) increase the frequency beyond the 72 autodetected limits. 73 74 This is primarily used to work around poorly designed or laid out 75 HT traces on certain motherboards. 70 76 71 77 config LIMIT_HT_SPEED_200 … … 86 92 bool "Limit HT frequency to 1.6GHz" 87 93 config LIMIT_HT_SPEED_1800 88 bool "Limit HT frequency to 1.6GHz"94 bool "Limit HT frequency to 1.8GHz" 89 95 config LIMIT_HT_SPEED_2000 90 bool "Limit HT frequency to 2.0GHz"96 bool "Limit HT frequency to 2.0GHz" 91 97 config LIMIT_HT_SPEED_2200 92 bool "Limit HT frequency to 2.2GHz"98 bool "Limit HT frequency to 2.2GHz" 93 99 config LIMIT_HT_SPEED_2400 94 bool "Limit HT frequency to 2.4GHz"100 bool "Limit HT frequency to 2.4GHz" 95 101 config LIMIT_HT_SPEED_2600 96 bool "Limit HT frequency to 2.6GHz"102 bool "Limit HT frequency to 2.6GHz" 97 103 config LIMIT_HT_SPEED_AUTO 98 104 bool "Autodetect HT frequency" … … 100 106 101 107 choice 102 prompt "HyperTransport Downlink Width"108 prompt "HyperTransport downlink width" 103 109 default LIMIT_HT_DOWN_WIDTH_16 104 110 help 105 This option sets the maximum permissible HyperTransport link width. 106 Use of this option will only limit the autodetected HT width; it will not (and cannot) increase the width beyond the autodetected limits. 107 This is primarily used to work around poorly designed or laid out HT traces on certain motherboards. 111 This option sets the maximum permissible HyperTransport 112 downlink width. 113 114 Use of this option will only limit the autodetected HT width. 115 It will not (and cannot) increase the width beyond the autodetected 116 limits. 117 118 This is primarily used to work around poorly designed or laid out HT 119 traces on certain motherboards. 108 120 109 121 config LIMIT_HT_DOWN_WIDTH_8 … … 114 126 115 127 choice 116 prompt "HyperTransport Uplink Width"128 prompt "HyperTransport uplink width" 117 129 default LIMIT_HT_UP_WIDTH_16 118 130 help 119 This option sets the maximum permissible HyperTransport link width. 120 Use of this option will only limit the autodetected HT width; it will not (and cannot) increase the width beyond the autodetected limits. 121 This is primarily used to work around poorly designed or laid out HT traces on certain motherboards. 131 This option sets the maximum permissible HyperTransport 132 uplink width. 133 134 Use of this option will only limit the autodetected HT width. 135 It will not (and cannot) increase the width beyond the autodetected 136 limits. 137 138 This is primarily used to work around poorly designed or laid out HT 139 traces on certain motherboards. 122 140 123 141 config LIMIT_HT_UP_WIDTH_8 -
trunk/src/include/assert.h
r5170 r5182 1 1 /* 2 2 * This file is part of the coreboot project. 3 * 3 * 4 4 * Copyright (C) 2010 coresystems GmbH 5 5 * 6 6 * This program is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU General Public License as 8 * published by the Free Software Foundation; version 2 of 9 * the License. 8 * published by the Free Software Foundation; version 2 of the License. 10 9 * 11 10 * This program is distributed in the hope that it will be useful, … … 16 15 * You should have received a copy of the GNU General Public License 17 16 * along with this program; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, 19 * MA 02110-1301 USA 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 20 18 */ 21 19 … … 63 61 64 62 #endif 65 66 #endif // __ASSERT_H__63 64 #endif // __ASSERT_H__ -
trunk/src/mainboard/kontron/986lcd-m/acpi/ec.asl
r3999 r5182 4 4 * Copyright (C) 2007-2009 coresystems GmbH 5 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License as 8 * published by the Free Software Foundation; version 2 of 9 * the License. 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; version 2 of the License. 10 9 * 11 10 * This program is distributed in the hope that it will be useful, … … 16 15 * You should have received a copy of the GNU General Public License 17 16 * along with this program; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, 19 * MA 02110-1301 USA 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 20 18 */ 21 19 -
trunk/src/mainboard/kontron/986lcd-m/acpi/i945_pci_irqs.asl
r4458 r5182 4 4 * Copyright (C) 2007-2009 coresystems GmbH 5 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License as 8 * published by the Free Software Foundation; version 2 of 9 * the License. 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; version 2 of the License. 10 9 * 11 10 * This program is distributed in the hope that it will be useful, … … 16 15 * You should have received a copy of the GNU General Public License 17 16 * along with this program; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, 19 * MA 02110-1301 USA 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 20 18 */ 21 19 -
trunk/src/mainboard/kontron/986lcd-m/acpi/ich7_pci_irqs.asl
r4458 r5182 4 4 * Copyright (C) 2007-2009 coresystems GmbH 5 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License as 8 * published by the Free Software Foundation; version 2 of 9 * the License. 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; version 2 of the License. 10 9 * 11 10 * This program is distributed in the hope that it will be useful, … … 16 15 * You should have received a copy of the GNU General Public License 17 16 * along with this program; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, 19 * MA 02110-1301 USA 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 20 18 */ 21 19 -
trunk/src/mainboard/kontron/986lcd-m/acpi/platform.asl
r3999 r5182 4 4 * Copyright (C) 2007-2009 coresystems GmbH 5 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License as 8 * published by the Free Software Foundation; version 2 of 9 * the License. 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; version 2 of the License. 10 9 * 11 10 * This program is distributed in the hope that it will be useful, … … 16 15 * You should have received a copy of the GNU General Public License 17 16 * along with this program; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, 19 * MA 02110-1301 USA 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 20 18 */ 21 19 -
trunk/src/mainboard/kontron/986lcd-m/acpi/superio.asl
r4861 r5182 4 4 * Copyright (C) 2007-2009 coresystems GmbH 5 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License as 8 * published by the Free Software Foundation; version 2 of 9 * the License. 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; version 2 of the License. 10 9 * 11 10 * This program is distributed in the hope that it will be useful, … … 16 15 * You should have received a copy of the GNU General Public License 17 16 * along with this program; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, 19 * MA 02110-1301 USA 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 20 18 */ 21 19 -
trunk/src/mainboard/kontron/986lcd-m/acpi/thermal.asl
r3999 r5182 4 4 * Copyright (C) 2007-2009 coresystems GmbH 5 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License as 8 * published by the Free Software Foundation; version 2 of 9 * the License. 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; version 2 of the License. 10 9 * 11 10 * This program is distributed in the hope that it will be useful, … … 16 15 * You should have received a copy of the GNU General Public License 17 16 * along with this program; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, 19 * MA 02110-1301 USA 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 20 18 */ 21 19 -
trunk/src/mainboard/kontron/986lcd-m/acpi/video.asl
r3999 r5182 4 4 * Copyright (C) 2007-2009 coresystems GmbH 5 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License as 8 * published by the Free Software Foundation; version 2 of 9 * the License. 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; version 2 of the License. 10 9 * 11 10 * This program is distributed in the hope that it will be useful, … … 16 15 * You should have received a copy of the GNU General Public License 17 16 * along with this program; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, 19 * MA 02110-1301 USA 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 20 18 */ 21 19 -
trunk/src/mainboard/kontron/986lcd-m/acpi_tables.c
r5136 r5182 4 4 * Copyright (C) 2007-2009 coresystems GmbH 5 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License as 8 * published by the Free Software Foundation; version 2 of 9 * the License. 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; version 2 of the License. 10 9 * 11 10 * This program is distributed in the hope that it will be useful, … … 16 15 * You should have received a copy of the GNU General Public License 17 16 * along with this program; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, 19 * MA 02110-1301 USA 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 20 18 */ 21 19 -
trunk/src/mainboard/kontron/986lcd-m/cmos.layout
r4861 r5182 1 # 2 # This file is part of the coreboot project. 3 # 4 # Copyright (C) 2007-2008 coresystems GmbH 5 # 6 # This program is free software; you can redistribute it and/or 7 # modify it under the terms of the GNU General Public License as 8 # published by the Free Software Foundation; version 2 of 9 # the License. 10 # 11 # This program is distributed in the hope that it will be useful, 12 # but WITHOUT ANY WARRANTY; without even the implied warranty of 13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 # GNU General Public License for more details. 15 # 16 # You should have received a copy of the GNU General Public License 17 # along with this program; if not, write to the Free Software 18 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, 19 # MA 02110-1301 USA 20 # 1 ## 2 ## This file is part of the coreboot project. 3 ## 4 ## Copyright (C) 2007-2008 coresystems GmbH 5 ## 6 ## This program is free software; you can redistribute it and/or modify 7 ## it under the terms of the GNU General Public License as published by 8 ## the Free Software Foundation; version 2 of the License. 9 ## 10 ## This program is distributed in the hope that it will be useful, 11 ## but WITHOUT ANY WARRANTY; without even the implied warranty of 12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 ## GNU General Public License for more details. 14 ## 15 ## You should have received a copy of the GNU General Public License 16 ## along with this program; if not, write to the Free Software 17 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 ## 21 19 22 20 # ----------------------------------------------------------------- -
trunk/src/mainboard/kontron/986lcd-m/dsdt.asl
r4861 r5182 4 4 * Copyright (C) 2007-2009 coresystems GmbH 5 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License as 8 * published by the Free Software Foundation; version 2 of 9 * the License. 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; version 2 of the License. 10 9 * 11 10 * This program is distributed in the hope that it will be useful, … … 16 15 * You should have received a copy of the GNU General Public License 17 16 * along with this program; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, 19 * MA 02110-1301 USA 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 20 18 */ 21 19 -
trunk/src/mainboard/kontron/986lcd-m/fadt.c
r4861 r5182 4 4 * Copyright (C) 2007-2009 coresystems GmbH 5 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License as 8 * published by the Free Software Foundation; version 2 of 9 * the License. 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; version 2 of the License. 10 9 * 11 10 * This program is distributed in the hope that it will be useful, … … 16 15 * You should have received a copy of the GNU General Public License 17 16 * along with this program; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, 19 * MA 02110-1301 USA 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 20 18 */ 21 19 -
trunk/src/mainboard/kontron/986lcd-m/irq_tables.c
r4739 r5182 4 4 * Copyright (C) 2007-2008 coresystems GmbH 5 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License as 8 * published by the Free Software Foundation; version 2 of 9 * the License. 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; version 2 of the License. 10 9 * 11 10 * This program is distributed in the hope that it will be useful, … … 16 15 * You should have received a copy of the GNU General Public License 17 16 * along with this program; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, 19 * MA 02110-1301 USA 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 20 18 */ 21 19 -
trunk/src/mainboard/kontron/986lcd-m/mainboard.c
r5136 r5182 4 4 * Copyright (C) 2007-2009 coresystems GmbH 5 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License as 8 * published by the Free Software Foundation; version 2 of 9 * the License. 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; version 2 of the License. 10 9 * 11 10 * This program is distributed in the hope that it will be useful, … … 16 15 * You should have received a copy of the GNU General Public License 17 16 * along with this program; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, 19 * MA 02110-1301 USA 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 20 18 */ 21 19 -
trunk/src/mainboard/kontron/986lcd-m/mainboard_smi.c
r4458 r5182 4 4 * Copyright (C) 2008-2009 coresystems GmbH 5 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License as 8 * published by the Free Software Foundation; version 2 of 9 * the License. 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; version 2 of the License. 10 9 * 11 10 * This program is distributed in the hope that it will be useful, … … 16 15 * You should have received a copy of the GNU General Public License 17 16 * along with this program; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, 19 * MA 02110-1301 USA 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 20 18 */ 21 19 -
trunk/src/mainboard/kontron/986lcd-m/mptable.c
r5136 r5182 4 4 * Copyright (C) 2007-2008 coresystems GmbH 5 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License as 8 * published by the Free Software Foundation; version 2 of 9 * the License. 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; version 2 of the License. 10 9 * 11 10 * This program is distributed in the hope that it will be useful, … … 16 15 * You should have received a copy of the GNU General Public License 17 16 * along with this program; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, 19 * MA 02110-1301 USA 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 20 18 */ 21 19 -
trunk/src/mainboard/kontron/986lcd-m/romstage.c
r5136 r5182 4 4 * Copyright (C) 2007-2010 coresystems GmbH 5 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License as 8 * published by the Free Software Foundation; version 2 of 9 * the License. 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; version 2 of the License. 10 9 * 11 10 * This program is distributed in the hope that it will be useful, … … 16 15 * You should have received a copy of the GNU General Public License 17 16 * along with this program; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, 19 * MA 02110-1301 USA 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 20 18 */ 21 19 -
trunk/src/mainboard/msi/ms9652_fam10/Kconfig
r5180 r5182 1 1 config BOARD_MSI_MS9652_FAM10 2 bool "MS 9652 Fam10 (Speedster K9ND)"2 bool "MS-9652 Fam10 (Speedster K9ND)" 3 3 select ARCH_X86 4 4 select CPU_AMD_SOCKET_F_1207 … … 135 135 config MAINBOARD_PART_NUMBER 136 136 string 137 default "MS-925 6"137 default "MS-9252" 138 138 depends on BOARD_MSI_MS9652_FAM10 139 139 -
trunk/src/mainboard/msi/ms9652_fam10/acpi_tables.c
r5180 r5182 11 11 * 12 12 * This program is free software; you can redistribute it and/or modify 13 * it under the terms of the GNU General Public License v2as published by14 * the Free Software Foundation .13 * it under the terms of the GNU General Public License as published by 14 * the Free Software Foundation; version 2 of the License. 15 15 * 16 16 * This program is distributed in the hope that it will be useful, -
trunk/src/mainboard/msi/ms9652_fam10/devicetree.cb
r5180 r5182 1 ## 2 ## This file is part of the coreboot project. 3 ## 4 ## Copyright (C) 2007 AMD 5 ## Written by Yinghai Lu <yinghailu@amd.com> for AMD. 1 6 ## Copyright (C) 2010 Raptor Engineering 2 7 ## Written by Timothy Pearson <tpearson@raptorengineeringinc.com> for Raptor Engineering. 3 8 ## 4 ## Copyright (C) 2007 AMD 5 ## Written by Yinghai Lu <yinghailu@amd.com> for AMD. 9 ## This program is free software; you can redistribute it and/or modify 10 ## it under the terms of the GNU General Public License as published by 11 ## the Free Software Foundation; either version 2 of the License, or 12 ## (at your option) any later version. 13 ## 14 ## This program is distributed in the hope that it will be useful, 15 ## but WITHOUT ANY WARRANTY; without even the implied warranty of 16 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 ## GNU General Public License for more details. 18 ## 19 ## You should have received a copy of the GNU General Public License 20 ## along with this program; if not, write to the Free Software 21 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 22 ## 6 23 7 24 chip northbridge/amd/amdfam10/root_complex -
trunk/src/mainboard/msi/ms9652_fam10/dsdt.asl
r5180 r5182 2 2 * This file is part of the coreboot project. 3 3 * 4 * (C) Copyright2004 Nick Barker <Nick.Barker9@btinternet.com>5 * (C) Copyright2007, 2008 Rudolf Marek <r.marek@assembler.cz>6 * (C) Copyright2009 Harald Gutmann <harald.gutmann@gmx.net>4 * Copyright (C) 2004 Nick Barker <Nick.Barker9@btinternet.com> 5 * Copyright (C) 2007, 2008 Rudolf Marek <r.marek@assembler.cz> 6 * Copyright (C) 2009 Harald Gutmann <harald.gutmann@gmx.net> 7 7 * 8 8 * ISA portions taken from QEMU acpi-dsdt.dsl. 9 9 * 10 10 * This program is free software; you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License v2as published by12 * the Free Software Foundation .11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation; version 2 of the License. 13 13 * 14 14 * This program is distributed in the hope that it will be useful,
Note: See TracChangeset
for help on using the changeset viewer.
