<p>Martin Roth has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26569">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">src/soc: Add and update license headers<br><br>This change adds and updates headers in all of the soc files that<br>had missing or unrecognized headers.  After this goes in, we can<br>turn on lint checking for headers in all soc directories.<br><br>Change-Id: I8b34dcd10c692f1048bd8d6c0fe3bfce13d54967<br>Signed-off-by: Martin Roth <martinroth@google.com><br>---<br>M src/soc/amd/stoneyridge/smi.c<br>M src/soc/amd/stoneyridge/smi_util.c<br>M src/soc/nvidia/tegra/displayport.h<br>M src/soc/nvidia/tegra124/clock.c<br>M src/soc/nvidia/tegra124/dma.c<br>M src/soc/nvidia/tegra124/dp.c<br>M src/soc/nvidia/tegra124/include/soc/addressmap.h<br>M src/soc/nvidia/tegra124/include/soc/clk_rst.h<br>M src/soc/nvidia/tegra124/include/soc/clock.h<br>M src/soc/nvidia/tegra124/include/soc/display.h<br>M src/soc/nvidia/tegra124/include/soc/dma.h<br>M src/soc/nvidia/tegra124/include/soc/emc.h<br>M src/soc/nvidia/tegra124/include/soc/flow.h<br>M src/soc/nvidia/tegra124/include/soc/mc.h<br>M src/soc/nvidia/tegra124/include/soc/pmc.h<br>M src/soc/nvidia/tegra124/include/soc/sdram_param.h<br>M src/soc/nvidia/tegra124/include/soc/sor.h<br>M src/soc/nvidia/tegra124/include/soc/spi.h<br>M src/soc/nvidia/tegra124/lp0/tegra_lp0_resume.c<br>M src/soc/nvidia/tegra124/sdram_lp0.c<br>M src/soc/nvidia/tegra124/sor.c<br>M src/soc/nvidia/tegra210/clock.c<br>M src/soc/nvidia/tegra210/dma.c<br>M src/soc/nvidia/tegra210/dp.c<br>M src/soc/nvidia/tegra210/include/soc/addressmap.h<br>M src/soc/nvidia/tegra210/include/soc/clk_rst.h<br>M src/soc/nvidia/tegra210/include/soc/clock.h<br>M src/soc/nvidia/tegra210/include/soc/clst_clk.h<br>M src/soc/nvidia/tegra210/include/soc/display.h<br>M src/soc/nvidia/tegra210/include/soc/dma.h<br>M src/soc/nvidia/tegra210/include/soc/emc.h<br>M src/soc/nvidia/tegra210/include/soc/flow.h<br>M src/soc/nvidia/tegra210/include/soc/mc.h<br>M src/soc/nvidia/tegra210/include/soc/pmc.h<br>M src/soc/nvidia/tegra210/include/soc/sdram_param.h<br>M src/soc/nvidia/tegra210/include/soc/secure_boot.h<br>M src/soc/nvidia/tegra210/include/soc/sor.h<br>M src/soc/nvidia/tegra210/include/soc/spi.h<br>M src/soc/nvidia/tegra210/lp0/tegra_lp0_resume.c<br>M src/soc/nvidia/tegra210/sdram_lp0.c<br>M src/soc/nvidia/tegra210/sor.c<br>M src/soc/qualcomm/ipq806x/clock.c<br>M src/soc/qualcomm/ipq806x/include/soc/cdp.h<br>M src/soc/qualcomm/ipq806x/include/soc/ebi2.h<br>M src/soc/qualcomm/ipq806x/include/soc/spi.h<br>M src/soc/qualcomm/ipq806x/spi.c<br>46 files changed, 416 insertions(+), 253 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/69/26569/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/soc/amd/stoneyridge/smi.c b/src/soc/amd/stoneyridge/smi.c</span><br><span>index 1cfbc03..1d2dbc8 100644</span><br><span>--- a/src/soc/amd/stoneyridge/smi.c</span><br><span>+++ b/src/soc/amd/stoneyridge/smi.c</span><br><span>@@ -1,11 +1,22 @@</span><br><span> /*</span><br><span style="color: hsl(0, 100%, 40%);">- * Utilities for SMM setup</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span>  *</span><br><span>  * Copyright (C) 2014 Alexandru Gagniuc <mr.nuke.me@gmail.com></span><br><span style="color: hsl(0, 100%, 40%);">- * Subject to the GNU GPL v2, or (at your option) any later version.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License, or (at your</span><br><span style="color: hsl(120, 100%, 40%);">+ * option) any later version.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(120, 100%, 40%);">+/*</span><br><span style="color: hsl(120, 100%, 40%);">+ * Utilities for SMM setup</span><br><span style="color: hsl(120, 100%, 40%);">+ */</span><br><span> </span><br><span> #include <console/console.h></span><br><span> #include <cpu/cpu.h></span><br><span>diff --git a/src/soc/amd/stoneyridge/smi_util.c b/src/soc/amd/stoneyridge/smi_util.c</span><br><span>index 7b176de..91b86e2 100644</span><br><span>--- a/src/soc/amd/stoneyridge/smi_util.c</span><br><span>+++ b/src/soc/amd/stoneyridge/smi_util.c</span><br><span>@@ -1,8 +1,21 @@</span><br><span> /*</span><br><span style="color: hsl(0, 100%, 40%);">- * SMM utilities used in both SMM and normal mode</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span>  *</span><br><span>  * Copyright (C) 2014 Alexandru Gagniuc <mr.nuke.me@gmail.com></span><br><span style="color: hsl(0, 100%, 40%);">- * Subject to the GNU GPL v2, or (at your option) any later version.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License, or (at your</span><br><span style="color: hsl(120, 100%, 40%);">+ * option) any later version.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ */</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+/*</span><br><span style="color: hsl(120, 100%, 40%);">+ * SMM utilities used in both SMM and normal mode</span><br><span>  */</span><br><span> </span><br><span> #include <console/console.h></span><br><span>diff --git a/src/soc/nvidia/tegra/displayport.h b/src/soc/nvidia/tegra/displayport.h</span><br><span>index 9de0560..9d867cd 100644</span><br><span>--- a/src/soc/nvidia/tegra/displayport.h</span><br><span>+++ b/src/soc/nvidia/tegra/displayport.h</span><br><span>@@ -1,11 +1,13 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * drivers/video/tegra/dc/dpaux_regs.h</span><br><span>  *</span><br><span>  * Copyright (c) 2014, NVIDIA Corporation.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This software is licensed under the terms of the GNU General Public</span><br><span style="color: hsl(0, 100%, 40%);">- * License version 2, as published by the Free Software Foundation, and</span><br><span style="color: hsl(0, 100%, 40%);">- * may be copied, distributed, and modified under those terms.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span>  * This program is distributed in the hope that it will be useful,</span><br><span>  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span>diff --git a/src/soc/nvidia/tegra124/clock.c b/src/soc/nvidia/tegra124/clock.c</span><br><span>index 4c087b8..e96a80c 100644</span><br><span>--- a/src/soc/nvidia/tegra124/clock.c</span><br><span>+++ b/src/soc/nvidia/tegra124/clock.c</span><br><span>@@ -1,15 +1,17 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * Copyright (c) 2013, NVIDIA CORPORATION.  All rights reserved.</span><br><span>  * Copyright 2014 Google Inc.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify it</span><br><span style="color: hsl(0, 100%, 40%);">- * under the terms and conditions of the GNU General Public License,</span><br><span style="color: hsl(0, 100%, 40%);">- * version 2, as published by the Free Software Foundation.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope it will be useful, but WITHOUT</span><br><span style="color: hsl(0, 100%, 40%);">- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span><br><span style="color: hsl(0, 100%, 40%);">- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for</span><br><span style="color: hsl(0, 100%, 40%);">- * more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> #include <arch/clock.h></span><br><span> #include <arch/io.h></span><br><span>diff --git a/src/soc/nvidia/tegra124/dma.c b/src/soc/nvidia/tegra124/dma.c</span><br><span>index 2b88d47..1aada74 100644</span><br><span>--- a/src/soc/nvidia/tegra124/dma.c</span><br><span>+++ b/src/soc/nvidia/tegra124/dma.c</span><br><span>@@ -1,16 +1,18 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * (C) Copyright 2010,2011</span><br><span>  * NVIDIA Corporation <www.nvidia.com></span><br><span>  * Copyright 2013 Google Inc.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify it</span><br><span style="color: hsl(0, 100%, 40%);">- * under the terms and conditions of the GNU General Public License,</span><br><span style="color: hsl(0, 100%, 40%);">- * version 2, as published by the Free Software Foundation.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope it will be useful, but WITHOUT</span><br><span style="color: hsl(0, 100%, 40%);">- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span><br><span style="color: hsl(0, 100%, 40%);">- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for</span><br><span style="color: hsl(0, 100%, 40%);">- * more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> #include <arch/io.h></span><br><span>diff --git a/src/soc/nvidia/tegra124/dp.c b/src/soc/nvidia/tegra124/dp.c</span><br><span>index d646e8e..8a316f2 100644</span><br><span>--- a/src/soc/nvidia/tegra124/dp.c</span><br><span>+++ b/src/soc/nvidia/tegra124/dp.c</span><br><span>@@ -1,12 +1,14 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * drivers/video/tegra/dc/dp.c</span><br><span>  *</span><br><span>  * Copyright (c) 2011-2013, NVIDIA Corporation.</span><br><span>  * Copyright 2014 Google Inc.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This software is licensed under the terms of the GNU General Public</span><br><span style="color: hsl(0, 100%, 40%);">- * License version 2, as published by the Free Software Foundation, and</span><br><span style="color: hsl(0, 100%, 40%);">- * may be copied, distributed, and modified under those terms.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span>  * This program is distributed in the hope that it will be useful,</span><br><span>  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span>diff --git a/src/soc/nvidia/tegra124/include/soc/addressmap.h b/src/soc/nvidia/tegra124/include/soc/addressmap.h</span><br><span>index 37802a1..bb95051 100644</span><br><span>--- a/src/soc/nvidia/tegra124/include/soc/addressmap.h</span><br><span>+++ b/src/soc/nvidia/tegra124/include/soc/addressmap.h</span><br><span>@@ -1,18 +1,20 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * Copyright (c) 2013, NVIDIA CORPORATION.  All rights reserved.</span><br><span>  * Copyright 2013 Google Inc.</span><br><span>  *</span><br><span>  * (C) Copyright 2010,2011</span><br><span>  * NVIDIA Corporation <www.nvidia.com></span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify it</span><br><span style="color: hsl(0, 100%, 40%);">- * under the terms and conditions of the GNU General Public License,</span><br><span style="color: hsl(0, 100%, 40%);">- * version 2, as published by the Free Software Foundation.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope it will be useful, but WITHOUT</span><br><span style="color: hsl(0, 100%, 40%);">- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span><br><span style="color: hsl(0, 100%, 40%);">- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for</span><br><span style="color: hsl(0, 100%, 40%);">- * more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> #ifndef __SOC_NVIDIA_TEGRA124_INCLUDE_SOC_ADDRESS_MAP_H__</span><br><span>diff --git a/src/soc/nvidia/tegra124/include/soc/clk_rst.h b/src/soc/nvidia/tegra124/include/soc/clk_rst.h</span><br><span>index 165b823..36888b1 100644</span><br><span>--- a/src/soc/nvidia/tegra124/include/soc/clk_rst.h</span><br><span>+++ b/src/soc/nvidia/tegra124/include/soc/clk_rst.h</span><br><span>@@ -1,14 +1,16 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * Copyright (c) 2013, NVIDIA CORPORATION.  All rights reserved.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify it</span><br><span style="color: hsl(0, 100%, 40%);">- * under the terms and conditions of the GNU General Public License,</span><br><span style="color: hsl(0, 100%, 40%);">- * version 2, as published by the Free Software Foundation.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope it will be useful, but WITHOUT</span><br><span style="color: hsl(0, 100%, 40%);">- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span><br><span style="color: hsl(0, 100%, 40%);">- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for</span><br><span style="color: hsl(0, 100%, 40%);">- * more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> #ifndef _TEGRA124_CLK_RST_H_</span><br><span>diff --git a/src/soc/nvidia/tegra124/include/soc/clock.h b/src/soc/nvidia/tegra124/include/soc/clock.h</span><br><span>index 5490fea..28d1603 100644</span><br><span>--- a/src/soc/nvidia/tegra124/include/soc/clock.h</span><br><span>+++ b/src/soc/nvidia/tegra124/include/soc/clock.h</span><br><span>@@ -1,15 +1,17 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * Copyright 2014 Google Inc.</span><br><span>  * Copyright (c) 2013, NVIDIA CORPORATION.  All rights reserved.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify it</span><br><span style="color: hsl(0, 100%, 40%);">- * under the terms and conditions of the GNU General Public License,</span><br><span style="color: hsl(0, 100%, 40%);">- * version 2, as published by the Free Software Foundation.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope it will be useful, but WITHOUT</span><br><span style="color: hsl(0, 100%, 40%);">- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span><br><span style="color: hsl(0, 100%, 40%);">- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for</span><br><span style="color: hsl(0, 100%, 40%);">- * more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> #ifndef __SOC_NVIDIA_TEGRA124_CLOCK_H__</span><br><span>diff --git a/src/soc/nvidia/tegra124/include/soc/display.h b/src/soc/nvidia/tegra124/include/soc/display.h</span><br><span>index 0f2e9a5..f781a83 100644</span><br><span>--- a/src/soc/nvidia/tegra124/include/soc/display.h</span><br><span>+++ b/src/soc/nvidia/tegra124/include/soc/display.h</span><br><span>@@ -1,14 +1,16 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * Copyright 2013 Google Inc.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify it</span><br><span style="color: hsl(0, 100%, 40%);">- * under the terms and conditions of the GNU General Public License,</span><br><span style="color: hsl(0, 100%, 40%);">- * version 2, as published by the Free Software Foundation.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope it will be useful, but WITHOUT</span><br><span style="color: hsl(0, 100%, 40%);">- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span><br><span style="color: hsl(0, 100%, 40%);">- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for</span><br><span style="color: hsl(0, 100%, 40%);">- * more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> #ifndef __SOC_NVIDIA_TEGRA124_INCLUDE_SOC_DISPLAY_H__</span><br><span>diff --git a/src/soc/nvidia/tegra124/include/soc/dma.h b/src/soc/nvidia/tegra124/include/soc/dma.h</span><br><span>index 4d3e9f6..4cb1dea 100644</span><br><span>--- a/src/soc/nvidia/tegra124/include/soc/dma.h</span><br><span>+++ b/src/soc/nvidia/tegra124/include/soc/dma.h</span><br><span>@@ -1,16 +1,18 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * (C) Copyright 2010,2011</span><br><span>  * NVIDIA Corporation <www.nvidia.com></span><br><span>  *  Copyright (C) 2013 Google Inc.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify it</span><br><span style="color: hsl(0, 100%, 40%);">- * under the terms and conditions of the GNU General Public License,</span><br><span style="color: hsl(0, 100%, 40%);">- * version 2, as published by the Free Software Foundation.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope it will be useful, but WITHOUT</span><br><span style="color: hsl(0, 100%, 40%);">- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span><br><span style="color: hsl(0, 100%, 40%);">- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for</span><br><span style="color: hsl(0, 100%, 40%);">- * more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> #ifndef __NVIDIA_TEGRA124_DMA_H__</span><br><span>diff --git a/src/soc/nvidia/tegra124/include/soc/emc.h b/src/soc/nvidia/tegra124/include/soc/emc.h</span><br><span>index f1ff7f3..1311f9e 100644</span><br><span>--- a/src/soc/nvidia/tegra124/include/soc/emc.h</span><br><span>+++ b/src/soc/nvidia/tegra124/include/soc/emc.h</span><br><span>@@ -1,15 +1,17 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * Copyright (c) 2013, NVIDIA CORPORATION.  All rights reserved.</span><br><span>  * Copyright (C) 2013 Google Inc.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify it</span><br><span style="color: hsl(0, 100%, 40%);">- * under the terms and conditions of the GNU General Public License,</span><br><span style="color: hsl(0, 100%, 40%);">- * version 2, as published by the Free Software Foundation.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope it will be useful, but WITHOUT</span><br><span style="color: hsl(0, 100%, 40%);">- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span><br><span style="color: hsl(0, 100%, 40%);">- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for</span><br><span style="color: hsl(0, 100%, 40%);">- * more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> #ifndef __SOC_NVIDIA_TEGRA124_EMC_H__</span><br><span>diff --git a/src/soc/nvidia/tegra124/include/soc/flow.h b/src/soc/nvidia/tegra124/include/soc/flow.h</span><br><span>index d392e91..84bf705 100644</span><br><span>--- a/src/soc/nvidia/tegra124/include/soc/flow.h</span><br><span>+++ b/src/soc/nvidia/tegra124/include/soc/flow.h</span><br><span>@@ -1,14 +1,16 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * Copyright (c) 2010-2013, NVIDIA CORPORATION.  All rights reserved.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify it</span><br><span style="color: hsl(0, 100%, 40%);">- * under the terms and conditions of the GNU General Public License,</span><br><span style="color: hsl(0, 100%, 40%);">- * version 2, as published by the Free Software Foundation.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope it will be useful, but WITHOUT</span><br><span style="color: hsl(0, 100%, 40%);">- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span><br><span style="color: hsl(0, 100%, 40%);">- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for</span><br><span style="color: hsl(0, 100%, 40%);">- * more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> #ifndef _TEGRA124_FLOW_H_</span><br><span>diff --git a/src/soc/nvidia/tegra124/include/soc/mc.h b/src/soc/nvidia/tegra124/include/soc/mc.h</span><br><span>index d1f63a2..f249ecc 100644</span><br><span>--- a/src/soc/nvidia/tegra124/include/soc/mc.h</span><br><span>+++ b/src/soc/nvidia/tegra124/include/soc/mc.h</span><br><span>@@ -1,15 +1,17 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * Copyright (c) 2010 - 2013, NVIDIA CORPORATION.  All rights reserved.</span><br><span>  * Copyright (C) 2013 Google Inc.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify it</span><br><span style="color: hsl(0, 100%, 40%);">- * under the terms and conditions of the GNU General Public License,</span><br><span style="color: hsl(0, 100%, 40%);">- * version 2, as published by the Free Software Foundation.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope it will be useful, but WITHOUT</span><br><span style="color: hsl(0, 100%, 40%);">- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span><br><span style="color: hsl(0, 100%, 40%);">- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for</span><br><span style="color: hsl(0, 100%, 40%);">- * more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> #ifndef __SOC_NVIDIA_TEGRA124_MC_H__</span><br><span>diff --git a/src/soc/nvidia/tegra124/include/soc/pmc.h b/src/soc/nvidia/tegra124/include/soc/pmc.h</span><br><span>index 133cff7..b6f60e8 100644</span><br><span>--- a/src/soc/nvidia/tegra124/include/soc/pmc.h</span><br><span>+++ b/src/soc/nvidia/tegra124/include/soc/pmc.h</span><br><span>@@ -1,14 +1,16 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * Copyright (c) 2010 - 2013, NVIDIA CORPORATION.  All rights reserved.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify it</span><br><span style="color: hsl(0, 100%, 40%);">- * under the terms and conditions of the GNU General Public License,</span><br><span style="color: hsl(0, 100%, 40%);">- * version 2, as published by the Free Software Foundation.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope it will be useful, but WITHOUT</span><br><span style="color: hsl(0, 100%, 40%);">- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span><br><span style="color: hsl(0, 100%, 40%);">- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for</span><br><span style="color: hsl(0, 100%, 40%);">- * more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> #ifndef _TEGRA124_PMC_H_</span><br><span>diff --git a/src/soc/nvidia/tegra124/include/soc/sdram_param.h b/src/soc/nvidia/tegra124/include/soc/sdram_param.h</span><br><span>index a67a009..938d655c 100644</span><br><span>--- a/src/soc/nvidia/tegra124/include/soc/sdram_param.h</span><br><span>+++ b/src/soc/nvidia/tegra124/include/soc/sdram_param.h</span><br><span>@@ -1,15 +1,17 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * Copyright (c) 2013, NVIDIA CORPORATION.  All rights reserved.</span><br><span>  * Copyright 2013 Google Inc.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify it</span><br><span style="color: hsl(0, 100%, 40%);">- * under the terms and conditions of the GNU General Public License,</span><br><span style="color: hsl(0, 100%, 40%);">- * version 2, as published by the Free Software Foundation.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope it will be useful, but WITHOUT</span><br><span style="color: hsl(0, 100%, 40%);">- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span><br><span style="color: hsl(0, 100%, 40%);">- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for</span><br><span style="color: hsl(0, 100%, 40%);">- * more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> /**</span><br><span>diff --git a/src/soc/nvidia/tegra124/include/soc/sor.h b/src/soc/nvidia/tegra124/include/soc/sor.h</span><br><span>index 569cdb9..4df2cf4 100644</span><br><span>--- a/src/soc/nvidia/tegra124/include/soc/sor.h</span><br><span>+++ b/src/soc/nvidia/tegra124/include/soc/sor.h</span><br><span>@@ -1,11 +1,13 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * drivers/video/tegra/dc/sor_regs.h</span><br><span>  *</span><br><span>  * Copyright (c) 2011-2013, NVIDIA Corporation.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This software is licensed under the terms of the GNU General Public</span><br><span style="color: hsl(0, 100%, 40%);">- * License version 2, as published by the Free Software Foundation, and</span><br><span style="color: hsl(0, 100%, 40%);">- * may be copied, distributed, and modified under those terms.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span>  * This program is distributed in the hope that it will be useful,</span><br><span>  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span>diff --git a/src/soc/nvidia/tegra124/include/soc/spi.h b/src/soc/nvidia/tegra124/include/soc/spi.h</span><br><span>index c56b302..80ced37 100644</span><br><span>--- a/src/soc/nvidia/tegra124/include/soc/spi.h</span><br><span>+++ b/src/soc/nvidia/tegra124/include/soc/spi.h</span><br><span>@@ -1,14 +1,16 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * Copyright (c) 2013, NVIDIA CORPORATION.  All rights reserved.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify it</span><br><span style="color: hsl(0, 100%, 40%);">- * under the terms and conditions of the GNU General Public License,</span><br><span style="color: hsl(0, 100%, 40%);">- * version 2, as published by the Free Software Foundation.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope it will be useful, but WITHOUT</span><br><span style="color: hsl(0, 100%, 40%);">- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span><br><span style="color: hsl(0, 100%, 40%);">- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for</span><br><span style="color: hsl(0, 100%, 40%);">- * more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> #ifndef __NVIDIA_TEGRA124_SPI_H__</span><br><span>diff --git a/src/soc/nvidia/tegra124/lp0/tegra_lp0_resume.c b/src/soc/nvidia/tegra124/lp0/tegra_lp0_resume.c</span><br><span>index 74d337c..4d4eae9 100644</span><br><span>--- a/src/soc/nvidia/tegra124/lp0/tegra_lp0_resume.c</span><br><span>+++ b/src/soc/nvidia/tegra124/lp0/tegra_lp0_resume.c</span><br><span>@@ -1,15 +1,17 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * Copyright 2014 Google Inc.</span><br><span>  * Copyright 2013, NVIDIA CORPORATION.  All rights reserved.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify it</span><br><span style="color: hsl(0, 100%, 40%);">- * under the terms and conditions of the GNU General Public License,</span><br><span style="color: hsl(0, 100%, 40%);">- * version 2, as published by the Free Software Foundation.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope it will be useful, but WITHOUT</span><br><span style="color: hsl(0, 100%, 40%);">- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span><br><span style="color: hsl(0, 100%, 40%);">- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for</span><br><span style="color: hsl(0, 100%, 40%);">- * more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> #include <stdint.h></span><br><span>diff --git a/src/soc/nvidia/tegra124/sdram_lp0.c b/src/soc/nvidia/tegra124/sdram_lp0.c</span><br><span>index 45ae9b3..d5019d9 100644</span><br><span>--- a/src/soc/nvidia/tegra124/sdram_lp0.c</span><br><span>+++ b/src/soc/nvidia/tegra124/sdram_lp0.c</span><br><span>@@ -1,15 +1,17 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * Copyright (c) 2013, NVIDIA CORPORATION.  All rights reserved.</span><br><span>  * Copyright 2014 Google Inc.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify it</span><br><span style="color: hsl(0, 100%, 40%);">- * under the terms and conditions of the GNU General Public License,</span><br><span style="color: hsl(0, 100%, 40%);">- * version 2, as published by the Free Software Foundation.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope it will be useful, but WITHOUT</span><br><span style="color: hsl(0, 100%, 40%);">- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span><br><span style="color: hsl(0, 100%, 40%);">- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for</span><br><span style="color: hsl(0, 100%, 40%);">- * more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> #include <arch/cache.h></span><br><span>diff --git a/src/soc/nvidia/tegra124/sor.c b/src/soc/nvidia/tegra124/sor.c</span><br><span>index 3de63f9..c5ad0c7 100644</span><br><span>--- a/src/soc/nvidia/tegra124/sor.c</span><br><span>+++ b/src/soc/nvidia/tegra124/sor.c</span><br><span>@@ -1,11 +1,13 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * drivers/video/tegra/dc/sor.c</span><br><span>  *</span><br><span>  * Copyright (c) 2011-2013, NVIDIA Corporation.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This software is licensed under the terms of the GNU General Public</span><br><span style="color: hsl(0, 100%, 40%);">- * License version 2, as published by the Free Software Foundation, and</span><br><span style="color: hsl(0, 100%, 40%);">- * may be copied, distributed, and modified under those terms.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span>  * This program is distributed in the hope that it will be useful,</span><br><span>  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span>diff --git a/src/soc/nvidia/tegra210/clock.c b/src/soc/nvidia/tegra210/clock.c</span><br><span>index ba1efdc..277ba27 100644</span><br><span>--- a/src/soc/nvidia/tegra210/clock.c</span><br><span>+++ b/src/soc/nvidia/tegra210/clock.c</span><br><span>@@ -1,15 +1,17 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * Copyright (c) 2013-2015, NVIDIA CORPORATION.  All rights reserved.</span><br><span>  * Copyright 2014 Google Inc.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify it</span><br><span style="color: hsl(0, 100%, 40%);">- * under the terms and conditions of the GNU General Public License,</span><br><span style="color: hsl(0, 100%, 40%);">- * version 2, as published by the Free Software Foundation.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope it will be useful, but WITHOUT</span><br><span style="color: hsl(0, 100%, 40%);">- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span><br><span style="color: hsl(0, 100%, 40%);">- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for</span><br><span style="color: hsl(0, 100%, 40%);">- * more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> #include <arch/io.h></span><br><span>diff --git a/src/soc/nvidia/tegra210/dma.c b/src/soc/nvidia/tegra210/dma.c</span><br><span>index 7dfe92c..21e581f 100644</span><br><span>--- a/src/soc/nvidia/tegra210/dma.c</span><br><span>+++ b/src/soc/nvidia/tegra210/dma.c</span><br><span>@@ -1,16 +1,18 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * (C) Copyright 2010,2011</span><br><span>  * NVIDIA Corporation <www.nvidia.com></span><br><span>  * Copyright 2014 Google Inc.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify it</span><br><span style="color: hsl(0, 100%, 40%);">- * under the terms and conditions of the GNU General Public License,</span><br><span style="color: hsl(0, 100%, 40%);">- * version 2, as published by the Free Software Foundation.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope it will be useful, but WITHOUT</span><br><span style="color: hsl(0, 100%, 40%);">- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span><br><span style="color: hsl(0, 100%, 40%);">- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for</span><br><span style="color: hsl(0, 100%, 40%);">- * more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> #include <arch/io.h></span><br><span>diff --git a/src/soc/nvidia/tegra210/dp.c b/src/soc/nvidia/tegra210/dp.c</span><br><span>index 119b4a7..e2ed2ea 100644</span><br><span>--- a/src/soc/nvidia/tegra210/dp.c</span><br><span>+++ b/src/soc/nvidia/tegra210/dp.c</span><br><span>@@ -1,12 +1,14 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * drivers/video/tegra/dc/dp.c</span><br><span>  *</span><br><span>  * Copyright (c) 2011-2015, NVIDIA Corporation.</span><br><span>  * Copyright 2014 Google Inc.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This software is licensed under the terms of the GNU General Public</span><br><span style="color: hsl(0, 100%, 40%);">- * License version 2, as published by the Free Software Foundation, and</span><br><span style="color: hsl(0, 100%, 40%);">- * may be copied, distributed, and modified under those terms.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span>  * This program is distributed in the hope that it will be useful,</span><br><span>  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span>diff --git a/src/soc/nvidia/tegra210/include/soc/addressmap.h b/src/soc/nvidia/tegra210/include/soc/addressmap.h</span><br><span>index 2f6bd8a..eaac003 100644</span><br><span>--- a/src/soc/nvidia/tegra210/include/soc/addressmap.h</span><br><span>+++ b/src/soc/nvidia/tegra210/include/soc/addressmap.h</span><br><span>@@ -1,18 +1,20 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * Copyright (c) 2013-2015, NVIDIA CORPORATION.  All rights reserved.</span><br><span>  * Copyright 2014 Google Inc.</span><br><span>  *</span><br><span>  * (C) Copyright 2010,2011</span><br><span>  * NVIDIA Corporation <www.nvidia.com></span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify it</span><br><span style="color: hsl(0, 100%, 40%);">- * under the terms and conditions of the GNU General Public License,</span><br><span style="color: hsl(0, 100%, 40%);">- * version 2, as published by the Free Software Foundation.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope it will be useful, but WITHOUT</span><br><span style="color: hsl(0, 100%, 40%);">- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span><br><span style="color: hsl(0, 100%, 40%);">- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for</span><br><span style="color: hsl(0, 100%, 40%);">- * more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> #ifndef __SOC_NVIDIA_TEGRA210_INCLUDE_SOC_ADDRESS_MAP_H__</span><br><span>diff --git a/src/soc/nvidia/tegra210/include/soc/clk_rst.h b/src/soc/nvidia/tegra210/include/soc/clk_rst.h</span><br><span>index 65fb8fe..781a4e2 100644</span><br><span>--- a/src/soc/nvidia/tegra210/include/soc/clk_rst.h</span><br><span>+++ b/src/soc/nvidia/tegra210/include/soc/clk_rst.h</span><br><span>@@ -1,14 +1,16 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * Copyright (c) 2013-2015, NVIDIA CORPORATION.  All rights reserved.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify it</span><br><span style="color: hsl(0, 100%, 40%);">- * under the terms and conditions of the GNU General Public License,</span><br><span style="color: hsl(0, 100%, 40%);">- * version 2, as published by the Free Software Foundation.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope it will be useful, but WITHOUT</span><br><span style="color: hsl(0, 100%, 40%);">- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span><br><span style="color: hsl(0, 100%, 40%);">- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for</span><br><span style="color: hsl(0, 100%, 40%);">- * more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> #ifndef _TEGRA210_CLK_RST_H_</span><br><span>diff --git a/src/soc/nvidia/tegra210/include/soc/clock.h b/src/soc/nvidia/tegra210/include/soc/clock.h</span><br><span>index 46e1e96..f3a63c8 100644</span><br><span>--- a/src/soc/nvidia/tegra210/include/soc/clock.h</span><br><span>+++ b/src/soc/nvidia/tegra210/include/soc/clock.h</span><br><span>@@ -1,15 +1,17 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * Copyright 2014 Google Inc.</span><br><span>  * Copyright (c) 2013-2015, NVIDIA CORPORATION.  All rights reserved.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify it</span><br><span style="color: hsl(0, 100%, 40%);">- * under the terms and conditions of the GNU General Public License,</span><br><span style="color: hsl(0, 100%, 40%);">- * version 2, as published by the Free Software Foundation.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope it will be useful, but WITHOUT</span><br><span style="color: hsl(0, 100%, 40%);">- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span><br><span style="color: hsl(0, 100%, 40%);">- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for</span><br><span style="color: hsl(0, 100%, 40%);">- * more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> #ifndef __SOC_NVIDIA_TEGRA210_CLOCK_H__</span><br><span>diff --git a/src/soc/nvidia/tegra210/include/soc/clst_clk.h b/src/soc/nvidia/tegra210/include/soc/clst_clk.h</span><br><span>index 1524a9e..0b9b18d 100644</span><br><span>--- a/src/soc/nvidia/tegra210/include/soc/clst_clk.h</span><br><span>+++ b/src/soc/nvidia/tegra210/include/soc/clst_clk.h</span><br><span>@@ -1,14 +1,16 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * Copyright (c) 2014-2015, NVIDIA CORPORATION.  All rights reserved.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify it</span><br><span style="color: hsl(0, 100%, 40%);">- * under the terms and conditions of the GNU General Public License,</span><br><span style="color: hsl(0, 100%, 40%);">- * version 2, as published by the Free Software Foundation.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope it will be useful, but WITHOUT</span><br><span style="color: hsl(0, 100%, 40%);">- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span><br><span style="color: hsl(0, 100%, 40%);">- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for</span><br><span style="color: hsl(0, 100%, 40%);">- * more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> #ifndef _TEGRA210_CLST_CLK_H_</span><br><span>diff --git a/src/soc/nvidia/tegra210/include/soc/display.h b/src/soc/nvidia/tegra210/include/soc/display.h</span><br><span>index 84ad4dc..ded6c05 100644</span><br><span>--- a/src/soc/nvidia/tegra210/include/soc/display.h</span><br><span>+++ b/src/soc/nvidia/tegra210/include/soc/display.h</span><br><span>@@ -1,14 +1,16 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * Copyright 2014 Google Inc.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify it</span><br><span style="color: hsl(0, 100%, 40%);">- * under the terms and conditions of the GNU General Public License,</span><br><span style="color: hsl(0, 100%, 40%);">- * version 2, as published by the Free Software Foundation.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope it will be useful, but WITHOUT</span><br><span style="color: hsl(0, 100%, 40%);">- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span><br><span style="color: hsl(0, 100%, 40%);">- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for</span><br><span style="color: hsl(0, 100%, 40%);">- * more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> #ifndef __SOC_NVIDIA_TEGRA210_INCLUDE_SOC_DISPLAY_H__</span><br><span>diff --git a/src/soc/nvidia/tegra210/include/soc/dma.h b/src/soc/nvidia/tegra210/include/soc/dma.h</span><br><span>index a4a9213..f8bd92b 100644</span><br><span>--- a/src/soc/nvidia/tegra210/include/soc/dma.h</span><br><span>+++ b/src/soc/nvidia/tegra210/include/soc/dma.h</span><br><span>@@ -1,15 +1,17 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * (C) Copyright 2010-2015 NVIDIA Corporation <www.nvidia.com></span><br><span>  *  Copyright (C) 2014 Google Inc.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify it</span><br><span style="color: hsl(0, 100%, 40%);">- * under the terms and conditions of the GNU General Public License,</span><br><span style="color: hsl(0, 100%, 40%);">- * version 2, as published by the Free Software Foundation.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope it will be useful, but WITHOUT</span><br><span style="color: hsl(0, 100%, 40%);">- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span><br><span style="color: hsl(0, 100%, 40%);">- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for</span><br><span style="color: hsl(0, 100%, 40%);">- * more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> #ifndef __NVIDIA_TEGRA210_DMA_H__</span><br><span>diff --git a/src/soc/nvidia/tegra210/include/soc/emc.h b/src/soc/nvidia/tegra210/include/soc/emc.h</span><br><span>index 9e52b69..8ba23a0 100644</span><br><span>--- a/src/soc/nvidia/tegra210/include/soc/emc.h</span><br><span>+++ b/src/soc/nvidia/tegra210/include/soc/emc.h</span><br><span>@@ -1,15 +1,17 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * Copyright (c) 2013-2015, NVIDIA CORPORATION.  All rights reserved.</span><br><span>  * Copyright (C) 2014 Google Inc.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify it</span><br><span style="color: hsl(0, 100%, 40%);">- * under the terms and conditions of the GNU General Public License,</span><br><span style="color: hsl(0, 100%, 40%);">- * version 2, as published by the Free Software Foundation.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope it will be useful, but WITHOUT</span><br><span style="color: hsl(0, 100%, 40%);">- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span><br><span style="color: hsl(0, 100%, 40%);">- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for</span><br><span style="color: hsl(0, 100%, 40%);">- * more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> #ifndef __SOC_NVIDIA_TEGRA210_EMC_H__</span><br><span>diff --git a/src/soc/nvidia/tegra210/include/soc/flow.h b/src/soc/nvidia/tegra210/include/soc/flow.h</span><br><span>index 49f4439..c30175a 100644</span><br><span>--- a/src/soc/nvidia/tegra210/include/soc/flow.h</span><br><span>+++ b/src/soc/nvidia/tegra210/include/soc/flow.h</span><br><span>@@ -1,14 +1,16 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * Copyright (c) 2010-2015, NVIDIA CORPORATION.  All rights reserved.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify it</span><br><span style="color: hsl(0, 100%, 40%);">- * under the terms and conditions of the GNU General Public License,</span><br><span style="color: hsl(0, 100%, 40%);">- * version 2, as published by the Free Software Foundation.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope it will be useful, but WITHOUT</span><br><span style="color: hsl(0, 100%, 40%);">- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span><br><span style="color: hsl(0, 100%, 40%);">- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for</span><br><span style="color: hsl(0, 100%, 40%);">- * more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> #ifndef _TEGRA210_FLOW_H_</span><br><span>diff --git a/src/soc/nvidia/tegra210/include/soc/mc.h b/src/soc/nvidia/tegra210/include/soc/mc.h</span><br><span>index f47ba2d..b78305a 100644</span><br><span>--- a/src/soc/nvidia/tegra210/include/soc/mc.h</span><br><span>+++ b/src/soc/nvidia/tegra210/include/soc/mc.h</span><br><span>@@ -1,15 +1,17 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * Copyright (c) 2010-2015, NVIDIA CORPORATION.  All rights reserved.</span><br><span>  * Copyright (C) 2014 Google Inc.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify it</span><br><span style="color: hsl(0, 100%, 40%);">- * under the terms and conditions of the GNU General Public License,</span><br><span style="color: hsl(0, 100%, 40%);">- * version 2, as published by the Free Software Foundation.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope it will be useful, but WITHOUT</span><br><span style="color: hsl(0, 100%, 40%);">- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span><br><span style="color: hsl(0, 100%, 40%);">- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for</span><br><span style="color: hsl(0, 100%, 40%);">- * more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> #ifndef __SOC_NVIDIA_TEGRA210_MC_H__</span><br><span>diff --git a/src/soc/nvidia/tegra210/include/soc/pmc.h b/src/soc/nvidia/tegra210/include/soc/pmc.h</span><br><span>index f3c6a41..ad0d170 100644</span><br><span>--- a/src/soc/nvidia/tegra210/include/soc/pmc.h</span><br><span>+++ b/src/soc/nvidia/tegra210/include/soc/pmc.h</span><br><span>@@ -1,14 +1,16 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * Copyright (c) 2010-2015, NVIDIA CORPORATION.  All rights reserved.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify it</span><br><span style="color: hsl(0, 100%, 40%);">- * under the terms and conditions of the GNU General Public License,</span><br><span style="color: hsl(0, 100%, 40%);">- * version 2, as published by the Free Software Foundation.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope it will be useful, but WITHOUT</span><br><span style="color: hsl(0, 100%, 40%);">- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span><br><span style="color: hsl(0, 100%, 40%);">- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for</span><br><span style="color: hsl(0, 100%, 40%);">- * more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> #ifndef _TEGRA210_PMC_H_</span><br><span>diff --git a/src/soc/nvidia/tegra210/include/soc/sdram_param.h b/src/soc/nvidia/tegra210/include/soc/sdram_param.h</span><br><span>index dee7c7c..0b6f7a0 100644</span><br><span>--- a/src/soc/nvidia/tegra210/include/soc/sdram_param.h</span><br><span>+++ b/src/soc/nvidia/tegra210/include/soc/sdram_param.h</span><br><span>@@ -1,15 +1,17 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * Copyright (c) 2013-2015, NVIDIA CORPORATION.  All rights reserved.</span><br><span>  * Copyright 2014 Google Inc.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify it</span><br><span style="color: hsl(0, 100%, 40%);">- * under the terms and conditions of the GNU General Public License,</span><br><span style="color: hsl(0, 100%, 40%);">- * version 2, as published by the Free Software Foundation.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope it will be useful, but WITHOUT</span><br><span style="color: hsl(0, 100%, 40%);">- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span><br><span style="color: hsl(0, 100%, 40%);">- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for</span><br><span style="color: hsl(0, 100%, 40%);">- * more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> /**</span><br><span>diff --git a/src/soc/nvidia/tegra210/include/soc/secure_boot.h b/src/soc/nvidia/tegra210/include/soc/secure_boot.h</span><br><span>index 8f0ea4c..e21638a 100644</span><br><span>--- a/src/soc/nvidia/tegra210/include/soc/secure_boot.h</span><br><span>+++ b/src/soc/nvidia/tegra210/include/soc/secure_boot.h</span><br><span>@@ -1,14 +1,16 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * Copyright (c) 2010-2015, NVIDIA CORPORATION.  All rights reserved.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify it</span><br><span style="color: hsl(0, 100%, 40%);">- * under the terms and conditions of the GNU General Public License,</span><br><span style="color: hsl(0, 100%, 40%);">- * version 2, as published by the Free Software Foundation.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope it will be useful, but WITHOUT</span><br><span style="color: hsl(0, 100%, 40%);">- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span><br><span style="color: hsl(0, 100%, 40%);">- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for</span><br><span style="color: hsl(0, 100%, 40%);">- * more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> #ifndef _TEGRA210_SECURE_BOOT_H_</span><br><span>diff --git a/src/soc/nvidia/tegra210/include/soc/sor.h b/src/soc/nvidia/tegra210/include/soc/sor.h</span><br><span>index 5d1d663..a128f9f 100644</span><br><span>--- a/src/soc/nvidia/tegra210/include/soc/sor.h</span><br><span>+++ b/src/soc/nvidia/tegra210/include/soc/sor.h</span><br><span>@@ -1,11 +1,13 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * drivers/video/tegra/dc/sor_regs.h</span><br><span>  *</span><br><span>  * Copyright (c) 2011-2015, NVIDIA Corporation.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This software is licensed under the terms of the GNU General Public</span><br><span style="color: hsl(0, 100%, 40%);">- * License version 2, as published by the Free Software Foundation, and</span><br><span style="color: hsl(0, 100%, 40%);">- * may be copied, distributed, and modified under those terms.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span>  * This program is distributed in the hope that it will be useful,</span><br><span>  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span>diff --git a/src/soc/nvidia/tegra210/include/soc/spi.h b/src/soc/nvidia/tegra210/include/soc/spi.h</span><br><span>index 188fa66..7508792 100644</span><br><span>--- a/src/soc/nvidia/tegra210/include/soc/spi.h</span><br><span>+++ b/src/soc/nvidia/tegra210/include/soc/spi.h</span><br><span>@@ -1,15 +1,17 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * Copyright 2014 Google Inc.</span><br><span>  * Copyright (c) 2013-2015, NVIDIA CORPORATION.  All rights reserved.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify it</span><br><span style="color: hsl(0, 100%, 40%);">- * under the terms and conditions of the GNU General Public License,</span><br><span style="color: hsl(0, 100%, 40%);">- * version 2, as published by the Free Software Foundation.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope it will be useful, but WITHOUT</span><br><span style="color: hsl(0, 100%, 40%);">- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span><br><span style="color: hsl(0, 100%, 40%);">- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for</span><br><span style="color: hsl(0, 100%, 40%);">- * more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> #ifndef __NVIDIA_TEGRA210_SPI_H__</span><br><span>diff --git a/src/soc/nvidia/tegra210/lp0/tegra_lp0_resume.c b/src/soc/nvidia/tegra210/lp0/tegra_lp0_resume.c</span><br><span>index a6d9533..01cf216 100644</span><br><span>--- a/src/soc/nvidia/tegra210/lp0/tegra_lp0_resume.c</span><br><span>+++ b/src/soc/nvidia/tegra210/lp0/tegra_lp0_resume.c</span><br><span>@@ -1,15 +1,17 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * Copyright 2014 Google Inc.</span><br><span>  * Copyright 2013-2015, NVIDIA CORPORATION.  All rights reserved.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify it</span><br><span style="color: hsl(0, 100%, 40%);">- * under the terms and conditions of the GNU General Public License,</span><br><span style="color: hsl(0, 100%, 40%);">- * version 2, as published by the Free Software Foundation.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope it will be useful, but WITHOUT</span><br><span style="color: hsl(0, 100%, 40%);">- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span><br><span style="color: hsl(0, 100%, 40%);">- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for</span><br><span style="color: hsl(0, 100%, 40%);">- * more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> #include <stdint.h></span><br><span>diff --git a/src/soc/nvidia/tegra210/sdram_lp0.c b/src/soc/nvidia/tegra210/sdram_lp0.c</span><br><span>index 0babb6d..c3a4dd4 100644</span><br><span>--- a/src/soc/nvidia/tegra210/sdram_lp0.c</span><br><span>+++ b/src/soc/nvidia/tegra210/sdram_lp0.c</span><br><span>@@ -1,15 +1,17 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * Copyright (c) 2013, NVIDIA CORPORATION.  All rights reserved.</span><br><span>  * Copyright 2014 Google Inc.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify it</span><br><span style="color: hsl(0, 100%, 40%);">- * under the terms and conditions of the GNU General Public License,</span><br><span style="color: hsl(0, 100%, 40%);">- * version 2, as published by the Free Software Foundation.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope it will be useful, but WITHOUT</span><br><span style="color: hsl(0, 100%, 40%);">- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span><br><span style="color: hsl(0, 100%, 40%);">- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for</span><br><span style="color: hsl(0, 100%, 40%);">- * more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> #include <arch/cache.h></span><br><span>diff --git a/src/soc/nvidia/tegra210/sor.c b/src/soc/nvidia/tegra210/sor.c</span><br><span>index 116656e..a00bdad 100644</span><br><span>--- a/src/soc/nvidia/tegra210/sor.c</span><br><span>+++ b/src/soc/nvidia/tegra210/sor.c</span><br><span>@@ -1,11 +1,13 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * drivers/video/tegra/dc/sor.c</span><br><span>  *</span><br><span>  * Copyright (c) 2011-2015, NVIDIA Corporation.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This software is licensed under the terms of the GNU General Public</span><br><span style="color: hsl(0, 100%, 40%);">- * License version 2, as published by the Free Software Foundation, and</span><br><span style="color: hsl(0, 100%, 40%);">- * may be copied, distributed, and modified under those terms.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span>  *</span><br><span>  * This program is distributed in the hope that it will be useful,</span><br><span>  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span>diff --git a/src/soc/qualcomm/ipq806x/clock.c b/src/soc/qualcomm/ipq806x/clock.c</span><br><span>index 7b46ef9..9a010d1 100644</span><br><span>--- a/src/soc/qualcomm/ipq806x/clock.c</span><br><span>+++ b/src/soc/qualcomm/ipq806x/clock.c</span><br><span>@@ -1,5 +1,16 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * Copyright (c) 2012 - 2013 The Linux Foundation. All rights reserved.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> #include <delay.h></span><br><span>diff --git a/src/soc/qualcomm/ipq806x/include/soc/cdp.h b/src/soc/qualcomm/ipq806x/include/soc/cdp.h</span><br><span>index bdfeb89..f6afb31 100644</span><br><span>--- a/src/soc/qualcomm/ipq806x/include/soc/cdp.h</span><br><span>+++ b/src/soc/qualcomm/ipq806x/include/soc/cdp.h</span><br><span>@@ -1,5 +1,17 @@</span><br><span style="color: hsl(0, 100%, 40%);">-/* * Copyright (c) 2012 The Linux Foundation. All rights reserved.* */</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(120, 100%, 40%);">+/*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * Copyright (c) 2012 The Linux Foundation. All rights reserved.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ */</span><br><span> </span><br><span> #ifndef  _IPQ806X_CDP_H_</span><br><span> #define  _IPQ806X_CDP_H_</span><br><span>diff --git a/src/soc/qualcomm/ipq806x/include/soc/ebi2.h b/src/soc/qualcomm/ipq806x/include/soc/ebi2.h</span><br><span>index 770ac10..3e99c3b 100644</span><br><span>--- a/src/soc/qualcomm/ipq806x/include/soc/ebi2.h</span><br><span>+++ b/src/soc/qualcomm/ipq806x/include/soc/ebi2.h</span><br><span>@@ -1,6 +1,19 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * Copyright (c) 2012 The Linux Foundation. All rights reserved.</span><br><span>  *</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ */</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+/*</span><br><span>  * Taken from U-Boot.</span><br><span>  */</span><br><span> #ifndef __SOC_QUALCOMM_IPQ806X_EBI2_H_</span><br><span>diff --git a/src/soc/qualcomm/ipq806x/include/soc/spi.h b/src/soc/qualcomm/ipq806x/include/soc/spi.h</span><br><span>index 98a15b8..3005fa2 100644</span><br><span>--- a/src/soc/qualcomm/ipq806x/include/soc/spi.h</span><br><span>+++ b/src/soc/qualcomm/ipq806x/include/soc/spi.h</span><br><span>@@ -1,6 +1,20 @@</span><br><span> /*</span><br><span style="color: hsl(0, 100%, 40%);">- * Register definitions for the IPQ GSBI Controller</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * Copyright (c) 2012 The Linux Foundation. All rights reserved.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ */</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+/*</span><br><span style="color: hsl(120, 100%, 40%);">+ * Register definitions for the IPQ GSBI Controller</span><br><span>  */</span><br><span> </span><br><span> #ifndef _IPQ806X_SPI_H_</span><br><span>diff --git a/src/soc/qualcomm/ipq806x/spi.c b/src/soc/qualcomm/ipq806x/spi.c</span><br><span>index f9a89fc..28f068d 100644</span><br><span>--- a/src/soc/qualcomm/ipq806x/spi.c</span><br><span>+++ b/src/soc/qualcomm/ipq806x/spi.c</span><br><span>@@ -1,5 +1,16 @@</span><br><span> /*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span>  * Copyright (c) 2012 The Linux Foundation. All rights reserved.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span>  */</span><br><span> </span><br><span> #include <arch/io.h></span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26569">change 26569</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/26569"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I8b34dcd10c692f1048bd8d6c0fe3bfce13d54967 </div>
<div style="display:none"> Gerrit-Change-Number: 26569 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>