[coreboot] [PATCH] outb(* 0x80) to post_code()

Alex G. mr.nuke.me at gmail.com
Wed Mar 2 09:55:01 CET 2011


On 03/01/2011 11:09 PM, Stefan Reinauer wrote:
> * Alex G. <mr.nuke.me at gmail.com> [110226 02:35]:
>> Index: src/include/console/post_codes.h
>> ===================================================================
>> --- src/include/console/post_codes.h	(revision 0)
>> +++ src/include/console/post_codes.h	(revision 0)
>> @@ -0,0 +1,350 @@
>> +/*
>> + * This file is part of the coreboot project.
>> + *
>> + * Copyright (C) 2011  Alexandru Gagniuc <mr.nuke.me at 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 3 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, see <http://www.gnu.org/licenses/>.
>> + */
> 
> Due to the GPLv2 only nature of many source code files, we can not allow
> GPLv3 or even GPLv3 or later code to be committed to the repository.
> Please make this GPLv2 if possible.
> 
You may, if you wish, change the license to GPLv2+.

Signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>






More information about the coreboot mailing list