Re: [U-Boot] [U-Boot, 4/4] Revert "Ensure device tree DTS is compiled"

2019-03-22 Thread Tom Rini
On Thu, Mar 14, 2019 at 02:58:36PM +0900, Masahiro Yamada wrote: > This reverts commit 27cb7300ffda7a3f1581f0f5a2d3bfe59b97ad67. > > I am not sure if I correctly understood the log of commit 27cb7300ffda > ("Ensure device tree DTS is compiled"), but the code-diff looks like > it was trying to

Re: [U-Boot] [U-Boot, 3/4] mips: add missing dtb-y to arch/mips/dts/Makefile

2019-03-22 Thread Tom Rini
On Thu, Mar 14, 2019 at 02:58:35PM +0900, Masahiro Yamada wrote: > Since commit 27cb7300ffda ("Ensure device tree DTS is compiled"), > build succeeds irrespective of the correctness of Makefile. > > In fact, you can compile any defconfig without adding any entry in > arch/*/dts/Makefile. > > I

Re: [U-Boot] [U-Boot, v2] armv8: Disable exception vectors in SPL by default

2019-03-22 Thread Tom Rini
On Wed, Feb 20, 2019 at 05:14:49PM +0100, Alexander Graf wrote: > Commit 1416e2d2253 ("armv8: make SPL exception vectors optional") had a > typo in it which effectively disabled exception handling in SPL code always. > > Since nobody complained, I guess we may as well disable exception handling

Re: [U-Boot] [U-Boot, v2, 1/2] common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled

2019-03-22 Thread Tom Rini
On Tue, Mar 12, 2019 at 08:34:31AM +, Abel Vesa wrote: > If FIT_IMAGE_TINY is enabled, spl_fit_image_get_os returns -ENOTSUPP. > In this case, we should default to IH_OS_U_BOOT not to IH_OS_INVALID. > > Signed-off-by: Abel Vesa > Tested-by: Fabio Estevam Applied to u-boot/master, thanks!

Re: [U-Boot] [U-Boot,1/1] cmd: set CONFIG_SYS_HELP_CMD_WIDTH = 10

2019-03-22 Thread Tom Rini
On Thu, Feb 28, 2019 at 06:17:56AM +0100, Heinrich Schuchardt wrote: > CONFIG_SYS_HELP_CMD_WIDTH is used to format the output of help without any > arguments. > > CONFIG_SYS_HELP_CMD_WIDTH = 8 is too narrow to fit all our commands. > > Signed-off-by: Heinrich Schuchardt Applied to

Re: [U-Boot] [U-Boot, v2, 2/2] tools: fit_image: Add the loadable property to configs

2019-03-22 Thread Tom Rini
On Tue, Mar 12, 2019 at 08:34:32AM +, Abel Vesa wrote: > When running mkimage with "-f auto", the loadable property > needs to be set in order to allow SPL FIT support to boot. > > Signed-off-by: Abel Vesa > Tested-by: Fabio Estevam Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [U-Boot,v2] configs: dra7xx_evm: Remove ENV_IS_IN_FAT

2019-03-22 Thread Tom Rini
On Tue, Feb 26, 2019 at 10:45:44PM +0530, Faiz Abbas wrote: > With U-boot supporting environment in multiple places, enable only > ENV_IS_IN_EMMC > > Signed-off-by: Faiz Abbas > Reviewed-by: Lokesh Vutla > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc

Re: [U-Boot] [U-Boot, 2/2] usb: gadget: fastboot: Dequeue the previous IN request for the current request

2019-03-18 Thread Eugeniu Rosca
-bouncing e-mails cc: Łukasz On Mon, Mar 18, 2019 at 06:15:48PM +0100, Eugeniu Rosca wrote: > Hi Paul, hello Marek, > > On Mon, Mar 18, 2019 at 11:12:02AM +0100, Paul Kocialkowski wrote: > > Hi, > > > > Le lundi 18 mars 2019 à 10:56 +0100, Eugeniu Rosca a écrit : > > > Hi Marek, Paul, cc: Alex

Re: [U-Boot] [U-Boot, 2/2] rockchip: Drop call to rockchip_dnl_mode_check() for now

2019-03-18 Thread Philipp Tomsich
Simon, > On 18.03.2019, at 12:58, Simon Glass wrote: > > Hi, > > On Tue, 12 Mar 2019 at 09:26, Kever Yang > wrote: >> >> >> >> On 03/11/2019 09:04 PM, Philipp Tomsich wrote: >>> Note that the minimum improvement that I’d expect to get this fully >>>

Re: [U-Boot] [U-Boot, 2/2] rockchip: Drop call to rockchip_dnl_mode_check() for now

2019-03-18 Thread Simon Glass
Hi, On Tue, 12 Mar 2019 at 09:26, Kever Yang wrote: > > > > On 03/11/2019 09:04 PM, Philipp Tomsich wrote: > > Note that the minimum improvement that I’d expect to get this fully > > enabled again would be a clean-up of the Kconfig options, so it is > > easy and (from the documentation)

Re: [U-Boot] [U-BOOT][PATCH V3] sunxi: Use clrsetbits_le32 instead of multiple instruction

2019-03-18 Thread Shyam Saini
Please ignore this patch, I have sent this patch as a part of original series. Sorry for the noise. Thanks and regards, Shyam On Fri, Mar 15, 2019 at 3:27 PM Shyam Saini wrote: > > From: Michael Trimarchi > > This will improve code readabilty > > Signed-off-by: Michael Trimarchi > --- >

[U-Boot] [U-Boot, V5, PATCH 3/3] ag7xxx: add initial support for s17

2019-03-15 Thread rosysong
From: Rosy Song S17 ethernet support is for QCA8337N, which used on AP152 (QCA9563) board. It is a 7 ports GbE switch. Signed-off-by: Rosy Song Changes for v2-v3: - add more commit message for s17 Changes for v4-v5: - coding style cleanup --- drivers/net/ag7xxx.c | 139

[U-Boot] [U-Boot, V5, PATCH 2/3] mips: add initial support for qca956x referenced board

2019-03-15 Thread rosysong
From: Rosy Song QCA9563 is CPU used on AP152 board : Clock speed : 750 MHz , Arch : Mips 74Kc, Eth : SGMII interface, MIMO config : 3 * 3 450M, 2 * USB 2.0, Signed-off-by: Rosy Song Changes for v2: - coding style cleanup - remove ununsed flash chip in defconfig

[U-Boot] [U-Boot, V5, PATCH 1/3] mips: fix erros on registers macros of pll-ddr-config1-nfrac for QCA956X

2019-03-15 Thread rosysong
From: Rosy Song See details in chapter 8.6.2 and 8.6.4 (page 140-141) of qca9563 datasheet, NFRAC[17:0] So the mask of [17:5] is 0x1fff not 0x3fff. Signed-off-by: Rosy Song Changes for v2-v3: - add more information for this commit Changes for v4-v5: - coding style cleanup ---

Re: [U-Boot] [U-Boot, V4, PATCH 1/1] mips: add initial support for qca956x referenced board

2019-03-15 Thread Daniel Schwierzeck
Am 08.03.19 um 02:24 schrieb rosys...@rosinson.com: > From: Rosy Song > > QCA9563 is CPU used on AP152 board : > > Clock speed : 750 MHz , > Arch : Mips 74Kc, > Eth : SGMII interface, > MIMO config : 3 * 3 450M, > 2 * USB 2.0, > > Signed-off-by: Rosy Song > > Changes

Re: [U-Boot] [U-Boot, V4, PATCH 1/1] mips: add initial support for qca956x referenced board

2019-03-15 Thread Daniel Schwierzeck
Am 08.03.19 um 02:24 schrieb rosys...@rosinson.com: > From: Rosy Song > > QCA9563 is CPU used on AP152 board : > > Clock speed : 750 MHz , > Arch : Mips 74Kc, > Eth : SGMII interface, > MIMO config : 3 * 3 450M, > 2 * USB 2.0, > > Signed-off-by: Rosy Song > > Changes

Re: [U-Boot] [U-Boot, v2] Enable expression support for CONFIG_BOARD_SIZE_LIMIT

2019-03-15 Thread Ismael Luceno Cortes
On 08/Mar/2019 18:28, Martin Husemann wrote: > On Fri, Mar 08, 2019 at 12:17:09PM -0500, Tom Rini wrote: > > OK, so a few thoughts here. > > - What's the portable way to do hex-based math? If we really need it? > > Use printf(3) to convert to/from hex, and standard shell arithmetic > with $((

[U-Boot] [U-BOOT][PATCH V3] sunxi: Use clrsetbits_le32 instead of multiple instruction

2019-03-15 Thread Shyam Saini
From: Michael Trimarchi This will improve code readabilty Signed-off-by: Michael Trimarchi --- Changelogs: V1->V2: None V2->V3: Fix use of clrsetbits_le32 and setbits_le32 functions --- arch/arm/mach-sunxi/dram_sun8i_a33.c | 7 ++- 1 file changed, 2 insertions(+), 5

[U-Boot] [U-Boot,02/13] board: ge: bx50v3: Enable CONFIG_DM_MMC

2019-03-13 Thread sbabic
> Use MMC device model, and remove USDHC pin configuration code since the > pinctrl driver is used. > Signed-off-by: Ian Ray Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering

[U-Boot] [U-Boot, v4, 08/22] pcm052: board: vybrid: Update the board name for BK4 device

2019-03-13 Thread sbabic
> This commit provides distinction between PCM052 and BK4. > Signed-off-by: Lukasz Majewski Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director:

[U-Boot] [U-Boot, 08/13] board: ge: store version information in fdt

2019-03-13 Thread sbabic
> Add board-specific FDT function to store U-Boot version in device tree. > Signed-off-by: Ian Ray Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing

[U-Boot] [U-Boot, v1, 13/26] colibri_imx6: drop CONFIG_OF_SYSTEM_SETUP

2019-03-13 Thread sbabic
> From: Max Krummenacher > This doesn't do anything anymore, probably never did. > Signed-off-by: Max Krummenacher > Acked-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX

[U-Boot] [U-Boot,01/13] board: ge: bx50v3: Enable CONFIG_DM

2019-03-13 Thread sbabic
> Add simplified, generalised, bx50v3 device tree and enable CONFIG_DM. > Signed-off-by: Ian Ray Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director:

[U-Boot] [U-Boot, v1, 03/26] colibri_imx6: move console in env from header file to defconfig

2019-03-13 Thread sbabic
> From: Marcel Ziswiler > Move console in env from header file to defconfig. > While at it also update copyright year. > Signed-off-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- =

[U-Boot] [U-Boot, v1, 18/26] colibri imx6: disable ri and dcd irq in uarts

2019-03-13 Thread sbabic
> From: Max Krummenacher > If the UART is used in DTE mode the RI and DCD bits in UCR3 become > irq enable bits. Both are set to enabled after reset and both likely > are pending. > Disable the bits also on UARTs not used in the boot loader to prevent > an interrupt storm when Linux enables the

[U-Boot] [U-Boot, v2, 21/23] apalis_imx6: use SDP if USB serial downloader has been used

2019-03-13 Thread sbabic
> From: Stefan Agner > In case USB serial downloader has been used to load U-Boot start the > serial download protocol (SDP) emulation. This allows to download > complete images such as Toradex Easy Installer over USB SDP as well. > This code uses the boot ROM provided boot information to

[U-Boot] [U-Boot, v2, 04/23] apalis_imx6: enable fit image, gpt, imx thermal, efi loader support

2019-03-13 Thread sbabic
> From: Marcel Ziswiler > Enbale FIT image, GPT command, i.MX thermal and EFI loader support. > Signed-off-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering

[U-Boot] [U-Boot, v2, 17/23] apalis_imx6: pf0100: reorder and cleanup message printing

2019-03-13 Thread sbabic
> From: Marcel Ziswiler > Keep debug code at the end of the function. > Use a one line informational message for the PMIC only. > Signed-off-by: Max Krummenacher > Acked-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic --

[U-Boot] [U-Boot, v4, 01/22] net: FEC: Add compatible for vybrid (vf610) to reuse fec_mxc.c driver

2019-03-13 Thread sbabic
> The NXP's FEC driver can be reused on vf610 device (with DM). > Signed-off-by: Lukasz Majewski > Reviewed-by: Stefan Agner Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering

[U-Boot] [U-Boot, v4, 22/22] pcm052: bk4: Add board_phy_config() for BK4 to setup ksz8081 phy

2019-03-13 Thread sbabic
> BK4 requires setup of 50MHz reference clock for its KSZ8081 PHY devices. > Signed-off-by: Lukasz Majewski > Acked-by: Joe Hershberger Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software

[U-Boot] [U-Boot, v1, 09/26] colibri_imx6: migrate i2c to using driver model

2019-03-13 Thread sbabic
> From: Marcel Ziswiler > Migrate I2C to using driver model. > Signed-off-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director:

[U-Boot] [U-Boot, v2, 11/23] apalis_imx6: migrate mmc and sata to using driver model

2019-03-13 Thread sbabic
> From: Marcel Ziswiler > Migrate MMC and SATA to using driver model. > While at it also enable SCSI driver model. > Signed-off-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX

[U-Boot] [U-Boot, v1, 01/26] colibri_imx6: get rid of obsolete nospl configurations

2019-03-13 Thread sbabic
> From: Marcel Ziswiler > Now with SPL long since being in place even for recovery using SDP > finally get rid of those nospl configurations. > Signed-off-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic --

[U-Boot] [U-Boot, v1, 04/26] colibri_imx6: enable fit image, gpt, imx thermal, efi loader support

2019-03-13 Thread sbabic
> From: Marcel Ziswiler > Enbale FIT image, GPT command, i.MX thermal and EFI loader support. > Signed-off-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering

[U-Boot] [U-Boot,v2,08/23] apalis_imx6: enable pin control driver

2019-03-13 Thread sbabic
> From: Marcel Ziswiler > Enable pin control driver as required for further driver model > migration. > Signed-off-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software

[U-Boot] [U-Boot, v1, 21/26] toradex: colibri_imx6: overwrite CMA memory set in device tree

2019-03-13 Thread sbabic
> From: Bhuvanchandra DV > Make sure CMA memory is not greater than 50% of available physical > memory. > Allow user to change the CMA memory via 'cma-size' U-Boot environment > variable. > Signed-off-by: Bhuvanchandra DV > Acked-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best

[U-Boot] [U-Boot, v2, 18/23] apalis_imx6: disable ri and dcd irq in uarts

2019-03-13 Thread sbabic
> From: Max Krummenacher > If the UART is used in DTE mode the RI and DCD bits in UCR3 become > irq enable bits. Both are set to enabled after reset and both likely > are pending. > Disable the bits also on UARTs not used in the boot loader to prevent > an interrupt storm when Linux enables the

[U-Boot] [U-Boot, v4, 03/22] vybrid: ddr: Extend vf610-pinfunc.h with DDR pads definitions

2019-03-13 Thread sbabic
> This patch provides definitions necessary for VF610 DDR pad configurations. > Signed-off-by: Lukasz Majewski > Reviewed-by: Stefan Agner Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software

[U-Boot] [U-Boot, v4, 02/22] net: Kconfig: FEC: Add dependency on VF610

2019-03-13 Thread sbabic
> Signed-off-by: Lukasz Majewski > Reviewed-by: Stefan Agner Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich,

[U-Boot] [U-Boot, v1, 26/26] board: colibri_imx6: check for and report ecc errors in fuses

2019-03-13 Thread sbabic
> From: Gerard Salvatella > The PMIC on the Colibri iMX6 may have ECC errors in fuses that will > prevent correct settings. Up to one bit error per fuse bank can be > reported and corrected by the ECC logic. Two bit errors can only be > reported. > Signed-off-by: Gerard Salvatella > Acked-by:

[U-Boot] [U-Boot,v1,24/26] colibri_imx6: switch to zimage

2019-03-13 Thread sbabic
> From: Bhuvanchandra DV > Switch to the generic compressed Kernel image type (zImage) instead of > the U-Boot specific uImage format. > While at it also fix device tree naming for MMC DFU. > Signed-off-by: Bhuvanchandra DV > Acked-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks !

[U-Boot] [U-Boot, v2, 09/23] apalis_imx6: migrate i2c to using driver model

2019-03-13 Thread sbabic
> From: Marcel Ziswiler > Migrate I2C to using driver model. > Signed-off-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director:

[U-Boot] [U-Boot, v4, 20/22] pcm052: board: Add code to setup LED default states

2019-03-13 Thread sbabic
> As one has moved to DM based LEDs, this code is required to setup the > default state. > Signed-off-by: Lukasz Majewski Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH,

[U-Boot] [U-Boot, v1, 16/26] colibri_imx6: unify sd/mmc drive strenght with linux kernel settings

2019-03-13 Thread sbabic
> From: Max Krummenacher > In the linux device tree we use 40Ohm drive strenght. So use the same > value in U-Boot. > Signed-off-by: Max Krummenacher > Acked-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic --

[U-Boot] [U-Boot, v2, 23/23] board: apalis_imx6: check for and report ecc errors in fuses

2019-03-13 Thread sbabic
> From: Gerard Salvatella > The PMIC on Apalis iMX6 may have ECC errors in fuses that will prevent > correct settings. Up to one bit error per fuse bank may be reported and > corrected by the ECC logic. Two bit errors can only be reported. > Signed-off-by: Gerard Salvatella > Acked-by: Marcel

[U-Boot] [U-Boot, v2, 06/23] apalis_imx6: migrate to using device tree

2019-03-13 Thread sbabic
> From: Marcel Ziswiler > Migrate to using device tree required for further driver model > integration. > Signed-off-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software

[U-Boot] [U-Boot, v1, 10/26] colibri_imx6: migrate pmic and regulator to using driver model

2019-03-13 Thread sbabic
> From: Marcel Ziswiler > Migrate PMIC and regulator to using driver model. > Signed-off-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH,

[U-Boot] [U-Boot,v1,14/26] colibri_imx6: print also 64-bit IT

2019-03-13 Thread sbabic
> From: Max Krummenacher > Print also for Colibri iMX6 512MB IT with 64-bit RAM bus. > Signed-off-by: Max Krummenacher > Acked-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX

[U-Boot] [U-Boot,v2,22/23] apalis_imx6: switch to zimage

2019-03-13 Thread sbabic
> From: Marcel Ziswiler > Switch to the generic compressed Kernel image type (zImage) instead of > the U-Boot specific uImage format. > While at it also fix device tree naming for MMC DFU. > Signed-off-by: Bhuvanchandra DV > Acked-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks !

[U-Boot] [U-Boot, v1, 23/26] colibri_imx6: use SDP if USB serial downloader has been used

2019-03-13 Thread sbabic
> From: Stefan Agner > In case USB serial downloader has been used to load U-Boot start the > serial download protocol (SDP) emulation. This allows to download > complete images such as Toradex Easy Installer over USB SDP as well. > This code uses the boot ROM provided boot information to

[U-Boot] [U-Boot, v4, 12/22] ARM: DTS: Provide vf610-bk4r1-u-boot.dtsi for U-Boot specific properties

2019-03-13 Thread sbabic
> This commit brings a separate file in which the U-Boot specific > properties (like 'dm-pre-reloc') are provided. > Such approach allows easy sync with upstream Linux kernel in the > future. > Signed-off-by: Lukasz Majewski > Reviewed-by: Tom Rini Applied to u-boot-imx, -next, thanks ! Best

[U-Boot] [U-Boot, v4, 13/22] defconfig: bk4/pcm052: Update bk4r1|pcm052_defconfig to support DM/DT

2019-03-13 Thread sbabic
> This commit updates BK4's and PCM052's config files to support as much > as possible device tree and model in u-boot. > Moreover, remove CONFIG_* from pcm052.h (as those are now in > bk4|pcm052_defconfig) > Signed-off-by: Lukasz Majewski Applied to u-boot-imx, -next, thanks ! Best regards,

[U-Boot] [U-Boot, 09/13] board: ge: bx50v3: Specific ARP timeout removed

2019-03-13 Thread sbabic
> From: Joonas Aijala > Specific ARP timeout sometimes causes ARP timeout during nfs loading > of the fitImage. > Signed-off-by: Joonas Aijala > Signed-off-by: Ian Ray Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic --

[U-Boot] [U-Boot,12/13] mx53ppd: fix unsupported set command

2019-03-13 Thread sbabic
> Fix the NFS commands which used `set' to instead use `setenv'. > Signed-off-by: Ian Ray Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director:

[U-Boot] [U-Boot, v4, 09/22] ARM: DTS: vybrid: Update vf.dtsi file to descibe more vf610 hardware

2019-03-13 Thread sbabic
> This patch allows moving vf610 based boards to a device tree and model. > Ported from Linux kernel - v4.20 (tag) > Signed-off-by: Lukasz Majewski > Reviewed-by: Stefan Agner > Tested-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic --

[U-Boot] [U-Boot, v2, 19/23] apalis_imx6: revert fuse value set in mfgr_fuse

2019-03-13 Thread sbabic
> From: Max Krummenacher > We have two commands to change the bootmode fuses: > mfgr_fuse which set fuse 0/5 and 0/6 > and > updt_fuse which burns bit 4 of 0/5. > Before BSP 2.6 we fused in mfgr_fuse 0x5062, which boots > from the user partition of the eMMC. > To workaround certain hangs we moved

[U-Boot] [U-Boot, v2, 01/23] apalis_imx6: get rid of obsolete nospl configurations

2019-03-13 Thread sbabic
> From: Marcel Ziswiler > Now with SPL long since being in place even for recovery using SDP > finally get rid of those nospl configurations. > Signed-off-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic --

[U-Boot] [U-Boot, v4, 18/22] config: bk4: Update u-boot envs to support NOR memories initial setup

2019-03-13 Thread sbabic
> Signed-off-by: Lukasz Majewski Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194

[U-Boot] [U-Boot,05/13] board: ge: ppd: Enable CONFIG_DM

2019-03-13 Thread sbabic
> Add simplified, generalised, ppd device tree and enable CONFIG_DM. > Signed-off-by: Ian Ray Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director:

[U-Boot] [U-Boot, v4, 11/22] ARM: DTS: Update pcm052 based dts files (bk4r1/pcm052)

2019-03-13 Thread sbabic
> This commit provides update and renames the bk4r1.dts to vf610-bk4r1.dts > file with more on SoC HW description. > The pcm052.dts has been renamed to vf610-pcm052.dts as well. > Moreover, a new vf610-pcm052.drsi file has been introduced > to reuse the common code between devices based on

[U-Boot] [U-Boot, v4, 21/22] pcm052: mac: Provide board specific imx_get_mac_from_fuse() function

2019-03-13 Thread sbabic
> This commit introduces the board specific function to read fused mac > address. > Signed-off-by: Lukasz Majewski Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH,

[U-Boot] [U-Boot, v1, 22/26] configs: colibri_imx6: Use ext4 file system by default

2019-03-13 Thread sbabic
> From: Sanchayan Maity > Use ext4 file system by default. > Signed-off-by: Sanchayan Maity > Acked-by: Max Krummenacher > Acked-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- =

[U-Boot] [U-Boot, v1, 08/26] colibri_imx6: enable pin control driver

2019-03-13 Thread sbabic
> From: Marcel Ziswiler > Enable pin control driver as required for further driver model > migration. > Signed-off-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software

[U-Boot] [U-Boot, v1, 19/26] colibri_imx6: change pmic fusing according to hw 1.1 requirements

2019-03-13 Thread sbabic
> From: Max Krummenacher > Colibri iMX6 V1.1 HW can use the PMIC GEN3 to power the NVCC_SD1. > Change the settings fused into the PMIC's OTP to powerup with > GEN3 set to output 3.3V. > Signed-off-by: Max Krummenacher > Acked-by: Stefan Agner > Acked-by: Marcel Ziswiler Applied to u-boot-imx,

[U-Boot] [U-Boot, v2, 05/23] apalis_imx6: remove obsolete USB_GADGET_MASS_STORAGE configuration

2019-03-13 Thread sbabic
> From: Marcel Ziswiler > Remove obsolete USB_GADGET_MASS_STORAGE configuration. > Signed-off-by: Marcel Ziswiler > Reviewed-by: Igor Opaniuk Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX

[U-Boot] [U-Boot, v1, 06/26] colibri_imx6: migrate to using device tree

2019-03-13 Thread sbabic
> From: Marcel Ziswiler > Migrate to using device tree required for further driver model > integration. > Signed-off-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software

[U-Boot] [U-Boot,11/13] mx53ppd: bring dock out of reset at boot

2019-03-13 Thread sbabic
> Configure GPIO BUFFERED_HOST_CONTROLLED_RESET_TO_DOCKING_CONNECTOR_N to > bring the dock out of reset at boot. > Signed-off-by: Ian Ray Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software

[U-Boot] [U-Boot, v4, 16/22] pcm052: board: Remove in-board setup code (it is now replaced by DM setup)

2019-03-13 Thread sbabic
> This commit cleans up the pcm052.c file to remove dead code after moving to > DTS and DM. > Signed-off-by: Lukasz Majewski Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering

[U-Boot] [U-Boot,v2,14/23] apalis_imx6: add distroboot support

2019-03-13 Thread sbabic
> From: Marcel Ziswiler > Add support for distro boot. This is especially helpful for external > devices. There is a global boot command which scans a predefined > list of boot targets: > run distro_bootcmd > As well as direct boot commands such as: > run bootcmd_mmc1 > run bootcmd_mmc2 >

[U-Boot] [U-Boot, v4, 14/22] config: pcm052: Use SZ_X{MK} from linux/sizes.h for include/configs/pcm052.h

2019-03-13 Thread sbabic
> Signed-off-by: Lukasz Majewski > Reviewed-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich,

[U-Boot] [U-Boot, v2, 03/23] apalis_imx6: move console in env from header file to defconfig

2019-03-13 Thread sbabic
> From: Marcel Ziswiler > Move console in env from header file to defconfig. > While at it also update copyright year and remove spurious comments and > new lines. > Signed-off-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic --

[U-Boot] [U-Boot, v2, 20/23] configs: apalis_imx6: Use ext4 file system by default

2019-03-13 Thread sbabic
> From: Sanchayan Maity > Use ext4 file system by default. > Signed-off-by: Sanchayan Maity > Acked-by: Max Krummenacher > Acked-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- =

[U-Boot] [U-Boot,v2,02/23] apalis_imx6: use distro defaults

2019-03-13 Thread sbabic
> From: Marcel Ziswiler > Use distro defaults and minimise default configuration again using > savedefconfig. > Signed-off-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX

[U-Boot] [U-Boot, v1, 05/26] colibri_imx6: remove obsolete USB_GADGET_MASS_STORAGE configuration

2019-03-13 Thread sbabic
> From: Marcel Ziswiler > Remove obsolete USB_GADGET_MASS_STORAGE configuration. > Signed-off-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH,

[U-Boot] [U-Boot, v1, 07/26] colibri_imx6: clean-up and migrate gpios to using driver model

2019-03-13 Thread sbabic
> From: Marcel Ziswiler > Migrate GPIOs to using driver model, properly request backlight, MMC/SD > card detect and USB power enable GPIOs and also enable SION bit in pin > muxing for auxiliary, backlight and USB power enable GPIOs. > While at it also update copyright year, clean-up/re-order

[U-Boot] [U-Boot, v1, 17/26] colibri imx6: pf0100: reorder and cleanup message printing

2019-03-13 Thread sbabic
> From: Max Krummenacher > Keep debug code at the end of the function. > Use a one line informational message for the PMIC only. > Signed-off-by: Max Krummenacher > Acked-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic --

[U-Boot] [U-Boot, v4, 04/22] vybrid: clock: Provide enable_i2c_clk() function for Vybrid

2019-03-13 Thread sbabic
> Provide function to enable I2C clocks for vf610 - in the generic code. > This function overrides the default weak function implementation (which > only returns 1). > Signed-off-by: Lukasz Majewski > Tested-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic

[U-Boot] [U-Boot,v1,02/26] colibri_imx6: use distro defaults

2019-03-13 Thread sbabic
> From: Marcel Ziswiler > Use distro defaults and minimise default configuration again using > savedefconfig. > Signed-off-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX

[U-Boot] [U-Boot, v1, 20/26] colibri_imx6: revert fuse value set in mfgr_fuse

2019-03-13 Thread sbabic
> From: Max Krummenacher > We have two commands to change the bootmode fuses: > mfgr_fuse which set fuse 0/5 and 0/6 > and > updt_fuse which burns bit 4 of 0/5. > Before Image 2.6 we fused in mfgr_fuse 0x5062, which boots > from the user partition of the eMMC. > To workaround certain hangs we

[U-Boot] [U-Boot, v2, 13/23] apalis_imx6: drop CONFIG_OF_SYSTEM_SETUP

2019-03-13 Thread sbabic
> From: Marcel Ziswiler > This doesn't do anything anymore, probably never did. > Signed-off-by: Max Krummenacher > Acked-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX

[U-Boot] [U-Boot, v1, 12/26] colibri_imx6: migrate usb to using driver model

2019-03-13 Thread sbabic
> From: Marcel Ziswiler > Migrate USB to using driver model. > Signed-off-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director:

[U-Boot] [U-Boot, 10/13] board: ge: bx50v3: Network booting of fitImage with nfs rootfs

2019-03-13 Thread sbabic
> From: Joonas Aijala > New boot command introduced to automate network booting. > Signed-off-by: Joonas Aijala > Signed-off-by: Ian Ray Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software

[U-Boot] [U-Boot, v2, 15/23] apalis_imx6: use both sd/mmc interfaces for setsdupdate

2019-03-13 Thread sbabic
> From: Max Krummenacher > During porting to 2016.11 the check of a SD (mmc2) interface > was dropped, this was unintended. > Signed-off-by: Max Krummenacher > Acked-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic --

[U-Boot] [U-Boot, v2, 16/23] apalis_imx6: unify sd/mmc drive strength with linux kernel settings

2019-03-13 Thread sbabic
> From: Max Krummenacher > In the Linux device tree we use 40Ohm drive strength. So use the same > value in U-Boot. > Signed-off-by: Max Krummenacher > Acked-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic --

[U-Boot] [U-Boot, v2, 10/23] apalis_imx6: migrate pmic and regulator to using driver model

2019-03-13 Thread sbabic
> From: Marcel Ziswiler > Migrate PMIC and regulator to using driver model. > Signed-off-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH,

[U-Boot] [U-Boot,03/13] board: ge: bx50v3: Enable CONFIG_DM_GPIO

2019-03-13 Thread sbabic
> Enable CONFIG_DM_GPIO as a pre-requisite for enabling CONFIG_DM_SPI. > Add explicit gpio_requests. > Signed-off-by: Ian Ray Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering

[U-Boot] [U-Boot, 04/13] board: ge: bx50v3: Enable CONFIG_DM_SPI, CONFIG_DM_SPI_FLASH

2019-03-13 Thread sbabic
> Use SPI flash device model, and remove SPI pin configuration code since > the pinctrl driver is used. > Signed-off-by: Ian Ray Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software

[U-Boot] [U-Boot, v2, 12/23] apalis_imx6: migrate usb to using driver model

2019-03-13 Thread sbabic
> From: Marcel Ziswiler > Migrate USB to using driver model. > Signed-off-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director:

[U-Boot] [U-Boot, v4, 07/22] pcm052: board: Remove "m4go" command as it is superseded by "bootaux"

2019-03-13 Thread sbabic
> The "m4go" provides exactly the same functionality as the IMX generic > "bootaux" command. Remove it to not duplicate the code. > Signed-off-by: Lukasz Majewski Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic --

[U-Boot] [U-Boot, v4, 06/22] vybrid: Define the imx_get_mac_from_fuse() as a __weak function

2019-03-13 Thread sbabic
> The proposed way of reading fused MAC in the imx_get_mac_from_fuse() may > be different for other boards. > This commit defines the imx_get_mac_from_fuse() as a weak function to allow > board file overriding it with customized function. > Signed-off-by: Lukasz Majewski Applied to u-boot-imx,

[U-Boot] [U-Boot, 06/13] arm: imx: Add esdhc3/4 nodes to imx53.dtsi

2019-03-13 Thread sbabic
> These nodes are required by mx53ppd when built with CONFIG_DM_MMC=y. > They are copied from Linux 4.20.5. > Signed-off-by: Ian Ray Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software

[U-Boot] [U-Boot, v4, 10/22] pcm052: board: cosmetic: Add copyright notice to pcm052.c

2019-03-13 Thread sbabic
> Signed-off-by: Lukasz Majewski Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194

[U-Boot] [U-Boot, v4, 15/22] config: bk4: Update include/configs/bk4r1.h file

2019-03-13 Thread sbabic
> The BK4's config file has changed since its initial posting to main line. > This commit reflects those changes. > Signed-off-by: Lukasz Majewski Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX

[U-Boot] [U-Boot, v2, 07/23] apalis_imx6: clean-up and migrate gpios to using driver model

2019-03-13 Thread sbabic
> From: Marcel Ziswiler > Migrate GPIOs to using driver model, properly request backlight, > Ethernet PHY reset, MMC/SD card detect and USB power GPIOs and also > enable SION bit in pin muxing for Apalis, backlight, eMMC reset, > Ethernet PHY reset and USB power enable GPIOs. > While at it also

[U-Boot] [U-Boot,v1,15/26] colibri_imx6: add distroboot support

2019-03-13 Thread sbabic
> From: Stefan Agner > Add support for distro boot. This is especially helpful for external > devices. There is a global boot command which scans a predefined > list of boot targets: > run distro_bootcmd > As well as direct boot commands such as: > run bootcmd_mmc1 > run bootcmd_usb > run

[U-Boot] [U-Boot, v1, 11/26] colibri_imx6: migrate mmc to using driver model

2019-03-13 Thread sbabic
> From: Marcel Ziswiler > Migrate MMC to using driver model. > Signed-off-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director:

[U-Boot] [U-Boot, v4, 19/22] pcm052: bk4: sdcard: Add support for SD card booting/recovery

2019-03-13 Thread sbabic
> This code allows reusing the default u-boot as in the late board init, the > default envs are restored and proper recovery scripts executed. > Signed-off-by: Lukasz Majewski Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic --

[U-Boot] [U-Boot,07/13] board: ge: ppd: Enable CONFIG_DM_MMC

2019-03-13 Thread sbabic
> Use MMC device model, and remove USDHC pin configuration code since the > pinctrl driver is used. > Signed-off-by: Ian Ray Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering

[U-Boot] [U-Boot, v1, 25/26] colibri_imx6: added nreset gpio on reboot

2019-03-13 Thread sbabic
> From: Gerard Salvatella > RGMII_RD1 pin (active high, GPIO6_IO27) is triggered on reboot during > the SPL phase. This asserts (active low) nReset_Out from the PMIC. > Only V1.1 and later Colibri iMX6 modules implement this in hw. Previous > versions do not use this pin, so it is safe to leave

[U-Boot] [U-Boot, v4, 05/22] pcm052: board: Do not enable I2C2 code in the board file

2019-03-13 Thread sbabic
> As the I2C2 clock is now enabled in the generic clock code, we can remove > this code from a board file. > Signed-off-by: Lukasz Majewski > Tested-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic --

<    2   3   4   5   6   7   8   9   10   11   >