Re: [U-Boot] [PATCH v6 08/14] regmap: Add raw read/write functions

2018-09-24 Thread Bin Meng
Hi Mario, On Tue, Sep 25, 2018 at 2:24 PM Mario Six wrote: > > Hi Bin, > > On Tue, Sep 25, 2018 at 7:48 AM Bin Meng wrote: > > > > On Sat, Sep 22, 2018 at 3:55 AM Simon Glass wrote: > > > > > > Hi Mario, > > > > > > On 21 September 2018 at 01:02, Mario Six wrote: > > > > > > > > Hi Simon, > >

[U-Boot] [PATCH v9 8/8] Enable CONFIG_BLK and CONFIG_DM_MMC to Kconfig

2018-09-24 Thread Yinbo Zhu
This enables the folowing to Kconfig: CONFIG_BLK CONFIG_DM_MMC Signed-off-by: Yinbo Zhu --- Change in v9: fix ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig compiling errors configs/ls1021atwr_nor_SECURE_BOOT_defconfig |2 ++ configs/ls1021atwr_nor_defconfig

[U-Boot] [PATCH v9 5/8] armv8: ls1043a: add eSDHC node

2018-09-24 Thread Yinbo Zhu
This patch is to add eSDHC node for ls1043a. Signed-off-by: Yinbo Zhu --- Change in v9: fix ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig compiling errors arch/arm/dts/fsl-ls1043a.dtsi |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/arch/arm/dts/fsl

[U-Boot] [PATCH v9 7/8] armv7: ls1021a: enable esdhc

2018-09-24 Thread Yinbo Zhu
This patch is to enable eSDHC for ls1021a. Signed-off-by: Yinbo Zhu --- Change in v9: fix ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig compiling errors arch/arm/dts/ls1021a.dtsi |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/dts/ls1021a.dtsi b/a

[U-Boot] [PATCH v9 4/8] armv8: ls1088a: add eSDHC node

2018-09-24 Thread Yinbo Zhu
This patch is to add eSDHC node for ls1088a. Signed-off-by: Yinbo Zhu --- Change in v9: fix ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig compiling errors arch/arm/dts/fsl-ls1088a.dtsi |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/arch/arm/dts/fs

[U-Boot] [PATCH v9 6/8] armv8: ls1046a: add eSDHC node

2018-09-24 Thread Yinbo Zhu
This patch is to add eSDHC node for ls1046a. Signed-off-by: Yinbo Zhu --- Change in v9: fix ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig compiling errors arch/arm/dts/fsl-ls1046a.dtsi |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/arch/arm/dts/fsl

[U-Boot] [PATCH v9 3/8] armv8: ls2088a: add eSDHC node

2018-09-24 Thread Yinbo Zhu
This patch is to add eSDHC node for ls2088a. Signed-off-by: Yinbo Zhu --- Change in v9: fix ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig compiling errors arch/arm/dts/fsl-ls2080a.dtsi |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/arch/arm/dts/fsl

[U-Boot] [PATCH v9 2/8] armv8/ls1088a/ls2088a: esdhc: Add esdhc clock support

2018-09-24 Thread Yinbo Zhu
This patch adds esdhc clock support for ls1088a and ls2088a. Signed-off-by: Yinbo Zhu --- Change in v9: fix ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig compiling errors .../arm/cpu/armv8/fsl-layerscape/fsl_lsch3_speed.c | 14 ++ 1 files changed, 14 insertions(+),

[U-Boot] [PATCH v9 1/8] ppa/fm/qe: use block layer in ppa/fm/qe driver

2018-09-24 Thread Yinbo Zhu
At present the MMC subsystem maintains its own list of MMC devices. This cannot work with driver model when CONFIG_BLK is enabled, use blk_dread to replace previous mmc read interface, use mmc_get_blk_desc to get the mmc device property Signed-off-by: Yinbo Zhu --- Change in v9: f

[U-Boot] [PATCH v2 2/3] arm: layerscape: Remove CONFIG_U_QE define in head files

2018-09-24 Thread Ran Wang
Because it has been moved to drivers/qe/Kconfig instead. Following platforms are involved: T102xQDS, T102xRDB, T1040QDS, ls1021aqds, ls1021atwr, ls1043ardb Signed-off-by: Ran Wang --- Change in v2: Remove CONFIG_U_QE from more platforms besides ls1021a include/configs/T102xQDS.h | 1 -

[U-Boot] [PATCH v2 3/3] armv7: ls102xa: Disable QE before enter deep sleep

2018-09-24 Thread Ran Wang
Otherwise system will hang after executing wfi. Signed-off-by: Ran Wang --- Change in v2: None arch/arm/cpu/armv7/ls102xa/ls102xa_psci.c | 4 arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h | 2 ++ 2 files changed, 6 insertions(+) diff --git a/arch/arm/cpu/armv7/ls10

[U-Boot] [PATCH v2 1/3] qe: kconfig: U QE kconfig

2018-09-24 Thread Ran Wang
add Kconfig option for U QUICC Engine. Signed-off-by: Ran Wang --- Change in v2: Add more conditional define to support more platforms. drivers/Kconfig| 2 ++ drivers/qe/Kconfig | 12 2 files changed, 14 insertions(+) create mode 100644 drivers/qe/Kconfig diff --git

Re: [U-Boot] [PATCH] net: macb: Clean 64b dma addresses if they are not detected

2018-09-24 Thread Michal Simek
On 21.9.2018 14:38, Nicolas Ferre wrote: > Michal, > > On 20/09/2018 at 08:23, Michal Simek wrote: >> On 19.9.2018 20:08, Edgar E. Iglesias wrote: >>> On Wed, Sep 19, 2018 at 06:08:18PM +0200, Michal Simek wrote: Clear ADDR64 dma bit in DMACFG register in case that HW_DMA_CAP_64B is not

Re: [U-Boot] [PATCH v6 08/14] regmap: Add raw read/write functions

2018-09-24 Thread Mario Six
Hi Bin, On Tue, Sep 25, 2018 at 7:48 AM Bin Meng wrote: > > On Sat, Sep 22, 2018 at 3:55 AM Simon Glass wrote: > > > > Hi Mario, > > > > On 21 September 2018 at 01:02, Mario Six wrote: > > > > > > Hi Simon, > > > > > > On Fri, Aug 17, 2018 at 2:52 PM Simon Glass wrote: > > > > > > > > Hi Mario

Re: [U-Boot] [PATCH] Convert CONFIG_DISABLE_CONSOLE to Kconfig

2018-09-24 Thread Christian Gmeiner
ping.. schrieb am Do., 20. Sep. 2018, 17:05: > ping > > Am Mo., 10. Sep. 2018 um 12:43 Uhr schrieb Christian Gmeiner > : > > > > This converts the following to Kconfig: > >CONFIG_DISABLE_CONSOLE > > > > Signed-off-by: Christian Gmeiner > > --- > > common/Kconfig | 5 + > >

Re: [U-Boot] [PATCH v3 05/20] mmc: rpmb: add mmc_rpmb_route_frames()

2018-09-24 Thread Jens Wiklander
Hi Simon, On Fri, Sep 14, 2018 at 12:53 PM, Simon Glass wrote: > Hi Jens, > > On 3 September 2018 at 16:46, Jens Wiklander > wrote: >> Adds mmc_rpmb_route_frames() to route RPMB data frames from/to an >> external entity. >> >> Tested-by: Igor Opaniuk >> Signed-off-by: Jens Wiklander >> --- >>

Re: [U-Boot] [PATCH v6 08/14] regmap: Add raw read/write functions

2018-09-24 Thread Mario Six
Hi Simon, On Fri, Sep 21, 2018 at 9:56 PM Simon Glass wrote: > > Hi Mario, > > On 21 September 2018 at 01:02, Mario Six wrote: > > > > Hi Simon, > > > > On Fri, Aug 17, 2018 at 2:52 PM Simon Glass wrote: > > > > > > Hi Mario, > > > > > > On 13 August 2018 at 00:09, Mario Six wrote: > > > > The

Re: [U-Boot] [PATCH 2/2] fdt: fdtdec_setup_memory_banksize() use livetree

2018-09-24 Thread Jens Wiklander
Hi Simon, On Tue, Sep 18, 2018 at 4:05 AM, Simon Glass wrote: > Hi Jen, > > On 17 August 2018 at 14:48, Simon Glass wrote: >> >> On 10 August 2018 at 06:54, Jens Wiklander wrote: >> > Converts fdtdec_setup_memory_banksize() to use ofnode functions instead. >> > >> > Signed-off-by: Jens Wiklande

Re: [U-Boot] [PATCH v2 3/4] aspeed: Update ast2500 SoC DTS file to Linux v4.17-rc6 level

2018-09-24 Thread Cédric Le Goater
On 09/25/2018 02:21 AM, Joel Stanley wrote: > On Fri, 21 Sep 2018 at 16:09, Cédric Le Goater wrote: >> >> This is a large update of the AST2500 Soc DTS file bringing it to the >> level of commit 927c2fc2db19 : >> >> Author: Joel Stanley >> Date:Sat Jun 2 01:18:53 2018 -0700 >> >>

Re: [U-Boot] [PATCH v6 08/14] regmap: Add raw read/write functions

2018-09-24 Thread Bin Meng
On Sat, Sep 22, 2018 at 3:55 AM Simon Glass wrote: > > Hi Mario, > > On 21 September 2018 at 01:02, Mario Six wrote: > > > > Hi Simon, > > > > On Fri, Aug 17, 2018 at 2:52 PM Simon Glass wrote: > > > > > > Hi Mario, > > > > > > On 13 August 2018 at 00:09, Mario Six wrote: > > > > The regmap fun

Re: [U-Boot] [PATCH v3.1 01/26] fs: fat: guard the content of include/fat.h

2018-09-24 Thread Akashi, Takahiro
On Sun, Sep 23, 2018 at 04:42:17PM +0200, Alexander Graf wrote: > > > On 12.09.18 08:55, Akashi, Takahiro wrote: > > From: AKASHI Takahiro > > > > The whole content of include/fat.h should be guarded with CONFIG_FS_FAT. > > > > This is necessary specifically because fs/fs.c unconditionally inc

Re: [U-Boot] [PATCH v2 21/23] test/py: convert fs-test.sh to pytest

2018-09-24 Thread AKASHI Takahiro
Simon, Sorry for not responding soon. On Fri, Sep 14, 2018 at 12:54:57PM +0200, Simon Glass wrote: > Hi Akashi, > > On 4 September 2018 at 09:49, AKASHI Takahiro > wrote: > > In this commit, the same set of test cases as in test/fs/fs-test.sh > > is provided using pytest framework. > > Actually

Re: [U-Boot] [PATCH] i2c: Add support for the Arm's Versatile Express I2C controller.

2018-09-24 Thread Heiko Schocher
Hello Liviu, Am 18.09.2018 um 06:21 schrieb Heiko Schocher: Hello Liviu, Am 17.09.2018 um 18:51 schrieb Liviu Dudau: The Arm Versatile Express I2C controller is a simple register-based controller that uses a register to control the state of the SCL and SDA lines. Add support for it. Signed-of

Re: [U-Boot] [PATCH v1 2/2] WIP: x86: acpi: Generate SPCR table

2018-09-24 Thread Bin Meng
Hi Andy, On Sat, Sep 22, 2018 at 9:05 PM Andy Shevchenko wrote: > > TBD > > Signed-off-by: Andy Shevchenko > --- > arch/x86/include/asm/acpi_table.h | 25 ++ > arch/x86/lib/acpi_table.c | 82 +++ > 2 files changed, 107 insertions(+) > > diff --git a/a

Re: [U-Boot] [PATCH v1 1/2] WIP: serial: Introduce ->getinfo() callback

2018-09-24 Thread Bin Meng
Hi Andy, On Sat, Sep 22, 2018 at 9:05 PM Andy Shevchenko wrote: > > TBD > > Signed-off-by: Andy Shevchenko > --- > drivers/serial/ns16550.c | 14 ++ > drivers/serial/serial-uclass.c | 21 + > include/common.h | 3 +++ > include/serial.h

Re: [U-Boot] [PATCH 1/3] qe: kconfig: U QE kconfig

2018-09-24 Thread Ran Wang
Hi York, > -Original Message- > From: York Sun > Sent: Saturday, September 22, 2018 02:50 > To: Ran Wang ; Alison Wang > ; Sumit Garg > Cc: Qiang Zhao ; u-boot@lists.denx.de > Subject: Re: [PATCH 1/3] qe: kconfig: U QE kconfig > > On 08/09/2018 02:56 AM, Ran Wang wrote: > > add Kconfig o

Re: [U-Boot] [PATCH v2 07/13] x86: Fix signed shift overflow in MSR_IA32_APICBASE_BASE

2018-09-24 Thread Bin Meng
Hi Eugeniu, On Sun, Sep 23, 2018 at 7:10 AM Eugeniu Rosca wrote: > > Hi Bin, > > jFYI, I've created https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87392 > ("UBSAN behavior on left-shifting 1 into the sign bit is dependent on C > standard"), to get some recommendation from GCC guys how to handle > t

Re: [U-Boot] [PATCH v2 3/4] aspeed: Update ast2500 SoC DTS file to Linux v4.17-rc6 level

2018-09-24 Thread Joel Stanley
On Fri, 21 Sep 2018 at 16:09, Cédric Le Goater wrote: > > This is a large update of the AST2500 Soc DTS file bringing it to the > level of commit 927c2fc2db19 : > > Author: Joel Stanley > Date:Sat Jun 2 01:18:53 2018 -0700 > > ARM: dts: aspeed: Fix hwrng register address > >

Re: [U-Boot] [PATCH v2 4/4] aspeed: Activate SPI support on the ast2500 Eval Board

2018-09-24 Thread Joel Stanley
On Fri, 21 Sep 2018 at 16:09, Cédric Le Goater wrote: > > Signed-off-by: Cédric Le Goater > Reviewed-by: Jagan Teki Reviewed-by: Joel Stanley ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] [PATCH v2 1/1] efi_selftest: use CR LF in helloworld

2018-09-24 Thread Heinrich Schuchardt
The UEFI spec defines that a line feed moves the cursor to the next line and (only) a carriage return moves the cursor to the beginning of the line. So we should issue CR LF when we want to get to the start of the next line. Add some comments. Signed-off-by: Heinrich Schuchardt --- v2 c

[U-Boot] [PATCH 1/1] efi_selftest: use CR LF in helloworld

2018-09-24 Thread Heinrich Schuchardt
The UEFI spec defines that a line feed moves the cursor to the next line and (only) a carriage return moves the cursor to the beginning of the line. So we should issue CR LF when we want to get to the start of the next line. Add some comments. Signed-off-by: Heinrich Schuchardt --- lib/efi_loa

Re: [U-Boot] [PATCH 3/3] Kconfig: move CONFIG_STANDALONE_LOAD_ADDR to Kconfig

2018-09-24 Thread Daniel Schwierzeck
On 24.09.2018 19:55, Max Filippov wrote: > On Sun, Sep 23, 2018 at 1:02 PM, Daniel Schwierzeck > wrote: >> Create a new Kconfig menu called 'Standalone programs' with >> 'Program load address' as menu entry. It's possible now to build without >> the standalone example. Anyway the default value f

[U-Boot] [BUG] U-Boot generates unusable x86_64 EFI binaries

2018-09-24 Thread Heinrich Schuchardt
Hello neither the helloworld.efi of qemu-x86_64_defconfig nor the u-boot-payload.efi of efi-x86_payload64_defconfig can be started from the firmware of my Thinkpad 585 while grubx64.efi works fine. Looking at the generated PE header I found the following abnormality: coff.PointerToSymbolTable !=

[U-Boot] [PATCH 1/2] efi_loader: typedef struct efi_object *efi_handle_t

2018-09-24 Thread Heinrich Schuchardt
All our handles point to a struct efi_object. So let's define the efi_handle_t accordingly. This helps us to discover coding errors much more easily. This becomes evident by the corrections to the usage of handles in this patch. Signed-off-by: Heinrich Schuchardt --- cmd/bootefi.c

[U-Boot] [PATCH 0/2] efi_loader: eliminate handle member

2018-09-24 Thread Heinrich Schuchardt
Up to now we have treated handles as separate objects to EFI objects. This confusion has lead to hidden bugs like those corrected by the first patch. By changing the efi_handle_t typedef we can avoid this problem in future. As handles are pointers to EFI objects there is no need for a handle membe

[U-Boot] [PATCH 2/2] efi_loader: eliminate handle member

2018-09-24 Thread Heinrich Schuchardt
A pointer to a struct efi_object is a handle. We do not need any handle member in this structure. Let's eliminate it. Signed-off-by: Heinrich Schuchardt --- include/efi_loader.h | 26 +- lib/efi_loader/efi_boottime.c| 59 lib/efi_loade

Re: [U-Boot] [PATCH] efi_loader: Disable efi selftest on sandbox for now

2018-09-24 Thread Simon Glass
On 23 September 2018 at 07:24, Alexander Graf wrote: > > The EFI selftest does not succeed on Sandbox yet. The network support > seems to need some love to actually make our current tests succeed. > > So let's disable running the selftest on sandbox for now until "make > tests" just works. Then we

[U-Boot] [PATCH 1/1] efi_loader: UninstallMultipleProtocolInterfaces error code

2018-09-24 Thread Heinrich Schuchardt
If UninstallMultipleProtocolInterfaces fails, we sometimes return the wrong status code. The UEFI spec mandates to always return EFI_INVALID_PARAMETER. Update unit test. Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/efi_boottime.c | 3 ++- .../efi_selftest_manageprotoc

Re: [U-Boot] [PATCH 3/3] Kconfig: move CONFIG_STANDALONE_LOAD_ADDR to Kconfig

2018-09-24 Thread Max Filippov
On Sun, Sep 23, 2018 at 1:02 PM, Daniel Schwierzeck wrote: > Create a new Kconfig menu called 'Standalone programs' with > 'Program load address' as menu entry. It's possible now to build without > the standalone example. Anyway the default value for CONFIG_STANDALONE > is 'y' to maintain the curr

Re: [U-Boot] [PATCH 03/15] test/py: Fix unicode handling for log filtering

2018-09-24 Thread Stephen Warren
On 09/23/2018 04:47 PM, Simon Glass wrote: At present the unicode filtering seems to get confused at times with this error: UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position 32: ordinal not in range(128) It seems to be due to self._nonprint being interpreted as UTF-8

Re: [U-Boot] [PATCH v2 0/7] [RESEND] Improvements for the dwc3_generic driver

2018-09-24 Thread Jean-Jacques Hiblot
On 21/09/2018 15:02, Jean-Jacques Hiblot wrote: On 21/09/2018 12:43, Lukasz Majewski wrote: Hi Jean-Jacques, On 21/09/2018 11:24, Lukasz Majewski wrote: Hi Jean-Jacques, On 21/09/2018 10:50, Lukasz Majewski wrote: Hi Jean-Jacques, Hi Marek, I haven't heard of you on this series. It i

Re: [U-Boot] [PATCH] common: add board specific hook for os preboot config

2018-09-24 Thread Michael Nazzareno Trimarchi
Hi On Mon., 24 Sep. 2018, 5:15 pm Stefan Agner, wrote: > On 24.09.2018 16:56, Michael Nazzareno Trimarchi wrote: > > Hi > > > > On Mon., 24 Sep. 2018, 4:51 pm Stefan Agner, wrote: > > > >> On 24.09.2018 16:43, Michael Nazzareno Trimarchi wrote: > >>> Hi > >>> > >>> On Thu., 16 Aug. 2018, 3:09

Re: [U-Boot] [PATCH] common: add board specific hook for os preboot config

2018-09-24 Thread Stefan Agner
On 24.09.2018 16:56, Michael Nazzareno Trimarchi wrote: > Hi > > On Mon., 24 Sep. 2018, 4:51 pm Stefan Agner, wrote: > >> On 24.09.2018 16:43, Michael Nazzareno Trimarchi wrote: >>> Hi >>> >>> On Thu., 16 Aug. 2018, 3:09 pm Stefan Agner, >> wrote: >>> On 13.08.2018 09:30, Gerard Salvatella

[U-Boot] [PATCH v2] misc: Add support for the Arm Versatile Express config bus

2018-09-24 Thread Liviu Dudau
Add support for the Arm Versatile Express config bus that is being used for exposing various subsystems via a generic configuration bus. This driver adds support for generating transactions on this configuration bus and can be used by other drivers to abstract the communication with the actual func

Re: [U-Boot] [PATCH v8 8/8] Enable CONFIG_BLK and CONFIG_DM_MMC to Kconfig

2018-09-24 Thread York Sun
On 08/27/2018 07:56 PM, Yinbo Zhu wrote: > This enables the folowing to Kconfig: > CONFIG_BLK > CONFIG_DM_MMC > > Signed-off-by: Yinbo Zhu > --- > configs/ls1021atwr_nor_SECURE_BOOT_defconfig |2 ++ > configs/ls1021atwr_nor_defconfig |2 ++ > configs/l

Re: [U-Boot] [GIT PULL] u-boot-mips/master

2018-09-24 Thread Tom Rini
On Sun, Sep 23, 2018 at 06:58:25PM +0200, Daniel Schwierzeck wrote: > Hi Tom, > > Travis-CI: https://travis-ci.org/danielschwierzeck/u-boot/builds/432133437 > > > The following changes since commit 9dc8d155d4e88563f572ee79aab758eb4272f3fd: > > Merge git://git.denx.de/u-boot-imx (2018-09-19 2

Re: [U-Boot] [PATCH] common: add board specific hook for os preboot config

2018-09-24 Thread Michael Nazzareno Trimarchi
Hi On Mon., 24 Sep. 2018, 4:51 pm Stefan Agner, wrote: > On 24.09.2018 16:43, Michael Nazzareno Trimarchi wrote: > > Hi > > > > On Thu., 16 Aug. 2018, 3:09 pm Stefan Agner, wrote: > > > >> On 13.08.2018 09:30, Gerard Salvatella wrote: > >>> Some boards require specific configuration prior to

Re: [U-Boot] [PATCH v2] ls1088ardb_pb: Add support for ls1088ardb_pb board.

2018-09-24 Thread York Sun
On 09/24/2018 02:29 AM, Pramod Kumar wrote: > > >> -Original Message- >> From: York Sun >> Sent: Friday, September 21, 2018 8:20 PM >> To: Pramod Kumar >> Cc: u-boot@lists.denx.de >> Subject: Re: [PATCH v2] ls1088ardb_pb: Add support for ls1088ardb_pb >> board. >> >> On 08/21/2018 02:18

Re: [U-Boot] [PATCH] common: add board specific hook for os preboot config

2018-09-24 Thread Stefan Agner
On 24.09.2018 16:43, Michael Nazzareno Trimarchi wrote: > Hi > > On Thu., 16 Aug. 2018, 3:09 pm Stefan Agner, wrote: > >> On 13.08.2018 09:30, Gerard Salvatella wrote: >>> Some boards require specific configuration prior to booting the >> kernel. >>> For instance, our boards require shutting dow

Re: [U-Boot] [PATCH] common: add board specific hook for os preboot config

2018-09-24 Thread Michael Nazzareno Trimarchi
Hi On Thu., 16 Aug. 2018, 3:09 pm Stefan Agner, wrote: > On 13.08.2018 09:30, Gerard Salvatella wrote: > > Some boards require specific configuration prior to booting the kernel. > > For instance, our boards require shutting down the display to avoid > > fading transitions before the drivers a

Re: [U-Boot] [PATCH] common: add board specific hook for os preboot config

2018-09-24 Thread Stefan Agner
On 13.08.2018 09:30, Gerard Salvatella wrote: > Some boards require specific configuration prior to booting the kernel. > For instance, our boards require shutting down the display to avoid > fading transitions before the drivers are reloaded by the kernel. This > could be facilitated by adding an

Re: [U-Boot] [PATCH v2] ls1088ardb_pb: Add support for ls1088ardb_pb board.

2018-09-24 Thread Pramod Kumar
>-Original Message- >From: York Sun >Sent: Friday, September 21, 2018 8:20 PM >To: Pramod Kumar >Cc: u-boot@lists.denx.de >Subject: Re: [PATCH v2] ls1088ardb_pb: Add support for ls1088ardb_pb >board. > >On 08/21/2018 02:18 AM, Pramod Kumar wrote: >> ls1088ardb-pb is another varinat of th

Re: [U-Boot] [PATCH] armv8: lsch3: Add support of serdes3 module

2018-09-24 Thread Priyanka Jain
> -Original Message- > From: York Sun > Sent: Saturday, September 22, 2018 2:40 AM > To: Priyanka Jain > Cc: u-boot@lists.denx.de > Subject: Re: [PATCH] armv8: lsch3: Add support of serdes3 module > > On 08/23/2018 11:43 PM, Priyanka Jain wrote: > > Some lsch3 based SoCs like lx2160a co

Re: [U-Boot] [PATCH] fw_setenv: avoid writing environment when nothing has changed

2018-09-24 Thread Joakim Tjernlund
On Mon, 2018-09-24 at 08:42 +0100, Alex Kiernan wrote: > CAUTION: This email originated from outside of the organization. Do not click > links or open attachments unless you recognize the sender and know the > content is safe. > > > On Wed, Sep 5, 2018 at 8:23 PM Rasmus Villemoes > wrote: > >

Re: [U-Boot] [PATCH v1 1/2] WIP: serial: Introduce ->getinfo() callback

2018-09-24 Thread Andy Shevchenko
On Mon, Sep 24, 2018 at 10:44 AM Patrice CHOTARD wrote: > > Hi Andy > > On 09/22/2018 03:05 PM, Andy Shevchenko wrote: > > TBD > > You forgot to add a commit message ;-) Yes, cover letter explains why. It's a halfbaked stuff in case someone is interested to continue. For your convenience: patch

Re: [U-Boot] [PATCH v1 2/2] WIP: x86: acpi: Generate SPCR table

2018-09-24 Thread Patrice CHOTARD
On 09/22/2018 03:05 PM, Andy Shevchenko wrote: > TBD Same remark as Patch 1 > > Signed-off-by: Andy Shevchenko > --- > arch/x86/include/asm/acpi_table.h | 25 ++ > arch/x86/lib/acpi_table.c | 82 +++ > 2 files changed, 107 insertions(+) > > diff -

Re: [U-Boot] [PATCH v1 1/2] WIP: serial: Introduce ->getinfo() callback

2018-09-24 Thread Patrice CHOTARD
Hi Andy On 09/22/2018 03:05 PM, Andy Shevchenko wrote: > TBD You forgot to add a commit message ;-) > > Signed-off-by: Andy Shevchenko > --- > drivers/serial/ns16550.c | 14 ++ > drivers/serial/serial-uclass.c | 21 + > include/common.h | 3

Re: [U-Boot] [PATCH] fw_setenv: avoid writing environment when nothing has changed

2018-09-24 Thread Alex Kiernan
On Wed, Sep 5, 2018 at 8:23 PM Rasmus Villemoes wrote: > > In the case where one deletes an already-non-existing variable, or sets > a variable to the value it already has, there is no point in writing the > environment back, thus reducing wear on the underlying storage > device. > > Signed-off-by