Re: [U-Boot] [PATCH v2 2/5] sunxi: add USB EHCI driver

2014-07-15 Thread Ian Campbell
On Tue, 2014-07-15 at 23:56 +0200, Roman Byshko wrote: > diff --git a/drivers/usb/host/ehci-sunxi.c b/drivers/usb/host/ehci-sunxi.c > new file mode 100644 > index 000..8e2baa9 > --- /dev/null > +++ b/drivers/usb/host/ehci-sunxi.c > @@ -0,0 +1,212 @@ > +/* > + * Copyright (C) 2014 Roman Byshko >

Re: [U-Boot] i.MX tree out of sync

2014-07-15 Thread Stefano Babic
Hi Otavio, On 16/07/2014 00:11, Otavio Salvador wrote: > Hello Stefano, > > The u-boot-imx tree is out of sync. Could you rebase it (or merge v2014.07)? > I merged u-boot/master - please let me know if you have any problem. Best regards, Stefano Babic --

Re: [U-Boot] [i2c] Pull request

2014-07-15 Thread Ian Campbell
On Wed, 2014-07-16 at 07:16 +0200, Heiko Schocher wrote: Hi Heiko, Are you going to take "mvtwsi: convert to CONFIG_SYS_I2C framework"[0] or would you like me to push it via the sunxi tree? You've acked it but it is delegated to me. Ian. [0] http://patchwork.ozlabs.org/patch/359689/

Re: [U-Boot] [PATCH 0/5] ARM: Allwinner sun7i (A20) USB Host EHCI support

2014-07-15 Thread Ian Campbell
On Wed, 2014-07-16 at 07:42 +0100, Ian Campbell wrote: > On Tue, 2014-07-15 at 22:54 +0200, Roman B. wrote: > > On Sat, Jul 12, 2014 at 2:21 PM, Ian Campbell wrote: > > > On Tue, 2014-07-08 at 22:21 +0200, Roman Byshko wrote: > > >> This patch series adds USB Host EHCI support to the sun7i SoC. >

Re: [U-Boot] [PATCH 0/5] ARM: Allwinner sun7i (A20) USB Host EHCI support

2014-07-15 Thread Ian Campbell
On Tue, 2014-07-15 at 22:54 +0200, Roman B. wrote: > On Sat, Jul 12, 2014 at 2:21 PM, Ian Campbell wrote: > > On Tue, 2014-07-08 at 22:21 +0200, Roman Byshko wrote: > >> This patch series adds USB Host EHCI support to the sun7i SoC. > > > > When you repost this please could you CC the USB custodia

[U-Boot] [i2c] Pull request

2014-07-15 Thread Heiko Schocher
Hello Tom, please pull from u-boot-i2c.git The following changes since commit 524123a70761110c5cf3ccc5f52f6d4da071b959: Prepare v2014.07 (2014-07-14 13:16:45 -0400) are available in the git repository at: git://git.denx.de/u-boot-i2c.git master for you to fetch changes up to a17fd10fb516

[U-Boot] [PATCH] board/ls2085a: Add support of NOR and NAND flash for simulator

2014-07-15 Thread Prabhakar Kushwaha
Add support of NOR and NAND flash for simulator target. Here IFC - CS0: NOR flash IFC - CS1: NAND flash Signed-off-by: Prabhakar Kushwaha --- This patch depeds upon below patch "arm: ls102xa: Add Freescale LS102xA SoC support" http://patchwork.ozlabs.org/patch/366604/ include/configs/ls2

[U-Boot] i.MX tree out of sync

2014-07-15 Thread Otavio Salvador
Hello Stefano, The u-boot-imx tree is out of sync. Could you rebase it (or merge v2014.07)? Thanks in advance, -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9

[U-Boot] [PATCH v2 0/5] ARM: Allwinner sun7i (A20) USB Host EHCI support

2014-07-15 Thread Roman Byshko
This patch series adds USB Host EHCI support to the sun7i SoC. It was tested on Cubietruck. Now you could boot from a USB stick or use a compatible Ethernet dongle to add a second Ethernet port in U-Boot. ehci-sunxi.c contains some code for poking GPIOs. This code will go away once [1] is applied

Re: [U-Boot] [PATCH v2 0/5] ARM: Allwinner sun7i (A20) USB Host EHCI support

2014-07-15 Thread Roman B.
Hi Marex, I'm sorry I forgot to CC you on my submission. It would be great, if you can take a look at it. Best, Roman ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v2 3/5] sunxi: add USB options to configs

2014-07-15 Thread Roman Byshko
Signed-off-by: Roman Byshko --- include/configs/sunxi-common.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index 5d72d62..c7746bb 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -181,

[U-Boot] [PATCH v2 4/5] sun7i: add USB EHCI configuration

2014-07-15 Thread Roman Byshko
Signed-off-by: Roman Byshko --- include/configs/sun7i.h | 8 1 file changed, 8 insertions(+) diff --git a/include/configs/sun7i.h b/include/configs/sun7i.h index 9b693f7..0a1d83e 100644 --- a/include/configs/sun7i.h +++ b/include/configs/sun7i.h @@ -16,6 +16,14 @@ #define CONFIG_SYS_

[U-Boot] [U-boot] [Patch 6/6] board: k2e-evm: add board support

2014-07-15 Thread Ivan Khoronzhuk
From: Hao Zhang This patch adds Keystone2 k2e_evm evaluation board support. Signed-off-by: Hao Zhang Signed-off-by: Ivan Khoronzhuk --- arch/arm/include/asm/arch-keystone/hardware.h | 1 + board/ti/ks2_evm/Makefile | 2 + board/ti/ks2_evm/board_k2e.c | 3

[U-Boot] [U-boot] [Patch 3/6] ARM: keystone2: add MSMC cache coherency support for K2E SOC

2014-07-15 Thread Ivan Khoronzhuk
From: Hao Zhang This patch adds Keystone2 K2E SOC specific code to support MSMC cache coherency. Also create header file for msmc to hold its API. Acked-by: Murali Karicheri Signed-off-by: Hao Zhang Signed-off-by: Ivan Khoronzhuk --- arch/arm/cpu/armv7/keystone/init.c| 12 +++

[U-Boot] [U-boot] [Patch 4/6] keystone2: use CONFIG_SOC_KEYSTONE in common places

2014-07-15 Thread Ivan Khoronzhuk
Use CONFIG_SOC_KEYSTONE in common places instead of defining a lot of "if def .. || if def " for different Keystone2 SoC types. Acked-by: Murali Karicheri Signed-off-by: Ivan Khoronzhuk --- common/image-fdt.c | 2 +- drivers/serial/ns16550.c | 4 ++-- 2 files changed, 3 insertions(+), 3 d

[U-Boot] [U-boot] [Patch 5/6] ARM: keystone2: spl: add K2E SoC support

2014-07-15 Thread Ivan Khoronzhuk
Keystone2 K2E SoC has slightly different spl pll settings then K2HK, so correct this. Acked-by: Murali Karicheri Signed-off-by: Ivan Khoronzhuk --- arch/arm/cpu/armv7/keystone/spl.c | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/cpu/armv7/keystone/spl.c b/arch/arm/cpu/arm

[U-Boot] [U-boot] [Patch 1/6] ARM: keystone2: add K2E SoC hardware definitions

2014-07-15 Thread Ivan Khoronzhuk
From: Hao Zhang This patch adds hardware definitions specific to Keystone II K2E device. It has a lot common definitions with k2hk SoC, so move them to common hardware.h. This is preparation patch for adding K2E SoC support. Acked-by: Murali Karicheri Signed-off-by: Hao Zhang Signed-off-by: Iv

[U-Boot] [U-boot] [Patch 2/6] ARM: keystone2: clock: add K2E clock support

2014-07-15 Thread Ivan Khoronzhuk
From: Hao Zhang This patch adds clock definitions and commands to support Keystone2 K2E SOC. Signed-off-by: Hao Zhang Signed-off-by: Ivan Khoronzhuk --- arch/arm/cpu/armv7/keystone/Makefile | 1 + arch/arm/cpu/armv7/keystone/clock-k2e.c| 101 + arch

[U-Boot] [U-boot] [Patch 0/6] Add support for k2e SoC and EVM

2014-07-15 Thread Ivan Khoronzhuk
This series adds support for Keystone2 K2E SoC and k2e_evm evaluation board. Based on "Generalize Keystone2 code for other SoC types" series. https://www.mail-archive.com/u-boot@lists.denx.de/msg142007.html Hao Zhang (4): ARM: keystone2: add K2E SoC hardware definitions ARM: keystone2: clock:

[U-Boot] [PATCH v2 2/5] sunxi: add USB EHCI driver

2014-07-15 Thread Roman Byshko
Signed-off-by: Roman Byshko --- drivers/usb/host/Makefile | 1 + drivers/usb/host/ehci-sunxi.c | 212 ++ 2 files changed, 213 insertions(+) create mode 100644 drivers/usb/host/ehci-sunxi.c diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Ma

[U-Boot] [PATCH v2 5/5] sun7i: cubietruck: enable USB EHCI

2014-07-15 Thread Roman Byshko
Signed-off-by: Roman Byshko --- boards.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards.cfg b/boards.cfg index 1ba2081..fda3a08 100644 --- a/boards.cfg +++ b/boards.cfg @@ -377,7 +377,7 @@ Active arm armv7 rmobile renesas lager Active

[U-Boot] [PATCH v2 1/5] sunxi: add defines to control USB Host clocks/resets

2014-07-15 Thread Roman Byshko
Signed-off-by: Roman Byshko --- arch/arm/include/asm/arch-sunxi/clock_sun4i.h | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/include/asm/arch-sunxi/clock_sun4i.h b/arch/arm/include/asm/arch-sunxi/clock_sun4i.h index 928f3f2..fe7348a 100644 --- a/arch/arm/include/asm/arch-sunxi/

Re: [U-Boot] [PATCH] Fix help text of ext2load and fatload.

2014-07-15 Thread Pavel Machek
On Mon 2014-07-14 11:26:32, Tom Rini wrote: > On Wed, Jul 09, 2014 at 10:40:07PM +0200, Pavel Machek wrote: > > > > Fix help text of ext2load and fatload to match code in fs/fs.c > > > > Signed-off-by: Pavel Machek > > > > diff --git a/common/cmd_ext2.c b/common/cmd_ext2.c > > index 5a4bcc1

Re: [U-Boot] [PATCH 0/5] ARM: Allwinner sun7i (A20) USB Host EHCI support

2014-07-15 Thread Roman B.
On Sat, Jul 12, 2014 at 2:21 PM, Ian Campbell wrote: > On Tue, 2014-07-08 at 22:21 +0200, Roman Byshko wrote: >> This patch series adds USB Host EHCI support to the sun7i SoC. > > When you repost this please could you CC the USB custodian (Marek Vasut, > marex {AT} denx {DOT} de) for his input on

Re: [U-Boot] [PATCH v5] mx6: add support of multi-processor command

2014-07-15 Thread Gabriel Huau
Agreed, I misunderstood sorry. I'll do the modification for the next version of the patch. Thanks! Regards, Gabriel On 07/15/2014 12:35 PM, Stefano Babic wrote: Hi Gabriel, On 15/07/2014 16:13, gabriel huau wrote: I have just investigate a bit. The file is included by common/board_f.c but i

Re: [U-Boot] [PATCH v5] mx6: add support of multi-processor command

2014-07-15 Thread Stefano Babic
Hi Gabriel, On 15/07/2014 16:13, gabriel huau wrote: >> I have just investigate a bit. The file is included by common/board_f.c >> but it is, frankly, quite not used. There are several prototype inside >> it: >> >> void setup_mp(void); >> void cpu_mp_lmb_reserve(struct lmb *lmb); >> int is_core_d

[U-Boot] [PATCH] lcd: support displaying 24bpp BMPs on >= 24bpp LCDs

2014-07-15 Thread Hannes Petermaier
most todays LCDs support 32bpp e.g. the framebuffer memory is 32bpp organized. To support 24bpp BMPs we need to take only 3 byte from the bpp and set one byte from the FB to 0. Signed-off-by: Hannes Petermaier --- common/lcd.c | 23 --- 1 file changed, 20 insertions(+), 3

[U-Boot] [PATCH v1 0/2] mtd,ubi,ubifs: sync with v3.15

2014-07-15 Thread Heiko Schocher
as Tom Rini suggested, I tried to update the mtd,ubi and ubifs subsystem with linux v3.15: commit 1860e379875dfe7271c649058aeddffe5afd9d0d Author: Linus Torvalds Date: Sun Jun 8 11:19:54 2014 -0700 Linux 3.15 First patch in this patchserie is a patch, which contains some small changes bas

Re: [U-Boot] [PATCH v5] mx6: add support of multi-processor command

2014-07-15 Thread gabriel huau
On 07/15/2014 12:49 AM, Stefano Babic wrote: Hi Gabriel, On 13/07/2014 00:31, Gabriel Huau wrote: This allows u-boot to load different OS or Bare Metal application on the different cores of the i.MX6DQ. For example: we can run Android on cpu0 and a RT OS like QNX/FreeRTOS on cpu1. Signed-off-b

[U-Boot] [PATCH v1 2/2] mtd,ubi,ubifs: sync with linux v3.15

2014-07-15 Thread Heiko Schocher
snyc with linux v3.15: commit 1860e379875dfe7271c649058aeddffe5afd9d0d Author: Linus Torvalds Date: Sun Jun 8 11:19:54 2014 -0700 Linux 3.15 Signed-off-by: Heiko Schocher Cc: Scott Wood Cc: Tom Rini --- - how to create this patch - copy all linux mtd files from the last linux comm

[U-Boot] [PATCH v1 1/2] mtd, ubi, ubifs: update for the sync with linux v3.14

2014-07-15 Thread Heiko Schocher
while playing with the new mtd/ubi/ubifs sync, found some small updates for it: - add del_mtd_partition() to include/linux/mtd/mtd - mtd: add a debug_printf - remove some not used functions Signed-off-by: Heiko Schocher Cc: Scott Wood Cc: Tom Rini --- This patch is based on the mtd/ubi/ubifs

[U-Boot] [PATCH 0/3] Fix {c,e}tags/cscope build targets

2014-07-15 Thread Igor Grinberg
Some "recent" changes (move to Kbuild) to the Makefile broke the tags and cscope build targets. This patch set brings those back again to working state. Igor Grinberg (3): Makefile: fix the {c,e}tags/cscope build targets Makefile: fix ctags/etags clean targets Makefile: fix tags target docum

[U-Boot] [PATCH 3/3] Makefile: fix tags target documentation

2014-07-15 Thread Igor Grinberg
Replace the TAGS target name by the actual ctags target name. Also, add etags target documentation. Cc: Masahiro Yamada Signed-off-by: Igor Grinberg --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bfe801c..ca212b5 100644 --- a/Makefil

[U-Boot] [PATCH 2/3] Makefile: fix ctags/etags clean targets

2014-07-15 Thread Igor Grinberg
Commit efcf861 (kbuild: use scripts/Makefile.clean) refactored the cleaning targets and accidentially replaced the actually generated "ctags" and "etags" files in the file list by "tags" and "TAGS". "tags" and "TAGS" are not part of the Makefile build targets and therefore should not be a part of t

[U-Boot] [PATCH 1/3] Makefile: fix the {c, e}tags/cscope build targets

2014-07-15 Thread Igor Grinberg
Commit 9e41403 (kbuild: change out-of-tree build) changed the U-Boot build working directory to the output tree for the out-of-tree builds. This broke the {c,e}tags/cscope build targets as TAG_SUBDIRS variable collected directories based on assumption that the build working directory is the U-Boot

Re: [U-Boot] git pull fails ?!

2014-07-15 Thread Hannes Petermaier
Dear Wolfgang, I am using the git protocol but only a clone from scratch worked for me. many thanks and best regards, hannes On 2014-07-15 14:28, Wolfgang Denk wrote: Dear Hannes Petermaier, In message <53c51013.1020...@petermaier.org> you wrote: at this moment i tried to fetch newest u-boo

Re: [U-Boot] git pull fails ?!

2014-07-15 Thread Wolfgang Denk
Dear Hannes Petermaier, In message <53c51013.1020...@petermaier.org> you wrote: > > at this moment i tried to fetch newest u-boot using 'git pull' > > GIT answered to me: > > error: Unable to find 524123a70761110c5cf3ccc5f52f6d4da071b959 under > http://git.denx.de/u-boot.git > Cannot obtain ne

[U-Boot] git pull fails ?!

2014-07-15 Thread Hannes Petermaier
Hello, at this moment i tried to fetch newest u-boot using 'git pull' GIT answered to me: error: Unable to find 524123a70761110c5cf3ccc5f52f6d4da071b959 under http://git.denx.de/u-boot.git Cannot obtain needed object 524123a70761110c5cf3ccc5f52f6d4da071b959 error: Fetch failed. does anybody

Re: [U-Boot] [PATCH v2 3/5] i.MX6: define struct pwm_regs and PWMCR_* defines

2014-07-15 Thread Stefano Babic
? >>> >> >> IMHO you can create a drivers/pwm directory and add a pwm-imx.c driver. >> This reflects the same we have in kernel. > > Yes, that was also my first thought, but we have a API for this in > include/pwm.h > but no drivers/pwm ... so I searched

[U-Boot] Tegra T30 support, bootcounting and watchdog

2014-07-15 Thread Gabriele Randelli
Hi, I would like to know whether U-Boot supports boot counting (through CONFIG_BOOTCOUNT_LIMIT fag) and boot watchdog (through CONFIG_WATCHDOG flag) on T30 platforms. Thanks Gab -- Gabriele Randelli Founder & Chief Technology Officer S

Re: [U-Boot] SPL broken on i.mx31 platforms

2014-07-15 Thread Helmut Raiger
On 07/11/2014 09:56 AM, Magnus Lilja wrote: Hi On 8 July 2014 10:05, Helmut Raiger wrote: I meant, that the SPL is now doing the RAM init and copying of the SPL code correctly. RAM is working, the SPL code is at 0x87dc after that (CRCed it via JTAG). I could not track it further (I have ve

Re: [U-Boot] [PATCH v2 3/5] i.MX6: define struct pwm_regs and PWMCR_* defines

2014-07-15 Thread Heiko Schocher
... so I searched pwm_init and found: pollux:u-boot hs [20140715] $ grep -lr pwm_init . ./include/.pwm.h.swp ./include/pwm.h ./arch/arm/include/asm/arch-tegra20/pwm.h ./arch/arm/cpu/armv7/s5p-common/pwm.c ./arch/arm/cpu/armv7/s5p-common/timer.c ./arch/arm/cpu/armv7/tegra20/pwm.c ./board/nvidia/common

Re: [U-Boot] [PATCH v2 3/5] i.MX6: define struct pwm_regs and PWMCR_* defines

2014-07-15 Thread Stefano Babic
Hi Heiko, On 15/07/2014 10:52, Heiko Schocher wrote: >> I see. What do you mind to add a little effort and move the setup of the >> PWM from the aristaneos board to a PWM driver ? I see there is not (yet) >> such a driver, but why not ? > > Yes, I can do that ... Hmm, where do you think is a goo

Re: [U-Boot] [PATCH v2 26/29] dm: Add child_pre_probe() and child_post_remove() methods

2014-07-15 Thread Pavel Herrmann
Hi On Tuesday 08 of July 2014 21:38:16 Simon Glass wrote: > ... > + > +Note that the information that controls this behaviour is in the bus's > +driver, not the child's. In fact it is possible that child has no knowledge > +that it is connected to a bus. The same child device may even be used on >

Re: [U-Boot] [PATCH v2 3/5] i.MX6: define struct pwm_regs and PWMCR_* defines

2014-07-15 Thread Heiko Schocher
Hello Stefano, Am 15.07.2014 10:12, schrieb Stefano Babic: Hi Heiko, On 12/07/2014 06:10, Heiko Schocher wrote: add defines for pwm modul found on imx6. Signed-off-by: Heiko Schocher Cc: Stefano Babic --- - changes for v2: - new arch/arm/include/asm/arch-mx6/imx-regs.h | 16 +++

Re: [U-Boot] [PATCH 06/25] dm: spi: Add a uclass for SPI

2014-07-15 Thread Pavel Herrmann
Hi On Monday 14 of July 2014 18:56:13 Simon Glass wrote: > Add a uclass which provides access to SPI buses and includes operations > required by SPI. > > For a time driver model will need to co-exist with the legacy SPI interface > so some parts of the header file are changed depending on which i

[U-Boot] [PATCH] driver/mtd: Use generic timer API for FSL IFC, eLBC

2014-07-15 Thread Prabhakar Kushwaha
Freescale's flash control driver is using architecture specific timer API i.e. usec2ticks Replace usec2ticks with get_timer() (generic timer API) Signed-off-by: Prabhakar Kushwaha --- drivers/mtd/nand/fsl_elbc_nand.c |8 drivers/mtd/nand/fsl_ifc_nand.c | 21 ++--

Re: [U-Boot] [PATCH v2 5/5] arm, imx6: add aristainetos board

2014-07-15 Thread Stefano Babic
Hi Heiko, On 12/07/2014 06:10, Heiko Schocher wrote: > CPU: Freescale i.MX6DL rev1.1 at 792 MHz > Board: aristaitenos > I2C: ready > DRAM: 1 GiB > NAND: 512 MiB > MMC: FSL_SDHC: 0, FSL_SDHC: 1 > SF: Detected N25Q128 with page size 256 Bytes, erase size 64 KiB, total 16 MiB > Display: lb07w

Re: [U-Boot] [PATCH v1 3/4] i.MX6: add enable_spi_clk()

2014-07-15 Thread Stefano Babic
Hi Fabio, On 11/07/2014 15:22, Fabio Estevam wrote: > Hi Heiko, > > On Wed, May 28, 2014 at 7:16 AM, Heiko Schocher wrote: > >> --- a/arch/arm/include/asm/arch-mx6/clock.h >> +++ b/arch/arm/include/asm/arch-mx6/clock.h >> @@ -57,6 +57,7 @@ void enable_usboh3_clk(unsigned char enable); >> int e

Re: [U-Boot] [PATCH v2 3/5] i.MX6: define struct pwm_regs and PWMCR_* defines

2014-07-15 Thread Stefano Babic
Hi Heiko, On 12/07/2014 06:10, Heiko Schocher wrote: > add defines for pwm modul found on imx6. > > Signed-off-by: Heiko Schocher > Cc: Stefano Babic > > --- > - changes for v2: > - new > > arch/arm/include/asm/arch-mx6/imx-regs.h | 16 > 1 file changed, 16 insertions(+) >

Re: [U-Boot] [PATCH v2 2/5] imx6: add gpr2 usb_otg_id iomux select control define

2014-07-15 Thread Stefano Babic
Hi Heiko, On 12/07/2014 06:10, Heiko Schocher wrote: > add IOMUXC_GPR1_USB_OTG_ID_OFFSET and IOMUXC_GPR1_USB_OTG_ID_SEL_MASK > define for the USB_OTG_ID_SEL bit. > > Signed-off-by: Heiko Schocher > Cc: Stefano Babic > > --- > - changes for v2: > - new > > arch/arm/include/asm/arch-mx6/imx-

Re: [U-Boot] Fwd: Re: [PATCH 2/3] env_mmc: support env partition setup in runtime

2014-07-15 Thread Igor Grinberg
ping. On 07/03/14 11:36, Igor Grinberg wrote: > Hi Pantelis, Tom, > > Apparently, Dmitry has sent the message in html format... > > Resending now... > Sorry for that... > > > Original Message > Subject: Re: [U-Boot] [PATCH 2/3] env_mmc: support env partition setup > in

Re: [U-Boot] [PATCH v5] mx6: add support of multi-processor command

2014-07-15 Thread Stefano Babic
Hi Gabriel, On 13/07/2014 00:31, Gabriel Huau wrote: > This allows u-boot to load different OS or Bare Metal application on the > different cores of the i.MX6DQ. > For example: we can run Android on cpu0 and a RT OS like QNX/FreeRTOS on cpu1. > > Signed-off-by: Gabriel Huau > --- > Changes for v