qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v4 6/6] i.MX: Add sabrelite i.MX6 emulation.


From: Jean-Christophe DUBOIS
Subject: Re: [Qemu-devel] [PATCH v4 6/6] i.MX: Add sabrelite i.MX6 emulation.
Date: Thu, 24 Mar 2016 08:11:03 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

Le 23/03/2016 15:48, Peter Maydell a écrit :
On 19 March 2016 at 20:59, Jean-Christophe Dubois <address@hidden> wrote:
The sabrelite supports one SPI FLASH memory on SPI1

Signed-off-by: Jean-Christophe Dubois <address@hidden>
+    {
+        /* Add the sst25vf016b NOR FLASH memory to first SPI */
+        Object *spi_dev;
+
+        spi_dev = object_resolve_path_component(OBJECT(&s->soc), "spi1");
Can you add a comment to remind us there's a todo here:
  /* Ideally we would expose the chip select and spi bus on the SoC
   * object using alias properties; then we would not need to directly
   * access the underlying spi device object.
   */
OK

Otherwise
Reviewed-by: Peter Maydell <address@hidden>

thanks
-- PMM





reply via email to

[Prev in Thread] Current Thread [Next in Thread]