On Tue, May 06, 2008 at 03:07:43PM +0200, Uwe Hermann wrote:
See patch.
I assume the *.h files and Makefile were also written by Andrei Birjukov andrei.birjukov@artecdesign.ee as is the rest of the new code, please correct me if that's wrong.
*ping*?
Uwe.
http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
Add missing license headers.
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de
Index: include/artecboot.h
--- include/artecboot.h (Revision 48) +++ include/artecboot.h (Arbeitskopie) @@ -1,3 +1,24 @@ +/*******************************************************************************
- Copyright 2006 Andrei Birjukov andrei.birjukov@artecdesign.ee and
- Artec Design LLC http://www.artecdesign.ee
- 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.
- 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., 675 Mass Ave, Cambridge, MA 02139, USA.
- ******************************************************************************/
// Artecboot header, gives information to loader
#define ARTECBOOT_HEADER_MAGIC 0x10ADFACE Index: drivers/flash/lxflash.h =================================================================== --- drivers/flash/lxflash.h (Revision 48) +++ drivers/flash/lxflash.h (Arbeitskopie) @@ -1,3 +1,26 @@ +/*******************************************************************************
- Geode LX CS5536 flash driver
- Copyright 2006 Andrei Birjukov andrei.birjukov@artecdesign.ee and
- Artec Design LLC http://www.artecdesign.ee
- 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.
- 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., 675 Mass Ave, Cambridge, MA 02139, USA.
- ******************************************************************************/
#ifndef LXFLASH_H #define LXFLASH_H
Index: drivers/flash/Makefile
--- drivers/flash/Makefile (Revision 48) +++ drivers/flash/Makefile (Arbeitskopie) @@ -1,3 +1,22 @@ +## +## Copyright 2006 Andrei Birjukov andrei.birjukov@artecdesign.ee and +## Artec Design LLC http://www.artecdesign.ee +## +## 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. +## +## 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., 675 Mass Ave, Cambridge, MA 02139, USA. +##
TOPDIR = ../.. -include $(TOPDIR)/Config
-- coreboot mailing list coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot