mirror of
https://review.coreboot.org/flashrom.git
synced 2025-09-29 15:54:56 +02:00
flashchips: Use SPDX in headers
Change-Id: I13f1a33de0fbc9ffd7fb24207be0dfd3f04c0bbf Signed-off-by: Antonio Vázquez <antoniovazquezblanco@gmail.com> Signed-off-by: Anastasia Klimchuk <aklm@flashrom.org> Reviewed-on: https://review.coreboot.org/c/flashrom/+/89265 Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:

committed by
Anastasia Klimchuk

parent
4b370bebb7
commit
45fc49e99b
22
flashchips.c
22
flashchips.c
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Google LLC
|
||||
*/
|
||||
|
||||
#include "flash.h"
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezlbanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
/* The ST M25P05 is a bit of a problem. It has the same ID as the
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,21 +1,13 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2004 Tyan Corp
|
||||
* Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
* Copyright (C) 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2004 Tyan Corp
|
||||
* SPDX-FileCopyrightText: 2005-2008 coresystems GmbH <stepan@openbios.org>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
* SPDX-FileCopyrightText: 2009 Sean Nelson <audiohacked@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2025 Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
|
||||
*/
|
||||
|
||||
{
|
||||
|
@@ -1,20 +1,11 @@
|
||||
/*
|
||||
* This file is part of the flashrom project.
|
||||
*
|
||||
* Copyright (C) 2000 Silicon Integrated System Corporation
|
||||
* Copyright (C) 2000 Ronald G. Minnich <rminnich@gmail.com>
|
||||
* Copyright (C) 2005-2007 coresystems GmbH <stepan@coresystems.de>
|
||||
* Copyright (C) 2006-2009 Carl-Daniel Hailfinger
|
||||
*
|
||||
* 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
|
||||
* 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 ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
* SPDX-FileCopyrightText: 2000 Silicon Integrated System Corporation
|
||||
* SPDX-FileCopyrightText: 2000 Ronald G. Minnich <rminnich@gmail.com>
|
||||
* SPDX-FileCopyrightText: 2005-2007 coresystems GmbH <stepan@coresystems.de>
|
||||
* SPDX-FileCopyrightText: 2006-2009 Carl-Daniel Hailfinger
|
||||
*/
|
||||
|
||||
#ifndef __FLASHCHIPS_H__
|
||||
|
Reference in New Issue
Block a user