From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58270) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZOpoH-0002I2-O0 for qemu-devel@nongnu.org; Mon, 10 Aug 2015 12:20:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZOpoE-00021D-Bq for qemu-devel@nongnu.org; Mon, 10 Aug 2015 12:20:25 -0400 Received: from zose-mta03.web4all.fr ([185.49.20.44]:35101) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZOpoE-000217-5q for qemu-devel@nongnu.org; Mon, 10 Aug 2015 12:20:22 -0400 Message-ID: <55C8CF44.3090507@tribudubois.net> Date: Mon, 10 Aug 2015 18:20:20 +0200 From: Jean-Christophe DUBOIS MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v13 00/19] i.MX: Add i.MX25 support through the PDK evaluation board List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers Le 07/08/2015 16:13, Peter Maydell a =C3=A9crit : > On 16 July 2015 at 22:21, Jean-Christophe Dubois = wrote: >> This series of patches add the support for the i.MX25 processor throug= h the >> Freescale PDK evaluation board. >> >> For now a limited set of devices is supported. >> * GPT timers (from i.MX31) >> * EPIT timers (from i.MX31) >> * Serial ports (from i.MX31) >> * Ethernet FEC port >> * I2C controller >> >> In the process the KZM platform was split into an i.MX31 SOC >> and a plateform part. >> >> Also, I2C devices was added to the i.MX31 SOC. >> >> This was tested by: >> * booting a minimal linux system on the i.MX25 PDK platform >> * booting the Xvisor hypervisor on the i.MX25 PDK platform >> * booting a minimal linux system on the KZM platform >> >> Jean-Christophe Dubois (19): >> i.MX: Split UART emulator in a header file and a source file >> i.MX: Move serial initialization to init/realize of DeviceClass. >> i.MX:Fix Coding style for UART emulator. >> i.MX: Split AVIC emulator in a header file and a source file >> i.MX: Fix Coding style for AVIC emulator. >> i.MX: Split CCM emulator in a header file and a source file >> i.MX: Fix Coding style for CCM emulator >> i.MX: Split EPIT emulator in a header file and a source file >> i.MX: Fix Coding style for EPIT emulator >> i.MX: Split GPT emulator in a header file and a source file >> i.MX: Fix Coding style for GPT emulator > I have some review comments on the later patches, but I've taken > this first set of code cleanup patches into my target-arm-post-2.4 > tree, which should reduce the size of your patchset and make it a bit > easier to deal with. > > (https://git.linaro.org/people/peter.maydell/qemu-arm.git target-arm-po= st-2.4 > -- caution, branch rebases. Will go into master once it reopens > post-release.) Ok, I will submit my next patches based on your target-arm-post-2.4 branc= h. > > thanks > -- PMM >