mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 23:22:37 +02:00
Change all flashrom license headers to use our standard format
No changes in content of the files. Corresponding to flashrom svn r131 and coreboot v2 svn r2751. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
parent
ffec5f3ab7
commit
d110764ccd
17
82802ab.c
17
82802ab.c
@ -1,6 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* 82802ab.c: driver for programming JEDEC standard flash parts
|
* This file is part of the flashrom project.
|
||||||
*
|
|
||||||
*
|
*
|
||||||
* Copyright 2000 Silicon Integrated System Corporation
|
* Copyright 2000 Silicon Integrated System Corporation
|
||||||
*
|
*
|
||||||
@ -16,11 +15,15 @@
|
|||||||
*
|
*
|
||||||
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*
|
*/
|
||||||
*
|
|
||||||
* Reference: http://www.intel.com/design/chipsets/datashts/290658.htm
|
/*
|
||||||
*
|
* Datasheet:
|
||||||
|
* - Name: Intel 82802AB/82802AC Firmware Hub (FWH)
|
||||||
|
* - URL: http://www.intel.com/design/chipsets/datashts/290658.htm
|
||||||
|
* - PDF: http://download.intel.com/design/chipsets/datashts/29065804.pdf
|
||||||
|
* - Order number: 290658-004
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* am29f040.c: driver for programming AMD am29f040b models
|
* This file is part of the flashrom project.
|
||||||
*
|
|
||||||
*
|
*
|
||||||
* Copyright 2000 Silicon Integrated System Corporation
|
* Copyright 2000 Silicon Integrated System Corporation
|
||||||
*
|
*
|
||||||
@ -16,10 +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., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*
|
|
||||||
* Reference:
|
|
||||||
* AMD Am29F040B data sheet
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -1,14 +1,22 @@
|
|||||||
/*
|
/*
|
||||||
* flash rom utility: enable flash writes (board specific)
|
* This file is part of the flashrom project.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005-2007 coresystems GmbH <stepan@coresystems.de>
|
* Copyright (C) 2005-2007 coresystems GmbH <stepan@coresystems.de>
|
||||||
* Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
|
* Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
|
||||||
* Copyright (C) 2007 Luc Verhaegen <libv@skynet.be>
|
* Copyright (C) 2007 Luc Verhaegen <libv@skynet.be>
|
||||||
*
|
*
|
||||||
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
* version 2
|
* the Free Software Foundation; version 2 of the License.
|
||||||
*
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -1,14 +1,26 @@
|
|||||||
/*
|
/*
|
||||||
* flash rom utility: enable flash writes
|
* This file is part of the flashrom project.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||||
* Copyright (C) 2005-2007 coresystems GmbH <stepan@coresystems.de>
|
* Copyright (C) 2005-2007 coresystems GmbH <stepan@coresystems.de>
|
||||||
* Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
|
* Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.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
|
* it under the terms of the GNU General Public License as published by
|
||||||
* version 2
|
* the Free Software Foundation; version 2 of the License.
|
||||||
*
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Contains the chipset specific flash enables.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
5
flash.h
5
flash.h
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* flash.h: flash programming utility - central include file
|
* This file is part of the flashrom project.
|
||||||
*
|
*
|
||||||
* Copyright 2000 Silicon Integrated System Corporation
|
* Copyright 2000 Silicon Integrated System Corporation
|
||||||
* Copyright 2000 Ronald G. Minnich <rminnich@gmail.com>
|
* Copyright 2000 Ronald G. Minnich <rminnich@gmail.com>
|
||||||
@ -17,8 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __FLASH_H__
|
#ifndef __FLASH_H__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* flashchips.c: flash programming utility - flash devices
|
* This file is part of the flashrom project.
|
||||||
*
|
*
|
||||||
* Copyright 2000 Silicon Integrated System Corporation
|
* Copyright 2000 Silicon Integrated System Corporation
|
||||||
* Copyright 2004 Tyan Corp
|
* Copyright 2004 Tyan Corp
|
||||||
@ -17,8 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "flash.h"
|
#include "flash.h"
|
||||||
|
11
flashrom.c
11
flashrom.c
@ -1,13 +1,9 @@
|
|||||||
/*
|
/*
|
||||||
* flashrom.c: Flash programming utility
|
* This file is part of the flashrom project.
|
||||||
*
|
*
|
||||||
* Copyright 2000 Silicon Integrated System Corporation
|
* Copyright 2000 Silicon Integrated System Corporation
|
||||||
* Copyright 2004 Tyan Corp
|
* Copyright 2004 Tyan Corp <yhlu@tyan.com>
|
||||||
* yhlu yhlu@tyan.com add exclude start and end option
|
|
||||||
* Copyright 2005-2007 coresystems GmbH
|
* Copyright 2005-2007 coresystems GmbH
|
||||||
* Stefan Reinauer <stepan@coresystems.de> added rom layout
|
|
||||||
* support, and checking for suitable rom image, various fixes
|
|
||||||
* support for flashing the Technologic Systems 5300.
|
|
||||||
*
|
*
|
||||||
* 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
|
||||||
@ -21,8 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
9
jedec.c
9
jedec.c
@ -1,6 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* jedec.c: driver for programming JEDEC standard flash parts
|
* This file is part of the flashrom project.
|
||||||
*
|
|
||||||
*
|
*
|
||||||
* Copyright 2000 Silicon Integrated System Corporation
|
* Copyright 2000 Silicon Integrated System Corporation
|
||||||
* Copyright 2006 Giampiero Giancipoli <gianci@email.it>
|
* Copyright 2006 Giampiero Giancipoli <gianci@email.it>
|
||||||
@ -18,11 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*
|
|
||||||
*
|
|
||||||
* Reference:
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* lbtable.c: LinuxBIOS table handling
|
* This file is part of the flashrom project.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2002 Steven James <pyro@linuxlabs.com>
|
* Copyright (C) 2002 Steven James <pyro@linuxlabs.com>
|
||||||
* Copyright (C) 2002 Linux Networx
|
* Copyright (C) 2002 Linux Networx
|
||||||
@ -18,7 +18,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, MA, 02110-1301 USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* m29f400bt.c: driver for programming JEDEC standard flash parts
|
* This file is part of the flashrom project.
|
||||||
*
|
|
||||||
*
|
*
|
||||||
* Copyright 2000 Silicon Integrated System Corporation
|
* Copyright 2000 Silicon Integrated System Corporation
|
||||||
*
|
*
|
||||||
@ -16,11 +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., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*
|
|
||||||
*
|
|
||||||
* Reference:
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "flash.h"
|
#include "flash.h"
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* msys_doc.c: driver for programming m-systems doc devices
|
* This file is part of the flashrom project.
|
||||||
*
|
|
||||||
*
|
*
|
||||||
* Copyright 2003 Niki W. Waibel <niki.waibel@gmx.net>
|
* Copyright 2003 Niki W. Waibel <niki.waibel@gmx.net>
|
||||||
*
|
*
|
||||||
@ -16,7 +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., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* msys_doc.h: header file of msys_doc.c
|
* This file is part of the flashrom project.
|
||||||
*
|
|
||||||
*
|
*
|
||||||
* Copyright 2003 Niki W. Waibel <niki.waibel@gmx.net>
|
* Copyright 2003 Niki W. Waibel <niki.waibel@gmx.net>
|
||||||
*
|
*
|
||||||
@ -16,7 +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., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __MSYS_DOC_H__
|
#ifndef __MSYS_DOC_H__
|
||||||
|
10
mx29f002.c
10
mx29f002.c
@ -1,6 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* mx29f002.c: driver for MXIC MX29F002 flash models
|
* This file is part of the flashrom project.
|
||||||
*
|
|
||||||
*
|
*
|
||||||
* Copyright 2000 Silicon Integrated System Corporation
|
* Copyright 2000 Silicon Integrated System Corporation
|
||||||
*
|
*
|
||||||
@ -16,12 +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., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*
|
|
||||||
*
|
|
||||||
* Reference:
|
|
||||||
* MX29F002/002N data sheet
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* pm49fl004.c: driver for Pm49FL004 flash models.
|
* This file is part of the flashrom project.
|
||||||
*
|
|
||||||
*
|
*
|
||||||
* Copyright 2004 Tyan Corporation
|
* Copyright 2004 Tyan Corporation
|
||||||
* yhlu yhlu@tyan.com add exclude range
|
|
||||||
*
|
*
|
||||||
* 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
|
||||||
@ -17,9 +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., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* lhf00l04.c: driver for programming JEDEC standard flash parts
|
* This file is part of the flashrom project.
|
||||||
*
|
|
||||||
*
|
*
|
||||||
* Copyright 2000 Silicon Integrated System Corporation
|
* Copyright 2000 Silicon Integrated System Corporation
|
||||||
*
|
*
|
||||||
@ -16,10 +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., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*
|
|
||||||
*
|
|
||||||
* Reference: http://www.intel.com/design/chipsets/datashts/290658.htm
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
10
sst28sf040.c
10
sst28sf040.c
@ -1,6 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* sst28sf040.c: driver for SST28SF040C flash models.
|
* This file is part of the flashrom project.
|
||||||
*
|
|
||||||
*
|
*
|
||||||
* Copyright 2000 Silicon Integrated System Corporation
|
* Copyright 2000 Silicon Integrated System Corporation
|
||||||
* Copyright 2005 coresystems GmbH <stepan@openbios.org>
|
* Copyright 2005 coresystems GmbH <stepan@openbios.org>
|
||||||
@ -17,12 +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., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*
|
|
||||||
*
|
|
||||||
* Reference:
|
|
||||||
* 4 Megabit (512K x 8) SuperFlash EEPROM, SST28SF040 data sheet
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
12
sst39sf020.c
12
sst39sf020.c
@ -1,6 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* sst39sf020.c: driver for SST28SF040C flash models.
|
* This file is part of the flashrom project.
|
||||||
*
|
|
||||||
*
|
*
|
||||||
* Copyright 2000 Silicon Integrated System Corporation
|
* Copyright 2000 Silicon Integrated System Corporation
|
||||||
*
|
*
|
||||||
@ -16,14 +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., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*
|
|
||||||
*
|
|
||||||
* Reference:
|
|
||||||
* 4 MEgabit (512K x 8) SuperFlash EEPROM, SST28SF040 data sheet
|
|
||||||
*
|
|
||||||
* ToDo: Consilidated to standard JEDEC code.
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
13
sst49lf040.c
13
sst49lf040.c
@ -1,5 +1,5 @@
|
|||||||
/* sst49lf040.c: driver for SST49LF040 flash models.
|
/*
|
||||||
*
|
* This file is part of the flashrom project.
|
||||||
*
|
*
|
||||||
* Copyright 2000 Silicon Integrated System Corporation
|
* Copyright 2000 Silicon Integrated System Corporation
|
||||||
*
|
*
|
||||||
@ -15,14 +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., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*
|
|
||||||
*
|
|
||||||
* Reference:
|
|
||||||
* 4 Megabit (512K x 8) SuperFlash EEPROM, SST49lF040 data sheet
|
|
||||||
*
|
|
||||||
* TODO: Consilidated to standard JEDEC code.
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* 49lfxxxc.c: driver for SST49LFXXXC flash models.
|
* This file is part of the flashrom project.
|
||||||
*
|
|
||||||
*
|
*
|
||||||
* Copyright 2000 Silicon Integrated System Corporation
|
* Copyright 2000 Silicon Integrated System Corporation
|
||||||
* Copyright 2005-2007 coresystems GmbH
|
* Copyright 2005-2007 coresystems GmbH
|
||||||
@ -17,12 +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., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*
|
|
||||||
*
|
|
||||||
* Reference:
|
|
||||||
* SST49LFxxxC data sheets
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* adapted from the Intel FW hub stuff for 82802ax parts.
|
* This file is part of the flashrom project.
|
||||||
*
|
|
||||||
*
|
*
|
||||||
* Copyright 2000 Silicon Integrated System Corporation
|
* Copyright 2000 Silicon Integrated System Corporation
|
||||||
*
|
*
|
||||||
@ -16,10 +15,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., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* Adapted from the Intel FW hub stuff for 82802ax parts. */
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "flash.h"
|
#include "flash.h"
|
||||||
|
|
||||||
|
12
w49f002u.c
12
w49f002u.c
@ -1,6 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* w49f002u.c: driver for Winbond 49F002U flash models
|
* This file is part of the flashrom project.
|
||||||
*
|
|
||||||
*
|
*
|
||||||
* Copyright 2000 Silicon Integrated System Corporation
|
* Copyright 2000 Silicon Integrated System Corporation
|
||||||
*
|
*
|
||||||
@ -16,14 +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., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*
|
|
||||||
*
|
|
||||||
* Reference:
|
|
||||||
* W49F002U data sheet
|
|
||||||
*
|
|
||||||
* ToDo: Consilidated to standard JEDEC code.
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user