[U-Boot] [PATCH v1 4/6] video: fsl_dcu_fb: Update DCU layers for Vybrid

2017-02-05 Thread Sanchayan Maity
From: Stefan Agner Users control the graphical content of the panel by manipulating configuration of elements in DCU4 called layers. The number of layers is different for Vybrid and LS102XA SoC's. Update this to reflect for LS102XA accordingly and for use with Vybrid. Signed-off-by: Stefan Agner

[U-Boot] [PATCH v1 6/6] board: toradex: colibri_vf: Add DCU support for Colibri Vybrid

2017-02-05 Thread Sanchayan Maity
From: Stefan Agner The Vybrid SoC family has the same display controller unit (DCU) like the LS1021A SoC. This patch adds platform data, pinmux defines and clock control to enable the driver for Toradex Colibri Vybrid module. Signed-off-by: Stefan Agner Signed-off-by: Sanchayan Maity --- arch

[U-Boot] [PATCH v1 3/6] video: fsl_dcu_fb: Enable pixel clock after initialization

2017-02-05 Thread Sanchayan Maity
From: Stefan Agner When enabling the DCU and pixel clock, the test mode is activated since this is the reset configuration. The test mode immediately shows a red screen on a LCD. A moment later, the DCU gets initialized properly. This patch enables the pixel clock after initialization of the DCU

[U-Boot] [PATCH v1 5/6] video: fsl_dcu_fb: add additional modes for DCU

2017-02-05 Thread Sanchayan Maity
From: Stefan Agner Add common widescreen modes 800x480 and 1024x600. Signed-off-by: Stefan Agner Signed-off-by: Sanchayan Maity --- drivers/video/fsl_dcu_fb.c | 61 -- 1 file changed, 59 insertions(+), 2 deletions(-) diff --git a/drivers/video/fsl_

[U-Boot] [PATCH v1 2/6] video: fsl_dcu_fb: fix framebuffer to the end of memory

2017-02-05 Thread Sanchayan Maity
From: Stefan Agner Fix the framebuffer location to the very end of the available memory. This allows to remove the area from available memory for the kernel, which in turn allows to display the splash screen through the while Linux kernel boot process. Ideas has been taken from the sunxi display

[U-Boot] [PATCH v1 1/6] Convert CONFIG_FSL_DCU_FB to Kconfig

2017-02-05 Thread Sanchayan Maity
Rename CONFIG_FSL_DCU_FB to CONFIG_VIDEO_FSL_DCU_FB and convert it to Kconfig. Signed-off-by: Sanchayan Maity --- arch/arm/cpu/armv7/ls102xa/soc.c| 2 +- board/freescale/ls1021aiot/Makefile | 2 +- board/freescale/ls1021aqds/Makefile | 2 +- bo

[U-Boot] [PATCH v1 0/6] Introduce DCU support for Vybrid

2017-02-05 Thread Sanchayan Maity
Hello, This patchset adds support for the Freescale/NXP Display Controller Unit (DCU4) found on the LS1021A and Vybrid SoC. Patch series is based on top of latest u-boot master. First patch in the series renames existing CONFIG_FSL_DCU_FB to CONFIG_VIDEO_FSL_DCU_FB and then converts it to Kconfi

Re: [U-Boot] [BUG] x86: invalid size calculations in interrupts.c with newer GCC

2017-02-05 Thread Bin Meng
+Simon, On Sun, Feb 5, 2017 at 11:54 PM, J. Tang wrote: > On latest master (commit 0ff27d), when using the stock qemu-x86_defconfig, it > is possible to build an invalid U-Boot. I traced the issue to > arch/x86/cpu/interrupts.c. The problem is that cpu_init_interrupts() assumes > that each IRQ

Re: [U-Boot] [ANN] U-Boot v2017.03-rc1 released

2017-02-05 Thread Bin Meng
Hi Simon, Tom, On Tue, Jan 31, 2017 at 8:16 AM, Tom Rini wrote: > Hey all, > > It's release day and v2017.03-rc1 is out and the merge window is closed. > I've updated git and the tarballs are also up now. > > I plan on doing -rc2 on the 13th of February. I think my own queue is > looking rather

[U-Boot] [PATCH] armv8/ls104xa: remove the DDR interactive debugging info from SPL

2017-02-05 Thread Zhiqiang Hou
From: Hou Zhiqiang Remove the DDR interactive debugging to reduce the size of spl image. Signed-off-by: Hou Zhiqiang --- include/configs/ls1043aqds.h | 2 ++ include/configs/ls1043ardb.h | 2 ++ include/configs/ls1046aqds.h | 2 ++ include/configs/ls1046ardb.h | 2 ++ 4 files changed, 8 insert

[U-Boot] [PATCH] fsl-layerscape/ppa: cleanup ppa.h

2017-02-05 Thread Zhiqiang Hou
From: Hou Zhiqiang Moved the ifdef into ppa.h and removed the duplicated macros. Signed-off-by: Hou Zhiqiang --- arch/arm/include/asm/arch-fsl-layerscape/ppa.h | 7 ++- arch/arm/include/asm/armv8/sec_firmware.h | 4 board/freescale/ls1043ardb/ls1043ardb.c| 2 -- 3 files c

Re: [U-Boot] [PATCH] drivers: net: cpsw: Fix reading of mac address for am43 SoCs

2017-02-05 Thread Tom Rini
On Wed, Feb 01, 2017 at 09:20:49AM +0530, Lokesh Vutla wrote: > cpsw driver tries to get macid for am43xx SoCs using the compatible > ti,am4372. But not all variants of am43x uses this complatible like > epos evm uses ti,am438x. So use a generic compatible ti,am43 to get > macid for all am43 based

Re: [U-Boot] [PATCH v3] x86: make LOAD_FROM_32_BIT visible for platforms

2017-02-05 Thread Bin Meng
On Sun, Feb 5, 2017 at 9:52 PM, Andy Shevchenko wrote: > This option is useful not only for development, but for the platforms > where U-Boot is run from custom ROM bootloader. For example, Intel > Edison is that board. > > Make this option visible that platforms can select it if needed. > > Signe

Re: [U-Boot] [PATCH v2 11/15] drivers: nand: omap_gpmc: convert driver to adopt driver model

2017-02-05 Thread Tom Rini
On Tue, Jan 31, 2017 at 03:37:13PM -0600, Grygorii Strashko wrote: > From: Mugunthan V N > > adopt omap_gpmc driver to driver model. > > Signed-off-by: Mugunthan V N > Signed-off-by: Grygorii Strashko > --- > drivers/mtd/nand/omap_gpmc.c | 205 > +++ >

Re: [U-Boot] [PATCH v2 09/15] cmd: nand: remove direct access to struct mtd_info->priv

2017-02-05 Thread Tom Rini
On Tue, Jan 31, 2017 at 03:37:11PM -0600, Grygorii Strashko wrote: > Replace direct access to struct mtd_info->priv with proper > accessor mtd_to_nand(). > > Signed-off-by: Grygorii Strashko Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature _

Re: [U-Boot] [PATCH v2 08/15] fs: use get_nand_dev_by_index()

2017-02-05 Thread Tom Rini
On Tue, Jan 31, 2017 at 03:37:10PM -0600, Grygorii Strashko wrote: > As part of preparation for nand DM conversion the new API has been > introduced to remove direct access to nand_info array. So, use it here > instead of accessing to nand_info array directly. > > Signed-off-by: Grygorii Strashko

Re: [U-Boot] [PATCH v2 06/15] cmd: jffs2: use get_nand_dev_by_index()

2017-02-05 Thread Tom Rini
On Tue, Jan 31, 2017 at 03:37:08PM -0600, Grygorii Strashko wrote: > As part of preparation for nand DM conversion the new API has been > introduced to remove direct access to nand_info array. So, use it here > instead of accessing to nand_info array directly. > > Signed-off-by: Grygorii Strashko

Re: [U-Boot] [PATCH v2 07/15] common: use get_nand_dev_by_index()

2017-02-05 Thread Tom Rini
On Tue, Jan 31, 2017 at 03:37:09PM -0600, Grygorii Strashko wrote: > As part of preparation for nand DM conversion the new API has been > introduced to remove direct access to nand_info array. So, use it here > instead of accessing to nand_info array directly. > > Signed-off-by: Grygorii Strashko

Re: [U-Boot] [PATCH v2 04/15] dfu: dfu_nand: use get_nand_dev_by_index()

2017-02-05 Thread Tom Rini
On Tue, Jan 31, 2017 at 03:37:06PM -0600, Grygorii Strashko wrote: > As part of preparation for nand DM conversion the new API has been > introduced to remove direct access to nand_info array. So, use it here > instead of accessing to nand_info array directly. > > Signed-off-by: Grygorii Strashko

Re: [U-Boot] [PATCH v2 05/15] cmd: bootm: use get_nand_dev_by_index()

2017-02-05 Thread Tom Rini
On Tue, Jan 31, 2017 at 03:37:07PM -0600, Grygorii Strashko wrote: > As part of preparation for nand DM conversion the new API has been > introduced to remove direct access to nand_info array. So, use it here > instead of accessing to nand_info array directly. > > Signed-off-by: Grygorii Strashko

Re: [U-Boot] [PATCH v2 01/15] cmd: bootm: fix build when CONFIG_CMD_IMLS_NAND

2017-02-05 Thread Tom Rini
On Tue, Jan 31, 2017 at 03:37:03PM -0600, Grygorii Strashko wrote: > Now when CONFIG_CMD_IMLS_NAND is enabled the u-boot build will fail, > because nand_read_skip_bad() function has been changed to accept more > parameters, hence fix it. > > CC cmd/bootm.o > cmd/bootm.c: In function 'nand_i

Re: [U-Boot] [PATCH v2 00/15] nand: device model bringup on am335x evm and am437x gpevm

2017-02-05 Thread Tom Rini
On Tue, Jan 31, 2017 at 03:37:02PM -0600, Grygorii Strashko wrote: > This patch seires adds nand uclass driver and enables omap_gpmc to > adopt driver model. This has been tested on AM335x GP EVM and > AM437x GP EVM. > > As preparation for introducing nand uclass driver the new API > get_nand_dev

Re: [U-Boot] [PATCH v2 02/15] cmd: nand: abstract global variable usage for dm conversion

2017-02-05 Thread Tom Rini
On Tue, Jan 31, 2017 at 03:37:04PM -0600, Grygorii Strashko wrote: > From: Mugunthan V N > > nand_info is used all over the file so abstract it with > get_nand_dev_by_index() which will help for DM conversion. > > Signed-off-by: Mugunthan V N > Signed-off-by: Grygorii Strashko Reviewed-by: T

Re: [U-Boot] [PATCH v2 03/15] common: env_nand: use get_nand_dev_by_index()

2017-02-05 Thread Tom Rini
On Tue, Jan 31, 2017 at 03:37:05PM -0600, Grygorii Strashko wrote: > As part of preparation for nand DM conversion the new API has been > introduced to remove direct access to nand_info array. So, use it here > instead of accessing to nand_info array directly. > > Signed-off-by: Grygorii Strashko

[U-Boot] [BUG] x86: invalid size calculations in interrupts.c with newer GCC

2017-02-05 Thread J. Tang
On latest master (commit 0ff27d), when using the stock qemu-x86_defconfig, it is possible to build an invalid U-Boot. I traced the issue to arch/x86/cpu/interrupts.c. The problem is that cpu_init_interrupts() assumes that each IRQ entry consumes the same number of bytes. Depending upon the comp

[U-Boot] [U-Boot-Users] [PATCH] Pull request for PA-Semi Electra with A-2 processor

2017-02-05 Thread Benjamin Ralston
Does anybody have a copy of this pull? It doesn’t seem to exist anymore and it doesn’t look like it ever got incorporated into the mainline. -Ben ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 00/22] dm: Add support for a 'live' device tree

2017-02-05 Thread Tom Rini
On Sat, Feb 04, 2017 at 07:34:59PM -0800, Simon Glass wrote: > Hi, > > On 17 January 2017 at 21:50, Simon Glass wrote: > > So far U-Boot uses a 'flat' device tree, which means that it is decoded > > on the fly as needed. This uses the libfdt library and avoids needing > > extra memory for additio

Re: [U-Boot] [PATCH] armv7m: Add SysTick timer driver

2017-02-05 Thread Tom Rini
On Fri, Feb 03, 2017 at 02:48:40PM +, Phil Edworthy wrote: > The SysTick is a 24-bit down counter that is found on all ARM Cortex > M3, M4, M7 devices and is always located at a fixed address. > > Signed-off-by: Phil Edworthy > --- > arch/arm/cpu/armv7m/Makefile| 2 + > arch/arm/cp

Re: [U-Boot] [PATCH] AM3517 CraneBoard: Fix typo on CONFIG_CMD_STORAGE

2017-02-05 Thread Tom Rini
On Fri, Feb 03, 2017 at 11:49:38AM +0100, Lars Poeschel wrote: > This trivial patch fixes a typo in the board config of the AM3517 > CraneBoard: CONGIG_CMD_STORAGE -> CONFIG_CMD_STORAGE > > Signed-off-by: Lars Poeschel > --- > include/configs/am3517_crane.h | 2 +- > 1 file changed, 1 insertion(

Re: [U-Boot] [PATCH v2 6/7] STiH410-B2260: add device tree

2017-02-05 Thread Tom Rini
On Thu, Feb 02, 2017 at 06:13:44PM +0100, patrice.chot...@st.com wrote: > From: Patrice Chotard > > This device tree has been extracted from v4.9 kernel > > Signed-off-by: Patrice Chotard Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [PATCH v2 3/7] STiH410: Add STi serial driver

2017-02-05 Thread Tom Rini
On Thu, Feb 02, 2017 at 06:13:41PM +0100, patrice.chot...@st.com wrote: > From: Patrice Chotard > > This patch adds support to ASC (asynchronous serial controller) > driver, which is basically a standard serial driver. This IP > is common across other STMicroelectronics SoCs > > Signed-off-by:

Re: [U-Boot] [PATCH v2 7/7] STIH410-B2260: Add STiH410-B2260 defconfig

2017-02-05 Thread Tom Rini
On Thu, Feb 02, 2017 at 06:13:45PM +0100, patrice.chot...@st.com wrote: > From: Patrice Chotard > > Signed-off-by: Patrice Chotard Reviewed-by: Tom Rini ... but you should just include this when adding the board file. And re-order the series to add SoC, drivers, then a functional board. Tha

Re: [U-Boot] [PATCH v2 5/7] STiH410: add STi pinctrl driver

2017-02-05 Thread Tom Rini
On Thu, Feb 02, 2017 at 06:13:43PM +0100, patrice.chot...@st.com wrote: > From: Patrice Chotard > > Add STMicroelectronics STiH410 pinctrl driver > > Signed-off-by: Patrice Chotard Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature _

Re: [U-Boot] [PATCH v2 2/7] board: Add STMicroelectronics STiH410-B2260 support

2017-02-05 Thread Tom Rini
On Thu, Feb 02, 2017 at 06:13:40PM +0100, patrice.chot...@st.com wrote: > From: Patrice Chotard > > This is a 96Board compliant board based on STiH410 SoC: > - 1GB DDR > - On-Board USB combo WiFi/Bluetooth RTL8723BU > with PCB soldered antenna > - Ethernet 1000-BaseT > - SAtA > - H

Re: [U-Boot] [PATCH v2 1/7] arm: Add support for STMicroelectronics STiH410 soc

2017-02-05 Thread Tom Rini
On Thu, Feb 02, 2017 at 06:13:39PM +0100, patrice.chot...@st.com wrote: > From: Patrice Chotard > > The STiH410 is an advanced multi-HD AVC processor with 3D > graphics acceleration and 1.5-GHz ARM Cortex-A9 SMP CPU > part of the stih407 family. > > It has wide connectivity including USB 3.0, P

Re: [U-Boot] [RFC PATCH 2/3] sunxi: video: Add video driver for H3 SoC

2017-02-05 Thread Rask Ingemann Lambertsen
On Tue, Dec 13, 2016 at 01:36:29AM +0100, Jernej Skrabec wrote: > This patch adds support for hdmi output. It is designed in the same > way as video driver for older Allwinner SoCs. [...] > diff --git a/drivers/video/sunxi_display2.c b/drivers/video/sunxi_display2.c > new file mode 100644 > index 0

Re: [U-Boot] [RFC PATCH 0/3] sunxi: video: Add support for HDMI output on H3

2017-02-05 Thread Rask Ingemann Lambertsen
On Tue, Dec 13, 2016 at 01:36:27AM +0100, Jernej Skrabec wrote: > This patch series add support for HDMI output. Support for other, > newer, SoCs, which also uses DE2 and same or similar HDMI controller > and PHY can be easily added later (A83T/A64/H5/R40). Current driver > can also be easily exten

Re: [U-Boot] [PATCH] armv7m: Add SysTick timer driver

2017-02-05 Thread Albert ARIBAUD
Hi Phil, Actually this is not my /new/ e-mail address, the u-boot one should work. I am in the process of fixing my access to it. Le Fri, 3 Feb 2017 14:53:06 +, Phil Edworthy a écrit : > The SysTick is a 24-bit down counter that is found on all ARM Cortex > M3, M4, M7 devices and is always

Re: [U-Boot] [RFC] cmd: fdt: memory fixup

2017-02-05 Thread Tom Rini
On Tue, Jan 31, 2017 at 03:35:51AM +0100, Ladislav Michl wrote: > To get Falcon mode working with zImage is currently non trivial as zImages > do not fit into U-Boot's image concept too well. Fortunately at least for > ARM boards it seems getting memory node right is quite sufficient. > What about

Re: [U-Boot] [PATCH v4 2/5] api: Convert to Kconfig

2017-02-05 Thread Tom Rini
On Tue, Jan 31, 2017 at 12:17:05PM +0100, Emmanuel Vadot wrote: > Now that we have a Kconfig for the API, convert the two boards that > are using this to Kconfig and remove CONFIG_API from the whitelist. > > Signed-off-by: Emmanuel Vadot Reviewed-by: Tom Rini -- Tom signature.asc Descripti

Re: [U-Boot] [PATCH v4 4/5] distro_bootcmd: Add command to run FreeBSD

2017-02-05 Thread Tom Rini
On Tue, Jan 31, 2017 at 12:17:07PM +0100, Emmanuel Vadot wrote: > Add commands that scans for the FreeBSD loader and run it if found. > FreeBSD has two loader: ubldr which is an ELF binary and ubldr.bin which > is a PIE binary. > > Signed-off-by: Emmanuel Vadot Reviewed-by: Tom Rini -- Tom

Re: [U-Boot] [PATCH v4 1/5] kconfig: Add API kconfig file

2017-02-05 Thread Tom Rini
On Tue, Jan 31, 2017 at 12:17:04PM +0100, Emmanuel Vadot wrote: > Add kconfig file to enable API support > > Signed-off-by: Emmanuel Vadot Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@li

Re: [U-Boot] Please pull u-boot-fsl-qoriq master

2017-02-05 Thread Tom Rini
On Fri, Feb 03, 2017 at 10:35:31PM +, york sun wrote: > Tom, > > The following changes since commit cf4128e53caa4f7b0a6586fc3f10690d5c05db31: > >Merge git://www.denx.de/git/u-boot-marvell (2017-01-26 12:26:24 -0500) > > are available in the git repository at: > >git://git.denx.de/u

[U-Boot] [PATCH v3] x86: make LOAD_FROM_32_BIT visible for platforms

2017-02-05 Thread Andy Shevchenko
This option is useful not only for development, but for the platforms where U-Boot is run from custom ROM bootloader. For example, Intel Edison is that board. Make this option visible that platforms can select it if needed. Signed-off-by: Andy Shevchenko --- - remove 'default n' - fix spelling i