Re: [U-Boot] UBI: regression since "mtd: ubi: Fix worker handling"

2018-05-21 Thread Patrice CHOTARD
Hi On 05/22/2018 08:37 AM, Richard Weinberger wrote: > Am Dienstag, 22. Mai 2018, 08:30:45 CEST schrieb Heiko Schocher: >> Hello Richard, >> >> Am 21.05.2018 um 21:31 schrieb Richard Weinberger: >>> Patrice, >>> >>> Am Montag, 21. Mai 2018, 16:07:41 CEST schrieb Richard Weinberger: >

Re: [U-Boot] UBI: regression since "mtd: ubi: Fix worker handling"

2018-05-21 Thread Richard Weinberger
Am Dienstag, 22. Mai 2018, 08:30:45 CEST schrieb Heiko Schocher: > Hello Richard, > > Am 21.05.2018 um 21:31 schrieb Richard Weinberger: > > Patrice, > > > > Am Montag, 21. Mai 2018, 16:07:41 CEST schrieb Richard Weinberger: > >>> e->pnum = aeb->pnum; > >>> e->

Re: [U-Boot] UBI: regression since "mtd: ubi: Fix worker handling"

2018-05-21 Thread Heiko Schocher
Hello Richard, Am 21.05.2018 um 21:31 schrieb Richard Weinberger: Patrice, Am Montag, 21. Mai 2018, 16:07:41 CEST schrieb Richard Weinberger: e->pnum = aeb->pnum; e->ec = aeb->ec; ubi->lookuptbl[e->pnum] = e; + ubi->thread_enabled =

Re: [U-Boot] UBIFS Problems with U-boot 2018.1 & 4.14 Linux

2018-05-21 Thread Richard Weinberger
Otto, Am Dienstag, 22. Mai 2018, 03:30:04 CEST schrieb Otto Blom: > Hi Richard ! > > To summarize the observations from the last few days. > > * Linux 4.9 & U-boot 2018 behave the same when attempting to read from > a ubifs file system > * Whenever Linux 4.14 writes to a ubifs there is some form

Re: [U-Boot] [PATCH 0/5] Add KConfig option for cache maintenance availability

2018-05-21 Thread Faiz Abbas
Hi, On Monday 30 April 2018 02:03 PM, Emmanuel Vadot wrote: > Hi, > > In order to correctly exectute some binaries on some arch we need to flush > the data cache or instructions cache. Some arch offer helper functions for > this while others don't (or don't have the ability to do this in hardware

Re: [U-Boot] [PATCH] sf: ensure flash device is in 3-byte address mode

2018-05-21 Thread Simon Goldschmidt
Hi Jagan, On 21.05.2018 17:09, Jagan Teki wrote: Hi Simon, On Fri, May 18, 2018 at 12:48 PM, Simon Goldschmidt wrote: On 14.05.2018 09:47, Simon Goldschmidt wrote: On 14.05.2018 09:22, Jagan Teki wrote: On Mon, May 14, 2018 at 12:34 PM, Simon Goldschmidt wrote: + Marek for the socfp

Re: [U-Boot] UBIFS Problems with U-boot 2018.1 & 4.14 Linux

2018-05-21 Thread Otto Blom
Hi Richard ! To summarize the observations from the last few days. * Linux 4.9 & U-boot 2018 behave the same when attempting to read from a ubifs file system * Whenever Linux 4.14 writes to a ubifs there is some form of incompatibility introduced causing assorted errors when the file system is re

[U-Boot] [PATCH] disk: efi: Correct backing up the MBR boot code

2018-05-21 Thread Sam Protsenko
In commit e163a931af34 ("cmd: gpt: backup boot code before writing MBR") there was added the procedure for storing old boot code when doing "gpt write". But instead of storing just backup code, the whole MBR was stored, and only specific fields were replaced further, keeping everything else intact.

Re: [U-Boot] [PATCH] soc: zynqmp: Update required API version to 1.0

2018-05-21 Thread Manjukumar Harthikote Matha
> -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Monday, May 21, 2018 9:47 AM > To: Manjukumar Harthikote Matha ; Rajan Vaja > > Cc: mon...@monstr.eu; Albert Aribaud ; Jolly Shah > ; Michal Simek ; u- > b...@lists.denx.de > Subject: Re: [PATCH] soc: zynqmp: Update

Re: [U-Boot] u-boot-rockchip: firefly-rk3288 hangs on: Loading Environment from MMC

2018-05-21 Thread Vagrant Cascadian
On 2018-05-12, Vagrant Cascadian wrote: > On 2018-05-12, Vagrant Cascadian wrote: >> Booting firefly-rk3288 seems to hang looking for environment: >> >> U-Boot 2018.05+dfsg-1 (May 10 2018 - 20:24:57 +) >> >> Model: Firefly-RK3288 >> DRAM: 2 GiB >> MMC: dwmmc@ff0c: 1, dwmmc@ff0

Re: [U-Boot] [PATCH] dm: usb: setup ehci gadget before usb is probed

2018-05-21 Thread Marek Vasut
On 05/21/2018 08:13 PM, Ramon Fried wrote: > On Mon, May 21, 2018 at 6:08 PM, Marek Vasut wrote: >> On 05/21/2018 05:00 PM, Ramon Fried wrote: >>> usb_setup_ehci_gadget() looks for a loaded USB class driver, >>> then it unloads it and loads it again as a device instead of host. >>> This change loa

Re: [U-Boot] [PATCH] soc: zynqmp: Update required API version to 1.0

2018-05-21 Thread Marek Vasut
On 05/21/2018 06:27 PM, Manjukumar Harthikote Matha wrote: [...] >> Ah, I see, so there are three versions of pmu-firmware in a single >> release, but the one which is actually needed for the system to boot >> correctly is not in the meta-xilinx repo as one would expect, but in >> some other repo

Re: [U-Boot] [BUG] efi_loader: LUV test and SCT test fail on minnowboard

2018-05-21 Thread Macheeri Ramaswamy, ShubhashreeX
Thanks Heinrich for the valuable inputs! Regards shubha -Original Message- From: Heinrich Schuchardt [mailto:xypron.g...@gmx.de] Sent: Friday, May 18, 2018 11:38 PM To: Macheeri Ramaswamy, ShubhashreeX Cc: Alexander Graf ; U-Boot Mailing List ; AKASHI, Takahiro ; Simon Glass Subject:

Re: [U-Boot] UBI: regression since "mtd: ubi: Fix worker handling"

2018-05-21 Thread Richard Weinberger
Patrice, Am Montag, 21. Mai 2018, 16:07:41 CEST schrieb Richard Weinberger: > > e->pnum = aeb->pnum; > > e->ec = aeb->ec; > > ubi->lookuptbl[e->pnum] = e; > > + ubi->thread_enabled = 1; > > This is not correct. At this point the UBI thread is not read

[U-Boot] [PATCH] rockchip: make_fit_atf: make python3 compatible

2018-05-21 Thread Mian Yousaf Kaukab
Make script python3 compatible. No functional changes intended. Signed-off-by: Mian Yousaf Kaukab --- arch/arm/mach-rockchip/make_fit_atf.py | 89 +- 1 file changed, 45 insertions(+), 44 deletions(-) diff --git a/arch/arm/mach-rockchip/make_fit_atf.py b/arch/arm

Re: [U-Boot] [PATCH] soc: zynqmp: Update required API version to 1.0

2018-05-21 Thread Manjukumar Harthikote Matha
Hi Marek, > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Monday, May 21, 2018 2:45 AM > To: Rajan Vaja > Cc: mon...@monstr.eu; Albert Aribaud ; > Manjukumar Harthikote Matha ; Jolly Shah > ; Michal Simek ; u- > b...@lists.denx.de > Subject: Re: [PATCH] soc: zynqmp

[U-Boot] [PATCH v3] drivers/net/vsc9953: Initialize action RAM in VCAP complex

2018-05-21 Thread radu-andrei . bulie
From: Radu Bulie VCAP tables must be initialized even if no advanced classification is used. If no initialization is performed, then ECC error will be observed by the user when the first packet enters the l2switch. The error is marked in MPIC_EISR0 -bit 29 which means - Internal RAM multi-bit ECC

Re: [U-Boot] UBI: regression since "mtd: ubi: Fix worker handling"

2018-05-21 Thread Richard Weinberger
Patrice, Am Montag, 21. Mai 2018, 15:38:57 CEST schrieb Patrice CHOTARD: > Hi Richard, Heiko > > Since f82290afc847 ("mtd: ubi: Fix worker handling"), > when booting from NAND, on a fresh NAND just after being flashed (and > only in this case), we got the following log: > > ubi0: default fastma

Re: [U-Boot] Patman - How to send patched with errors

2018-05-21 Thread Simon Glass
Hi Duncan, On 20 May 2018 at 17:14, Duncan Hare wrote: > Hi Simon > > I have forgotten how to override the on errors do not sent patches > option. You can use patman -h to see help. I think you want -i. > > tools/patman/patman -c3 -? > > What's the "?" I'm not sure what that is supposed to d

[U-Boot] [BUG] SPI NOR for SST25V hangs for TI AM335x.

2018-05-21 Thread Gautam Bhat
Hi, There is a bug in the SST25V SPI NOR for the TI AM335x. On a write the SPI NOR hangs. This is because of the spi_release_bus(..) in the spi_flash_read_common call done by spi_flash_sr_ready(..) called in the spi_flash_wait_till_ready(..) in sst_write_wp(..). This call clears all the registers

Re: [U-Boot] [PATCH] dm: usb: setup ehci gadget before usb is probed

2018-05-21 Thread Ramon Fried
On Mon, May 21, 2018 at 6:08 PM, Marek Vasut wrote: > On 05/21/2018 05:00 PM, Ramon Fried wrote: >> usb_setup_ehci_gadget() looks for a loaded USB class driver, >> then it unloads it and loads it again as a device instead of host. >> This change loads the USB class driver as device if it wasn't lo

[U-Boot] BPI-M2 Magic: DRAM:Timeout initialising DRAM

2018-05-21 Thread Jagan Teki
Hi, Anyone find this dram timeout issue with BPI-M2 Magic Log: U-Boot SPL 2018.05-00294-g855ff8e6dd (May 21 2018 - 22:27:49 +0530) DRAM:Timeout initialising DRAM resetting ... Look like dram fex values seems ok, any inputs? [1] https://github.com/BPI-SINOVOIP/BPI-M2M-bsp/blob/master/sunxi-pac

Re: [U-Boot] [PATCH] pinctrl: do not set_state for device without valid ofnode

2018-05-21 Thread Simon Glass
On 22 April 2018 at 13:10, Simon Glass wrote: > On 18 April 2018 at 03:54, Kever Yang wrote: >> Not all the udevice have a available DT node, eg. rksd...@ff50.blk >> which add by mmc_bind(), these device do not have/need set pinctrl >> state. >> >> Signed-off-by: Kever Yang >> --- >> >> dri

Re: [U-Boot] [PATCH v3] tools: buildman: Don't use the working dir as build dir

2018-05-21 Thread Simon Glass
On 8 April 2018 at 04:16, Simon Glass wrote: > On 8 April 2018 at 19:14, Simon Glass wrote: >> From: Lothar Waßmann >> >> When the U-Boot base directory happens to have the same name as the branch >> that buildman is directed to use via the '-b' option and no output >> directory is specified wit

Re: [U-Boot] [PATCH] dm: usb: setup ehci gadget before usb is probed

2018-05-21 Thread Marek Vasut
On 05/21/2018 05:00 PM, Ramon Fried wrote: > usb_setup_ehci_gadget() looks for a loaded USB class driver, > then it unloads it and loads it again as a device instead of host. > This change loads the USB class driver as device if it wasn't loaded > in the first place. To achieve what ? What is the

Re: [U-Boot] [PATCH] x86: tsc: add support for reading CPU freq from cpuid

2018-05-21 Thread Christian Gmeiner
ping Am Mo., 14. Mai 2018 um 11:32 Uhr schrieb Christian Gmeiner < christian.gmei...@gmail.com>: > Starting with cpuid level 0x16 (Skylake-based processors) > it is possible to get CPU base freq via cpuid. > This fixes booting on a skylake based system. > Signed-off-by: Christian Gmeiner > ---

Re: [U-Boot] [PATCH] sf: ensure flash device is in 3-byte address mode

2018-05-21 Thread Jagan Teki
Hi Simon, On Fri, May 18, 2018 at 12:48 PM, Simon Goldschmidt wrote: > > On 14.05.2018 09:47, Simon Goldschmidt wrote: >> >> >> >> On 14.05.2018 09:22, Jagan Teki wrote: >>> >>> On Mon, May 14, 2018 at 12:34 PM, Simon Goldschmidt >>> wrote: + Marek for the socfpga platform, see below >

Re: [U-Boot] mtd: spi-nor: new NXP FlexSPI driver location & framework to use ?

2018-05-21 Thread Jagan Teki
On Fri, May 18, 2018 at 3:46 PM, Prabhakar Kushwaha wrote: > Hi Jagan, > >> -Original Message- >> From: Jagan Teki [mailto:jagannadh.t...@gmail.com] >> Sent: Friday, May 18, 2018 11:54 AM >> To: Prabhakar Kushwaha >> Cc: u-boot@lists.denx.de >> Subject: Re: mtd: spi-nor: new NXP FlexSPI d

[U-Boot] [PATCH] dm: usb: setup ehci gadget before usb is probed

2018-05-21 Thread Ramon Fried
usb_setup_ehci_gadget() looks for a loaded USB class driver, then it unloads it and loads it again as a device instead of host. This change loads the USB class driver as device if it wasn't loaded in the first place. Signed-off-by: Ramon Fried --- drivers/usb/host/usb-uclass.c | 15 ++---

Re: [U-Boot] [PATCH v3 1/6] kconfig: re-sync with Linux 4.17-rc4

2018-05-21 Thread Eugeniu Rosca
Hi Petr, On Mon, May 21, 2018 at 12:59:09PM +0200, Petr Vorel wrote: > Tested-by: Petr Vorel > Tested whole patch-set, works as expected. > Travis build is also ok: > https://travis-ci.org/pevik/u-boot/builds/381548813 > > > Kind regards, > Petr Thanks! I appreciate that! Best regards, Eugeni

[U-Boot] [PATCH 3/3] ARC: Enable debug UART on nSIM boards

2018-05-21 Thread Alexey Brodkin
Signed-off-by: Alexey Brodkin --- configs/nsim_700_defconfig| 4 configs/nsim_700be_defconfig | 4 configs/nsim_hs38_defconfig | 4 configs/nsim_hs38be_defconfig | 4 4 files changed, 16 insertions(+) diff --git a/configs/nsim_700_defconfig b/configs/nsim_700_defconfig

[U-Boot] [PATCH 2/3] serial/serial_arc: Implement debug serial

2018-05-21 Thread Alexey Brodkin
Signed-off-by: Alexey Brodkin --- drivers/serial/Kconfig | 9 + drivers/serial/serial_arc.c | 26 ++ 2 files changed, 35 insertions(+) diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 1aab0320f676..877790986081 100644 --- a/drivers/serial/K

[U-Boot] [PATCH 1/3] serial: Convert ARC_SERIAL to Kconfig

2018-05-21 Thread Alexey Brodkin
One step closer to completely Kconfig-driven target configuration in U-Boot :) Signed-off-by: Alexey Brodkin --- configs/nsim_700_defconfig| 1 + configs/nsim_700be_defconfig | 1 + configs/nsim_hs38_defconfig | 1 + configs/nsim_hs38be_defconfig | 1 + drivers/serial/Kconfig|

[U-Boot] [PATCH 0/3] Improvements for ARC UART

2018-05-21 Thread Alexey Brodkin
* Move ARC_SERIAL to Kconfig * Implement DEBUG_SERIAL in ARC_UART and * Enable DEBUG_UART in nSIM boards Alexey Brodkin (3): serial: Convert ARC_SERIAL to Kconfig serial/serial_arc: Implement debug serial ARC: Enable debug UART on nSIM boards configs/nsim_700_defconfig| 5 + co

[U-Boot] UBI: regression since "mtd: ubi: Fix worker handling"

2018-05-21 Thread Patrice CHOTARD
Hi Richard, Heiko Since f82290afc847 ("mtd: ubi: Fix worker handling"), when booting from NAND, on a fresh NAND just after being flashed (and only in this case), we got the following log: ubi0: default fastmap pool size: 200 ubi0: default fastmap WL pool size: 100 ubi0: attaching mtd2 ubi0: scan

Re: [U-Boot] [PATCH v2 1/2] cmd: nvedit: add whitelist option for env import

2018-05-21 Thread Alex Kiernan
On Mon, May 21, 2018 at 1:34 PM Quentin Schulz wrote: > On Mon, May 21, 2018 at 01:26:11PM +0100, Alex Kiernan wrote: > > On Mon, May 21, 2018 at 1:06 PM Quentin Schulz < quentin.sch...@bootlin.com> > > wrote: > > > > > Hi Alex, > > > > > On Mon, May 21, 2018 at 12:56:04PM +0100, Alex Kiernan wro

Re: [U-Boot] [PATCH v2 1/2] cmd: nvedit: add whitelist option for env import

2018-05-21 Thread Quentin Schulz
On Mon, May 21, 2018 at 01:36:49PM +0100, Alex Kiernan wrote: > On Mon, May 21, 2018 at 1:06 PM Quentin Schulz > wrote: > > > Hi Alex, > > > On Mon, May 21, 2018 at 12:56:04PM +0100, Alex Kiernan wrote: > > > On Mon, May 21, 2018 at 9:02 AM Quentin Schulz < > quentin.sch...@bootlin.com> > > > wr

Re: [U-Boot] [PATCH v2 1/2] cmd: nvedit: add whitelist option for env import

2018-05-21 Thread Alex Kiernan
On Mon, May 21, 2018 at 1:06 PM Quentin Schulz wrote: > Hi Alex, > On Mon, May 21, 2018 at 12:56:04PM +0100, Alex Kiernan wrote: > > On Mon, May 21, 2018 at 9:02 AM Quentin Schulz < quentin.sch...@bootlin.com> > > wrote: > > > > > Hi Stephen, > > > > > On Fri, May 18, 2018 at 10:00:27AM -0600, S

Re: [U-Boot] [PATCH v2 1/2] cmd: nvedit: add whitelist option for env import

2018-05-21 Thread Quentin Schulz
On Mon, May 21, 2018 at 01:26:11PM +0100, Alex Kiernan wrote: > On Mon, May 21, 2018 at 1:06 PM Quentin Schulz > wrote: > > > Hi Alex, > > > On Mon, May 21, 2018 at 12:56:04PM +0100, Alex Kiernan wrote: > > > On Mon, May 21, 2018 at 9:02 AM Quentin Schulz < > quentin.sch...@bootlin.com> > > > wr

Re: [U-Boot] [PATCH v2 1/2] cmd: nvedit: add whitelist option for env import

2018-05-21 Thread Alex Kiernan
On Mon, May 21, 2018 at 1:06 PM Quentin Schulz wrote: > Hi Alex, > On Mon, May 21, 2018 at 12:56:04PM +0100, Alex Kiernan wrote: > > On Mon, May 21, 2018 at 9:02 AM Quentin Schulz < quentin.sch...@bootlin.com> > > wrote: > > > > > Hi Stephen, > > > > > On Fri, May 18, 2018 at 10:00:27AM -0600, S

Re: [U-Boot] [PATCH v2 1/2] cmd: nvedit: add whitelist option for env import

2018-05-21 Thread Quentin Schulz
Hi Alex, On Mon, May 21, 2018 at 12:56:04PM +0100, Alex Kiernan wrote: > On Mon, May 21, 2018 at 9:02 AM Quentin Schulz > wrote: > > > Hi Stephen, > > > On Fri, May 18, 2018 at 10:00:27AM -0600, Stephen Warren wrote: > > > On 05/18/2018 08:44 AM, Quentin Schulz wrote: > > > > While the `env exp

Re: [U-Boot] [PATCH v2 1/2] cmd: nvedit: add whitelist option for env import

2018-05-21 Thread Alex Kiernan
On Mon, May 21, 2018 at 9:02 AM Quentin Schulz wrote: > Hi Stephen, > On Fri, May 18, 2018 at 10:00:27AM -0600, Stephen Warren wrote: > > On 05/18/2018 08:44 AM, Quentin Schulz wrote: > > > While the `env export` can take as parameters variables to be exported, > > > `env import` does not have s

[U-Boot] [PATCH] arm64: zynqmp: Remove CMD_UNZIP for mini configuration

2018-05-21 Thread Michal Simek
CMD_UNZIP is already disabled via Kconfig. Signed-off-by: Michal Simek --- include/configs/xilinx_zynqmp_mini.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/xilinx_zynqmp_mini.h b/include/configs/xilinx_zynqmp_mini.h index 947d3083dae4..96ff6c9f0215 100644 --- a/include/c

[U-Boot] [PATCH 1/1] logos: bitmap files should not be executable

2018-05-21 Thread Heinrich Schuchardt
chmod 644 engicam.bmp Signed-off-by: Heinrich Schuchardt --- tools/logos/engicam.bmp | Bin 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 tools/logos/engicam.bmp diff --git a/tools/logos/engicam.bmp b/tools/logos/engicam.bmp old mode 100755 new mode 100644 -- 2.

Re: [U-Boot] [PATCH v3 1/6] kconfig: re-sync with Linux 4.17-rc4

2018-05-21 Thread Petr Vorel
Hi Eugeniu, > My testing was limited to: > - make defconfig all > - make ARCH=arm CROSS_COMPILE=aarch64-linux-gnu- r8a7795_ulcb_defconfig all > - comparing .config before and after the re-sync > - running the newly imported Kconfig unit tests as seen below: > $ make testconfig >

[U-Boot] [PATCH v2] drivers/net/vsc9953: Initialize action RAM in VCAP complex

2018-05-21 Thread radu-andrei . bulie
From: Radu Bulie VCAP tables must be initialized even if no advanced classification is used. If no initialization is performed, then ECC error will be observed by the user when the first packet enters the l2switch. The error is marked in MPIC_EISR0 -bit 29 which means - Internal RAM multi-bit ECC

Re: [U-Boot] [PATCH] soc: zynqmp: Update required API version to 1.0

2018-05-21 Thread Rajan Vaja
Hi Marek, > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: 15 May 2018 02:26 AM > To: Michal Simek ; u-boot@lists.denx.de > Cc: Rajan Vaja ; mon...@monstr.eu; Albert Aribaud > > Subject: Re: [PATCH] soc: zynqmp: Update required API version to 1.0 > > On 05/14/2018

[U-Boot] [PATCH 1/1] logos: provide U-Boot logo

2018-05-21 Thread Heinrich Schuchardt
Provide a logo showing a submarine. U-Boot currently lacks an icon identifying the project. The German word U-Boot translates to submarine. Signed-off-by: Heinrich Schuchardt --- tools/logos/u-boot_logo.bmp | Bin 0 -> 25738 bytes tools/logos/u-boot_logo.svg | 248 ++

Re: [U-Boot] [PATCH] soc: zynqmp: Update required API version to 1.0

2018-05-21 Thread Marek Vasut
On 05/21/2018 06:53 AM, Rajan Vaja wrote: > Hi Marek, > >> -Original Message- >> From: Marek Vasut [mailto:ma...@denx.de] >> Sent: 15 May 2018 02:26 AM >> To: Michal Simek ; u-boot@lists.denx.de >> Cc: Rajan Vaja ; mon...@monstr.eu; Albert Aribaud >> >> Subject: Re: [PATCH] soc: zynqmp: U

Re: [U-Boot] [PATCH v2 1/2] cmd: nvedit: add whitelist option for env import

2018-05-21 Thread Quentin Schulz
Hi Stephen, On Fri, May 18, 2018 at 10:00:27AM -0600, Stephen Warren wrote: > On 05/18/2018 08:44 AM, Quentin Schulz wrote: > > While the `env export` can take as parameters variables to be exported, > > `env import` does not have such a mechanism of variable selection. > > > > Let's add a `-w` o

Re: [U-Boot] [PATCH v2 2/2] test/py: add test for whitelist of variables while importing environment

2018-05-21 Thread Quentin Schulz
Hi Stephen, On Fri, May 18, 2018 at 10:04:05AM -0600, Stephen Warren wrote: > On 05/18/2018 08:45 AM, Quentin Schulz wrote: > > This tests that the importing of an environment with a specified > > whitelist works as intended. > > > > If the variable whitelisted_vars is not set, the env importing

Re: [U-Boot] [PATCH v1 1/5] serial: stm32: Add debug uart support

2018-05-21 Thread Patrice CHOTARD
Hi Simon On 05/18/2018 03:37 AM, Simon Glass wrote: > On 17 May 2018 at 06:50, Patrice Chotard wrote: >> From: Patrick Delaunay >> >> Add support for early debug printf, before the availability of >> driver model and device tree support. >> >> Signed-off-by: Patrick Delaunay >> Signed-off-by: P

Re: [U-Boot] [PATCH v2 1/2] cmd: nvedit: add whitelist option for env import

2018-05-21 Thread Quentin Schulz
Hi Lothar, On Sun, May 20, 2018 at 03:01:22PM +0200, Lothar Waßmann wrote: > Hi, > > On Fri, 18 May 2018 16:44:59 +0200 Quentin Schulz wrote: > > While the `env export` can take as parameters variables to be exported, > > `env import` does not have such a mechanism of variable selection. > > > >

Re: [U-Boot] [PATCH v1 3/5] dm: serial: Add setparity

2018-05-21 Thread Patrice CHOTARD
Hi Simon On 05/18/2018 03:37 AM, Simon Glass wrote: > Hi Patrick, > > On 17 May 2018 at 06:50, Patrice Chotard wrote: >> From: Patrick Delaunay >> >> Implements serial setparity ops to allow uart parity change. >> It allows to select ODD, EVEN or NONE parity. >> >> Signed-off-by: Patrick Delaun