fixed fsf address
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2091 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
43225bc804
commit
9442591f42
|
@ -39,6 +39,8 @@ static struct cpu_device_id cpu_table[] = {
|
|||
{ X86_VENDOR_CENTAUR, 0x0678 }, // VIA C3 Ezra
|
||||
{ X86_VENDOR_CENTAUR, 0x0680 }, // VIA C3 Ezra-T
|
||||
{ X86_VENDOR_CENTAUR, 0x0698 }, // VIA C3 Nehemiah
|
||||
{ X86_VENDOR_CENTAUR, 0x0693 }, // VIA C3 Nehemiah
|
||||
{ X86_VENDOR_CENTAUR, 0x0695 }, // VIA C3 Nehemiah
|
||||
{ 0, 0 },
|
||||
};
|
||||
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
*
|
||||
* 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., 59 Temple Place, Suite 330, Boston,
|
||||
* MA 02111-1307 USA
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
* MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
@ -14,8 +14,8 @@
|
|||
*
|
||||
* 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., 59 Temple Place, Suite 330, Boston,
|
||||
* MA 02111-1307 USA
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
* MA 02110-1301 USA
|
||||
*/
|
||||
/* (C) Copyright 2005 Nick Barker <nick.barker@btinternet.com
|
||||
brought into line with the current architecture of LinuxBios */
|
||||
|
|
|
@ -14,8 +14,8 @@
|
|||
*
|
||||
* 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., 59 Temple Place, Suite 330, Boston,
|
||||
* MA 02111-1307 USA
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
* MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
/* rl5c476 routines and defines*/
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
*
|
||||
* 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., 59 Temple Place, Suite 330, Boston,
|
||||
* MA 02111-1307 USA
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
* MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
/* winbond access routines and defines*/
|
||||
|
|
|
@ -14,8 +14,8 @@
|
|||
*
|
||||
* 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., 59 Temple Place, Suite 330, Boston,
|
||||
* MA 02111-1307 USA
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
* MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
/* vt1211 routines and defines*/
|
||||
|
|
Loading…
Reference in New Issue