lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <CAK8P3a20inw-CoMGda1Hpa77xEa3U1ciVaehCG0SB92-9C8STQ@mail.gmail.com> Date: Sun, 24 Oct 2021 19:53:13 +0200 From: Arnd Bergmann <arnd@...db.de> To: Jesse Taube <mr.bossman075@...il.com> Cc: NXP Linux Team <linux-imx@....com>, Michael Turquette <mturquette@...libre.com>, Stephen Boyd <sboyd@...nel.org>, Rob Herring <robh+dt@...nel.org>, Shawn Guo <shawnguo@...nel.org>, Sascha Hauer <s.hauer@...gutronix.de>, Sascha Hauer <kernel@...gutronix.de>, Fabio Estevam <festevam@...il.com>, Ulf Hansson <ulf.hansson@...aro.org>, Dong Aisheng <aisheng.dong@....com>, Stefan Agner <stefan@...er.ch>, Linus Walleij <linus.walleij@...aro.org>, gregkh <gregkh@...uxfoundation.org>, Arnd Bergmann <arnd@...db.de>, Olof Johansson <olof@...om.net>, SoC Team <soc@...nel.org>, Russell King - ARM Linux <linux@...linux.org.uk>, Abel Vesa <abel.vesa@....com>, Adrian Hunter <adrian.hunter@...el.com>, Jiri Slaby <jirislaby@...nel.org>, giulio.benetti@...ettiengineering.com, Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@...hiba.co.jp>, Leonard Crestez <leonard.crestez@....com>, b20788@...escale.com, Andy Duan <fugang.duan@....com>, linux-clk <linux-clk@...r.kernel.org>, DTML <devicetree@...r.kernel.org>, Linux ARM <linux-arm-kernel@...ts.infradead.org>, Linux Kernel Mailing List <linux-kernel@...r.kernel.org>, linux-mmc <linux-mmc@...r.kernel.org>, "open list:GPIO SUBSYSTEM" <linux-gpio@...r.kernel.org>, "open list:SERIAL DRIVERS" <linux-serial@...r.kernel.org> Subject: Re: [PATCH 01/13] ARM: imx: add initial support for i.MXRT10xx family On Sun, Oct 24, 2021 at 5:40 PM Jesse Taube <mr.bossman075@...il.com> wrote: > > From: Giulio Benetti <giulio.benetti@...ettiengineering.com> > > The i.MXRT10xx family of processors features NXP's implementation of the > Arm Cortex-M7 core and in some case the Arm Cortex-M4 core too. > > This patch aims to add an initial support for imxrt. > +config SOC_IMXRT > + bool "i.MXRT support" > + depends on ARM_SINGLE_ARMV7M || ARCH_MULTI_V7 > + select ARMV7M_SYSTICK if ARM_SINGLE_ARMV7M > + select ARM_GIC if ARCH_MULTI_V7 The Kconfig entry appears to contradict the description. Is this platform only for Armv7-M, or are there also variants with Armv7-A cores? Arnd
Powered by blists - more mailing lists