Re: [U-Boot] rpi: Make Matthias maintainer

2019-02-18 Thread Tom Rini
On Thu, Feb 14, 2019 at 02:37:59PM +0100, Alexander Graf wrote: > Matthias Brugger agreed to take over maintainership from me for the > Raspberry Pi tree. Add him to the MAINTAINERS file instead. > > Signed-off-by: Alexander Graf > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! --

[U-Boot] [ANN] U-Boot v2019.04-rc2 released

2019-02-18 Thread Tom Rini
Hey all, So it's release day and I've put up v2019.04-rc2, I've updated git and the tarballs are also up now. Thanks again to having signed tags, between -rc1 and -rc2 we have a good changelog under 'git log --merges v2019.04-rc1..v2019.04-rc2' I'm still looking to pickup more DM enablement

Re: [U-Boot] efi_loader: Swap roles with Heinrich

2019-02-18 Thread Tom Rini
On Thu, Feb 14, 2019 at 02:35:17PM +0100, Alexander Graf wrote: > Heinrich is going to take over maintainership of the efi_loader tree > going forward. > > To ensure that I will still receive review mails at least, add me as > reviewer with a stable email address. > > Signed-off-by: Alexander

Re: [U-Boot] Pull request for EFI subsystem in U-Boot v2019.04-rc2

2019-02-18 Thread Tom Rini
On Mon, Feb 18, 2019 at 07:57:00PM +0100, Heinrich Schuchardt wrote: > Hello Tom, > > the following changes since commit d391c13c99a2b48c98cef6df4479247cd4e62f9d: > > Merge tag 'xilinx-for-v2019.04-rc2' of > git://git.denx.de/u-boot-microblaze (2019-02-15 21:21:28 -0500) > > are available in

Re: [U-Boot] [U-Boot,v1,1/2] configs: k2g_evm: Enable CONFIG_BLK

2019-02-18 Thread Tom Rini
On Fri, Feb 08, 2019 at 10:55:05AM +0100, Jean-Jacques Hiblot wrote: > CONFIG_BLK can be safely enabled as DM_MMC and DM_USB are already enabled. > > Signed-off-by: Jean-Jacques Hiblot > Reviewed-by: Lokesh Vutla > Tested-by: Vignesh R Applied to u-boot/master, thanks! -- Tom

[U-Boot] [PATCH] arm: fix hvc call

2019-02-18 Thread Ibai Erkiaga
HVC call makes use of 6 arguments rather than 7 in the same way as SMC calls. The 7th argument is optional for both HVC and SMC but is implemented as 16-bit parameter and register R7 or W7. Signed-off-by: Ibai Erkiaga --- The issue does not report any error in a normal build as hvc_call is not

[U-Boot] [PATCH] spi: omap3: fix set_wordlen() reading from incorrect address for CHCONF

2019-02-18 Thread David Rivshin
From: David Rivshin _omap3_spi_set_wordlen() indexed the regs->channel[] array with the old wordlen (instead of the chipselect number) when reading the current CHCONF register value. This meant it read from the wrong memory location, modified that value, and then wrote it back to the correct

Re: [U-Boot] [U-Boot, v1, 2/2] configs: Enable CONFIG_BLK in am57xx_evm and am57xx_hs_evm

2019-02-18 Thread Tom Rini
On Fri, Feb 08, 2019 at 10:55:06AM +0100, Jean-Jacques Hiblot wrote: > Enable CONFIG_DM_SCSI and CONFIG_BLK. > > Signed-off-by: Jean-Jacques Hiblot > Reviewed-by: Lokesh Vutla Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[U-Boot] [PATCH] ARM: cache: Fix incorrect bitwise operation

2019-02-18 Thread Marek Vasut
The loop implemented in the code is supposed to check whether the PL310 operation register has any bit from the mask set. Currently, the code checks whether the PL310 operation register has any bit set AND whether the mask is non-zero, which is incorrect. Fix the conditional. Signed-off-by: Marek

[U-Boot] [PATCH] ARM: socfpga: Configure PL310 latencies

2019-02-18 Thread Marek Vasut
Configure the PL310 tag and data latency registers, which slightly improves performance and aligns the behavior with Linux. Signed-off-by: Marek Vasut Cc: Dalon Westergreen Cc: Dinh Nguyen --- arch/arm/mach-socfpga/misc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git

Re: [U-Boot] [PATCH v2 4/5] tools: kwbimage: don't adjust for image_header for Armada MSYS

2019-02-18 Thread Chris Packham
On Mon, Feb 18, 2019 at 8:13 PM Stefan Roese wrote: > > Hi Chris, > > On 15.02.19 23:49, Chris Packham wrote: > > For the time being the Armada MSYS SoCs need to use the bin_hdr from the > > Marvell U-Boot. Because of this the binary.0 does not contain the image > > header that a proper u-boot

Re: [U-Boot] [PATCH v3 6/9] regulator: Add support for ramp delay

2019-02-18 Thread Torsten Duwe
On Mon, Feb 18, 2019 at 03:28:46PM +0100, Krzysztof Kozlowski wrote: > On Mon, 18 Feb 2019 at 15:03, Torsten Duwe wrote: > > > > > --- a/doc/device-tree-bindings/regulator/regulator.txt > > > +++ b/doc/device-tree-bindings/regulator/regulator.txt > > > @@ -35,6 +35,7 @@ Optional properties: > > >

Re: [U-Boot] [PATCH v3 6/9] regulator: Add support for ramp delay

2019-02-18 Thread Torsten Duwe
On Sat, Feb 16, 2019 at 10:45:45AM +0100, 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] cmd: add exception command

2019-02-18 Thread Tom Rini
On Mon, Feb 18, 2019 at 08:38:52PM +0100, Heinrich Schuchardt wrote: > On 1/5/19 2:56 AM, Simon Glass wrote: > > Hi Heinrich, > > > > On Sun, 30 Dec 2018 at 01:33, Heinrich Schuchardt > > wrote: > >> > >> On 12/29/18 2:39 PM, Simon Glass wrote: > >>> Hi Heinrich, > >>> > >>> On Wed, 26 Dec

[U-Boot] [PATCH] MTD: mxs_nand_spl: Redo the way nand_init initializes

2019-02-18 Thread Adam Ford
Currently the spl system calls nand_init which does nothing. It isn't until an attempt to load from NAND that it gets initialized. Subsequent attempts to load just skip the initialization because NAND is already initialized. This moves the contents of mxs_nand_init to nand_init. In the event of

Re: [U-Boot] [PATCH v2 5/7] k2g: config enable ti phy dp83867 for k2g

2019-02-18 Thread Tom Rini
On Mon, Feb 18, 2019 at 11:28:02AM -0500, Murali Karicheri wrote: > Enable ti phy driver dp83867 for k2g based boards. > > Signed-off-by: Murali Karicheri > --- > include/configs/k2g_evm.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/configs/k2g_evm.h

Re: [U-Boot] board/BuR/brppt1: fix ethernet support on brppt1 boards

2019-02-18 Thread Tom Rini
On Fri, Feb 15, 2019 at 11:15:05AM +0100, Hannes Schmelzer wrote: > The commit 1bac199e8c87 ("configs: Resync with savedefconfig") > did remove ethernet driver from following boards defconfig: > > - brppt1_mmc > - brppt1_nand > - brppt1_spi > > With this commit we add ethernet and responsible

Re: [U-Boot] [PATCH v1] mmc: dwmmc: Enable small delay before returning error

2019-02-18 Thread Marek Vasut
On 2/18/19 3:51 PM, Ang, Chee Hong wrote: > On Mon, 2019-02-18 at 12:57 +0100, Marek Vasut wrote: >> On 2/18/19 5:16 AM, chee.hong@intel.com wrote: >>> >>> From: "Ang, Chee Hong" >>> >>> 'SET_BLOCKLEN' may occasionally fail on first attempt. >> Why ? > This is part of the workaround of mmc

[U-Boot] [PULL] u-boot-socfpga/master

2019-02-18 Thread Marek Vasut
The following changes since commit b89074f65047c4058741ed2bf3e6ff0c5af4c5bc: Merge tag 'u-boot-imx-2019-02-16' of git://git.denx.de/u-boot-imx (2019-02-16 08:31:05 -0500) are available in the Git repository at: git://git.denx.de/u-boot-socfpga.git master for you to fetch changes up to

Re: [U-Boot] [PATCH 3/3] logos: Add the TechNexion's logo

2019-02-18 Thread Fabio Estevam
Hi Stefano, On Tue, Dec 11, 2018 at 4:41 PM Otavio Salvador wrote: > > From: Fabio Estevam > > Add the TechNexion's logo from their internal U-Boot tree. > > Signed-off-by: Fabio Estevam > Signed-off-by: Otavio Salvador > --- > > tools/logos/technexion.bmp | Bin 0 -> 22390 bytes > 1 file

[U-Boot] February community conf call minutes

2019-02-18 Thread Tom Rini
Hey all, While I'm not the best at taking notes, and for next time I'll see how badly the record function slows down my connection, here's my notes / action items from the call: - Attendees: Myself, Philipp Tomsich, Michal Simek, Stefano Babic, Vignesh R, Jagan Teki, Lokesh Vutla, Matthias

[U-Boot] [PATCH] ARM: rmobile: Convert Gen2 to OF_SEPARATE

2019-02-18 Thread Marek Vasut
Convert R-Car Gen2 from OF_EMBED to OF_SEPARATE, thus getting rid of one of the deprecation warnings. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- configs/alt_defconfig | 1 - configs/blanche_defconfig | 1 - configs/gose_defconfig| 1 - configs/koelsch_defconfig | 1 -

[U-Boot] [PATCH v9 0/7] Add support for loading FPGA bitstream

2019-02-18 Thread tien . fong . chee
From: Tien Fong Chee This version mainly resolved comments from Marek in [v8]. This series is working on top of u-boot.git - http://git.denx.de/u-boot.git . These patches are required before applying this series of patches 1. [U-Boot,v4] misc: fs_loader: Add support for initializing block

[U-Boot] [PATCH v9 1/7] ARM: socfpga: Description on FPGA bitstream type and file name for Arria 10

2019-02-18 Thread tien . fong . chee
From: Tien Fong Chee This patch adds description on properties about file name used for both peripheral bitstream and core bitstream. Signed-off-by: Tien Fong Chee --- changes for v8 - Removed explanation about support for altr,bitstream-core changes for v7 - Provided example of setting

[U-Boot] [PATCH v9 2/7] ARM: socfpga: Add default FPGA bitstream fitImage for Arria10 SoCDK

2019-02-18 Thread tien . fong . chee
From: Tien Fong Chee Add default fitImage file bundling FPGA bitstreams for Arria10. Signed-off-by: Tien Fong Chee --- changes for v8 - Reordered the images and fpga configurations. - Removed the load property at core image. changes for v8 - Changed the FPGA node name to fpga-core and

[U-Boot] [PATCH v9 4/7] ARM: socfpga: Add the configuration for FPGA SoCFPGA A10 SoCDK

2019-02-18 Thread tien . fong . chee
From: Tien Fong Chee Update the default configuration file to enable the necessary functionality to get the SoCFPGA loadfs driver support. This would enable the implementation of programming bitstream into FPGA from MMC. Signed-off-by: Tien Fong Chee --- changes for v8 - Added FIT related

[U-Boot] [PATCH v9 3/7] ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loading

2019-02-18 Thread tien . fong . chee
From: Tien Fong Chee Add FPGA driver to support program FPGA with FPGA bitstream loading from filesystem. The driver are designed based on generic firmware loader framework. The driver can handle FPGA program operation from loading FPGA bitstream in flash to memory and then to program FPGA.

[U-Boot] [PATCH v9 7/7] ARM: socfpga: Increase Malloc pool size to support FAT filesystem in SPL

2019-02-18 Thread tien . fong . chee
From: Tien Fong Chee After some series of patches to maximise reusable of memory pool, here come to result of reasonable size required for whole SDMMC boot working on A10 SoCDK. Size required come from default max cluster(0x1) + others(0x2000) + additional memory for headroom(0x3000).

[U-Boot] [PATCH v9 5/7] spl : socfpga: Implement fpga bitstream loading with socfpga loadfs

2019-02-18 Thread tien . fong . chee
From: Tien Fong Chee Add support for loading FPGA bitstream to get DDR up running before U-Boot is loaded into DDR. Boot device initialization, generic firmware loader and SPL FAT support are required for this whole mechanism to work. Signed-off-by: Tien Fong Chee --- changes for v9 - Used

[U-Boot] [PATCH v9 6/7] ARM: socfpga: Synchronize the configuration for A10 SoCDK

2019-02-18 Thread tien . fong . chee
From: Tien Fong Chee Update the default configuration file to enable the necessary functionality the get the kit working. Signed-off-by: Tien Fong Chee --- changes for v8 - Moved the FIT related configs to the patch of configuration for FPGA SoCFPGA A10 SoCDK. changes for v7 - Keep

Re: [U-Boot] [v2, 1/3] mmc: fsl_esdhc: add esdhc_imx flag

2019-02-18 Thread Y.b. Lu
Hi Lukasz, > -Original Message- > From: Lukasz Majewski > Sent: Monday, February 18, 2019 7:12 AM > To: Y.b. Lu > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [v2, 1/3] mmc: fsl_esdhc: add esdhc_imx flag > > Dear "Y.b. Lu", > > > The fsl_esdhc driver was for Freescale eSDHC on

[U-Boot] [PATCH] treewide: Replace CONFIG_DM_SPI_FLASH with CONFIG_IS_ENABLED(DM_SPI_FLASH)

2019-02-18 Thread Marek Vasut
Perform the replacement to allow platforms use non-DM SPI flash access in SPL/TPL. This is thus far needed on platforms with size constraints. Signed-off-by: Marek Vasut Cc: Jagan Teki Cc: Vignesh R --- cmd/sf.c | 4 ++-- drivers/mtd/spi/sf_probe.c | 2 +-

[U-Boot] [PATCH] spi: sh_qspi: Replace CONFIG_DM_SPI with CONFIG_IS_ENABLED(DM_SPI)

2019-02-18 Thread Marek Vasut
Perform the replacement to allow platforms use non-DM SPI flash access in SPL/TPL. This is thus far needed on platforms with size constraints. Signed-off-by: Marek Vasut Cc: Jagan Teki Cc: Nobuhiro Iwamatsu --- drivers/spi/sh_qspi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[U-Boot] [PATCH] ARM: dts: rmobile: Force 1-bit bus width on Gen2 QSPI

2019-02-18 Thread Marek Vasut
U-Boot currently uses Gen2 QSPI in 1-bit mode, enforce it until we can do better using the new SPI NOR framework. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- arch/arm/dts/r8a7790-lager-u-boot.dts | 7 +++ arch/arm/dts/r8a7790-stout-u-boot.dts | 7 +++

[U-Boot] [PATCH] ARM: rmobile: Convert Gen2 Stout, Porter, Silk to DM_SPI{, _FLASH}

2019-02-18 Thread Marek Vasut
Enable DM_SPI and DM_SPI_FLASH in U-Boot on H2 Stout, M2W Porter and E3 Silk. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- configs/porter_defconfig | 2 ++ configs/silk_defconfig | 2 ++ configs/stout_defconfig | 2 ++ 3 files changed, 6 insertions(+) diff --git

Re: [U-Boot] [PATCH v2 4/5] tools: kwbimage: don't adjust for image_header for Armada MSYS

2019-02-18 Thread Stefan Roese
Hi Chris, On 18.02.19 23:23, Chris Packham wrote: On Mon, Feb 18, 2019 at 8:13 PM Stefan Roese wrote: Hi Chris, On 15.02.19 23:49, Chris Packham wrote: For the time being the Armada MSYS SoCs need to use the bin_hdr from the Marvell U-Boot. Because of this the binary.0 does not contain the

Re: [U-Boot] [PATCH v2 1/5] arm: sync armada-xp dts files from Linux 5.0

2019-02-18 Thread Stefan Roese
On 15.02.19 23:48, Chris Packham wrote: Bring in the Armada 370/XP dts/dtsi files from Linux. As U-Boot hasn't got the new NAND driver the updating binding has not been included. Signed-off-by: Chris Packham Reviewed-by: Stefan Roese Thanks, Stefan

Re: [U-Boot] [PATCH v2 2/5] arm: mvebu: Add Marvell's integrated CPUs

2019-02-18 Thread Stefan Roese
On 15.02.19 23:48, Chris Packham wrote: Marvell's switch chips with integrated CPUs (collectively referred to as MSYS) share common ancestry with the Armada SoCs. Some of the IP blocks (e.g. xor) are located at different addresses and DFX server exists as a separate target on the MBUS (on

Re: [U-Boot] [PATCH v2 3/5] arm: mvebu: NAND clock support for MSYS devices

2019-02-18 Thread Stefan Roese
On 15.02.19 23:49, Chris Packham wrote: One difference with the integrated CPUs is that they use a different clock control block to the Armada devices. Update mvebu_get_nand_clock() accordingly. Signed-off-by: Chris Packham Reviewed-by: Stefan Roese Thanks, Stefan

Re: [U-Boot] [PATCH v2 5/5] arm: mvebu: Add DB-XC3-24G4XG board

2019-02-18 Thread Stefan Roese
On 15.02.19 23:49, Chris Packham wrote: From: Chris Packham The DB-XC3-24G4XG is a switch development board from Marvell. It can either use and external CPU card such as the db-88f6820-amc or the internal CPU that is integrated into the switch. Add support for running U-Boot on the internal

Re: [U-Boot] February community conf call minutes

2019-02-18 Thread Heiko Schocher
Hello Tom, Am 19.02.2019 um 00:53 schrieb Tom Rini: Hey all, While I'm not the best at taking notes, and for next time I'll see how badly the record function slows down my connection, here's my notes / action items from the call: - Attendees: Myself, Philipp Tomsich, Michal Simek, Stefano

Re: [U-Boot] [v2, 1/3] mmc: fsl_esdhc: add esdhc_imx flag

2019-02-18 Thread Lukasz Majewski
Hi "Y.b. Lu", > Hi Lukasz, > > > -Original Message- > > From: Lukasz Majewski > > Sent: Monday, February 18, 2019 7:12 AM > > To: Y.b. Lu > > Cc: u-boot@lists.denx.de > > Subject: Re: [U-Boot] [v2, 1/3] mmc: fsl_esdhc: add esdhc_imx flag > > > > Dear "Y.b. Lu", > > > > > The

[U-Boot] [PATCH v3] tools: kwbimage: don't adjust for image_header for Armada MSYS

2019-02-18 Thread Chris Packham
For the time being the Armada MSYS SoCs need to use the bin_hdr from the Marvell U-Boot. Because of this the binary.0 does not contain the image header that a proper u-boot SPL would so the adjustment introduced by commit 94084eea3bd3 ("tools: kwbimage: Fix dest addr") does not apply.

Re: [U-Boot] [PATCH v2 04/34] log: Allow #define LOG_DEBUG to enable logging in a file

2019-02-18 Thread Bin Meng
On Sun, Feb 17, 2019 at 11:25 AM Simon Glass wrote: > > At present it is possible to '#define DEBUG' at the top of a file which > causes all debug() statements in that file to become active. There is > currently no equivalent with logging, but this is a useful function. > > Add a LOG_DEBUG define

Re: [U-Boot] [PATCH v2 01/34] log: Fix up Kconfig log level names

2019-02-18 Thread Bin Meng
On Sun, Feb 17, 2019 at 11:25 AM Simon Glass wrote: > > The log level numbers in the Kconfig are not actually correct. Fix them > and also add a missing space in the header-file comment. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Add new patch to fix up Kconfig log level names >

Re: [U-Boot] [PATCH 1/7] riscv: add infrastructure for calling functions on other harts

2019-02-18 Thread Auer, Lukas
On Mon, 2019-02-18 at 09:10 +0530, Anup Patel wrote: > On Mon, Feb 18, 2019 at 8:53 AM Rick Chen > wrote: > > 於 2019年2月18日 週一 上午11:00寫道: > > > > > > > > > > -Original Message- > > > > From: Auer, Lukas [mailto:lukas.a...@aisec.fraunhofer.de] > > > > Sent: Monday, February 18, 2019 5:55

Re: [U-Boot] [PATCH v2 4/8] spi: sun4i: Access registers and bits via enum offsets

2019-02-18 Thread Jagan Teki
Hi Stefan, On Fri, Feb 15, 2019 at 12:12 PM Stefan Mavrodiev wrote: > > [snip] > >> +static const unsigned long sun4i_spi_bits[] = { > > Same here, make it uint32_t, since it describes register masks in 32 bit > > registers. > > > >> +[SPI_GCR_TP]= BIT(18), > >> +

Re: [U-Boot] [PATCH v2 1/3] sunxi: Sync Bananapi M2+ device tree from Linux v5.0-rc1

2019-02-18 Thread Jagan Teki
On Fri, Feb 15, 2019 at 7:48 PM Chen-Yu Tsai wrote: > > On Fri, Feb 15, 2019 at 9:58 PM Jagan Teki wrote: > > > > On Fri, Feb 15, 2019 at 4:33 PM Chen-Yu Tsai wrote: > > > > > > As of commit aa8fee415f46 ("ARM: dts: sun8i: h3: Split out > > > non-SoC-specific parts of Bananapi M2 Plus") in the

Re: [U-Boot] [PATCH v2 25/34] sound: x86: Add beeping support in i8254

2019-02-18 Thread Bin Meng
On Sun, Feb 17, 2019 at 11:26 AM Simon Glass wrote: > > Adjust the code to allow beeping at different frequencies, using a > calculated value for timer 2. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Rename PPC_PORTB to SYSCTL_PORTB > - Use PIT_TICK_RATE instead of creating a new

Re: [U-Boot] [PATCH v2 28/34] x86: broadwell: Add support for the ADSP

2019-02-18 Thread Bin Meng
On Sun, Feb 17, 2019 at 11:26 AM Simon Glass wrote: > > The Application Digital Signal Processor is used for sound processing with > broadwell. Add a driver to support this. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Drop useless 'set' comment > >

Re: [U-Boot] [PATCH v2 23/34] sandbox: sound: Silence sound for testing

2019-02-18 Thread Bin Meng
On Sun, Feb 17, 2019 at 11:26 AM Simon Glass wrote: > > When testing the sound system we don't need the hear the beeps. The > testing works by checking the data that would be emitted. Add a > device-tree property to silence the sound, and enable it for testing. > > Signed-off-by: Simon Glass >

Re: [U-Boot] [PATCH 1/7] riscv: add infrastructure for calling functions on other harts

2019-02-18 Thread Auer, Lukas
On Mon, 2019-02-18 at 10:28 +0530, Anup Patel wrote: > On Tue, Feb 12, 2019 at 3:44 AM Lukas Auer > wrote: > > Harts on RISC-V boot independently and U-Boot is responsible for > > managing them. Functions are called on other harts with > > smp_call_function(), which sends inter-processor

Re: [U-Boot] [PATCH v2 22/34] sound: Add support for Intel HDA

2019-02-18 Thread Bin Meng
On Sun, Feb 17, 2019 at 11:26 AM Simon Glass wrote: > > The Intel High-definition Audio is a newer-generation audio system which > provides for transfer of a large number of audio stream, each containing > up to 16 channels. > > Add support for HDA as a library which can be used by other drivers.

Re: [U-Boot] [ANN] Monthly developer call

2019-02-18 Thread Marek Vasut
On 2/18/19 5:00 AM, Tom Rini wrote: > On Mon, Feb 18, 2019 at 03:48:58AM +0100, Marek Vasut wrote: >> On 2/13/19 9:36 PM, Tom Rini wrote: >>> On Thu, Feb 14, 2019 at 02:01:02AM +0530, Jagan Teki wrote: On Mon, Feb 11, 2019 at 10:28 PM Tom Rini wrote: > > Hey all, > > So as I

Re: [U-Boot] [PATCH v2 2/3] sunxi: Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3

2019-02-18 Thread Jagan Teki
On Fri, Feb 15, 2019 at 4:35 PM Chen-Yu Tsai wrote: > > The brand Sinovoip is used for Sinovoip's original VOIP products, while > the Bananapi brand is for the single board computers they produce. This > has been verified by Bananapi. Rename the board from "Sinovoip BPI M2 > Plus" to "Bananapi M2

Re: [U-Boot] [PATCH v2 2/3] sunxi: Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3

2019-02-18 Thread Chen-Yu Tsai
On Mon, Feb 18, 2019 at 4:31 PM Jagan Teki wrote: > > On Fri, Feb 15, 2019 at 4:35 PM Chen-Yu Tsai wrote: > > > > The brand Sinovoip is used for Sinovoip's original VOIP products, while > > the Bananapi brand is for the single board computers they produce. This > > has been verified by Bananapi.

Re: [U-Boot] [PATCH V2 1/3] sunxi: Use clrsetbits_le32 instead of multiple instruction

2019-02-18 Thread Jagan Teki
On Thu, Feb 14, 2019 at 9:28 PM Michael Trimarchi wrote: > > Signed-off-by: Michael Trimarchi > --- > > V1->V2: none > > --- > arch/arm/mach-sunxi/dram_sun8i_a33.c | 8 ++-- > 1 file changed, 2 insertions(+), 6 deletions(-) > > diff --git a/arch/arm/mach-sunxi/dram_sun8i_a33.c >

[U-Boot] [PATCH] mips: mt76xx: linkit: Add mtd command support

2019-02-18 Thread Stefan Roese
The new mtd is very useful so let's enable it on the LinkIt Smart 7688 as well. Signed-off-by: Stefan Roese Cc: Jiri Kastner Cc: Daniel Schwierzeck --- configs/linkit-smart-7688-ram_defconfig | 1 + configs/linkit-smart-7688_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git

Re: [U-Boot] [PATCH v2 17/34] sandbox: pch: Add a test for the PCH uclass

2019-02-18 Thread Bin Meng
Hi Simon, On Sun, Feb 17, 2019 at 11:26 AM Simon Glass wrote: > > This uclass currently has no tests. Add a sandbox driver and some simple > tests to provide basic coverage. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v2: > - Use "sandbox-pch" for the compatible

Re: [U-Boot] [PATCH v2 24/34] sound: x86: link: Add sound support

2019-02-18 Thread Bin Meng
On Sun, Feb 17, 2019 at 11:26 AM Simon Glass wrote: > > Add sound support for link, using the HDA codec implementation. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Add a note about undocumented IOMMU values > - Add comments next to verbs in the DT mentioning the HDA spec > - Fix

[U-Boot] [PATCH] cmd: pcmcia: Build only if CONFIG_CMD_PCMCIA=y

2019-02-18 Thread Ismael Luceno Cortes
Signed-off-by: Ismael Luceno --- cmd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/Makefile b/cmd/Makefile index 15ae4d250f..a127a99539 100644 --- a/cmd/Makefile +++ b/cmd/Makefile @@ -104,7 +104,7 @@ obj-$(CONFIG_CMD_PART) += part.o ifdef CONFIG_PCI

Re: [U-Boot] [PATCH v2 2/3] sunxi: Rename Sinovoip BPI M2 Plus to Bananapi M2 Plus H3

2019-02-18 Thread Jagan Teki
On Mon, Feb 18, 2019 at 2:10 PM Chen-Yu Tsai wrote: > > On Mon, Feb 18, 2019 at 4:31 PM Jagan Teki wrote: > > > > On Fri, Feb 15, 2019 at 4:35 PM Chen-Yu Tsai wrote: > > > > > > The brand Sinovoip is used for Sinovoip's original VOIP products, while > > > the Bananapi brand is for the single

Re: [U-Boot] [PATCH v2 33/34] x86: sound: Add sound support for samus (broadwell)

2019-02-18 Thread Bin Meng
On Sun, Feb 17, 2019 at 11:26 AM Simon Glass wrote: > > Add a sound driver for samus which ties together the audio codec and > I2S controller. > > For now broadwell_sound is commented out in the makefile since we cannot > compile it without sound support enabled. The next commit fixes this. > >

Re: [U-Boot] [PATCH v2 26/34] sound: Add a driver for the i8254 beep

2019-02-18 Thread Bin Meng
On Sun, Feb 17, 2019 at 11:26 AM Simon Glass wrote: > > Add a sound driver which can output simple beeps using this legacy timer. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Change the driver name to i8254_drv > > drivers/sound/Kconfig | 12 >

Re: [U-Boot] [PATCH v2 7/8] spi: sun4: Add A31 spi controller support

2019-02-18 Thread Jagan Teki
On Fri, Feb 15, 2019 at 5:29 AM André Przywara wrote: > > On 14/02/2019 08:36, Jagan Teki wrote: > > Hi, > > > Add A31 spi controller support for existing sun4i_spi driver via driver > > data, this would simply add A31 register along with proper register bits > > via enum sets. > > > >

Re: [U-Boot] [PATCH v2 11/34] pci: Add IDs for Intel high-definition audio

2019-02-18 Thread Bin Meng
On Sun, Feb 17, 2019 at 11:25 AM Simon Glass wrote: > > Add a few IDs for common HDA blocks and the ADSP used on samus. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Add a PCI ID for the HD audio class > - Fix ordering of PCI IDs > > include/pci_ids.h | 5 + > 1 file changed,

Re: [U-Boot] [PATCH v2 09/34] gpio: Show inactive GPIOs when explicitly requested

2019-02-18 Thread Bin Meng
Hi Simon, On Sun, Feb 17, 2019 at 11:25 AM Simon Glass wrote: > > At present the gpio command only shows GPIOs which are marked as in use. > This makes sense with 'gpio status' since we already have the '-a' flag > to indicate that all GPIOs should be shown. But when a particular GPIO is >

Re: [U-Boot] [PATCH v2 4/8] spi: sun4i: Access registers and bits via enum offsets

2019-02-18 Thread Jagan Teki
On Fri, Feb 15, 2019 at 5:28 AM André Przywara wrote: > > On 14/02/2019 08:36, Jagan Teki wrote: > > Allwinner support two different SPI controllers one for A10 and > > another for A31 with minimal changes in register offsets and > > respective register bits, but the logic for accessing the SPI >

Re: [U-Boot] [PATCH v2 4/8] spi: sun4i: Access registers and bits via enum offsets

2019-02-18 Thread Stefan Mavrodiev
On 2/18/19 12:38 PM, Jagan Teki wrote: Hi Stefan, On Fri, Feb 15, 2019 at 12:12 PM Stefan Mavrodiev wrote: [snip] +static const unsigned long sun4i_spi_bits[] = { Same here, make it uint32_t, since it describes register masks in 32 bit registers. +[SPI_GCR_TP]=

Re: [U-Boot] [PATCH v4 2/3] watchdog: orion_wdt: take timeout value in ms

2019-02-18 Thread Stefan Roese
On 17.02.19 22:30, Chris Packham wrote: The generic wdt_start API expects to be called with the timeout in milliseconds. Update the orion_wdt driver to accept a timeout in milliseconds and use the clock rate specified in the dts to convert the timeout to an appropriate value for the timer reload

Re: [U-Boot] [PATCH v4 3/3] arm: mvebu: x530: Enable watchdog in SPL and U-Boot

2019-02-18 Thread Stefan Roese
On 17.02.19 22:30, Chris Packham wrote: Enable the hardware watchdog to guard against system lock ups when running in the SPL or U-Boot. Stop the watchdog just before booting so that the OS can re-enable it if needed. Signed-off-by: Chris Packham --- Changes in v4: None Changes in v3: -

Re: [U-Boot] [PATCH v4 01/20] common: spl_fit: Fix the spl_fit_image_get_os for FIT_IMAGE_TINY

2019-02-18 Thread Abel Vesa
On 19-02-16 10:23:10, Stefano Babic wrote: > Hi Abel, > > On 01/02/19 17:40, Abel Vesa wrote: > > There is not really reducing codesize here since there is only > > a call. The function is always built in if CONFIG_$(SPL_TPL_)FIT is set. > > Plus, there was a change in behavior if

[U-Boot] [PATCH] usb: host: Print device name when scanning

2019-02-18 Thread Ismael Luceno Cortes
Signed-off-by: Ismael Luceno --- drivers/usb/host/usb-uclass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/host/usb-uclass.c b/drivers/usb/host/usb-uclass.c index 611ea97a72..0575f5393b 100644 --- a/drivers/usb/host/usb-uclass.c +++

Re: [U-Boot] [PATCH 1/1] added missing GigaDevice chips

2019-02-18 Thread Stefan Roese
Hi Jiri, On 18.02.19 10:13, Jiri Kastner wrote: --- drivers/mtd/spi/spi-nor-ids.c | 10 ++ 1 file changed, 10 insertions(+) Please always add at least a small sentence in the commit text. And Cc the maintainers / custodians, in this case: Jagan Teki Vignesh R diff --git

Re: [U-Boot] [PATCH 1/7] riscv: add infrastructure for calling functions on other harts

2019-02-18 Thread Auer, Lukas
On Mon, 2019-02-18 at 10:01 +, Auer, Lukas wrote: > On Mon, 2019-02-18 at 10:28 +0530, Anup Patel wrote: > > On Tue, Feb 12, 2019 at 3:44 AM Lukas Auer > > wrote: > > > Harts on RISC-V boot independently and U-Boot is responsible for > > > managing them. Functions are called on other harts

[U-Boot] [PATCH] L3 cache : arch : arm : lib : Flush L3 after relocation

2019-02-18 Thread Meenakshi Aggarwal
Flush L3 cache after uboot relocated to DDR. Signed-off-by: Meenakshi Aggarwal Signed-off-by: Udit Kumar --- arch/arm/lib/relocate_64.S | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/lib/relocate_64.S b/arch/arm/lib/relocate_64.S index 171d094..7603f52 100644 ---

Re: [U-Boot] [PATCH] L3 cache : arch : arm : lib : Flush L3 after relocation

2019-02-18 Thread Prabhakar Kushwaha
> -Original Message- > From: Meenakshi Aggarwal > Sent: Tuesday, February 19, 2019 12:09 AM > To: u-boot@lists.denx.de; Prabhakar Kushwaha > ; York Sun > Cc: Meenakshi Aggarwal ; Udit Kumar > > Subject: [PATCH] L3 cache : arch : arm : lib : Flush L3 after relocation > > Flush L3 cache

Re: [U-Boot] [PATCH 1/7] riscv: add infrastructure for calling functions on other harts

2019-02-18 Thread Anup Patel
On Mon, Feb 18, 2019 at 5:11 PM Auer, Lukas wrote: > > On Mon, 2019-02-18 at 10:01 +, Auer, Lukas wrote: > > On Mon, 2019-02-18 at 10:28 +0530, Anup Patel wrote: > > > On Tue, Feb 12, 2019 at 3:44 AM Lukas Auer > > > wrote: > > > > Harts on RISC-V boot independently and U-Boot is responsible

Re: [U-Boot] [PATCH] L3 cache : arch : arm : lib : Flush L3 after relocation

2019-02-18 Thread Meenakshi Aggarwal
> -Original Message- > From: Prabhakar Kushwaha > Sent: Monday, February 18, 2019 6:37 PM > To: Meenakshi Aggarwal ; u- > b...@lists.denx.de; York Sun > Cc: Meenakshi Aggarwal ; Udit Kumar > > Subject: RE: [PATCH] L3 cache : arch : arm : lib : Flush L3 after relocation > > > >

Re: [U-Boot] [PATCH] dtbo: Fix dtbo generation rules

2019-02-18 Thread Michal Simek
Hi, On 11. 02. 19 14:51, Michal Simek wrote: > Take the first prerequisite (dts overlay file) instead of standard > input. > > Signed-off-by: Michal Simek > --- > > Not sure how this was designed to take overlay as input. > What I have done was simply add overlay to arch/arm/dts folder and add

Re: [U-Boot] [PATCH] MAINTAINERS: Update u-boot-marvell entry

2019-02-18 Thread Luka Perkov
On Fri, Feb 15, 2019 at 01:56:56PM +0100, Stefan Roese wrote: > This patch does the following changes to the u-boot-marvell maintainers > entry: > > - Add Armada-7k/8k to the list > - Remove Prafulla and Luka since they have been silent on the list for > a long time. Please speak up, if you

Re: [U-Boot] [PATCH] fpga: Replace char * with const char * for filename

2019-02-18 Thread Michal Simek
On 15. 02. 19 8:57, tien.fong.c...@intel.com wrote: > From: Tien Fong Chee > > Ensure the string for filename is always constant, otherwise it can be > corrupted by the writing. Have you reach any issue with it? > > Signed-off-by: Tien Fong Chee > --- > drivers/fpga/zynqpl.c |3 ++- >

[U-Boot] [PATCH] hsdk: readme: Suggest getting pyelftools with pip

2019-02-18 Thread Alexey Brodkin
Signed-off-by: Alexey Brodkin Suggested-by: Yunir Salimzyanov --- board/synopsys/hsdk/README | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/board/synopsys/hsdk/README b/board/synopsys/hsdk/README index e29a6a1727..9155f17c6e 100644 --- a/board/synopsys/hsdk/README

Re: [U-Boot] [PATCH 5/7] arm: mach-k3: Add secure device build support

2019-02-18 Thread Andrew F. Davis
On 2/16/19 4:18 PM, Tom Rini wrote: > On Fri, Feb 15, 2019 at 05:43:32PM +0530, Lokesh Vutla wrote: >> >> >> On 2/15/2019 4:25 AM, Andrew F. Davis wrote: >>> On 2/13/19 9:46 PM, Lokesh Vutla wrote: On 14/02/19 12:07 AM, Andrew F. Davis wrote: > K3 HS devices require signed

Re: [U-Boot] [PATCH 1/2] mtd: ubi debug: Remove the pid print from ubi_assert

2019-02-18 Thread Heiko Schocher
Hello Eran, Am 18.02.2019 um 08:44 schrieb Eran Matityahu: Hi Heiko. On Mon, Feb 18, 2019 at 7:06 AM Heiko Schocher wrote: Hello Eran, Am 13.02.2019 um 19:55 schrieb Eran Matityahu: Add a new definition for ubi_assert and keep the original one in an ifndef __UBOOT__. Signed-off-by: Eran

[U-Boot] [PATCH] test: py: Extend fpga test with fit image with external data

2019-02-18 Thread Michal Simek
Images are created mkimage -f fit.its -E download-fit-external.ub and test expects these entries. env__fpga_under_test = { ... "mkimage_fit_external": download-fit-external.ub", "mkimage_fit_external_size": x, ... } Test download file and loads it to fpga. Signed-off-by:

Re: [U-Boot] [PATCH v1 2/2] dm: pinctrl: Skip gpio-controller node in pinconfig_post_bind()

2019-02-18 Thread Patrick DELAUNAY
Hi, > From: Simon Glass > Sent: vendredi 15 février 2019 18:12 > > On Fri, 15 Feb 2019 at 15:31, Patrice Chotard wrote: > > > > From: Patrick Delaunay > > > > Some binding define child node gpio-controller without compatible property. > > This patch avoid to bind the pinconfig uclass to these

[U-Boot] [PATCH 5/6] ARM: rmobile: Imply SoC per board

2019-02-18 Thread Marek Vasut
Imply all SoCs supported by a given board. This allows building single U-Boot binary for boards which can have multiple SoCs. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- arch/arm/mach-rmobile/Kconfig.64 | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git

[U-Boot] [PATCH 4/6] pinctrl: renesas: Drop def_bool per SoC

2019-02-18 Thread Marek Vasut
Drop per SoC def_bool on each driver, since this is now implied by SoC Kconfig option instead. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- drivers/pinctrl/renesas/Kconfig | 10 -- 1 file changed, 10 deletions(-) diff --git a/drivers/pinctrl/renesas/Kconfig

[U-Boot] [PATCH 6/6] ARM: rmobile: Sync Gen3 defconfigs

2019-02-18 Thread Marek Vasut
Synchronize Gen3 defconfigs in wake of the Kconfig option changes. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- configs/r8a77965_salvator-x_defconfig | 1 - configs/r8a7796_salvator-x_defconfig | 1 - configs/r8a7796_ulcb_defconfig| 1 - 3 files changed, 3 deletions(-) diff

[U-Boot] [PATCH 3/6] clk: rmobile: Drop def_bool per SoC

2019-02-18 Thread Marek Vasut
Drop per SoC def_bool on each driver, since this is now implied by SoC Kconfig option instead. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- drivers/clk/renesas/Kconfig | 10 -- 1 file changed, 10 deletions(-) diff --git a/drivers/clk/renesas/Kconfig

Re: [U-Boot] [PATCH] arm: fix hvc call

2019-02-18 Thread Alexander Graf
On 18.02.19 14:10, Ibai Erkiaga wrote: > HVC call makes use of 6 arguments rather than 7 in the same way as SMC > calls. The 7th argument is optional for both HVC and SMC but is > implemented as 16-bit parameter and register R7 or W7. The patch description is lacking a bit more context. Why not

Re: [U-Boot] [PATCH] L3 cache : arch : arm : lib : Flush L3 after relocation

2019-02-18 Thread Prabhakar Kushwaha
Hi Prafulla, Luka, Stefan, Tom and Albert > -Original Message- > From: Meenakshi Aggarwal > Sent: Monday, February 18, 2019 7:16 PM > To: Prabhakar Kushwaha ; u- > b...@lists.denx.de; York Sun > Cc: Udit Kumar > Subject: RE: [PATCH] L3 cache : arch : arm : lib : Flush L3 after

[U-Boot] [PATCH] coreboot: add support fot CB_TAG_BOOT_MEDIA_PARAMS

2019-02-18 Thread Christian Gmeiner
Change-Id: I7a2e320f2296bc20e1ac2f10cc2297697c50e097 Signed-off-by: Christian Gmeiner --- arch/x86/cpu/coreboot/tables.c | 13 + arch/x86/include/asm/arch-coreboot/sysinfo.h | 6 +- arch/x86/include/asm/coreboot_tables.h | 11 +++ 3 files changed, 29

[U-Boot] [PATCH 0/1] GigaDevice id update

2019-02-18 Thread Jiri Kastner
Vocore2 (mt76x8 device) has g25q128 flash, which is already in kernel's spi-nor.c Jiri Kastner (1): added missing GigaDevice chips drivers/mtd/spi/spi-nor-ids.c | 10 ++ 1 file changed, 10 insertions(+) -- 2.20.1 ___ U-Boot mailing list

[U-Boot] [PATCH 1/1] added missing GigaDevice chips

2019-02-18 Thread Jiri Kastner
--- drivers/mtd/spi/spi-nor-ids.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/mtd/spi/spi-nor-ids.c b/drivers/mtd/spi/spi-nor-ids.c index 3215e2431d..e4d05433a2 100644 --- a/drivers/mtd/spi/spi-nor-ids.c +++ b/drivers/mtd/spi/spi-nor-ids.c @@ -106,6 +106,16 @@ const

[U-Boot] [PATCH v2 0/1] mtd: added missing GigaDevice chips

2019-02-18 Thread Jiri Kastner
in kernel tree are additional 2 chips from GigaDevice, which i need for Vocore2 (MT7688) Jiri Kastner (1): mtd: added missing GigaDevice chips drivers/mtd/spi/spi-nor-ids.c | 10 ++ 1 file changed, 10 insertions(+) -- 2.20.1 ___ U-Boot

[U-Boot] [PATCH v2 1/1] mtd: added missing GigaDevice chips

2019-02-18 Thread Jiri Kastner
Vocore2 (mt7688 based device) has g25q128 chip from GigaDevice, which i've found in kernel tree. added chips are gd25q128 and gd25q256. Cc: Jagan Teki Cc: Vignesh R --- drivers/mtd/spi/spi-nor-ids.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/mtd/spi/spi-nor-ids.c

Re: [U-Boot] [PATCH] fpga: Add support for getting external data address and length

2019-02-18 Thread Michal Simek
On 12. 02. 19 13:41, tien.fong.c...@intel.com wrote: > From: Tien Fong Chee > > This function supports getting both data address and length for > existing FPGA subimage and FPGA external data. > > Signed-off-by: Tien Fong Chee > --- > cmd/fpga.c |6 +++--- > 1 files changed, 3

Re: [U-Boot] [PATCH v1] ARM: socfpga: stratix10: Return valid error code from FPGA driver

2019-02-18 Thread Marek Vasut
On 2/18/19 5:07 AM, chee.hong@intel.com wrote: > From: "Ang, Chee Hong" > > This patch prevent the Stratix 10 FPGA driver incorrectly return the > transaction ID as the mailbox error code. It should always return the > actual mailbox error code from SDM firmware. > > Signed-off-by: Ang,

  1   2   >