Re: [U-Boot] [PATCH v4 9/9] rockchip: board: puma_rk3399: enable BMP_16BPP, BMP_24BPP and BMP_32BPP

2017-06-02 Thread Anatolij Gustschin
On Wed, 31 May 2017 17:59:36 +0200 Philipp Tomsich philipp.toms...@theobroma-systems.com wrote: ... > diff --git a/include/configs/puma_rk3399.h b/include/configs/puma_rk3399.h > index ece8bba..af1dae8 100644 > --- a/include/configs/puma_rk3399.h > +++ b/include/configs/puma_rk3399.h > @@ -26,4

Re: [U-Boot] [PATCH v4 8/9] rockchip: dts: rk3399: enable HDMI output in the DTS

2017-06-02 Thread Anatolij Gustschin
On Wed, 31 May 2017 17:59:35 +0200 Philipp Tomsich philipp.toms...@theobroma-systems.com wrote: > This commit enables HDMI output in the DTS by adding the necessary > nodes to vopl/vopb and by adding the HDMI node. > > Signed-off-by: Philipp Tomsich > ---

Re: [U-Boot] [PATCH v2] sun50i: h5: Add initial Orangepi Prime support

2017-06-02 Thread Maxime Ripard
On Thu, Jun 01, 2017 at 03:25:32PM +, Jagan Teki wrote: > From: Jagan Teki > > Orangepi Prime is an open-source single-board computer > using the Allwinner h5 SOC. > > H5 Orangepi Prime has > - Quad-core Cortex-A53 > - 2GB DDR3 > - Debug TTL UART > - 1000M/100M

Re: [U-Boot] [PATCH] buildman: Translate more strings to latin-1

2017-06-02 Thread Tom Rini
On Fri, Jun 02, 2017 at 11:18:27AM +0200, Daniel Schwierzeck wrote: > > > Am 01.06.2017 um 15:21 schrieb Simon Glass: > > Hi Daniel, > > > > On 31 May 2017 at 07:40, Daniel Schwierzeck > > wrote: > >> This is a follow-up patch for commit > >>

Re: [U-Boot] [PATCH v4 7/9] rockchip: video: rk3399: add HDMI TX support on the RK3399

2017-06-02 Thread Anatolij Gustschin
On Wed, 31 May 2017 17:59:34 +0200 Philipp Tomsich philipp.toms...@theobroma-systems.com wrote: ... > Changes in v4: > - splits the large change into smaller changes > > Changes in v3: > - split into separate drivers for the SOC-specific portion of the driver > - rebase to sjg/next > > Changes

Re: [U-Boot] [PATCH v4 6/9] rockchip: video: split RK3228-specific part off from rk_hdmi

2017-06-02 Thread Anatolij Gustschin
On Wed, 31 May 2017 17:59:33 +0200 Philipp Tomsich philipp.toms...@theobroma-systems.com wrote: > Version-changes: 4 > - add this path (as part of breaking up the large HDMI change for the RK3399) > > --- > > Changes in v4: None > Changes in v3: None > Changes in v2: None > >

Re: [U-Boot] [PATCH v4 5/9] rockchip: video: add mpixelclock settings from Linux driver

2017-06-02 Thread Anatolij Gustschin
On Wed, 31 May 2017 17:59:32 +0200 Philipp Tomsich philipp.toms...@theobroma-systems.com wrote: ... > Changes in v4: > - new patch (split off from the earlier RK3399 HDMI encoder change) > > Changes in v3: None > Changes in v2: None > > drivers/video/rockchip/rk_hdmi.c | 9 + > 1 file

Re: [U-Boot] [PATCH v4 4/9] rockchip: video: rk3399: enable HDMI output (from the rk_vop) for the RK3399

2017-06-02 Thread Anatolij Gustschin
On Wed, 31 May 2017 17:59:31 +0200 Philipp Tomsich philipp.toms...@theobroma-systems.com wrote: ... > Changes in v4: > - split the massive "refactor, split and add RK3399 support"-change into > smaller chunks that are more easily digestible > > Changes in v3: > - splits the VOP driver into

Re: [U-Boot] [PATCH v4 3/9] rockchip: video: refactor rk_vop and split RK3328-specific code off

2017-06-02 Thread Anatolij Gustschin
On Wed, 31 May 2017 17:59:30 +0200 Philipp Tomsich philipp.toms...@theobroma-systems.com wrote: ... > Changes in v4: > - added to break down into smaller changes > > Changes in v3: None > Changes in v2: None > > arch/arm/include/asm/arch-rockchip/vop_rk3288.h | 1 + >

Re: [U-Boot] [PATCH v4 2/9] rockchip: video: Kconfig: set MAX_XRES and MAX_YRES via Kconfig

2017-06-02 Thread Anatolij Gustschin
On Wed, 31 May 2017 17:59:29 +0200 Philipp Tomsich philipp.toms...@theobroma-systems.com wrote: ... > Changes in v4: > - added to break down into smaller changes > > Changes in v3: None > Changes in v2: None > > drivers/video/rockchip/Kconfig | 18 ++ >

Re: [U-Boot] [PATCH v4 1/9] rockchip: video: Kconfig: reformat help for VIDEO_ROCKCHIP

2017-06-02 Thread Anatolij Gustschin
Hi Philipp, On Wed, 31 May 2017 17:59:28 +0200 Philipp Tomsich philipp.toms...@theobroma-systems.com wrote: > For consistency sake (and as we are about to add new options to this > file), reformat the help for VIDEO_ROCKCHIP. > > Signed-off-by: Philipp Tomsich

[U-Boot] [PATCH] davinci: omapl138_lcdk: fix tXSNR DDR2 timing value

2017-06-02 Thread Sekhar Nori
As per the datasheet[1] available for DDR2 part on board the OMAP-L138 LCDK, the tXSNR (exit self refresh to a non-read command) is 137.5 ns. This corresponds to a value of 20 to be written to T_XSNR register field of OMAP-L138's DDR configuration. The DDR2 is at 150 MHz. Fix this. The correct

[U-Boot] [PATCH 6/7] board: ti: enable support for writing to fat partition

2017-06-02 Thread Sekhar Nori
Enable support for writing to FAT partitions on TI's boards. Signed-off-by: Sekhar Nori --- board/ti/common/Kconfig | 1 + include/configs/am43xx_evm.h | 1 - include/configs/ti_armv7_common.h | 8 3 files changed, 1 insertion(+), 9 deletions(-) diff

[U-Boot] [PATCH 5/7] configs: am335x: siemens: migrate to enabling FAT FS using kconfig

2017-06-02 Thread Sekhar Nori
Now that there is Kconfig symbol available for enabling FAT filesystem support, migrate to using it for Siemens AM335x based boards. Signed-off-by: Sekhar Nori --- configs/draco_defconfig| 1 + configs/etamin_defconfig | 1 +

[U-Boot] [PATCH RESEND 1/7] fs: fat: add kbuild configuration support

2017-06-02 Thread Sekhar Nori
Add Kconfig symbols for various configurations supported by FAT filesystem support code. CONFIG_SUPPORT_VFAT has been left out since its force enabled in include/fat.h and probably should get removed at some point. Signed-off-by: Sekhar Nori --- Resend of

[U-Boot] [PATCH 2/7] configs: k2*_evm: let each board decide env location

2017-06-02 Thread Sekhar Nori
Not all TI Keystone2 EVMs want environment in NAND flash. K2G EVM which has an MMC/SD slot, keep environment in a FAT partition on SD card. Since ti_armv7_keystone2.h defines environment is in NAND, boards which do not follow that have to #undef'ine that configuration. This leads to ugly ordering

[U-Boot] [PATCH 7/7] configs: omapl138_lcdk: enable fat filesystem support

2017-06-02 Thread Sekhar Nori
Now that we have ability to enable FAT filesystem support through Kconfig symbols, do it for OMAP-L138 LCDK board. Signed-off-by: Sekhar Nori --- configs/omapl138_lcdk_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/omapl138_lcdk_defconfig

[U-Boot] [PATCH 3/7] configs: k2g_evm: make sure config fallbacks take effect

2017-06-02 Thread Sekhar Nori
Since config fallbacks contained in include/config_fallbacks.h come into k2g_evm.h file through ti_armv7_keystone2.h, it should be the last file included. Without this, #define of FAT_WRITE when environment is in FAT does not happen as the environment location is decided later in the file.

[U-Boot] [PATCH 0/7] fs: fat: convert to kconfig + switch some TI platforms

2017-06-02 Thread Sekhar Nori
Hi, Here is an attempt to convert FAT filesystem configuraition to kconfig. And switch of some TI platforms to use the newly introduced support. Tested on OMAP-L138 LCDK board. Build tested using: $ tools/buildman/buildman am33 am43 omap davinci keystone Sekhar Nori (7): fs: fat: add kbuild

[U-Boot] [PATCH 4/7] config_fallbacks: add additional fallbacks for fat filesystem

2017-06-02 Thread Sekhar Nori
Add fallbacks needed to keep all boards building while they are migrated to use Kconfig symbols instead of defines in _config.h files for FAT filesystem. These should eventually go away once Kconfig select or imply statements are put in place and duplicated defines in _config.h removed.

[U-Boot] [PATCH 2/2] board: ti: AM43XX: Add ddr voltage rail configuration

2017-06-02 Thread Keerthy
Add ddr voltage rail (dcdc3) configuration. Set the dcdc3 DDR supply to 1.35V. Signed-off-by: Keerthy --- board/ti/am43xx/board.c | 7 +++ include/power/tps65218.h | 1 + 2 files changed, 8 insertions(+) diff --git a/board/ti/am43xx/board.c b/board/ti/am43xx/board.c

[U-Boot] [PATCH 1/2] power: pmic: tps65218: Add DCDC3 configuration

2017-06-02 Thread Keerthy
Some boards like am437x-gp-evm require dcdc3 also to be configured as it feeds on to ddr. Hence add the capability as well. Signed-off-by: Keerthy --- drivers/power/pmic/pmic_tps65218.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[U-Boot] [PATCH 0/2] power: pmic: tps65218: Add DCDC3 configuration

2017-06-02 Thread Keerthy
Some boards like am437x-gp-evm require dcdc3 also to be configured as it feeds on to ddr. Hence add the capability as well. Keerthy (2): power: pmic: tps65218: Add DCDC3 configuration board: ti: AM43XX: Add ddr voltage rail configuration board/ti/am43xx/board.c| 7 +++

[U-Boot] [PATCH] rockchip: rk3288: grf: Fix shift for RK3288_TXCLK_DLY_ENA_GMAC_ENABLE

2017-06-02 Thread Romain Perier
RK3288_TXCLK_DLY_ENA_GMAC_ENABLE, in GRF_SOC_CON3, is supposed to be bit 0xe and not 0xf. Otherwise, it is RGMII RX clock delayline enable and introduces random delays and data lose. This commit fixes the issue by replacing RK3288_TXCLK_DLY_ENA_GMAC_ENABLE with the right shift. Signed-off-by:

Re: [U-Boot] [PATCH] buildman: Translate more strings to latin-1

2017-06-02 Thread Daniel Schwierzeck
Am 01.06.2017 um 15:21 schrieb Simon Glass: > Hi Daniel, > > On 31 May 2017 at 07:40, Daniel Schwierzeck > wrote: >> This is a follow-up patch for commit >> fbeb33752999e7317113199ef89873d6b6916814. >> >> This fixes following exception: >> >> Exception in thread

Re: [U-Boot] [PATCH v2 3/4] sunxi: video: Add support for CSC and TVE to DE2 driver

2017-06-02 Thread Anatolij Gustschin
On Fri, 19 May 2017 17:41:16 +0200 Jernej Skrabec jernej.skra...@siol.net wrote: > Extend DE2 driver with support for TVE driver, which will be added in > next commit. TVE unit expects data to be in YUV format, so CSC support > is also added here. > > Note that HDMI driver has higher priority,

Re: [U-Boot] [PATCH v2 2/4] sunxi: Add base address for TV encoder

2017-06-02 Thread Anatolij Gustschin
On Fri, 19 May 2017 17:41:15 +0200 Jernej Skrabec jernej.skra...@siol.net wrote: > This commit adds TVE base address for Allwinner H3 and H5 SoCs. > > Signed-off-by: Jernej Skrabec > --- > > arch/arm/include/asm/arch-sunxi/cpu_sun4i.h | 10 ++ > 1 file

Re: [U-Boot] [PATCH v2 1/4] sunxi: video: Rename tve.c to tve_common.c

2017-06-02 Thread Anatolij Gustschin
Hi Jernej, On Fri, 19 May 2017 17:41:14 +0200 Jernej Skrabec jernej.skra...@siol.net wrote: > In order to avoid future confusion with similary named files, rename > tve.c to tve_common.c. New name better represents the fact that this file > holds code which can be and will be shared between

Re: [U-Boot] [PATCH] video: ld9040: remove the unused defined

2017-06-02 Thread Anatolij Gustschin
On Tue, 30 May 2017 10:07:57 +0900 Jaehoon Chung jh80.ch...@samsung.com wrote: > Remove the unused defined. > When code is building, appearred the compiler warning. > > Signed-off-by: Jaehoon Chung > --- > drivers/video/ld9040.c | 16 > 1 file changed,

Re: [U-Boot] [PATCH] edid: Fix gcc 7.1 warning

2017-06-02 Thread Anatolij Gustschin
On Tue, 23 May 2017 23:05:30 +0200 Jernej Skrabec jernej.skra...@siol.net wrote: > This commit fixes the warning produced by gcc 7.1. > > Signed-off-by: Jernej Skrabec > --- > > common/edid.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) applied to

Re: [U-Boot] [PATCH 2/2] x86: fsp: Remove the call to set up internal uart in fsp_init()

2017-06-02 Thread Bin Meng
On Fri, Jun 2, 2017 at 10:56 AM, Simon Glass wrote: > On 1 June 2017 at 04:41, Bin Meng wrote: >> First of all, it's inappropriate to call setup_internal_uart() in a >> generic API fsp_init(), as CONFIG_INTERNAL_UART is an option that >> is only available

Re: [U-Boot] [PATCH 1/2] x86: baytrail: Fix boot hang with a debug build

2017-06-02 Thread Bin Meng
On Fri, Jun 2, 2017 at 10:55 AM, Simon Glass wrote: > On 1 June 2017 at 04:41, Bin Meng wrote: >> It was observed that when -DDEBUG is used to generate a debug build, >> U-Boot does not boot on MinnowMax board. A workaround is to disable >>

<    1   2