Re: [U-Boot] [U-Boot,v2] spl: implement CRC check on U-Boot uImage

2019-02-10 Thread Tom Rini
On Sun, Feb 10, 2019 at 02:07:28PM +0100, Simon Goldschmidt wrote: > On Sun, Feb 10, 2019 at 1:43 AM Tom Rini wrote: > > > > On Sat, Feb 09, 2019 at 10:56:40PM +0100, Simon Goldschmidt wrote: > > > On Fri, Feb 8, 2019 at 10:20 PM Tom Rini wrote: > > > > > > > > On Fri, Feb 08, 2019 at 10:05:41PM

Re: [U-Boot] [U-Boot,1/5] bcm63158: add initial support

2019-02-10 Thread Tom Rini
On Thu, Jan 31, 2019 at 06:57:35PM +0100, Philippe Reynes wrote: > This add the initial support of the broadcom bcm63158 SoC family, > only the cpu, dram and uart are supported. > > Signed-off-by: Philippe Reynes Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP

Re: [U-Boot] [U-Boot, 3/7] clk: stm32mp1: correct access to RCC_OCENSETR/RCC_OCENCLRR

2019-02-10 Thread Tom Rini
On Wed, Jan 30, 2019 at 01:07:02PM +0100, Patrick Delaunay wrote: > Remove unnecessary setbits on set/clear registers. > Avoid to deactivate HSI with HSE. > > Signed-off-by: Patrick Delaunay Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot,2/5] bcm963158: add initial support

2019-02-10 Thread Tom Rini
On Thu, Jan 31, 2019 at 06:57:36PM +0100, Philippe Reynes wrote: > This add the initial support of the broadcom reference > board bcm963158 with a bcm63158 SoC. > > This board has 1 GB of ram, 512 MB of flash (nand), > 2 usb port, 1 uart, 4 ethernet ports (LAN), 1 ethernet port (WAN). > >

Re: [U-Boot] [U-Boot, 7/7] clk: stm32mp1: correctly handle Clock Spreading Generator

2019-02-10 Thread Tom Rini
On Wed, Jan 30, 2019 at 01:07:06PM +0100, Patrick Delaunay wrote: > To activate the csg option, the driver need to set the bit2 > of PLLNCR register = SSCG_CTRL: Spread Spectrum Clock Generator > of PLLn enable. > > Signed-off-by: Patrick Delaunay Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [U-Boot, v3, 2/2] cmd: sata: add null pointer check for dev

2019-02-10 Thread Tom Rini
On Fri, Feb 01, 2019 at 04:01:08PM +0100, Marcel Ziswiler wrote: > From: Marcel Ziswiler > > Calling sata_scan() with a null pointer probably won't make much sense. > > Signed-off-by: Marcel Ziswiler > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc

Re: [U-Boot] [U-Boot,6/7] dts: stm32mp1: clock tree update

2019-02-10 Thread Tom Rini
On Wed, Jan 30, 2019 at 01:07:05PM +0100, Patrick Delaunay wrote: > - Add st,digbypass on clk_hse node (needed for board rev.C) > - MLAHB/AHB max frequency increased from 200 to 209MHz, with: > - PLL3P set to 208.8MHz for MCU sub-system > - PLL3Q set to 24.57MHz for 48kHz SAI/SPI2S > -

Re: [U-Boot] board/BuR/brppt1: drop DM_I2C_COMPAT

2019-02-10 Thread Tom Rini
On Thu, Jan 31, 2019 at 09:24:45AM +0100, Hannes Schmelzer wrote: > The TPS62517 PMIC driver has been partially converted to DM, so the > legacy I2C access layer isn't needed anymore. > > Signed-off-by: Hannes Schmelzer Applied to u-boot/master, thanks! -- Tom signature.asc Description:

Re: [U-Boot] [U-Boot, 1/3] configs: am65x_evm_r5: Enable GPT support

2019-02-10 Thread Tom Rini
On Fri, Feb 01, 2019 at 03:04:56PM -0600, Andrew F. Davis wrote: > The second loader stages may be stored on GPT partitions, > enable support for this here. > > Signed-off-by: Andrew F. Davis > Reviewed-by: Tom Rini > Reviewed-by: Lokesh Vutla Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] mmc: omap_hsmmc: Workaround errata regarding SDR104/HS200 tuning failures (i929)

2019-02-10 Thread Tom Rini
On Wed, Jan 30, 2019 at 06:08:42PM +0530, Faiz Abbas wrote: > Errata i929 in certain OMAP5/DRA7XX/AM57XX silicon revisions > (SPRZ426D - November 2014 - Revised February 2018 [1]) mentions > unexpected tuning pattern errors. A small failure band may be present > in the tuning range which may be

Re: [U-Boot] arm: mach-k3: common: Clean up ATF image startup function

2019-02-10 Thread Tom Rini
On Mon, Feb 04, 2019 at 12:58:47PM -0600, Andreas Dannenberg wrote: > Perform some cosmetic cleanup of the ATF image startup function, namely > fixing a spelling mistake, capitalization of a few words, spacing, as > well aligning how errors are printed and as using panic() for cases that > were

Re: [U-Boot] [U-Boot, 3/3] armv7R: K3: am654: Fix order of debug elements in x509 template

2019-02-10 Thread Tom Rini
On Fri, Feb 01, 2019 at 03:04:58PM -0600, Andrew F. Davis wrote: > The first element in the debug section is expected to be debugUID. > ROM will not parse this correctly when out of order, fix this here. > > Signed-off-by: Andrew F. Davis > Reviewed-by: Tom Rini > Reviewed-by: Lokesh Vutla

Re: [U-Boot] drivers: serial: dm: Enable DM_FLAG_PRE_RELOC in SBSA pl011 uart driver

2019-02-10 Thread Tom Rini
On Wed, Jan 30, 2019 at 11:24:00AM +, Vabhav Sharma wrote: > The DM_FLAG_PRE_RELOC shall be enabled in SBSA PL011 uart driver > as this driver is used in NXP based SoCs > > It is necessary to have Serial console running before relocation > > The !CONFIG_IS_ENABLED(OF_CONTROL) [*] check is

Re: [U-Boot] [U-Boot, v3, 1/2] dm: device: fail uclass_find_first_device() if list_empty

2019-02-10 Thread Tom Rini
On Fri, Feb 01, 2019 at 04:01:07PM +0100, Marcel Ziswiler wrote: > From: Marcel Ziswiler > > While uclass_find_device() fails with -ENODEV in case of list_empty > strangely uclass_find_first_device() returns 0. > > Fix uclass_find_first_device() to also fail with -ENODEV instead. > >

Re: [U-Boot] hashtable: fix environment variable corruption

2019-02-10 Thread Tom Rini
On Wed, Jan 30, 2019 at 11:39:54AM +0100, Roman Kapl wrote: > Only first previously deleted entry was recognized, leading hsearch_r > to think that there was no previously deleted entry. It then conluded > that a free entry was found, even if there were no free entries and it > overwrote a random

Re: [U-Boot] [U-Boot, 2/3] am65x_evm: Allow bootm to load larger kernels

2019-02-10 Thread Tom Rini
On Fri, Feb 01, 2019 at 03:04:57PM -0600, Andrew F. Davis wrote: > Bootm will fail to load kernels over 8MB, this is not enough > for our 64bit kernel images. Increase this to 64MB. > > Signed-off-by: Andrew F. Davis > Reviewed-by: Tom Rini > Reviewed-by: Lokesh Vutla Applied to

Re: [U-Boot] [U-Boot, 1/7] clk: stm32mp1: no more get ck_usbo_48m in device tree

2019-02-10 Thread Tom Rini
On Wed, Jan 30, 2019 at 01:07:00PM +0100, Patrick Delaunay wrote: > Remove support of ck_usbo_48m clock node in device tree, > but force 48MHz frequency to prepare alignment > with kernel device tree. > > Signed-off-by: Patrick Delaunay Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [U-Boot,5/7] clk: stm32mp1: add debug information

2019-02-10 Thread Tom Rini
On Wed, Jan 30, 2019 at 01:07:04PM +0100, Patrick Delaunay wrote: > Add support of clk dump command and > display information during probe (under CONFIG_DISPLAY_CPUINFO). > > Signed-off-by: Patrick Delaunay After dropping the hunk to the "trusted" defconfig, applied to u-boot/master, thanks!

Re: [U-Boot] Please pull u-boot-dm

2019-02-10 Thread Simon Glass
Hi Tom, On Sun, 10 Feb 2019 at 10:28, Simon Glass wrote: > > +Tom > > On Sun, 10 Feb 2019 at 03:27, Simon Glass wrote: > > > > Hi Tom, > > > > I thought I had already sent these but just noticed that I had not. > > > > The following changes since commit 97276a91db8e98f081a40ddf9dc8f81d4032a756:

Re: [U-Boot] [PATCH] initcall: Move to inline function

2019-02-10 Thread Tom Rini
On Fri, Feb 08, 2019 at 08:58:18AM +0100, Alexander Graf wrote: > > > > Am 08.02.2019 um 05:11 schrieb Simon Glass : > > > > Hi Alex, > > > >> On Sat, 2 Feb 2019 at 09:07, Alexander Graf wrote: > >> > >> > >> > >>> Am 02.02.2019 um 15:13 schrieb Simon Glass : > >>> > >>> Hi Alex, > >>> >

Re: [U-Boot] [U-Boot, 3/5] watchdog: bcm6345: allow to use this driver on arm bcm63158

2019-02-10 Thread Tom Rini
On Thu, Jan 31, 2019 at 06:57:37PM +0100, Philippe Reynes wrote: > This IP is also used on some arm SoC, so we allow to > use it on arm bcm63158 too. > > Signed-off-by: Philippe Reynes Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, 3/7] clk: stm32mp1: correct access to RCC_OCENSETR/RCC_OCENCLRR

2019-02-10 Thread Tom Rini
On Wed, Jan 30, 2019 at 01:07:02PM +0100, Patrick Delaunay wrote: > Remove unnecessary setbits on set/clear registers. > Avoid to deactivate HSI with HSE. > > Signed-off-by: Patrick Delaunay Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, 5/5] bcm963158: enable watchdog and reboot with watchdog

2019-02-10 Thread Tom Rini
On Thu, Jan 31, 2019 at 06:57:39PM +0100, Philippe Reynes wrote: > Enable watchdog and reboot with watchdog in the configuration. > > Signed-off-by: Philippe Reynes Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, v4, 5/5] doc: ti-secure: Add ULO info for AM57xx/DRA7xx secure devices from TI

2019-02-10 Thread Tom Rini
On Mon, Jan 28, 2019 at 11:43:26AM -0600, Andrew F. Davis wrote: > Booting from UART and USB on HS devices is now supported for this > platform. Update documentation for the same. > > Signed-off-by: Andrew F. Davis > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [U-Boot, v4, 1/5] defconfigs: dra7xx_hs_evm: Sync HS and non-HS defconfigs

2019-02-10 Thread Tom Rini
On Mon, Jan 28, 2019 at 11:43:22AM -0600, Andrew F. Davis wrote: > Additions have been made to the non-HS defconfig without the same > being made to the HS defconfig, sync them. > > Signed-off-by: Andrew F. Davis Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP

Re: [U-Boot] [U-Boot, V2, 2/2] bcm968580xref: switch to CONFIG_OF_SEPARATE

2019-02-10 Thread Tom Rini
On Mon, Feb 04, 2019 at 03:14:18PM +0100, Philippe Reynes wrote: > The option OF_EMBED is deprecated, > so we switch to CONFIG_OF_SEPARATE > > Signed-off-by: Philippe Reynes Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, v4, 3/5] defconfigs: Add config for DRA7xx High Security EVM with USB Boot support

2019-02-10 Thread Tom Rini
On Mon, Jan 28, 2019 at 11:43:24AM -0600, Andrew F. Davis wrote: > Add a new defconfig file for the DRA7xx High Security EVM. This config > is specific for the case of USB booting. > > Signed-off-by: Andrew F. Davis > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] omap3_cairo: remove empty #ifdef/#endif block

2019-02-10 Thread Tom Rini
On Wed, Jan 30, 2019 at 08:19:28PM +1300, Chris Packham wrote: > The content between these guards was removed in commit 9baa2bce2890 > ("Removed unused references to CONFIG_SERIALx"). Remove the now > empty #ifdef/#endif block and the accompanying comment. > > Signed-off-by: Chris Packham

Re: [U-Boot] [U-Boot, 4/7] clk: stm32mp1: recalculate counter when switching freq

2019-02-10 Thread Tom Rini
On Wed, Jan 30, 2019 at 01:07:03PM +0100, Patrick Delaunay wrote: > Because stgen is initialized with HSI clock, we need to > recalculate the counter when changing frequency. > > Signed-off-by: Lionel Debieve > Signed-off-by: Patrick Delaunay Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] initcall: Move to inline function

2019-02-10 Thread Tom Rini
On Thu, Jan 31, 2019 at 04:06:23PM +0100, Alexander Graf wrote: > The board_r init function was complaining that we are looping through > an array, calling all our tiny init stubs sequentially via indirect > function calls (which can't be speculated, so they are slow). > > The solution to that

Re: [U-Boot] [U-Boot, v4, 4/5] defconfigs: Add config for AM57xx High Security EVM with USB/UART Boot support

2019-02-10 Thread Tom Rini
On Mon, Jan 28, 2019 at 11:43:25AM -0600, Andrew F. Davis wrote: > Add a new defconfig file for the AM57xx High Security EVM. This config > is specific for the case of USB/UART booting. > > Signed-off-by: Andrew F. Davis > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [U-Boot, v4, 2/5] defconfigs: am57xx_hs_evm: Sync HS and non-HS defconfigs

2019-02-10 Thread Tom Rini
On Mon, Jan 28, 2019 at 11:43:23AM -0600, Andrew F. Davis wrote: > Additions have been made to the non-HS defconfig without the same > being made to the HS defconfig, sync them. > > Signed-off-by: Andrew F. Davis Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP

Re: [U-Boot] [U-Boot, v3] moveconfig: add a second pass for empty #if/#endif blocks

2019-02-10 Thread Tom Rini
On Wed, Jan 30, 2019 at 08:23:16PM +1300, Chris Packham wrote: > Moveconfig already attempts to remove empty #if/#endif blocks when there > is a matching CONFIG_ being moved. Add a second pass which covers files > without a match. > > Signed-off-by: Chris Packham Applied to u-boot/master,

Re: [U-Boot] [U-Boot, 1/1] test: provide unit test for memory functions

2019-02-10 Thread Tom Rini
On Wed, Jan 30, 2019 at 07:53:31AM +0100, Heinrich Schuchardt wrote: > Memory functions may have architecture specific implementations. These > should be tested. > > Provide unit tests for memset(), memcpy(), memmove(). > > Provide a 'ut lib' sub-command to execute the tests. > >

Re: [U-Boot] [U-Boot,2/7] clk: stm32mp1: add IPCC clock

2019-02-10 Thread Tom Rini
On Wed, Jan 30, 2019 at 01:07:01PM +0100, Patrick Delaunay wrote: > Add support for enable/disable of IPCC clock using AHB3 registers > > Signed-off-by: Patrick Delaunay Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, V3, 5/6] bcm968380gerg: enable watchdog and reboot with watchdog

2019-02-10 Thread Tom Rini
On Mon, Jan 28, 2019 at 03:37:31PM +0100, Philippe Reynes wrote: > Enable watchdog and reboot with watchdog in the configuration. > > Signed-off-by: Philippe Reynes Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot,V3,3/6] dt: bcm6838: add watchdog

2019-02-10 Thread Tom Rini
On Mon, Jan 28, 2019 at 03:37:29PM +0100, Philippe Reynes wrote: > This commit add watchdog and sysreset watchdog > in the bcm6838 device tree. > > Signed-off-by: Philippe Reynes Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, V3, 6/6] bcm968580: enable watchdog and reboot with watchdog

2019-02-10 Thread Tom Rini
On Mon, Jan 28, 2019 at 03:37:32PM +0100, Philippe Reynes wrote: > Enable watchdog and reboot with watchdog in the configuration. > > Signed-off-by: Philippe Reynes Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot,V3,4/6] dt: bcm6858: add watchdog

2019-02-10 Thread Tom Rini
On Mon, Jan 28, 2019 at 03:37:30PM +0100, Philippe Reynes wrote: > This commit add watchdog and sysreset watchdog > in the bcm6858 device tree. > > Signed-off-by: Philippe Reynes Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, V3, 2/6] watchdog: bcm6345: allow to use this driver on arm bcm6858

2019-02-10 Thread Tom Rini
On Mon, Jan 28, 2019 at 03:37:28PM +0100, Philippe Reynes wrote: > This IP is also used on some arm SoC, so we allow to > use it on arm bcm6858 too. > > Signed-off-by: Philippe Reynes Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, V3, 1/6] watchdog: bcm6345: switch to raw I/O functions

2019-02-10 Thread Tom Rini
On Mon, Jan 28, 2019 at 03:37:27PM +0100, Philippe Reynes wrote: > This driver is used on several big endian mips board. > So we could use raw I/O function instead of forcing > big endian access. > > Signed-off-by: Philippe Reynes > Reviewed-by: Daniel Schwierzeck Applied to u-boot/master,

Re: [U-Boot] [U-Boot,v2] spl: implement CRC check on U-Boot uImage

2019-02-10 Thread Simon Goldschmidt
On Sun, Feb 10, 2019 at 1:43 AM Tom Rini wrote: > > On Sat, Feb 09, 2019 at 10:56:40PM +0100, Simon Goldschmidt wrote: > > On Fri, Feb 8, 2019 at 10:20 PM Tom Rini wrote: > > > > > > On Fri, Feb 08, 2019 at 10:05:41PM +0100, Simon Goldschmidt wrote: > > > > On Fri, Feb 8, 2019 at 8:46 PM Tom

Re: [U-Boot] [PATCH v4 0/4] spi-flash: switch to "jedec, spi-nor" binding

2019-02-10 Thread Neil Armstrong
Hi Peter, Le 10/02/2019 11:25, Peter Robinson a écrit : > Hi Neil, > >> There is no reason not to use the Linux "jedec,spi-nor" binding in u-boot. >> This patchset : >> - switches all DTS/DTSI files to "jedec,spi-nor" >> - remove the "spi-flash" compatible from sf-probe > > A number of boards,

Re: [U-Boot] [PATCH v2 1/1] lib: vsprintf: avoid overflow printing UTF16 strings

2019-02-10 Thread Simon Glass
On Sun, 10 Feb 2019 at 04:11, Heinrich Schuchardt wrote: > > We have to ensure while printing UTF16 strings that we do not exceed the > end of the print buffer. > > Signed-off-by: Heinrich Schuchardt > --- > v2 > Use the exact UTF8 length of the converted UTF16 character when >

Re: [U-Boot] [PATCH v4 0/4] spi-flash: switch to "jedec, spi-nor" binding

2019-02-10 Thread Peter Robinson
Hi Neil, > There is no reason not to use the Linux "jedec,spi-nor" binding in u-boot. > This patchset : > - switches all DTS/DTSI files to "jedec,spi-nor" > - remove the "spi-flash" compatible from sf-probe A number of boards, or even all boards for a SoC type just resync the dts files from the

[U-Boot] [PATCH v4 1/4] dts: switch spi-flash to jedec, spi-nor compatible

2019-02-10 Thread Neil Armstrong
There is no reason not to use the Linux "jedec,spi-nor" binding in U-Boot dts files. This compatible has been added in sf_probe, let use it. This patch switches to jedec,spi-nor when spi-flash is used in the DTS and DTSI files, and removed spi-flash when jedec,spi-nor is already present. The x86

[U-Boot] [PATCH v4 3/4] mtd: sf_probe: remove spi-flash compatible

2019-02-10 Thread Neil Armstrong
Now the "spi-flash" compatible has been removed in the DTS files, remove this compatible from sf_probe to finally use the Linux "jedec,spi-nor" compatible. Signed-off-by: Neil Armstrong Reviewed-by: Simon Goldschmidt --- drivers/mtd/spi/sf_probe.c | 1 - 1 file changed, 1 deletion(-) diff

[U-Boot] [PATCH v4 4/4] doc: device-tree-bindings: switch from spi-flash to jedec, spi-nor

2019-02-10 Thread Neil Armstrong
Since all DTS files has been switched to "jedec,spi-nor", remove the "spi-flash" compatible from the bindings examples. Signed-off-by: Neil Armstrong Reviewed-by: Simon Goldschmidt Reviewed-by: Rick Chen Reviewed-by: Patrick Delaunay ---

[U-Boot] [PATCH v4 2/4] x86: dts: switch spi-flash to jedec, spi-nor compatible

2019-02-10 Thread Neil Armstrong
The x86 code and DT uses "spi-flash" to detect a flash node, switch to "jedec,spi-nor" in the DTS files and in fdtdec by switching the GENERIC_SPI_FLASH value to to jedec,spi-nor. Signed-off-by: Neil Armstrong Reviewed-by: Simon Goldschmidt --- arch/x86/dts/bayleybay.dts| 2

[U-Boot] [PATCH v4 0/4] spi-flash: switch to "jedec, spi-nor" binding

2019-02-10 Thread Neil Armstrong
There is no reason not to use the Linux "jedec,spi-nor" binding in u-boot. This patchset : - switches all DTS/DTSI files to "jedec,spi-nor" - remove the "spi-flash" compatible from sf-probe - switch GENERIC_SPI_FLASH to jedec,spi-nor in fdtdec - switches dt bindings examples files to

[U-Boot] [PATCH v2 1/1] lib: vsprintf: avoid overflow printing UTF16 strings

2019-02-10 Thread Heinrich Schuchardt
We have to ensure while printing UTF16 strings that we do not exceed the end of the print buffer. Signed-off-by: Heinrich Schuchardt --- v2 Use the exact UTF8 length of the converted UTF16 character when checking if sufficient space is remaining in the buffer. This avoids

Re: [U-Boot] [PATCH] initcall: Move to inline function

2019-02-10 Thread Simon Glass
Hi Alex, On Fri, 8 Feb 2019 at 01:58, Alexander Graf wrote: > > > > > Am 08.02.2019 um 05:11 schrieb Simon Glass : > > > > Hi Alex, > > > >> On Sat, 2 Feb 2019 at 09:07, Alexander Graf wrote: > >> > >> > >> > >>> Am 02.02.2019 um 15:13 schrieb Simon Glass : > >>> > >>> Hi Alex, > >>> > On

Re: [U-Boot] [RFT 4/8] regulator: Add support for ramp delay

2019-02-10 Thread Simon Glass
Hi Krzysztof, On Sat, 9 Feb 2019 at 16:54, Krzysztof Kozlowski wrote: > > Changing voltage and enabling regulator might require delays so the > regulator stabilizes at expected level. > > Add support for "regulator-ramp-delay" binding which can introduce > required time to both enabling the

Re: [U-Boot] [PATCH 1/1] lib: vsprintf: avoid overflow printing UTF16 strings

2019-02-10 Thread Simon Glass
On Sat, 9 Feb 2019 at 18:08, Heinrich Schuchardt wrote: > > We have to ensure while printing UTF16 strings that we do not exceed the > end of the print buffer. > > Signed-off-by: Heinrich Schuchardt > --- > lib/vsprintf.c | 10 +++--- > 1 file changed, 7 insertions(+), 3 deletions(-) >

Re: [U-Boot] Please pull u-boot-dm

2019-02-10 Thread Simon Glass
+Tom On Sun, 10 Feb 2019 at 03:27, Simon Glass wrote: > > Hi Tom, > > I thought I had already sent these but just noticed that I had not. > > The following changes since commit 97276a91db8e98f081a40ddf9dc8f81d4032a756: > > Prepare v2019.04-rc1 (2019-02-07 21:32:19 -0500) > > are available in

[U-Boot] Please pull u-boot-dm

2019-02-10 Thread Simon Glass
Hi Tom, I thought I had already sent these but just noticed that I had not. The following changes since commit 97276a91db8e98f081a40ddf9dc8f81d4032a756: Prepare v2019.04-rc1 (2019-02-07 21:32:19 -0500) are available in the Git repository at: git://git.denx.de/u-boot-dm.git

<    1   2