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
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
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
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_
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
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
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
+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
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
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
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
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
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
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
> +++
>
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
_
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
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
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
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
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
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
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
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
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
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
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
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
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
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(
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
__
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:
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
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
_
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
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
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
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
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
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
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
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
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
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
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
44 matches
Mail list logo