From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Sun, 11 Apr 2010 10:13:48 +0200 Subject: [U-Boot] [PATCH V5 1/3] Initial support for Marvell Orion5x SoC In-Reply-To: <20100410203036.951E2E6D662@gemini.denx.de> References: <1270761085-24964-1-git-send-email-albert.aribaud@free.fr> <20100410203036.951E2E6D662@gemini.denx.de> Message-ID: <4BC184BC.9000600@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk a ?crit : > Dear Albert Aribaud, > > In message <1270761085-24964-1-git-send-email-albert.aribaud@free.fr> you wrote: >> This patch adds support for the Marvell Orion5x SoC. >> It has no use alone, and must be followed by a patch >> to add Orion5x support for serial, then support for >> the ED Mini V2, an Orion5x-based product from LaCie. >> >> Signed-off-by: Albert Aribaud > ... >> --- /dev/null >> +++ b/cpu/arm926ejs/orion5x/lowlevel_init.S >> @@ -0,0 +1,294 @@ >> +/******************************************************************************* >> +Copyright (c) Albert ARIBAUD >> +Redistributed under GPLv2, pursuant to the licensing terms >> +of the original Marvell U-boot code which is: >> +Copyright (C) Marvell International Ltd. and its affiliates >> +******************************************************************************** >> +Marvell GPL License Option >> + >> +If you received this File from Marvell, you may opt to use, redistribute and/or >> +modify this File in accordance with the terms and conditions of the General >> +Public License Version 2, June 1991 (the "GPL License"), a copy of which is >> +available along with the File in the license.txt file or by writing to the Free >> +Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 or >> +on the worldwide web at http://www.gnu.org/licenses/gpl.txt. > > NAK. New files shall be licensed under GPL v2 or later. > > Best regards, > > Wolfgang Denk This was fixed in V6 after a request by Prafulla Wadaskar from Marvell. Amicalement, -- Albert.