On 7 February 2018 at 04:24, Andrey Smirnov <andrew.smir...@gmail.com> wrote: > The following interfaces are partially or fully emulated:
Hi Andrey. I was just going through this series to apply to target-arm.next, and I noticed that fsl-imx7.c is GPL-2-or-later, but fsl-imx7.h is GPL-2-only. Is that intentional? If this is just an accidental error, and you send an email to say you meant 2-or-later, then I can fix this in my target-arm tree by copying the license paragraphs from fsl-imx7.c to fsl-imx7.h. > --- /dev/null > +++ b/hw/arm/fsl-imx7.c > @@ -0,0 +1,580 @@ > +/* > + * Copyright (c) 2018, Impinj, Inc. > + * > + * i.MX7 SoC definitions > + * > + * Author: Andrey Smirnov <andrew.smir...@gmail.com> > + * > + * Based on hw/arm/fsl-imx6.c > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License as published by > + * the Free Software Foundation; either version 2 of the License, or > + * (at your option) any later version. > + * > + * This program is distributed in the hope that it will be useful, > + * but WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > + * GNU General Public License for more details. > + */ > + > --- /dev/null > +++ b/include/hw/arm/fsl-imx7.h > @@ -0,0 +1,221 @@ > +/* > + * Copyright (c) 2017, Impinj, Inc. > + * > + * i.MX7 SoC definitions > + * > + * Author: Andrey Smirnov <andrew.smir...@gmail.com> > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License as published by > + * the Free Software Foundation; version 2 of the License. > + * > + * This program is distributed in the hope that it will be useful, > + * but WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > + * GNU General Public License for more details. > + */ > + thanks -- PMM