Iru Cai has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30191
Change subject: mrc_util: license ......................................................................
mrc_util: license
Change-Id: I0825a9918b46052496477da65cbd7ae03dd822fe Signed-off-by: Iru Cai mytbk920423@gmail.com --- M src/northbridge/intel/haswell/mrc_utils.c 1 file changed, 13 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/91/30191/1
diff --git a/src/northbridge/intel/haswell/mrc_utils.c b/src/northbridge/intel/haswell/mrc_utils.c index f4c125a..6c81bf0 100644 --- a/src/northbridge/intel/haswell/mrc_utils.c +++ b/src/northbridge/intel/haswell/mrc_utils.c @@ -1,3 +1,16 @@ +/* + * This file is part of the coreboot project. + * + * 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; 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. + */ + #include <string.h>
void __attribute((regparm(3))) mrc_setmem(void *s, size_t n, int c);