Various license header consistency fixes (trivial).

- Consistently use the same wording and formatting for all license headers.

 - Remove useless whitespace, add missing whitespace, fix indentation.

 - Add missing "This file is part of the coreboot project." where needed.

 - Change "(C) Copyright John Doe" to "Copyright (C) John Doe" for consistency.

 - Add some missing "(C)" strings and copyright years where needed.

 - Move random comments and file descriptions out of the license header.
   - Drop incorrect file descriptions completely (e.g. lpc47m10x/Makefile.inc).
 
There should be no changes in _content_ of the license headers, if you spot
such changes that's a bug, please report!

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5127 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann 2010-02-15 23:10:19 +00:00
parent d37d222184
commit c70e9fc233
138 changed files with 650 additions and 693 deletions

View File

@ -1,14 +1,17 @@
/* /*
* This file is part of the coreboot project.
*
* coreboot ACPI Table support * coreboot ACPI Table support
* written by Stefan Reinauer <stepan@openbios.org> * written by Stefan Reinauer <stepan@openbios.org>
* Copyright (C) 2004 SUSE LINUX AG *
* Copyright (C) 2005-2009 coresystems GmbH * Copyright (C) 2004 SUSE LINUX AG
* Copyright (C) 2005-2009 coresystems GmbH
* *
* ACPI FADT, FACS, and DSDT table support added by * ACPI FADT, FACS, and DSDT table support added by
* Nick Barker <nick.barker9@btinternet.com>, and those portions * Nick Barker <nick.barker9@btinternet.com>, and those portions
* (C) Copyright 2004 Nick Barker * Copyright (C) 2004 Nick Barker
* *
* Copyright 2005 ADVANCED MICRO DEVICES, INC. All Rights Reserved. * Copyright (C) 2005 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
* 2005.9 yhlu add SRAT table generation * 2005.9 yhlu add SRAT table generation
*/ */

View File

@ -4,8 +4,8 @@
* Copyright (C) 2009 Rudolf Marek <r.marek@assembler.cz> * Copyright (C) 2009 Rudolf Marek <r.marek@assembler.cz>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License v2 as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -1,15 +1,14 @@
/* /*
* coreboot ACPI Support - headers and defines. * This file is part of the coreboot project.
* *
* written by Stefan Reinauer <stepan@coresystems.de>
* Copyright (C) 2004 SUSE LINUX AG * Copyright (C) 2004 SUSE LINUX AG
* Copyright (C) 2004 Nick Barker * Copyright (C) 2004 Nick Barker
* Copyright (C) 2008-2009 coresystems GmbH * Copyright (C) 2008-2009 coresystems GmbH
* (Written by Stefan Reinauer <stepan@coresystems.de>)
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or modify
* modify it under the terms of the GNU General Public License as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation; version 2 of * the Free Software Foundation; version 2 of the License.
* the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -18,8 +17,11 @@
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* MA 02110-1301 USA */
/*
* coreboot ACPI Support - headers and defines.
*/ */
#ifndef __ASM_ACPI_H #ifndef __ASM_ACPI_H

View File

@ -4,8 +4,8 @@
* Copyright (C) 2009 Rudolf Marek <r.marek@assembler.cz> * Copyright (C) 2009 Rudolf Marek <r.marek@assembler.cz>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License v2 as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -16,8 +16,10 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#ifndef LIBACPI_H #ifndef LIBACPI_H
#define LIBACPI_H #define LIBACPI_H
#include <assert.h> #include <assert.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdint.h> #include <stdint.h>
@ -44,4 +46,5 @@ int acpigen_write_PSS_package(u32 coreFreq, u32 power, u32 transLat, u32 busmLat
typedef enum { SW_ALL=0xfc, SW_ANY=0xfd, HW_ALL=0xfe } PSD_coord; typedef enum { SW_ALL=0xfc, SW_ANY=0xfd, HW_ALL=0xfe } PSD_coord;
int acpigen_write_PSD_package(u32 domain, u32 numprocs, PSD_coord coordtype); int acpigen_write_PSD_package(u32 domain, u32 numprocs, PSD_coord coordtype);
int acpigen_write_processor(u8 cpuindex, u32 pblock_addr, u8 pblock_len); int acpigen_write_processor(u8 cpuindex, u32 pblock_addr, u8 pblock_len);
#endif #endif

View File

@ -1,12 +1,11 @@
/* /*
* coreboot IOAPIC support * This file is part of the coreboot project.
* *
* Copyright (C) 2010 coresystems GmbH * Copyright (C) 2010 coresystems GmbH
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or modify
* modify it under the terms of the GNU General Public License as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation; version 2 of * the Free Software Foundation; version 2 of the License.
* the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* MA 02110-1301 USA
*/ */
#ifndef __I386_ARCH_IOAPIC_H #ifndef __I386_ARCH_IOAPIC_H

View File

@ -3,10 +3,9 @@
* *
* Copyright (C) 2009 coresystems GmbH * Copyright (C) 2009 coresystems GmbH
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or modify
* modify it under the terms of the GNU General Public License as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation; version 2 of * the Free Software Foundation; version 2 of the License.
* the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* MA 02110-1301 USA
*/ */
#ifndef __ARCH_REGISTERS_H #ifndef __ARCH_REGISTERS_H

View File

@ -5,8 +5,8 @@
* Copyright (C) 2009 Rudolf Marek <r.marek@assembler.cz> * Copyright (C) 2009 Rudolf Marek <r.marek@assembler.cz>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License v2 as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -4,8 +4,8 @@
* Copyright (C) 2008 Arastra, Inc. * Copyright (C) 2008 Arastra, Inc.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -18,8 +18,6 @@
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
## ##
obj-$(CONFIG_HAVE_SMI_HANDLER) += smmrelocate.o obj-$(CONFIG_HAVE_SMI_HANDLER) += smmrelocate.o
obj-$(CONFIG_HAVE_SMI_HANDLER) += smm_bin.o obj-$(CONFIG_HAVE_SMI_HANDLER) += smm_bin.o

View File

@ -6,7 +6,7 @@
## ##
## This program is free software; you can redistribute it and/or modify ## 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 ## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License ## the Free Software Foundation; version 2 of the License.
## ##
## This program is distributed in the hope that it will be useful, ## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of ## but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -1,5 +1,5 @@
/* /*
* assert.h: Debugging macros * This file is part of the coreboot project.
* *
* Copyright (C) 2005 Digital Design Corporation * Copyright (C) 2005 Digital Design Corporation
* *
@ -18,6 +18,10 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
/*
* assert.h: Debugging macros
*/
#ifndef __ASSERT_H_DEFINED #ifndef __ASSERT_H_DEFINED
#define __ASSERT_H_DEFINED #define __ASSERT_H_DEFINED

View File

@ -3,10 +3,9 @@
* *
* Copyright (C) 2009 coresystems GmbH * Copyright (C) 2009 coresystems GmbH
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or modify
* modify it under the terms of the GNU General Public License as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation; version 2 of * the Free Software Foundation; version 2 of the License.
* the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* MA 02110-1301 USA
*/ */
#ifndef __CONSOLE_VTXPRINTF_H #ifndef __CONSOLE_VTXPRINTF_H

View File

@ -1,21 +1,22 @@
/* /*
* This file is part of the coreboot project. * This file is part of the coreboot project.
* *
* Copyright (C) 2007 Advanced Micro Devices * Copyright (C) 2007 Advanced Micro Devices
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
/* standard AMD post definitions -- might as well use them. */ /* standard AMD post definitions -- might as well use them. */
#define POST_Output_Port (0x080) /* port to write post codes to*/ #define POST_Output_Port (0x080) /* port to write post codes to*/

View File

@ -4,8 +4,8 @@
* Copyright (C) 2009 Rudolf Marek <r.marek@assembler.cz> * Copyright (C) 2009 Rudolf Marek <r.marek@assembler.cz>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License v2 as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -16,6 +16,7 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#ifndef MODEL_FXX_POWERNOW_H #ifndef MODEL_FXX_POWERNOW_H
#define MODEL_FXX_POWERNOW_H #define MODEL_FXX_POWERNOW_H

View File

@ -1,20 +1,26 @@
/* multiboot.h - multiboot header file. */
/* /*
* Copyright (C) 2003 Free Software Foundation, Inc. * This file is part of the coreboot project.
* Copyright (C) 2008 Robert Millan
* *
* This program is free software; you can redistribute it and/or modify * Copyright (C) 2003 Free Software Foundation, Inc.
* it under the terms of the GNU General Public License as published by * Copyright (C) 2008 Robert Millan
* 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, * This program is free software; you can redistribute it and/or modify
* but WITHOUT ANY WARRANTY; without even the implied warranty of * it under the terms of the GNU General Public License as published by
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * the Free Software Foundation; either version 2 of the License, or
* GNU General Public License for more details. * (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 * You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
/*
* multiboot.h - multiboot header file.
*/ */
#ifndef MULTIBOOT_H #ifndef MULTIBOOT_H

View File

@ -17,7 +17,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
/* AMD64 SMM State-Save Area /* AMD64 SMM State-Save Area
* starts @ 0x7e00 * starts @ 0x7e00
*/ */

View File

@ -1,7 +1,7 @@
/* /*
* This file is part of the coreboot project. * This file is part of the coreboot project.
* *
* Copyright (C) 2009, Myles Watson <mylesgw@gmail.com> * Copyright (C) 2009 Myles Watson <mylesgw@gmail.com>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,19 +1,21 @@
/* /*
* Copyright (C) 2007-2009 Luc Verhaegen <libv@skynet.be> * This file is part of the coreboot project.
* *
* This program is free software; you can redistribute it and/or modify it * Copyright (C) 2007-2009 Luc Verhaegen <libv@skynet.be>
* 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 * This program is free software; you can redistribute it and/or modify
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * it under the terms of the GNU General Public License as published by
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * the Free Software Foundation; either version 2 of the License, or
* more details. * (at your option) any later version.
* *
* You should have received a copy of the GNU General Public License along with * This program is distributed in the hope that it will be useful,
* this program; if not, write to the Free Software Foundation, Inc., 51 * but WITHOUT ANY WARRANTY; without even the implied warranty of
* Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * 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
*/ */
#ifndef VGA_H #ifndef VGA_H

View File

@ -1,19 +1,21 @@
/* /*
* Copyright (C) 2007 Luc Verhaegen <libv@skynet.be> * This file is part of the coreboot project.
* *
* This program is free software; you can redistribute it and/or modify it * Copyright (C) 2007 Luc Verhaegen <libv@skynet.be>
* 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 * This program is free software; you can redistribute it and/or modify
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * it under the terms of the GNU General Public License as published by
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * the Free Software Foundation; either version 2 of the License, or
* more details. * (at your option) any later version.
* *
* You should have received a copy of the GNU General Public License along with * This program is distributed in the hope that it will be useful,
* this program; if not, write to the Free Software Foundation, Inc., 51 * but WITHOUT ANY WARRANTY; without even the implied warranty of
* Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * 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
*/ */
#ifndef VGA_IO_H #ifndef VGA_IO_H

View File

@ -1,5 +1,5 @@
/* /*
* sdram_mode.h: Definitions for SDRAM Mode Register and Extended Mode Register * This file is part of the coreboot project.
* *
* Copyright (C) 2005 Digital Design Corporation * Copyright (C) 2005 Digital Design Corporation
* *
@ -18,6 +18,10 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
/*
* sdram_mode.h: Definitions for SDRAM Mode Register and Extended Mode Register
*/
#ifndef __SDRAMMODE_H_DEFINED #ifndef __SDRAMMODE_H_DEFINED
#define __SDRAMMODE_H_DEFINED #define __SDRAMMODE_H_DEFINED

View File

@ -3,10 +3,9 @@
## ##
## Copyright (C) 2007-2008 coresystems GmbH ## Copyright (C) 2007-2008 coresystems GmbH
## ##
## This program is free software; you can redistribute it and/or ## This program is free software; you can redistribute it and/or modify
## modify it under the terms of the GNU General Public License as ## it under the terms of the GNU General Public License as published by
## published by the Free Software Foundation; version 2 of ## the Free Software Foundation; version 2 of the License.
## the License.
## ##
## This program is distributed in the hope that it will be useful, ## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
## ##
## You should have received a copy of the GNU General Public License ## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software ## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
## MA 02110-1301 USA
## ##
driver-y += mainboard.o driver-y += mainboard.o

View File

@ -3,10 +3,9 @@
## ##
## Copyright (C) 2007-2008 coresystems GmbH ## Copyright (C) 2007-2008 coresystems GmbH
## ##
## This program is free software; you can redistribute it and/or ## This program is free software; you can redistribute it and/or modify
## modify it under the terms of the GNU General Public License as ## it under the terms of the GNU General Public License as published by
## published by the Free Software Foundation; version 2 of ## the Free Software Foundation; version 2 of the License.
## the License.
## ##
## This program is distributed in the hope that it will be useful, ## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
## ##
## You should have received a copy of the GNU General Public License ## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software ## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
## MA 02110-1301 USA
## ##
driver-y += mainboard.o driver-y += mainboard.o

View File

@ -3,10 +3,9 @@
## ##
## Copyright (C) 2007-2008 coresystems GmbH ## Copyright (C) 2007-2008 coresystems GmbH
## ##
## This program is free software; you can redistribute it and/or ## This program is free software; you can redistribute it and/or modify
## modify it under the terms of the GNU General Public License as ## it under the terms of the GNU General Public License as published by
## published by the Free Software Foundation; version 2 of ## the Free Software Foundation; version 2 of the License.
## the License.
## ##
## This program is distributed in the hope that it will be useful, ## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
## ##
## You should have received a copy of the GNU General Public License ## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software ## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
## MA 02110-1301 USA
## ##
driver-y += mainboard.o driver-y += mainboard.o

View File

@ -3,10 +3,9 @@
## ##
## Copyright (C) 2007-2008 coresystems GmbH ## Copyright (C) 2007-2008 coresystems GmbH
## ##
## This program is free software; you can redistribute it and/or ## This program is free software; you can redistribute it and/or modify
## modify it under the terms of the GNU General Public License as ## it under the terms of the GNU General Public License as published by
## published by the Free Software Foundation; version 2 of ## the Free Software Foundation; version 2 of the License.
## the License.
## ##
## This program is distributed in the hope that it will be useful, ## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
## ##
## You should have received a copy of the GNU General Public License ## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software ## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
## MA 02110-1301 USA
## ##
driver-y += mainboard.o driver-y += mainboard.o

View File

@ -3,10 +3,9 @@
## ##
## Copyright (C) 2007-2008 coresystems GmbH ## Copyright (C) 2007-2008 coresystems GmbH
## ##
## This program is free software; you can redistribute it and/or ## This program is free software; you can redistribute it and/or modify
## modify it under the terms of the GNU General Public License as ## it under the terms of the GNU General Public License as published by
## published by the Free Software Foundation; version 2 of ## the Free Software Foundation; version 2 of the License.
## the License.
## ##
## This program is distributed in the hope that it will be useful, ## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
## ##
## You should have received a copy of the GNU General Public License ## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software ## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
## MA 02110-1301 USA
## ##
driver-y += mainboard.o driver-y += mainboard.o

View File

@ -9,8 +9,8 @@
* Copyright (C) 2007 Rudolf Marek <r.marek@assembler.cz> * Copyright (C) 2007 Rudolf Marek <r.marek@assembler.cz>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License v2 as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -4,8 +4,8 @@
* Copyright (C) 2007 Rudolf Marek <r.marek@assembler.cz> * Copyright (C) 2007 Rudolf Marek <r.marek@assembler.cz>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License v2 as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -1,14 +1,12 @@
/* /*
* This file is part of the coreboot project. * This file is part of the coreboot project.
* *
* (C) Copyright 2004 Nick Barker <Nick.Barker9@btinternet.com> * Copyright (C) 2004 Nick Barker <Nick.Barker9@btinternet.com>
* (C) Copyright 2007 Rudolf Marek <r.marek@assembler.cz> * Copyright (C) 2007 Rudolf Marek <r.marek@assembler.cz>
*
* ISA portions taken from QEMU acpi-dsdt.dsl.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License v2 as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -20,6 +18,10 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
/*
* ISA portions taken from QEMU acpi-dsdt.dsl.
*/
DefinitionBlock ("DSDT.aml", "DSDT", 1, "LXBIOS", "LXB-DSDT", 1) DefinitionBlock ("DSDT.aml", "DSDT", 1, "LXBIOS", "LXB-DSDT", 1)
{ {
/* Define the main processor.*/ /* Define the main processor.*/

View File

@ -4,8 +4,8 @@
* Copyright (C) 2007 Rudolf Marek <r.marek@assembler.cz> * Copyright (C) 2007 Rudolf Marek <r.marek@assembler.cz>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License v2 as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -4,8 +4,8 @@
* Copyright (C) 2007 Rudolf Marek <r.marek@assembler.cz> * Copyright (C) 2007 Rudolf Marek <r.marek@assembler.cz>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License v2 as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -4,10 +4,9 @@
## Copyright (C) 2007-2008 coresystems GmbH ## Copyright (C) 2007-2008 coresystems GmbH
## Copyright (C) 2009 Cristi Măgherușan <cristi.magherusan@net.utcluj.ro> ## Copyright (C) 2009 Cristi Măgherușan <cristi.magherusan@net.utcluj.ro>
## ##
## This program is free software; you can redistribute it and/or ## This program is free software; you can redistribute it and/or modify
## modify it under the terms of the GNU General Public License as ## it under the terms of the GNU General Public License as published by
## published by the Free Software Foundation; version 2 of ## the Free Software Foundation; version 2 of the License.
## the License.
## ##
## This program is distributed in the hope that it will be useful, ## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -16,8 +15,7 @@
## ##
## You should have received a copy of the GNU General Public License ## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software ## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
## MA 02110-1301 USA
## ##
driver-y += mainboard.o driver-y += mainboard.o

View File

@ -9,8 +9,8 @@
* Copyright (C) 2007, 2008 Rudolf Marek <r.marek@assembler.cz> * Copyright (C) 2007, 2008 Rudolf Marek <r.marek@assembler.cz>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License v2 as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -4,8 +4,8 @@
* Copyright (C) 2007 Rudolf Marek <r.marek@assembler.cz> * Copyright (C) 2007 Rudolf Marek <r.marek@assembler.cz>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License v2 as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -1,14 +1,12 @@
/* /*
* This file is part of the coreboot project. * This file is part of the coreboot project.
* *
* (C) Copyright 2004 Nick Barker <Nick.Barker9@btinternet.com> * Copyright (C) 2004 Nick Barker <Nick.Barker9@btinternet.com>
* (C) Copyright 2007, 2008 Rudolf Marek <r.marek@assembler.cz> * Copyright (C) 2007, 2008 Rudolf Marek <r.marek@assembler.cz>
*
* ISA portions taken from QEMU acpi-dsdt.dsl.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License v2 as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -20,6 +18,10 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
/*
* ISA portions taken from QEMU acpi-dsdt.dsl.
*/
DefinitionBlock ("DSDT.aml", "DSDT", 1, "LXBIOS", "LXB-DSDT", 1) DefinitionBlock ("DSDT.aml", "DSDT", 1, "LXBIOS", "LXB-DSDT", 1)
{ {
#include "northbridge/amd/amdk8/amdk8_util.asl" #include "northbridge/amd/amdk8/amdk8_util.asl"

View File

@ -4,8 +4,8 @@
* Copyright (C) 2007 Rudolf Marek <r.marek@assembler.cz> * Copyright (C) 2007 Rudolf Marek <r.marek@assembler.cz>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License v2 as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -3,10 +3,9 @@
## ##
## Copyright (C) 2007-2008 coresystems GmbH ## Copyright (C) 2007-2008 coresystems GmbH
## ##
## This program is free software; you can redistribute it and/or ## This program is free software; you can redistribute it and/or modify
## modify it under the terms of the GNU General Public License as ## it under the terms of the GNU General Public License as published by
## published by the Free Software Foundation; version 2 of ## the Free Software Foundation; version 2 of the License.
## the License.
## ##
## This program is distributed in the hope that it will be useful, ## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
## ##
## You should have received a copy of the GNU General Public License ## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software ## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
## MA 02110-1301 USA
## ##
driver-y += mainboard.o driver-y += mainboard.o

View File

@ -3,10 +3,9 @@
## ##
## Copyright (C) 2007-2008 coresystems GmbH ## Copyright (C) 2007-2008 coresystems GmbH
## ##
## This program is free software; you can redistribute it and/or ## This program is free software; you can redistribute it and/or modify
## modify it under the terms of the GNU General Public License as ## it under the terms of the GNU General Public License as published by
## published by the Free Software Foundation; version 2 of ## the Free Software Foundation; version 2 of the License.
## the License.
## ##
## This program is distributed in the hope that it will be useful, ## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
## ##
## You should have received a copy of the GNU General Public License ## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software ## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
## MA 02110-1301 USA
## ##
driver-y += mainboard.o driver-y += mainboard.o

View File

@ -10,8 +10,8 @@
* Copyright (C) 2009 Harald Gutmann <harald.gutmann@gmx.net> * Copyright (C) 2009 Harald Gutmann <harald.gutmann@gmx.net>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License v2 as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -1,15 +1,13 @@
/* /*
* This file is part of the coreboot project. * This file is part of the coreboot project.
* *
* (C) Copyright 2004 Nick Barker <Nick.Barker9@btinternet.com> * Copyright (C) 2004 Nick Barker <Nick.Barker9@btinternet.com>
* (C) Copyright 2007, 2008 Rudolf Marek <r.marek@assembler.cz> * Copyright (C) 2007, 2008 Rudolf Marek <r.marek@assembler.cz>
* (C) Copyright 2009 Harald Gutmann <harald.gutmann@gmx.net> * Copyright (C) 2009 Harald Gutmann <harald.gutmann@gmx.net>
*
* ISA portions taken from QEMU acpi-dsdt.dsl.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License v2 as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -21,6 +19,10 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
/*
* ISA portions taken from QEMU acpi-dsdt.dsl.
*/
DefinitionBlock ("DSDT.aml", "DSDT", 1, "LXBIOS", "LXB-DSDT", 1) DefinitionBlock ("DSDT.aml", "DSDT", 1, "LXBIOS", "LXB-DSDT", 1)
{ {
#include "northbridge/amd/amdk8/amdk8_util.asl" #include "northbridge/amd/amdk8/amdk8_util.asl"

View File

@ -3,10 +3,9 @@
* *
* Copyright (C) 2007-2009 coresystems GmbH * Copyright (C) 2007-2009 coresystems GmbH
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or modify
* modify it under the terms of the GNU General Public License as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation; version 2 of * the Free Software Foundation; version 2 of the License.
* the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* MA 02110-1301 USA
*/ */
#define DMI_TABLE_SIZE 0x55 #define DMI_TABLE_SIZE 0x55

View File

@ -3,10 +3,9 @@
* *
* Copyright (C) 2007-2008 coresystems GmbH * Copyright (C) 2007-2008 coresystems GmbH
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or modify
* modify it under the terms of the GNU General Public License as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation; version 2 of * the Free Software Foundation; version 2 of the License.
* the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* MA 02110-1301 USA
*/ */
extern struct chip_operations mainboard_ops; extern struct chip_operations mainboard_ops;

View File

@ -4,8 +4,8 @@
* Copyright (C) 2008 Arastra, Inc. * Copyright (C) 2008 Arastra, Inc.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,7 +15,6 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/ */
extern struct chip_operations mainboard_ops; extern struct chip_operations mainboard_ops;

View File

@ -4,8 +4,8 @@
* Copyright (C) 2008 Arastra, Inc. * Copyright (C) 2008 Arastra, Inc.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,7 +15,6 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/ */
extern struct chip_operations mainboard_ops; extern struct chip_operations mainboard_ops;

View File

@ -3,10 +3,9 @@
## ##
## Copyright (C) 2007-2008 coresystems GmbH ## Copyright (C) 2007-2008 coresystems GmbH
## ##
## This program is free software; you can redistribute it and/or ## This program is free software; you can redistribute it and/or modify
## modify it under the terms of the GNU General Public License as ## it under the terms of the GNU General Public License as published by
## published by the Free Software Foundation; version 2 of ## the Free Software Foundation; version 2 of the License.
## the License.
## ##
## This program is distributed in the hope that it will be useful, ## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
## ##
## You should have received a copy of the GNU General Public License ## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software ## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
## MA 02110-1301 USA
## ##
driver-y += mainboard.o driver-y += mainboard.o

View File

@ -3,10 +3,9 @@
## ##
## Copyright (C) 2007-2008 coresystems GmbH ## Copyright (C) 2007-2008 coresystems GmbH
## ##
## This program is free software; you can redistribute it and/or ## This program is free software; you can redistribute it and/or modify
## modify it under the terms of the GNU General Public License as ## it under the terms of the GNU General Public License as published by
## published by the Free Software Foundation; version 2 of ## the Free Software Foundation; version 2 of the License.
## the License.
## ##
## This program is distributed in the hope that it will be useful, ## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
## ##
## You should have received a copy of the GNU General Public License ## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software ## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
## MA 02110-1301 USA
## ##
## ##

View File

@ -3,10 +3,9 @@
* *
* Copyright (C) 2007-2008 coresystems GmbH * Copyright (C) 2007-2008 coresystems GmbH
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or modify
* modify it under the terms of the GNU General Public License as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation; version 2 of * the Free Software Foundation; version 2 of the License.
* the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* MA 02110-1301 USA
*/ */
extern struct chip_operations mainboard_ops; extern struct chip_operations mainboard_ops;

View File

@ -3,10 +3,9 @@
* *
* Copyright (C) 2007-2009 coresystems GmbH * Copyright (C) 2007-2009 coresystems GmbH
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or modify
* modify it under the terms of the GNU General Public License as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation; version 2 of * the Free Software Foundation; version 2 of the License.
* the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* MA 02110-1301 USA
*/ */
#define DMI_TABLE_SIZE 0x55 #define DMI_TABLE_SIZE 0x55

View File

@ -3,10 +3,9 @@
## ##
## Copyright (C) 2007-2008 coresystems GmbH ## Copyright (C) 2007-2008 coresystems GmbH
## ##
## This program is free software; you can redistribute it and/or ## This program is free software; you can redistribute it and/or modify
## modify it under the terms of the GNU General Public License as ## it under the terms of the GNU General Public License as published by
## published by the Free Software Foundation; version 2 of ## the Free Software Foundation; version 2 of the License.
## the License.
## ##
## This program is distributed in the hope that it will be useful, ## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
## ##
## You should have received a copy of the GNU General Public License ## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software ## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
## MA 02110-1301 USA
## ##
driver-y += mainboard.o driver-y += mainboard.o

View File

@ -3,10 +3,9 @@
## ##
## Copyright (C) 2007-2008 coresystems GmbH ## Copyright (C) 2007-2008 coresystems GmbH
## ##
## This program is free software; you can redistribute it and/or ## This program is free software; you can redistribute it and/or modify
## modify it under the terms of the GNU General Public License as ## it under the terms of the GNU General Public License as published by
## published by the Free Software Foundation; version 2 of ## the Free Software Foundation; version 2 of the License.
## the License.
## ##
## This program is distributed in the hope that it will be useful, ## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
## ##
## You should have received a copy of the GNU General Public License ## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software ## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
## MA 02110-1301 USA
## ##
driver-y += mainboard.o driver-y += mainboard.o

View File

@ -3,7 +3,6 @@
* *
* Copyright (C) 2006 AMD * Copyright (C) 2006 AMD
* Written by Yinghai Lu <yinghailu@gmail.com> for AMD. * Written by Yinghai Lu <yinghailu@gmail.com> for AMD.
*
* Copyright (C) 2006 MSI * Copyright (C) 2006 MSI
* Written by bxshi <bingxunshi@gmail.com> for MSI. * Written by bxshi <bingxunshi@gmail.com> for MSI.
* *

View File

@ -3,10 +3,9 @@
## ##
## Copyright (C) 2007-2008 coresystems GmbH ## Copyright (C) 2007-2008 coresystems GmbH
## ##
## This program is free software; you can redistribute it and/or ## This program is free software; you can redistribute it and/or modify
## modify it under the terms of the GNU General Public License as ## it under the terms of the GNU General Public License as published by
## published by the Free Software Foundation; version 2 of ## the Free Software Foundation; version 2 of the License.
## the License.
## ##
## This program is distributed in the hope that it will be useful, ## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
## ##
## You should have received a copy of the GNU General Public License ## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software ## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
## MA 02110-1301 USA
## ##
driver-y += mainboard.o driver-y += mainboard.o

View File

@ -3,7 +3,6 @@
* *
* Copyright (C) 2006 AMD * Copyright (C) 2006 AMD
* Written by Yinghai Lu <yinghailu@amd.com> for AMD. * Written by Yinghai Lu <yinghailu@amd.com> for AMD.
*
* Copyright (C) 2006 MSI * Copyright (C) 2006 MSI
* Written by Bingxun Shi <bingxunshi@gmail.com> for MSI. * Written by Bingxun Shi <bingxunshi@gmail.com> for MSI.
* *

View File

@ -3,10 +3,9 @@
## ##
## Copyright (C) 2007-2008 coresystems GmbH ## Copyright (C) 2007-2008 coresystems GmbH
## ##
## This program is free software; you can redistribute it and/or ## This program is free software; you can redistribute it and/or modify
## modify it under the terms of the GNU General Public License as ## it under the terms of the GNU General Public License as published by
## published by the Free Software Foundation; version 2 of ## the Free Software Foundation; version 2 of the License.
## the License.
## ##
## This program is distributed in the hope that it will be useful, ## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
## ##
## You should have received a copy of the GNU General Public License ## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software ## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
## MA 02110-1301 USA
## ##
driver-y += mainboard.o driver-y += mainboard.o

View File

@ -3,10 +3,9 @@
## ##
## Copyright (C) 2007-2008 coresystems GmbH ## Copyright (C) 2007-2008 coresystems GmbH
## ##
## This program is free software; you can redistribute it and/or ## This program is free software; you can redistribute it and/or modify
## modify it under the terms of the GNU General Public License as ## it under the terms of the GNU General Public License as published by
## published by the Free Software Foundation; version 2 of ## the Free Software Foundation; version 2 of the License.
## the License.
## ##
## This program is distributed in the hope that it will be useful, ## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
## ##
## You should have received a copy of the GNU General Public License ## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software ## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
## MA 02110-1301 USA
## ##
## ##

View File

@ -3,10 +3,9 @@
* *
* Copyright (C) 2007-2009 coresystems GmbH * Copyright (C) 2007-2009 coresystems GmbH
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or modify
* modify it under the terms of the GNU General Public License as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation; version 2 of * the Free Software Foundation; version 2 of the License.
* the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* MA 02110-1301 USA
*/ */
extern struct chip_operations mainboard_ops; extern struct chip_operations mainboard_ops;

View File

@ -3,10 +3,9 @@
* *
* Copyright (C) 2007-2009 coresystems GmbH * Copyright (C) 2007-2009 coresystems GmbH
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or modify
* modify it under the terms of the GNU General Public License as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation; version 2 of * the Free Software Foundation; version 2 of the License.
* the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* MA 02110-1301 USA
*/ */
#define DMI_TABLE_SIZE 0x55 #define DMI_TABLE_SIZE 0x55

View File

@ -3,10 +3,9 @@
* *
* Copyright (C) 2008-2009 coresystems GmbH * Copyright (C) 2008-2009 coresystems GmbH
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or modify
* modify it under the terms of the GNU General Public License as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation; version 2 of * the Free Software Foundation; version 2 of the License.
* the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* MA 02110-1301 USA
*/ */
#ifndef _MAINBOARD_EC_H #ifndef _MAINBOARD_EC_H

View File

@ -3,10 +3,9 @@
* *
* Copyright (C) 2008-2009 coresystems GmbH * Copyright (C) 2008-2009 coresystems GmbH
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or modify
* modify it under the terms of the GNU General Public License as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation; version 2 of * the Free Software Foundation; version 2 of the License.
* the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* MA 02110-1301 USA
*/ */
#ifndef _MAINBOARD_M3885_H #ifndef _MAINBOARD_M3885_H

View File

@ -3,10 +3,9 @@
## ##
## Copyright (C) 2007-2008 coresystems GmbH ## Copyright (C) 2007-2008 coresystems GmbH
## ##
## This program is free software; you can redistribute it and/or ## This program is free software; you can redistribute it and/or modify
## modify it under the terms of the GNU General Public License as ## it under the terms of the GNU General Public License as published by
## published by the Free Software Foundation; version 2 of ## the Free Software Foundation; version 2 of the License.
## the License.
## ##
## This program is distributed in the hope that it will be useful, ## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
## ##
## You should have received a copy of the GNU General Public License ## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software ## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
## MA 02110-1301 USA
## ##
driver-y += mainboard.o driver-y += mainboard.o

View File

@ -3,10 +3,9 @@
## ##
## Copyright (C) 2007-2008 coresystems GmbH ## Copyright (C) 2007-2008 coresystems GmbH
## ##
## This program is free software; you can redistribute it and/or ## This program is free software; you can redistribute it and/or modify
## modify it under the terms of the GNU General Public License as ## it under the terms of the GNU General Public License as published by
## published by the Free Software Foundation; version 2 of ## the Free Software Foundation; version 2 of the License.
## the License.
## ##
## This program is distributed in the hope that it will be useful, ## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
## ##
## You should have received a copy of the GNU General Public License ## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software ## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
## MA 02110-1301 USA
## ##
driver-y += mainboard.o driver-y += mainboard.o

View File

@ -3,10 +3,9 @@
## ##
## Copyright (C) 2007-2008 coresystems GmbH ## Copyright (C) 2007-2008 coresystems GmbH
## ##
## This program is free software; you can redistribute it and/or ## This program is free software; you can redistribute it and/or modify
## modify it under the terms of the GNU General Public License as ## it under the terms of the GNU General Public License as published by
## published by the Free Software Foundation; version 2 of ## the Free Software Foundation; version 2 of the License.
## the License.
## ##
## This program is distributed in the hope that it will be useful, ## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
## ##
## You should have received a copy of the GNU General Public License ## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software ## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
## MA 02110-1301 USA
## ##
driver-y += mainboard.o driver-y += mainboard.o

View File

@ -3,10 +3,9 @@
## ##
## Copyright (C) 2007-2008 coresystems GmbH ## Copyright (C) 2007-2008 coresystems GmbH
## ##
## This program is free software; you can redistribute it and/or ## This program is free software; you can redistribute it and/or modify
## modify it under the terms of the GNU General Public License as ## it under the terms of the GNU General Public License as published by
## published by the Free Software Foundation; version 2 of ## the Free Software Foundation; version 2 of the License.
## the License.
## ##
## This program is distributed in the hope that it will be useful, ## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
## ##
## You should have received a copy of the GNU General Public License ## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software ## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
## MA 02110-1301 USA
## ##
driver-y += mainboard.o driver-y += mainboard.o

View File

@ -3,10 +3,9 @@
## ##
## Copyright (C) 2007-2008 coresystems GmbH ## Copyright (C) 2007-2008 coresystems GmbH
## ##
## This program is free software; you can redistribute it and/or ## This program is free software; you can redistribute it and/or modify
## modify it under the terms of the GNU General Public License as ## it under the terms of the GNU General Public License as published by
## published by the Free Software Foundation; version 2 of ## the Free Software Foundation; version 2 of the License.
## the License.
## ##
## This program is distributed in the hope that it will be useful, ## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
## ##
## You should have received a copy of the GNU General Public License ## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software ## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
## MA 02110-1301 USA
## ##
driver-y += mainboard.o driver-y += mainboard.o

View File

@ -3,10 +3,9 @@
## ##
## Copyright (C) 2007-2008 coresystems GmbH ## Copyright (C) 2007-2008 coresystems GmbH
## ##
## This program is free software; you can redistribute it and/or ## This program is free software; you can redistribute it and/or modify
## modify it under the terms of the GNU General Public License as ## it under the terms of the GNU General Public License as published by
## published by the Free Software Foundation; version 2 of ## the Free Software Foundation; version 2 of the License.
## the License.
## ##
## This program is distributed in the hope that it will be useful, ## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
## ##
## You should have received a copy of the GNU General Public License ## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software ## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
## MA 02110-1301 USA
## ##
driver-y += mainboard.o driver-y += mainboard.o

View File

@ -3,10 +3,9 @@
## ##
## Copyright (C) 2007-2008 coresystems GmbH ## Copyright (C) 2007-2008 coresystems GmbH
## ##
## This program is free software; you can redistribute it and/or ## This program is free software; you can redistribute it and/or modify
## modify it under the terms of the GNU General Public License as ## it under the terms of the GNU General Public License as published by
## published by the Free Software Foundation; version 2 of ## the Free Software Foundation; version 2 of the License.
## the License.
## ##
## This program is distributed in the hope that it will be useful, ## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
## ##
## You should have received a copy of the GNU General Public License ## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software ## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
## MA 02110-1301 USA
## ##
## ##

View File

@ -1,14 +1,12 @@
/* /*
* This file is part of the coreboot project. * This file is part of the coreboot project.
* *
* (C) Copyright 2004 Nick Barker <Nick.Barker9@btinternet.com> * Copyright (C) 2004 Nick Barker <Nick.Barker9@btinternet.com>
* (C) Copyright 2007, 2008 Rudolf Marek <r.marek@assembler.cz> * Copyright (C) 2007, 2008 Rudolf Marek <r.marek@assembler.cz>
*
* ISA portions taken from QEMU acpi-dsdt.dsl.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License v2 as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -20,6 +18,10 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
/*
* ISA portions taken from QEMU acpi-dsdt.dsl.
*/
DefinitionBlock ("DSDT.aml", "DSDT", 1, "CORE ", "CB-DSDT ", 1) DefinitionBlock ("DSDT.aml", "DSDT", 1, "CORE ", "CB-DSDT ", 1)
{ {
#include "northbridge/amd/amdk8/amdk8_util.asl" #include "northbridge/amd/amdk8/amdk8_util.asl"

View File

@ -1,25 +1,27 @@
/* /*
* This file is part of the coreboot project. * This file is part of the coreboot project.
* *
* (C) Copyright 2004 Nick Barker <Nick.Barker9@btinternet.com> * Copyright (C) 2004 Nick Barker <Nick.Barker9@btinternet.com>
* (C) Copyright 2007, 2008 Rudolf Marek <r.marek@assembler.cz> * Copyright (C) 2007, 2008 Rudolf Marek <r.marek@assembler.cz>
*
* ISA portions taken from QEMU acpi-dsdt.dsl.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License v2 as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
/*
* ISA portions taken from QEMU acpi-dsdt.dsl.
*/
DefinitionBlock ("DSDT.aml", "DSDT", 1, "CORE ", "CB-DSDT ", 1) DefinitionBlock ("DSDT.aml", "DSDT", 1, "CORE ", "CB-DSDT ", 1)
{ {
#include "northbridge/amd/amdk8/amdk8_util.asl" #include "northbridge/amd/amdk8/amdk8_util.asl"

View File

@ -1,25 +1,27 @@
/* /*
* This file is part of the coreboot project. * This file is part of the coreboot project.
* *
* (C) Copyright 2004 Nick Barker <Nick.Barker9@btinternet.com> * Copyright (C) 2004 Nick Barker <Nick.Barker9@btinternet.com>
* (C) Copyright 2007, 2008 Rudolf Marek <r.marek@assembler.cz> * Copyright (C) 2007, 2008 Rudolf Marek <r.marek@assembler.cz>
*
* ISA portions taken from QEMU acpi-dsdt.dsl.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License v2 as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
/*
* ISA portions taken from QEMU acpi-dsdt.dsl.
*/
DefinitionBlock ("DSDT.aml", "DSDT", 1, "CORE ", "CB-DSDT ", 1) DefinitionBlock ("DSDT.aml", "DSDT", 1, "CORE ", "CB-DSDT ", 1)
{ {
#include "northbridge/amd/amdk8/amdk8_util.asl" #include "northbridge/amd/amdk8/amdk8_util.asl"

View File

@ -3,10 +3,9 @@
## ##
## Copyright (C) 2007-2008 coresystems GmbH ## Copyright (C) 2007-2008 coresystems GmbH
## ##
## This program is free software; you can redistribute it and/or ## This program is free software; you can redistribute it and/or modify
## modify it under the terms of the GNU General Public License as ## it under the terms of the GNU General Public License as published by
## published by the Free Software Foundation; version 2 of ## the Free Software Foundation; version 2 of the License.
## the License.
## ##
## This program is distributed in the hope that it will be useful, ## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
## ##
## You should have received a copy of the GNU General Public License ## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software ## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
## MA 02110-1301 USA
## ##
driver-y += mainboard.o driver-y += mainboard.o

View File

@ -3,10 +3,9 @@
## ##
## Copyright (C) 2007-2008 coresystems GmbH ## Copyright (C) 2007-2008 coresystems GmbH
## ##
## This program is free software; you can redistribute it and/or ## This program is free software; you can redistribute it and/or modify
## modify it under the terms of the GNU General Public License as ## it under the terms of the GNU General Public License as published by
## published by the Free Software Foundation; version 2 of ## the Free Software Foundation; version 2 of the License.
## the License.
## ##
## This program is distributed in the hope that it will be useful, ## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
## ##
## You should have received a copy of the GNU General Public License ## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software ## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
## MA 02110-1301 USA
## ##
driver-y += mainboard.o driver-y += mainboard.o

View File

@ -1,12 +1,12 @@
/* /*
* ACPI - create the Fixed ACPI Description Tables (FADT) * This file is part of the coreboot project.
*
* (C) Copyright 2004 Nick Barker <nick.barker9@btinternet.com> * (C) Copyright 2004 Nick Barker <nick.barker9@btinternet.com>
* *
* * This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or * it under the terms of the GNU General Public License as published by
* modify it under the terms of the GNU General Public License as * the Free Software Foundation; either version 2 of the License, or
* published by the Free Software Foundation; either version 2 of * (at your option) any later version.
* the License, or (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,10 +15,12 @@
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* MA 02110-1301 USA
*/ */
/*
* ACPI - create the Fixed ACPI Description Tables (FADT)
*/
#include <string.h> #include <string.h>
#include <arch/acpi.h> #include <arch/acpi.h>

View File

@ -1,13 +1,13 @@
/* /*
* ACPI - create the Fixed ACPI Description Tables (FADT) * This file is part of the coreboot project.
* (C) Copyright 2004 Nick Barker <nick.barker9@btinternet.com>
* (C) Copyright 2009 Jon Harrison <bothlyn@blueyonder.co.uk>
* *
* Copyright (C) 2004 Nick Barker <nick.barker9@btinternet.com>
* Copyright (C) 2009 Jon Harrison <bothlyn@blueyonder.co.uk>
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or modify
* modify it under the terms of the GNU General Public License as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation; either version 2 of * the Free Software Foundation; either version 2 of the License, or
* the License, or (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -16,10 +16,12 @@
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* MA 02110-1301 USA
*/ */
/*
* ACPI - create the Fixed ACPI Description Tables (FADT)
*/
#include <string.h> #include <string.h>
#include <arch/acpi.h> #include <arch/acpi.h>

View File

@ -3,10 +3,9 @@
* *
* Copyright (C) 2007-2009 coresystems GmbH * Copyright (C) 2007-2009 coresystems GmbH
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or modify
* modify it under the terms of the GNU General Public License as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation; version 2 of * the Free Software Foundation; version 2 of the License.
* the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* MA 02110-1301 USA
*/ */
extern struct chip_operations mainboard_ops; extern struct chip_operations mainboard_ops;

View File

@ -3,10 +3,9 @@
* *
* Copyright (C) 2007-2009 coresystems GmbH * Copyright (C) 2007-2009 coresystems GmbH
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or modify
* modify it under the terms of the GNU General Public License as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation; version 2 of * the Free Software Foundation; version 2 of the License.
* the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* MA 02110-1301 USA
*/ */
#define DMI_TABLE_SIZE 0x55 #define DMI_TABLE_SIZE 0x55

View File

@ -1,21 +1,21 @@
# ##
# This file is part of the coreboot project. ## This file is part of the coreboot project.
# ##
# Copyright (C) 2007-2009 coresystems GmbH ## Copyright (C) 2007-2009 coresystems GmbH
# ##
# This program is free software; you can redistribute it and/or modify ## 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 ## it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. ## the Free Software Foundation; version 2 of the License.
# ##
# This program is distributed in the hope that it will be useful, ## This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of ## but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details. ## GNU General Public License for more details.
# ##
# You should have received a copy of the GNU General Public License ## You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software ## along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# ##
config NORTHBRIDGE_AMD_AMDFAM10 config NORTHBRIDGE_AMD_AMDFAM10
bool bool

View File

@ -1,21 +1,21 @@
# ##
# This file is part of the coreboot project. ## This file is part of the coreboot project.
# ##
# Copyright (C) 2007-2009 coresystems GmbH ## Copyright (C) 2007-2009 coresystems GmbH
# ##
# This program is free software; you can redistribute it and/or modify ## 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 ## it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. ## the Free Software Foundation; version 2 of the License.
# ##
# This program is distributed in the hope that it will be useful, ## This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of ## but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details. ## GNU General Public License for more details.
# ##
# You should have received a copy of the GNU General Public License ## You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software ## along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# ##
config NORTHBRIDGE_AMD_AMDK8 config NORTHBRIDGE_AMD_AMDK8
bool bool

View File

@ -4,8 +4,8 @@
* Copyright (C) 2009 Rudolf Marek <r.marek@assembler.cz> * Copyright (C) 2009 Rudolf Marek <r.marek@assembler.cz>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License v2 as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -16,6 +16,7 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#ifndef AMDK8_ACPI_H #ifndef AMDK8_ACPI_H
#define AMDK8_ACPI_H #define AMDK8_ACPI_H
#include <arch/acpigen.h> #include <arch/acpigen.h>

View File

@ -4,8 +4,8 @@
* Copyright (C) 2009 Rudolf Marek <r.marek@assembler.cz> * Copyright (C) 2009 Rudolf Marek <r.marek@assembler.cz>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License v2 as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -1,21 +1,21 @@
# ##
# This file is part of the coreboot project. ## This file is part of the coreboot project.
# ##
# Copyright (C) 2007-2009 coresystems GmbH ## Copyright (C) 2007-2009 coresystems GmbH
# ##
# This program is free software; you can redistribute it and/or modify ## 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 ## it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. ## the Free Software Foundation; version 2 of the License.
# ##
# This program is distributed in the hope that it will be useful, ## This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of ## but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details. ## GNU General Public License for more details.
# ##
# You should have received a copy of the GNU General Public License ## You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software ## along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# ##
config NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX config NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
bool bool

View File

@ -1,21 +1,21 @@
# ##
# This file is part of the coreboot project. ## This file is part of the coreboot project.
# ##
# Copyright (C) 2007-2009 coresystems GmbH ## Copyright (C) 2007-2009 coresystems GmbH
# ##
# This program is free software; you can redistribute it and/or modify ## 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 ## it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. ## the Free Software Foundation; version 2 of the License.
# ##
# This program is distributed in the hope that it will be useful, ## This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of ## but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details. ## GNU General Public License for more details.
# ##
# You should have received a copy of the GNU General Public License ## You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software ## along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# ##
config NORTHBRIDGE_AMD_GX2 config NORTHBRIDGE_AMD_GX2
bool bool

View File

@ -4,8 +4,8 @@
* Copyright (C) 2007 Advanced Micro Devices, Inc. * Copyright (C) 2007 Advanced Micro Devices, Inc.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -1,5 +1,5 @@
/* /*
* e7501.h: PCI configuration space for the Intel E7501 memory controller * This file is part of the coreboot project.
* *
* Copyright (C) 2005 Digital Design Corporation * Copyright (C) 2005 Digital Design Corporation
* *
@ -18,6 +18,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
/*
* e7501.h: PCI configuration space for the Intel E7501 memory controller
*/
/************ D0:F0 ************/ /************ D0:F0 ************/
// Register offsets // Register offsets

View File

@ -4,8 +4,8 @@
* Copyright (C) 2008 Arastra, Inc. * Copyright (C) 2008 Arastra, Inc.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,7 +15,6 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/ */
struct northbridge_intel_i3100_config struct northbridge_intel_i3100_config

View File

@ -4,8 +4,8 @@
* Copyright (C) 2008 Arastra, Inc. * Copyright (C) 2008 Arastra, Inc.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,7 +15,6 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/ */
#ifndef NORTHBRIDGE_INTEL_I3100_EP80579_H #ifndef NORTHBRIDGE_INTEL_I3100_EP80579_H

View File

@ -4,8 +4,8 @@
* Copyright (C) 2008 Arastra, Inc. * Copyright (C) 2008 Arastra, Inc.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,7 +15,6 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/ */
#define IURBASE 0X14 #define IURBASE 0X14

View File

@ -4,8 +4,8 @@
* Copyright (C) 2008 Arastra, Inc. * Copyright (C) 2008 Arastra, Inc.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,7 +15,6 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/ */
#include "i3100.h" #include "i3100.h"

View File

@ -4,8 +4,8 @@
* Copyright (C) 2008 Arastra, Inc. * Copyright (C) 2008 Arastra, Inc.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,7 +15,6 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/ */
/* This code is based on src/northbridge/intel/e7520/raminit.h */ /* This code is based on src/northbridge/intel/e7520/raminit.h */

View File

@ -4,8 +4,8 @@
* Copyright (C) 2008 Arastra, Inc. * Copyright (C) 2008 Arastra, Inc.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,7 +15,6 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/ */
#ifndef NORTHBRIDGE_INTEL_I3100_RAMINIT_EP80579_H #ifndef NORTHBRIDGE_INTEL_I3100_RAMINIT_EP80579_H

View File

@ -1,21 +1,21 @@
# ##
# This file is part of the coreboot project. ## This file is part of the coreboot project.
# ##
# Copyright (C) 2007-2009 coresystems GmbH ## Copyright (C) 2007-2009 coresystems GmbH
# ##
# This program is free software; you can redistribute it and/or modify ## 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 ## it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. ## the Free Software Foundation; version 2 of the License.
# ##
# This program is distributed in the hope that it will be useful, ## This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of ## but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details. ## GNU General Public License for more details.
# ##
# You should have received a copy of the GNU General Public License ## You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software ## along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# ##
config NORTHBRIDGE_INTEL_I945 config NORTHBRIDGE_INTEL_I945
bool bool

View File

@ -1,12 +1,13 @@
/* /*
* (C) Copyright 2005 Nick Barker <nick.barker9@btinternet.com> * This file is part of the coreboot project.
* (C) Copyright 2009 Jon Harrison <bothlyn@blueyonder.co.uk
* *
* Copyright (C) 2005 Nick Barker <nick.barker9@btinternet.com>
* Copyright (C) 2009 Jon Harrison <bothlyn@blueyonder.co.uk
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or modify
* modify it under the terms of the GNU General Public License as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation; either version 2 of * the Free Software Foundation; either version 2 of the License, or
* the License, or (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +16,7 @@
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* MA 02110-1301 USA
*/ */
/* /*

View File

@ -1,11 +1,12 @@
/* /*
* (C) Copyright 2005 Nick Barker <nick.barker9@btinternet.com> * This file is part of the coreboot project.
* *
* Copyright (C) 2005 Nick Barker <nick.barker9@btinternet.com>
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or modify
* modify it under the terms of the GNU General Public License as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation; either version 2 of * the Free Software Foundation; either version 2 of the License, or
* the License, or (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -14,8 +15,7 @@
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* MA 02110-1301 USA
*/ */
/* /*

View File

@ -5,7 +5,7 @@
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -5,7 +5,7 @@
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -17,6 +17,7 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#ifndef ARCH_I386_PCI_RAWOPS_H #ifndef ARCH_I386_PCI_RAWOPS_H
# define ARCH_I386_PCI_RAWOPS_H 1 # define ARCH_I386_PCI_RAWOPS_H 1
#include <stdint.h> #include <stdint.h>

View File

@ -4,8 +4,8 @@
* Copyright (C) 2008 Arastra, Inc. * Copyright (C) 2008 Arastra, Inc.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,7 +15,6 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/ */
#ifndef SOUTHBRIDGE_INTEL_I3100_I3100_H #ifndef SOUTHBRIDGE_INTEL_I3100_I3100_H

View File

@ -4,8 +4,8 @@
* Copyright (C) 2008 Arastra, Inc. * Copyright (C) 2008 Arastra, Inc.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation. * the Free Software Foundation; version 2 of the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,7 +15,6 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/ */
/* This code is based on src/southbridge/intel/esb6300/esb6300_smbus.h */ /* This code is based on src/southbridge/intel/esb6300/esb6300_smbus.h */

View File

@ -3,10 +3,9 @@
* *
* Copyright (C) 2008-2009 coresystems GmbH * Copyright (C) 2008-2009 coresystems GmbH
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or modify
* modify it under the terms of the GNU General Public License as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation; version 2 of * the Free Software Foundation; version 2 of the License.
* the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -3,10 +3,9 @@
* *
* Copyright (C) 2008-2009 coresystems GmbH * Copyright (C) 2008-2009 coresystems GmbH
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or modify
* modify it under the terms of the GNU General Public License as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation; version 2 of * the Free Software Foundation; version 2 of the License.
* the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -3,10 +3,9 @@
* *
* Copyright (C) 2008-2009 coresystems GmbH * Copyright (C) 2008-2009 coresystems GmbH
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or modify
* modify it under the terms of the GNU General Public License as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation; version 2 of * the Free Software Foundation; version 2 of the License.
* the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* MA 02110-1301 USA
*/ */
typedef struct { typedef struct {

View File

@ -3,10 +3,9 @@
* *
* Copyright (C) 2009 coresystems GmbH * Copyright (C) 2009 coresystems GmbH
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or modify
* modify it under the terms of the GNU General Public License as * it under the terms of the GNU General Public License as published by
* published by the Free Software Foundation; version 2 of * the Free Software Foundation; version 2 of the License.
* the License.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -15,8 +14,7 @@
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* MA 02110-1301 USA
*/ */
#define MAINBOARD_POWER_OFF 0 #define MAINBOARD_POWER_OFF 0

Some files were not shown because too many files have changed in this diff Show More