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

Stefan Reinauer stefan.reinauer at coreboot.org
Tue Mar 1 22:09:13 CET 2011


* 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.

Stefan





More information about the coreboot mailing list