mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Various cosmetic license header fixes (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@392 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
dcedc08fe5
commit
2a605775a6
17 changed files with 48 additions and 41 deletions
|
@ -9,8 +9,8 @@
|
||||||
*
|
*
|
||||||
* 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, or
|
* the Free Software Foundation; either version 2 of 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
|
||||||
|
@ -19,10 +19,9 @@
|
||||||
*
|
*
|
||||||
* 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 is a test for the idea of a cpu device. There is only ever
|
/* This is a test for the idea of a cpu device. There is only ever
|
||||||
* going to be one CPU device, the bootstrap processor or BP; other
|
* going to be one CPU device, the bootstrap processor or BP; other
|
||||||
* processors will go through a different path. on Geode it is
|
* processors will go through a different path. on Geode it is
|
||||||
|
|
|
@ -19,6 +19,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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <types.h>
|
#include <types.h>
|
||||||
#include <lib.h>
|
#include <lib.h>
|
||||||
#include <console.h>
|
#include <console.h>
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2007 Ronald G. Minnich
|
* This file is part of the LinuxBIOS project.
|
||||||
|
*
|
||||||
|
* Copyright (C) 2007 Ronald G. Minnich <rminnich@gmail.com>
|
||||||
* Copyright (C) 2007 coresystems GmbH
|
* Copyright (C) 2007 coresystems GmbH
|
||||||
|
* (Written by Stefan Reinauer <stepan@coresystems.de> for 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
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the LinuxBIOS project.
|
* This file is part of the LinuxBIOS project.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007 Ron Minnich
|
* Copyright (C) 2007 Ronald G. Minnich <rminnich@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
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* This file is part of the LinuxBIOS project.
|
* This file is part of the LinuxBIOS project.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007 Ronald G. Minnich <rminnich@gmail.com>
|
* Copyright (C) 2007 Ronald G. Minnich <rminnich@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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
|
@ -18,4 +18,5 @@
|
||||||
* 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 POST_START_OF_MAIN (0x01)
|
#define POST_START_OF_MAIN 0x01
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <types.h>
|
#include <types.h>
|
||||||
#include <lib.h>
|
#include <lib.h>
|
||||||
#include <console.h>
|
#include <console.h>
|
||||||
|
@ -32,6 +33,7 @@
|
||||||
#include <southbridge/amd/cs5536/cs5536.h>
|
#include <southbridge/amd/cs5536/cs5536.h>
|
||||||
#include <northbridge/amd/geodelx/raminit.h>
|
#include <northbridge/amd/geodelx/raminit.h>
|
||||||
#include <superio/winbond/w83627hf/w83627hf.h>
|
#include <superio/winbond/w83627hf/w83627hf.h>
|
||||||
|
|
||||||
#define SERIAL_DEV 0x30
|
#define SERIAL_DEV 0x30
|
||||||
|
|
||||||
#define MANUALCONF 0 /* Do automatic strapped PLL config */
|
#define MANUALCONF 0 /* Do automatic strapped PLL config */
|
||||||
|
|
|
@ -22,4 +22,3 @@
|
||||||
|
|
||||||
const char *mainboard_vendor = "Advanced Digital Logic";
|
const char *mainboard_vendor = "Advanced Digital Logic";
|
||||||
const char *mainboard_part_number = "MSM800SEV";
|
const char *mainboard_part_number = "MSM800SEV";
|
||||||
|
|
||||||
|
|
|
@ -22,4 +22,3 @@
|
||||||
|
|
||||||
const char *mainboard_vendor = "AMD";
|
const char *mainboard_vendor = "AMD";
|
||||||
const char *mainboard_part_number = "Norwich";
|
const char *mainboard_part_number = "Norwich";
|
||||||
|
|
||||||
|
|
|
@ -22,4 +22,3 @@
|
||||||
|
|
||||||
const char *mainboard_vendor = "Emulation";
|
const char *mainboard_vendor = "Emulation";
|
||||||
const char *mainboard_part_number = "QEMU x86";
|
const char *mainboard_part_number = "QEMU x86";
|
||||||
|
|
||||||
|
|
|
@ -16,7 +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 NORTHBRIDGE_AMD_LX_H
|
|
||||||
#define NORTHBRIDGE_AMD_LX_H
|
|
||||||
|
|
||||||
#endif /* NORTHBRIDGE_AMD_LX_H */
|
#ifndef NORTHBRIDGE_AMD_GEODELX_GEODELX_H
|
||||||
|
#define NORTHBRIDGE_AMD_GEODELX_GEODELX_H
|
||||||
|
|
||||||
|
/* TODO: Empty file, should be removed? */
|
||||||
|
|
||||||
|
#endif /* NORTHBRIDGE_AMD_GEODELX_GEODELX_H */
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the LinuxBIOS project.
|
* This file is part of the LinuxBIOS project.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007 Advanced Micro Devices
|
* 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 as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the LinuxBIOS project.
|
* This file is part of the LinuxBIOS project.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007 Advanced Micro Devices
|
* 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 as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -33,7 +33,6 @@
|
||||||
#include <statictree.h>
|
#include <statictree.h>
|
||||||
#include "w83627hf.h"
|
#include "w83627hf.h"
|
||||||
|
|
||||||
|
|
||||||
static void pnp_enter_ext_func_mode(struct device * dev)
|
static void pnp_enter_ext_func_mode(struct device * dev)
|
||||||
{
|
{
|
||||||
outb(0x87, dev->path.u.pnp.port);
|
outb(0x87, dev->path.u.pnp.port);
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the LinuxBIOS project.
|
* This file is part of the LinuxBIOS project.
|
||||||
|
*
|
||||||
* Copyright 2007 Ronald G. Minnich <rminnich@gmail.com>
|
* Copyright 2007 Ronald G. Minnich <rminnich@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
|
||||||
|
@ -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 SUPERIO_WINBOND_W83627HF_W83627HF_H
|
#ifndef SUPERIO_WINBOND_W83627HF_W83627HF_H
|
||||||
#define SUPERIO_WINBOND_W83627HF_W83627HF_H
|
#define SUPERIO_WINBOND_W83627HF_W83627HF_H
|
||||||
|
|
||||||
|
@ -31,4 +32,5 @@
|
||||||
#define W83627HF_GPIO3 9
|
#define W83627HF_GPIO3 9
|
||||||
#define W83627HF_ACPI 10
|
#define W83627HF_ACPI 10
|
||||||
#define W83627HF_HWM 11 /* Hardware Monitor */
|
#define W83627HF_HWM 11 /* Hardware Monitor */
|
||||||
|
|
||||||
#endif /* SUPERIO_WINBOND_W83627HF_W83627HF_H */
|
#endif /* SUPERIO_WINBOND_W83627HF_W83627HF_H */
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the LinuxBIOS project.
|
* This file is part of the LinuxBIOS project.
|
||||||
|
*
|
||||||
* Copyright 2007 Ronald G. Minnich <rminnich@gmail.com>
|
* Copyright 2007 Ronald G. Minnich <rminnich@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
|
||||||
|
|
Loading…
Add table
Reference in a new issue