[U-Boot] [PATCH V5 1/3] Initial support for Marvell Orion5x SoC
Albert ARIBAUD
albert.aribaud at free.fr
Fri Apr 9 07:25:22 CEST 2010
Prafulla Wadaskar a écrit :
> Dear Albert
>> +++ b/cpu/arm926ejs/orion5x/Makefile
>> @@ -0,0 +1,55 @@
>> +#
>> +# Copyright (C) 2009 Albert ARIBAUD <albert.aribaud at free.fr>
>
> General comment for all files,
> You should change copyright statement for year 2010 instead of 2009
Drat--didn't realize this. :o)
> +#define PCIE_DEV_ID_OFF (ORION5X_REG_PCIE_BASE + 0x0000)
> +#define PCIE_DEV_REV_OFF (ORION5X_REG_PCIE_BASE + 0x0008)
>
> These are already defined cpu.h, pls remove it
Fixed
>> +++ b/cpu/arm926ejs/orion5x/lowlevel_init.S
>> @@ -0,0 +1,294 @@
>> +/************************************************************
>> *******************
>> +Copyright (c) Albert ARIBAUD <albert.aribaud at free.fr>
>> +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
>
> You should put standard GPL statement here as you put for other files,
Ok.
> Also pls remove Marvell GPL statement
I'd kept the notice as this file is a split from, and major part of, the
original single lowlevel_init.S which is indeed (c) Marvell; if you feel
I can remove the reference to Marvell, that's fine with me. But then, I
should remove it also from board/LaCie/edminiv2/board_lowlevel_init.S,
should I not?
> Apart from above, the code looks okay to me.
> Regards..
> Prafulla . .
Thanks Prafulla; patch V6 comes in as soon as I get your confirmation on
the copyright notice question.
Amicalement,
--
Albert.
More information about the U-Boot
mailing list