Re: [U-Boot] [U-Boot,1/2] spi: ti_qspi: Drop non DM code

2019-04-12 Thread Raghavendra, Vignesh
On Mon, Feb 11, 2019 at 02:35:35PM +0530, Vignesh R wrote: > Now that all boards using TI QSPI have moved to DM and DT, drop non DM > code completely. > > Signed-off-by: Vignesh R > Reviewed-by: Tom Rini > --- >  drivers/spi/Kconfig    |  12 +- >  drivers/spi/Makefile   |   2

Re: [U-Boot] [U-Boot, v2, 1/5] driver: net: ti: cpsw-mdio: use phys_addr_t for mdio_base addr

2019-04-12 Thread Tom Rini
On Mon, Feb 04, 2019 at 09:34:28AM +0530, Keerthy wrote: > From: Grygorii Strashko > > Use phys_addr_t for mdio_base address to avoid build warnings on arm64. > > Signed-off-by: Grygorii Strashko > Signed-off-by: Keerthy > Reviewed-by: Tom Rini Please fix: arm: w+

Re: [U-Boot] [U-Boot,1/2] spi: ti_qspi: Drop non DM code

2019-04-12 Thread Tom Rini
On Mon, Feb 11, 2019 at 02:35:35PM +0530, Vignesh R wrote: > Now that all boards using TI QSPI have moved to DM and DT, drop non DM > code completely. > > Signed-off-by: Vignesh R > Reviewed-by: Tom Rini > --- > drivers/spi/Kconfig| 12 +- > drivers/spi/Makefile | 2

Re: [U-Boot] u-boot-video failure in ut dm video_ansi

2019-04-11 Thread Anatolij Gustschin
On Tue, 9 Apr 2019 16:45:39 -0600 Stephen Warren swar...@wwwdotorg.org wrote: > Anatolij, > > The latest changes in u-boot-video.git master branch break the "ut dm > video_ansi" unit test: > > => ut dm video_ansi > Test: dm_test_video_ansi: video.c >

Re: [U-Boot] [U-Boot,3/5] test/py: mmc: Add 'mmc rescan' test

2019-04-10 Thread Tom Rini
On Wed, Mar 13, 2019 at 05:49:27PM +0100, Marek Vasut wrote: > Add test for 'mmc rescan' subcommand. This tests whether the > system can switch to a specific card and then rescan the card. > > Signed-off-by: Marek Vasut > Cc: Tom Rini > Cc: Simon Glass > Reviewed-by: Simon Glass Applied to

Re: [U-Boot] [U-Boot, 5/5] test/py: mmc: Add 'mmc read' performance check

2019-04-10 Thread Tom Rini
On Wed, Mar 13, 2019 at 05:49:29PM +0100, Marek Vasut wrote: > Add option to the mmc rd test to check the duration of the > execution of the mmc read command. This allows intercepting > read performance regressions. > > Signed-off-by: Marek Vasut > Cc: Tom Rini > Cc: Simon Glass >

Re: [U-Boot] [U-Boot,4/5] test/py: mmc: Add 'mmc info' test

2019-04-10 Thread Tom Rini
On Wed, Mar 13, 2019 at 05:49:28PM +0100, Marek Vasut wrote: > Add test for 'mmc info' subcommand. This tests whether the card > information is obtained correctly and verifies the device, bus > speed, bus mode and bus width. > > Signed-off-by: Marek Vasut > Cc: Tom Rini > Cc: Simon Glass >

Re: [U-Boot] [U-Boot, 1/5] test/py: mmc: Factor out device selection

2019-04-10 Thread Tom Rini
On Wed, Mar 13, 2019 at 05:49:25PM +0100, Marek Vasut wrote: > Factor out the 'mmc dev' call so it can be recycled by other tests. > > Signed-off-by: Marek Vasut > Cc: Tom Rini > Cc: Simon Glass > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc

Re: [U-Boot] [U-Boot,2/5] test/py: mmc: Add 'mmc dev' test

2019-04-10 Thread Tom Rini
On Wed, Mar 13, 2019 at 05:49:26PM +0100, Marek Vasut wrote: > Add separate test for 'mmc dev' subcommand. This tests whether > the system can switch to a specific card. > > Signed-off-by: Marek Vasut > Cc: Tom Rini > Cc: Simon Glass > Reviewed-by: Simon Glass Applied to u-boot/master,

Re: [U-Boot] [U-Boot, v2] fs: fat: fix reading non-cluster-aligned root directory

2019-04-10 Thread Tom Rini
On Wed, Feb 27, 2019 at 12:55:57PM +0200, Anssi Hannula wrote: > A FAT12/FAT16 root directory location is specified by a sector offset and > it might not start at a cluster boundary. It also resides before the > data area (before cluster 2). > > However, the current code assumes that the root

Re: [U-Boot] [U-Boot, RESEND, v5, 7/7] test: fs: Added tests for symlinks

2019-04-10 Thread Tom Rini
On Wed, Feb 13, 2019 at 12:15:27PM +0100, Jean-Jacques Hiblot wrote: > Test cases are: > 1) basic link creation, verify it can be followed > 2) chained links, verify it can be followed > 3) replace exiting file a with a link, and a link with a link. verify it >can be followed > 4) create a

Re: [U-Boot] [U-Boot, RESEND, v5, 6/7] fs: Add a new command to create symbolic links

2019-04-10 Thread Tom Rini
On Wed, Feb 13, 2019 at 12:15:26PM +0100, Jean-Jacques Hiblot wrote: > The command line is: > ln target linkname > > Currently symbolic links are supported only in ext4 and only if the option > CMD_EXT4_WRITE is enabled. > > Signed-off-by: Jean-Jacques Hiblot > Reviewed-by: Tom Rini

Re: [U-Boot] [U-Boot, RESEND, v5, 5/7] fs: ext4: Add support for the creation of symbolic links

2019-04-10 Thread Tom Rini
On Wed, Feb 13, 2019 at 12:15:25PM +0100, Jean-Jacques Hiblot wrote: > Re-use the functions used to write/create a file, to support creation of a > symbolic link. > The difference with a regular file are small: > - The inode mode is flagged with S_IFLNK instead of S_IFREG > - The ext2_dirent's

Re: [U-Boot] [U-Boot, U-BOOT] fs: ext4: Problem with ext4load and sparse files

2019-04-10 Thread Tom Rini
On Tue, Feb 26, 2019 at 03:45:22PM +, Gero Schumacher wrote: > Hi, > > when I try to load a sparse file via ext4load, I am getting the error message > 'invalid extent' > > After a deeper look in the code, it seems to be an issue in the function > ext4fs_get_extent_block in

Re: [U-Boot] [U-Boot, RESEND, v5, 4/7] fs: ext4: constify the buffer passed to write functions

2019-04-10 Thread Tom Rini
On Wed, Feb 13, 2019 at 12:15:24PM +0100, Jean-Jacques Hiblot wrote: > There is no need to modify the buffer passed to ext4fs_write_file(). > The memset() call is not required here and was likely copied from the > equivalent part of the ext4fs_read_file() function where we do need it. > >

Re: [U-Boot] [U-Boot, RESEND, v5, 3/7] test: fs: Add filesystem integrity checks

2019-04-10 Thread Tom Rini
On Wed, Feb 13, 2019 at 12:15:23PM +0100, Jean-Jacques Hiblot wrote: > We need to make sure that file writes,file creation, etc. are properly > performed and do not corrupt the filesystem. > To help with this, introduce the assert_fs_integrity() function that > executes the appropriate fsck tool.

Re: [U-Boot] [U-Boot, RESEND, v5, 2/7] test: fs: disable the metadata checksums on ext4 filesystems

2019-04-10 Thread Tom Rini
On Wed, Feb 13, 2019 at 12:15:22PM +0100, Jean-Jacques Hiblot wrote: > If the metadata checksums are enabled, all write operations will fail. > > Signed-off-by: Jean-Jacques Hiblot > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, RESEND, v5, 1/7] fs: ext4: do not allow writes if metadata checksum is active

2019-04-10 Thread Jean-Jacques Hiblot
On 09/04/2019 21:34, Tom Rini wrote: On Wed, Feb 13, 2019 at 12:15:21PM +0100, Jean-Jacques Hiblot wrote: u-boot does not supports updating the metadata chacksums Signed-off-by: Jean-Jacques Hiblot Reviewed-by: Tom Rini Deferred as I picked up commit

Re: [U-Boot] [U-Boot, RESEND, v5, 3/7] test: fs: Add filesystem integrity checks

2019-04-09 Thread Takahiro Akashi
On Wed, Apr 10, 2019 at 11:51:20AM +0900, Takahiro Akashi wrote: > On Tue, Apr 09, 2019 at 10:25:14PM -0400, Tom Rini wrote: > > On Wed, Apr 10, 2019 at 10:37:42AM +0900, Takahiro Akashi wrote: > > > On Tue, Apr 09, 2019 at 08:19:40PM -0400, Tom Rini wrote: > > > > On Wed, Apr 10, 2019 at

Re: [U-Boot] [U-Boot, RESEND, v5, 3/7] test: fs: Add filesystem integrity checks

2019-04-09 Thread Takahiro Akashi
On Tue, Apr 09, 2019 at 10:25:14PM -0400, Tom Rini wrote: > On Wed, Apr 10, 2019 at 10:37:42AM +0900, Takahiro Akashi wrote: > > On Tue, Apr 09, 2019 at 08:19:40PM -0400, Tom Rini wrote: > > > On Wed, Apr 10, 2019 at 02:10:12AM +0200, Heinrich Schuchardt wrote: > > > > On 4/9/19 10:03 PM, Tom Rini

Re: [U-Boot] [U-Boot, RESEND, v5, 3/7] test: fs: Add filesystem integrity checks

2019-04-09 Thread Tom Rini
On Wed, Apr 10, 2019 at 10:37:42AM +0900, Takahiro Akashi wrote: > On Tue, Apr 09, 2019 at 08:19:40PM -0400, Tom Rini wrote: > > On Wed, Apr 10, 2019 at 02:10:12AM +0200, Heinrich Schuchardt wrote: > > > On 4/9/19 10:03 PM, Tom Rini wrote: > > > > On Wed, Feb 13, 2019 at 12:15:23PM +0100,

Re: [U-Boot] [U-Boot, RESEND, v5, 3/7] test: fs: Add filesystem integrity checks

2019-04-09 Thread Takahiro Akashi
On Tue, Apr 09, 2019 at 08:19:40PM -0400, Tom Rini wrote: > On Wed, Apr 10, 2019 at 02:10:12AM +0200, Heinrich Schuchardt wrote: > > On 4/9/19 10:03 PM, Tom Rini wrote: > > > On Wed, Feb 13, 2019 at 12:15:23PM +0100, Jean-Jacques Hiblot wrote: > > > > > >> We need to make sure that file

Re: [U-Boot] [U-Boot, RESEND, v5, 3/7] test: fs: Add filesystem integrity checks

2019-04-09 Thread Tom Rini
On Wed, Apr 10, 2019 at 02:10:12AM +0200, Heinrich Schuchardt wrote: > On 4/9/19 10:03 PM, Tom Rini wrote: > > On Wed, Feb 13, 2019 at 12:15:23PM +0100, Jean-Jacques Hiblot wrote: > > > >> We need to make sure that file writes,file creation, etc. are properly > >> performed and do not corrupt the

Re: [U-Boot] [U-Boot, RESEND, v5, 3/7] test: fs: Add filesystem integrity checks

2019-04-09 Thread Heinrich Schuchardt
On 4/9/19 10:03 PM, Tom Rini wrote: > On Wed, Feb 13, 2019 at 12:15:23PM +0100, Jean-Jacques Hiblot wrote: > >> We need to make sure that file writes,file creation, etc. are properly >> performed and do not corrupt the filesystem. >> To help with this, introduce the assert_fs_integrity() function

[U-Boot] u-boot-video failure in ut dm video_ansi

2019-04-09 Thread Stephen Warren
Anatolij, The latest changes in u-boot-video.git master branch break the "ut dm video_ansi" unit test: => ut dm video_ansi Test: dm_test_video_ansi: video.c /var/lib/jenkins/workspace/u-boot-denx_uboot_video-master-build/src/u-boot/test/dm/video.c:186, dm_test_video_ansi(): 272 ==

Re: [U-Boot] [U-Boot, v1] fdt: Fix mkimage list to try every header type

2019-04-09 Thread Vagrant Cascadian
On 2019-04-09, Jordan Hand wrote: > Signed-off-by: Jordan Hand > --- > Image type is not supplied to `mkimage -l`. For this reason, we cannot > use imagetool_verify_print_header_by_type. Instead, this patch uses > imagetool_verify_print_header to look through all header types to find > one where

Re: [U-Boot] [U-Boot, RESEND, v5, 3/7] test: fs: Add filesystem integrity checks

2019-04-09 Thread Tom Rini
On Wed, Feb 13, 2019 at 12:15:23PM +0100, Jean-Jacques Hiblot wrote: > We need to make sure that file writes,file creation, etc. are properly > performed and do not corrupt the filesystem. > To help with this, introduce the assert_fs_integrity() function that > executes the appropriate fsck tool.

Re: [U-Boot] [U-Boot, RESEND, v5, 1/7] fs: ext4: do not allow writes if metadata checksum is active

2019-04-09 Thread Tom Rini
On Wed, Feb 13, 2019 at 12:15:21PM +0100, Jean-Jacques Hiblot wrote: > u-boot does not supports updating the metadata chacksums > > Signed-off-by: Jean-Jacques Hiblot > Reviewed-by: Tom Rini Deferred as I picked up commit 2e7365518acdb8fb6e9be332c8a6c57b457188d9 Author: Sébastien Szymanski

Re: [U-Boot] [U-Boot, v3] net: phy: implement fallback mechanism for negative phy adresses

2019-04-08 Thread Tom Rini
On Fri, Mar 29, 2019 at 09:54:05AM +0100, Hannes Schmelzer wrote: > Negative phy-addresses can occour if the caller function was not able to > determine a valid phy address (from device-tree for example). In this > case we catch this here and search for ANY phy device on the given mdio- > bus. >

Re: [U-Boot] [U-Boot,v2] travis-ci: fix at91 missing boards

2019-04-02 Thread Tom Rini
On Mon, Apr 01, 2019 at 11:04:03AM +, eugen.hris...@microchip.com wrote: > From: Eugen Hristev > > Fix missing at91 boards and split the at91 in two categories: > at91 arm v7 > at91 arm926esj > which are the two main cores for the at91 architecture. > > Signed-off-by: Eugen Hristev

[U-Boot] [U-Boot, 2/3] imx8mq_evk: README: Fix a typo in the destination path

2019-04-02 Thread sbabic
> The DDR firmware binaries should be copied to '$(srctree)', so fix > a typo. > Signed-off-by: Fabio Estevam Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH,

[U-Boot] [U-Boot, 3/3] imx8mq_evk: README: Make the underline marker fill the whole sentence

2019-04-02 Thread sbabic
> Let the underline marker "=" fill the whole sentence for better > readability. > Signed-off-by: Fabio Estevam Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH,

[U-Boot] [U-Boot, 1/3] imx8mq_evk: README: Need to copy bl31.bin to U-Boot source tree

2019-04-02 Thread sbabic
> After building ATF it is needed to copy the generated bl31.bin file to > the U-Boot source tree. > Make this step explicit in the instructions. > Signed-off-by: Fabio Estevam Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

[U-Boot] [U-Boot, v2, 07/22] configs: move CONFIG_MXC_OCOTP to Kconfig

2019-04-01 Thread sbabic
> From: Marcel Ziswiler > While commit 3e020f03e94f ("driver: misc: add MXC_OCOTP Kconfig entry") > introduced a Kconfig entry it did not actually migrate all > configurations to using it. > As CONFIG_MXC_OCOTP was in mx{6/7}_common.h enable it by default on > those architectures. Additionally,

[U-Boot] [U-Boot, 06/10] board: tbs2910: Convert i2c and rtc to driver model

2019-04-01 Thread sbabic
> So we don't need to duplicate settings from the device tree in the board file. > Signed-off-by: Soeren Moch Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH,

[U-Boot] [U-Boot, v2, 17/22] colibri_vf: disable undefined instruction events in user debug

2019-04-01 Thread sbabic
> From: Stefan Agner > It turns out that OpenSSL calls undefined instructions to detect > ARM capabilities at runtime (via SIGILL handler). This leads to > stack traces e.g. when logging in using SSH: > [ 877.464442] sshd (613): undefined instruction: pc=76ee2da8 > ... > Disable undefined

[U-Boot] [U-Boot, 04/17] imx6: dts: add 'u-boot, dm-pre-reloc' to soc and ipu nodes

2019-04-01 Thread sbabic
> u-boot,dm-pre-reloc is required for reserving video memory > when binding DM_VIDEO driver. > Signed-off-by: Anatolij Gustschin Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software

[U-Boot] [U-Boot,v2,03/22] imx: bootaux: add dependency on vf610

2019-04-01 Thread sbabic
> From: Marcel Ziswiler > Allow using bootaux also on VF610 aka Vybrid. > Signed-off-by: Marcel Ziswiler > Reviewed-by: Igor Opaniuk > Reviewed-by: Lukasz Majewski Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic --

[U-Boot] [U-Boot, v2, 16/22] colibri_vf: enable user debug by default

2019-04-01 Thread sbabic
> From: Stefan Agner > Let the kernel print some debug messages when a user program > crashes due to an exception. > Signed-off-by: Stefan Agner > Acked-by: Marcel Ziswiler > Reviewed-by: Igor Opaniuk Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic --

[U-Boot] [U-Boot, v2, 18/22] config: colibri_vf: enable mtd partitions via dt

2019-04-01 Thread sbabic
> From: Stefan Agner > Use device tree to set MTD partitions of the NAND chip. > Signed-off-by: Stefan Agner > Acked-by: Marcel Ziswiler > Reviewed-by: Igor Opaniuk Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic --

[U-Boot] [U-Boot, 09/10] board: tbs2910: Convert sata to ahci driver model

2019-04-01 Thread sbabic
> While at it, also configure 64-bit LBA support. > Signed-off-by: Soeren Moch Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB

[U-Boot] [U-Boot,15/17] imx6: wandboard: convert to DM_PMIC

2019-04-01 Thread sbabic
> Enable DM_PMIC_PFUZE100 driver and add PMIC description to DTS. > Rework power_init_board() code. > Signed-off-by: Anatolij Gustschin Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software

[U-Boot] [U-Boot,05/17] apalis_imx6: convert to DM_VIDEO

2019-04-01 Thread sbabic
> Enable DM_VIDEO in defconfig. > Signed-off-by: Anatolij Gustschin Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235

[U-Boot] [U-Boot, 10/10] board: tbs2910: Convert mmc to driver model

2019-04-01 Thread sbabic
> So we don't need to duplicate settings from the device tree in the board file. > Signed-off-by: Soeren Moch Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH,

[U-Boot] [U-Boot,01/17] video: ipuv3: add DM_VIDEO support

2019-04-01 Thread sbabic
> Extend the driver to build with DM_VIDEO enabled. DTS files > must additionally include 'u-boot,dm-pre-reloc' property in > soc and ipu nodes to enable driver binding to ipu device. > Signed-off-by: Anatolij Gustschin Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic --

[U-Boot] [U-Boot,02/17] video: move ipuv3 files to subdirectory

2019-04-01 Thread sbabic
> Place ipuv3 files and headers in custom driver subdirectory. > Signed-off-by: Anatolij Gustschin Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing

[U-Boot] [U-Boot,03/10] board: tbs2910: Add device tree

2019-04-01 Thread sbabic
> ... as preparation for additional driver model coonversions. > We use CONFIG_OF_EMBED here to keep u-boot.imx as final binary name. So we > maintain compatibility with the original TBS u-boot and available HOWTOs > for u-boot updates. > Signed-off-by: Soeren Moch Applied to u-boot-imx, -next,

[U-Boot] [U-Boot,v2,14/22] colibri_vf: set fdtfile for distroboot

2019-04-01 Thread sbabic
> From: Stefan Agner > Set fdtfile to represent the current board. This allows distribution > to load the correct device tree, which in the module case often > deviates from the common fallback ${soc}-${board}${boardver}.dtb... > Signed-off-by: Stefan Agner > Acked-by: Max Krummenacher >

[U-Boot] [U-Boot, v2, 09/22] configs: colibri_vf: disable obscure options

2019-04-01 Thread sbabic
> From: Marcel Ziswiler > Disable more obscure options to save another 26 KB in preparation of > the upcoming driver model migration. > Signed-off-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic --

[U-Boot] [U-Boot,v2,02/22] vf610: ddrmc: add missing include

2019-04-01 Thread sbabic
> From: Marcel Ziswiler > The DDR memory controller include file for the Vybrid uses > iomux_v3_cfg_t without actually including iomux-vf610.h. > Signed-off-by: Marcel Ziswiler > Reviewed-by: Igor Opaniuk > Reviewed-by: Lukasz Majewski Applied to u-boot-imx, -next, thanks ! Best regards,

[U-Boot] [U-Boot, v2, 08/22] ARM: dts: colibri_vf: update device trees

2019-04-01 Thread sbabic
> From: Marcel Ziswiler > Update device tree in preparation of further driver model migration: > Ethernet FEC, ESDHC aka MMC/SD card, I2C, NFC aka NAND flash controller, > USBH_PEN GPIO regulator. > Add iomux resp. pinctrl entries to be removed from proprietary platform > data: DSPI, ESDHC, FEC,

[U-Boot] [U-Boot, v2, 10/22] colibri_vf: migrate pinctrl and regulators to dtb/dm

2019-04-01 Thread sbabic
> From: Marcel Ziswiler > Migrate pinctrl and regulators to device tree resp. driver model: DDR, > DSPI, ENET, ESDHC, I2C, NFC and UART. > Enable CMD_DM, PINCTRL and DM_REGULATOR. > While at it also update copyright period and sort include files. > Signed-off-by: Marcel Ziswiler > Reviewed-by:

[U-Boot] [U-Boot,16/17] imx6: wandboard: convert to DM_I2C

2019-04-01 Thread sbabic
> Allow building with DM_I2C enabled. > Signed-off-by: Anatolij Gustschin Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB

[U-Boot] [U-Boot,07/17] imx6: ge_bx50v3: convert to DM_VIDEO

2019-04-01 Thread sbabic
> Enable DM_VIDEO in defconfig. > Signed-off-by: Anatolij Gustschin Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235

[U-Boot] [U-Boot, v2, 12/22] config: colibri_vf: use macros from linux/sizes.h

2019-04-01 Thread sbabic
> From: Marcel Ziswiler > Use SZ_X{MK} macros from linux/sizes.h for include/configs/colibri_vf.h. > Signed-off-by: Marcel Ziswiler > Reviewed-by: Igor Opaniuk Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic --

[U-Boot] [U-Boot,14/17] imx6: wandboard: convert to DM_VIDEO

2019-04-01 Thread sbabic
> Enable DM_VIDEO in defconfig. > Signed-off-by: Anatolij Gustschin Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235

[U-Boot] [U-Boot,09/17] mx6sabresd: convert to DM_VIDEO

2019-04-01 Thread sbabic
> Enable DM_VIDEO in defconfig. > Signed-off-by: Anatolij Gustschin Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235

[U-Boot] [U-Boot,10/17] mx6sabreauto: convert to DM_VIDEO

2019-04-01 Thread sbabic
> Enable DM_VIDEO in defconfig. > Signed-off-by: Anatolij Gustschin Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235

[U-Boot] [U-Boot, v2, 06/22] configs: colibri_vf: limit size of malloc() pool before relocation

2019-04-01 Thread sbabic
> From: Marcel Ziswiler > Limit the size of the malloc() pool before relocation > (SYS_MALLOC_F_LEN). > Signed-off-by: Marcel Ziswiler > Reviewed-by: Igor Opaniuk > Reviewed-by: Lukasz Majewski Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic --

[U-Boot] [U-Boot, v2, 05/22] configs: colibri_vf: remove obsolete mmc/sd card environment

2019-04-01 Thread sbabic
> From: Marcel Ziswiler > Remove obsolete MMC/SD card environment configuration dating back to > un-fused samples times. > While at it also remove meanwhile spurious "USB Storage" comment. > Signed-off-by: Marcel Ziswiler > Reviewed-by: Igor Opaniuk > Reviewed-by: Lukasz Majewski Applied to

[U-Boot] [U-Boot, 02/10] board: tbs2910: Remove efi loader support in defconfig to reduce u-boot size

2019-04-01 Thread sbabic
> Signed-off-by: Soeren Moch 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, v2, 15/22] colibri_vf: sync the board info message

2019-04-01 Thread sbabic
> From: Bhuvanchandra DV > Use similar info message as on other modules. > Signed-off-by: Bhuvanchandra DV > Acked-by: Marcel Ziswiler > Reviewed-by: Igor Opaniuk Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic --

[U-Boot] [U-Boot,v2,13/22] colibri_vf: add distroboot support

2019-04-01 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_mmc0 > run bootcmd_usb > run

[U-Boot] [U-Boot, 07/10] ata: dwc_ahsata: Fix sector reports for large disks

2019-04-01 Thread sbabic
> Do not report negative sector numbers for disks > 1TB, do not limit > sector numbers to 32 bit if CONFIG_SYS_64BIT_LBA is enabled. > Signed-off-by: Soeren Moch Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic --

[U-Boot] [U-Boot, v2, 11/22] colibri_vf: migrate fec, esdhc, nfc and usb to driver model

2019-04-01 Thread sbabic
> From: Marcel Ziswiler > Migrate FEC, ESDHC, NFC and USB to driver model. > While at it also do no longer enable optional I2C clock in board file as > the generic clock code now handles this. Note for space reason and as > it is not required just for booting we do not enable I2C in U-Boot by >

[U-Boot] [U-Boot, v2, 21/22] colibri_vf: use leveling evaluated by DDR validation tools

2019-04-01 Thread sbabic
> From: Stefan Agner > The DDR validation tool (which is part of Processor Expert) allows > to evaluate leveling parameters for CR105/CR106/CR110. Several > runs have been made with Colibri VF50 and VF61 and it seems to > evaluate very similar values. Use this values by default. > Note: The newly

[U-Boot] [U-Boot, v2, 04/22] configs: move CONFIG_USB_EHCI_VF to Kconfig

2019-04-01 Thread sbabic
> From: Marcel Ziswiler > Move CONFIG_USB_EHCI_VF to drivers/usb/host/Kconfig and update the one > and only user thereof being colibri_vf. > Signed-off-by: Marcel Ziswiler > Reviewed-by: Igor Opaniuk > Reviewed-by: Lukasz Majewski Applied to u-boot-imx, -next, thanks ! Best regards, Stefano

[U-Boot] [U-Boot, v2, 20/22] colibri_vf: adjust timing according to data sheet

2019-04-01 Thread sbabic
> From: Stefan Agner > Using the DDR Validation tool in Processor Expert uncovered two > timing inconsistencies. Since those timings are related to the > suspend mode they do not affect or change regular memory behaviour. > Signed-off-by: Stefan Agner > Acked-by: Marcel Ziswiler > Reviewed-by:

[U-Boot] [U-Boot,06/17] imx6: icore: convert to DM_VIDEO

2019-04-01 Thread sbabic
> Enable DM_VIDEO in defconfigs. > Signed-off-by: Anatolij Gustschin Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235

[U-Boot] [U-Boot, 12/17] imx6: wandboard: convert to DM_GPIO and enable pinctrl driver

2019-04-01 Thread sbabic
> Enable DM_GPIO and pinctrl in defconfig and add gpio_request() > calls where required. > Signed-off-by: Anatolij Gustschin Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering

[U-Boot] [U-Boot, v2, 22/22] colibri_vf: fix sdboot for vybrid modules

2019-04-01 Thread sbabic
> From: Gerard Salvatella > Currently, Vybrid's sdboot variable tries to load the kernel from /boot > of the root partition (typically second partition when using the sdcard > image). However, since we moved to flash the kernel in a separate UBI > volume, we no longer deploy the kernel/device

[U-Boot] [U-Boot, 03/17] imx: move CONFIG_VIDEO_IPUV3 to defconfigs

2019-04-01 Thread sbabic
> Signed-off-by: Anatolij Gustschin 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,

[U-Boot] [U-Boot,08/17] colibri_imx6: convert to DM_VIDEO

2019-04-01 Thread sbabic
> Enable DM_VIDEO in defconfig. > Signed-off-by: Anatolij Gustschin Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235

[U-Boot] [U-Boot, 05/10] board: tbs2910: Convert usb to driver model

2019-04-01 Thread sbabic
> So we don't need to duplicate settings from the device tree in the board file. > Signed-off-by: Soeren Moch Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH,

[U-Boot] [U-Boot, 08/10] ata: dwc_ahsata: Add ahci driver model support

2019-04-01 Thread sbabic
> Disable this support for cm_fx6 to avoid breakage. > Signed-off-by: Soeren Moch Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk

[U-Boot] [U-Boot,11/17] imx6: wandboard: add device tree

2019-04-01 Thread sbabic
> Add device trees from Linux in preparation for driver model > conversions. > Signed-off-by: Anatolij Gustschin Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH,

[U-Boot] [U-Boot, 04/10] board: tbs2910: Add pinctrl driver and convert gpio to driver model

2019-04-01 Thread sbabic
> We need this for additional driver model conversions. > Signed-off-by: Soeren Moch Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang

[U-Boot] [U-Boot,17/17] imx6: wandboard: convert to DM_MMC

2019-04-01 Thread sbabic
> Move SDHC init to SPL code since it is not required with > DM_MMC. Enable DM_MMC support. > Signed-off-by: Anatolij Gustschin Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering

[U-Boot] [U-Boot, v2, 19/22] arm: vf610: add uart2 clock/pinmux support

2019-04-01 Thread sbabic
> From: Stefan Agner > Add support for Vybrid's UART2 (Colibri UART_B). > Signed-off-by: Stefan Agner > Acked-by: Marcel Ziswiler Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software

[U-Boot] [U-Boot,13/17] imx6: wandboard: convert to DM_USB

2019-04-01 Thread sbabic
> Drop CONFIG_USB_MAX_CONTROLLER_COUNT and enable DM_USB > in defconfig. > Signed-off-by: Anatolij Gustschin Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH,

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

2019-03-29 Thread Daniel Schwierzeck
Am 16.03.19 um 02:24 schrieb rosys...@rosinson.com: > 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

Re: [U-Boot] [U-Boot,1/1] doc/git-mailrc: correct entry 'agraf'

2019-03-29 Thread Tom Rini
On Thu, Mar 28, 2019 at 10:51:35PM +0100, Heinrich Schuchardt wrote: > Correct Alex's email address. > > Signed-off-by: Heinrich Schuchardt > Reviewed-by: Alexander Graf Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, v2] mmc: correct the HS400 initialization process

2019-03-29 Thread Tom Rini
On Tue, Mar 26, 2019 at 06:24:17AM +, BOUGH CHEN wrote: > After the commit b9a2a0e2e9c0 ("mmc: Add support for downgrading > HS200/HS400 to HS mode"), it add a parameter in mmc_set_card_speed() > which indicates that the HS200/HS400 to HS downgrade is happening. > > During the HS400

Re: [U-Boot] [U-Boot,V4,1/2] mmc: add HS400 support

2019-03-29 Thread Trent Piepho
On Thu, 2019-03-28 at 03:42 +0100, Marek Vasut wrote: > On 3/27/19 9:43 PM, Trent Piepho wrote: > > I didn't see HS400 working on my IMX7d, even thought it appears it > > should be supported. > > > > Alternatively, there is a property that can be added to the device > > tree, mmc-hs400-1_8v, that

Re: [U-Boot] [U-Boot,V4,1/2] mmc: add HS400 support

2019-03-28 Thread Peng Fan
> -Original Message- > From: Trent Piepho [mailto:tpie...@impinj.com] > Sent: 2019年3月28日 4:43 > To: Peng Fan ; jh80.ch...@samsung.com; > sba...@denx.de > Cc: ma...@denx.de; kis...@ti.com; dl-linux-imx ; > u-boot@lists.denx.de > Subject: Re: [U-Boot,V4,1/2] mmc: add HS400 support > > I

[U-Boot] 'U-Boot parlella board support'

2019-03-27 Thread Terrance Chiang
Greetings Martin, I'm not sure if I'm related to it. But looking at the geo location. I have a discovered a new Russia GMT settings in my router as default this morning, which is different from my location. I'm not sure when this was applied. Have not been applying or changing scripts for a few

Re: [U-Boot] [U-Boot,V4,1/2] mmc: add HS400 support

2019-03-27 Thread Marek Vasut
On 3/27/19 9:43 PM, Trent Piepho wrote: > I didn't see HS400 working on my IMX7d, even thought it appears it > should be supported. > > The problem appears to be when this bit of code in fsl_esdhc.c, which > dates to a patch "mmc: fsl_esdhc: support SDR104 and HS200": > > static struct

Re: [U-Boot] [U-Boot,V4,1/2] mmc: add HS400 support

2019-03-27 Thread Trent Piepho
I didn't see HS400 working on my IMX7d, even thought it appears it should be supported. The problem appears to be when this bit of code in fsl_esdhc.c, which dates to a patch "mmc: fsl_esdhc: support SDR104 and HS200": static struct esdhc_soc_data usdhc_imx7d_data = { .flags =

Re: [U-Boot] [U-Boot,7/7] Convert CONFIG_ENV_SPI_* to Kconfig

2019-03-26 Thread Tom Rini
On Wed, Feb 27, 2019 at 03:20:38PM +0100, Patrick Delaunay wrote: > This converts the following to Kconfig: > CONFIG_ENV_SPI_BUS > CONFIG_ENV_SPI_CS > CONFIG_ENV_SPI_MAX_HZ > CONFIG_ENV_SPI_MODE > > Most of time these value are not needed, CONFIG_SF_DEFAULT > with same value is used, so

Re: [U-Boot] [U-Boot,5/7] Convert CONFIG_SF_DEFAULT_* to Kconfig

2019-03-26 Thread Tom Rini
On Wed, Feb 27, 2019 at 03:20:36PM +0100, Patrick Delaunay wrote: > This converts the following to Kconfig: > CONFIG_SF_DEFAULT_BUS > CONFIG_SF_DEFAULT_CS > CONFIG_SF_DEFAULT_MODE > CONFIG_SF_DEFAULT_SPEED > > I use moveconfig script and then manual check on generated u-boot.cfg > to

Re: [U-Boot] [U-Boot, 4/7] tqma6s_wru4_mmc: manage board_spi_cs_gpio correctly

2019-03-26 Thread Tom Rini
On Wed, Feb 27, 2019 at 03:20:35PM +0100, Patrick Delaunay wrote: > Define the function board_spi_cs_gpio only when needed, > only called in drivers/spi/mxc_spi.c. > That avoid compilation issue for tqma6s_wru4_mmc_defconfig > when CONFIG_SF_DEFAULT_BUS and CONFIG_SF_DEFAULT_CS are not > defined

Re: [U-Boot] [U-Boot,6/7] Convert CONFIG_DEFAULT_SPI_* to Kconfig

2019-03-26 Thread Tom Rini
On Wed, Feb 27, 2019 at 03:20:37PM +0100, Patrick Delaunay wrote: > This converts the following to Kconfig: >CONFIG_DEFAULT_SPI_BUS >CONFIG_DEFAULT_SPI_MODE > > Signed-off-by: Patrick Delaunay Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, 3/7] exynos: replace CONFIG_ENV_SPI_BASE by CONFIG_SYS_SPI_BASE

2019-03-26 Thread Tom Rini
On Wed, Feb 27, 2019 at 03:20:34PM +0100, Patrick Delaunay wrote: > Replace CONFIG_ENV_SPI_BASE by the better CONFIG_SYS_SPI_BASE > (it is not the location for environment but the location for U-Boot) > and, as it is the only platform with use this define, remove > it from whitelist. > >

Re: [U-Boot] [U-Boot, 1/7] bcm7445: move some configuration in defconfig file

2019-03-26 Thread Tom Rini
On Wed, Feb 27, 2019 at 03:20:32PM +0100, Patrick Delaunay wrote: > Move some configurations in defconfig file > - CONFIG_DM_SPI (removed by syncing defconfigs ) > - CONFIG_CMD_SF > - CONFIG_CMD_SPI > - CONFIG_CMD_SF_TEST > > This allow correct dependency handling in Kconfig. > > Signed-off-by:

Re: [U-Boot] [U-Boot, 2/7] controlcenterdc: move some configuration in defconfig file

2019-03-26 Thread Tom Rini
On Wed, Feb 27, 2019 at 03:20:33PM +0100, Patrick Delaunay wrote: > Move some configurations in defconfig file > - CONFIG_CMD_I2C > - CONFIG_CMD_SPI > > This allow correct dependency handling in Kconfig. > > Signed-off-by: Patrick Delaunay Applied to u-boot/master, thanks! -- Tom

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

2019-03-25 Thread Stefano Babic
On 24/03/19 22:42, Marcel Ziswiler wrote: > Hi Stefano > > On Wed, 2019-03-13 at 09:38 +, sba...@denx.de wrote: >>> 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 >>>

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

2019-03-24 Thread Marcel Ziswiler
Hi Stefano On Wed, 2019-03-13 at 09:38 +, sba...@denx.de wrote: > > 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

Re: [U-Boot] [U-Boot,2/4] powerpc: fix arch/powerpc/dts/Makefile

2019-03-22 Thread Tom Rini
On Thu, Mar 14, 2019 at 02:58:34PM +0900, Masahiro Yamada wrote: > Since commit 27cb7300ffda ("Ensure device tree DTS is compiled"), > build succeeds irrespective of the correctness of Makefile. > > I am going to revert that commit, so wrong code must be fixed. > > CONFIG_MCR3000 is not defined

Re: [U-Boot] [U-Boot,1/4] ARM: fix arch/arm/dts/Makefile

2019-03-22 Thread Tom Rini
On Thu, Mar 14, 2019 at 02:58:33PM +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. > > As

Re: [U-Boot] [U-Boot, 1/1] fs: ext4: do not write on filesystem with metadata_csum feature

2019-03-22 Thread Tom Rini
On Fri, Mar 22, 2019 at 09:33:52AM +0100, Sébastien Szymanski wrote: > U-Boot doesn't support metadata_csum feature. Writing to filesystem with > metadata_csum feature makes the filesystem corrupted and unbootable by > Linux: > > [2.527495] EXT4-fs (mmcblk0p2): ext4_check_descriptors:

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