Re: [U-Boot] [PATCH v2 0/9] sunxi: initial upstreamining effort

2014-03-21 Thread Wolfgang Denk
Dear Ian Campbell, In message <1395438845.2234.95.ca...@hastur.hellion.org.uk> you wrote: > This is my second cut at an upstreamable series based upon the > https://github.com/linux-sunxi/u-boot-sunxi.git#sunxi tree. The > intention is to present a minimal starting point for upstreaming to > which

Re: [U-Boot] [PATCH v2 4/9] sunxi: initial generic sun7i cpu, board and start of day support

2014-03-21 Thread Wolfgang Denk
Dear Ian Campbell, In message <1395438866-1193-4-git-send-email-...@hellion.org.uk> you wrote: > This has been stripped back for mainlining and supports only sun7i. These > changes are not useful by themselves but are split out to make the patch sizes > more manageable. > > As well as the followi

Re: [U-Boot] [PATCH v2 5/9] sunxi: generic sun7i build infrastructure.

2014-03-21 Thread Wolfgang Denk
Dear Ian Campbell, In message <1395438866-1193-5-git-send-email-...@hellion.org.uk> you wrote: > This has been stripped back for mainlining and supports only sun7i booting via > FEL mode. These changes are not useful by themselves but are split out to make > the patch sizes more manageable. > > A

Re: [U-Boot] Running mx6qsabrelite at 1Gz with Freescale kernel rel_imx_3.0.35_4.1.0

2014-03-21 Thread Marek Vasut
On Friday, March 21, 2014 at 11:50:18 PM, Eric Nelson wrote: [...] > > 1) The kernel (old, I know) I am using does not like that PCIe to have > > been formerly probed by u-boot. It hangs at probing if so. > > We haven't had any trouble with our boundary-imx_3.0.35_4.1.0 branch > (which is based

Re: [U-Boot] Running mx6qsabrelite at 1Gz with Freescale kernel rel_imx_3.0.35_4.1.0

2014-03-21 Thread Eric Nelson
Hi Thierry, On 03/21/2014 11:47 AM, Thierry Bultel wrote: Le 18/03/2014 13:34, Stefano Babic a écrit : Hi Thierry, >> On 18/03/2014 12:28, tbul...@free.fr wrote: Hi, I am working on a board (AMOS820 from Via) based on the mx6qsabrelite. The BSP provided by the manufacturer is quite old. I

[U-Boot] [PATCH v2 5/9] sunxi: generic sun7i build infrastructure.

2014-03-21 Thread Ian Campbell
This has been stripped back for mainlining and supports only sun7i booting via FEL mode. These changes are not useful by themselves but are split out to make the patch sizes more manageable. As well as the following signed-off-by the sunxi branch shows commits to these files authored by the follow

[U-Boot] [PATCH v2 4/9] sunxi: initial generic sun7i cpu, board and start of day support

2014-03-21 Thread Ian Campbell
This has been stripped back for mainlining and supports only sun7i. These changes are not useful by themselves but are split out to make the patch sizes more manageable. As well as the following signed-off-by the sunxi branch shows commits to these files authored by the following: Almo Nito Ca

[U-Boot] [PATCH] ARM: tegra: pack pinmux data tables tighter

2014-03-21 Thread Stephen Warren
From: Stephen Warren Use smaller fields in the Tegra pinmux structures in order to pack the data tables into a smaller space. This saves around 1-3KB for the SPL and around 3-8KB for the main build of U-Boot, depending on the board, which SoC it uses, and how many pinmux table entries there are.

[U-Boot] [PATCH v2 9/9] sunxi: non-FEL SPL boot support for sun7i

2014-03-21 Thread Ian Campbell
As well as the following signed-off-by the sunxi branch shows commits to these files authored by the following: Henrik Nordstrom Tom Cubie Signed-off-by: Stefan Roese Signed-off-by: Ian Campbell --- v2: Based on u-boot-sunxi.git#sunxi d9aa5dd3d15c "sunxi: mmc: checkpatch whitespace fixes" wi

[U-Boot] [PATCH v2 8/9] sunxi: mmc support

2014-03-21 Thread Ian Campbell
As well as the following signed-off-by the sunxi branch shows commits to these files authored by the following: Stefan Roese Tom Cubie yemao Signed-off-by: Henrik Nordstrom Signed-off-by: Luke Leighton Signed-off-by: Oliver Schinagl Signed-off-by: Wills Wang Signed-off-by: Ian Campbell

[U-Boot] [PATCH v2 7/9] sunxi: add gmac Ethernet support

2014-03-21 Thread Ian Campbell
Signed-off-by: Chen-Yu Tsai Signed-off-by: Jens Kuske Signed-off-by: Ian Campbell --- v2: Based on u-boot-sunxi.git#sunxi d9aa5dd3d15c "sunxi: mmc: checkpatch whitespace fixes" with v2014.04-rc2 merged in: - drop accidentally doubled hunk - use gpio setup functions - moved before mmc

[U-Boot] [PATCH v2 6/9] sunxi: add support for Cubietruck booting in FEL mode

2014-03-21 Thread Ian Campbell
Signed-off-by: Oliver Schinagl Signed-off-by: Ian Campbell Reviewed-by: Tom Rini --- v2: Based on u-boot-sunxi.git#sunxi d9aa5dd3d15c "sunxi: mmc: checkpatch whitespace fixes" with v2014.04-rc2 merged in. v1: Based on u-boot-sunxi.git#sunxi commit d854c4de2f57 "arm: Handle .gnu.hash section in

[U-Boot] [PATCH v2 1/9] sunxi: initial sun7i clocks and timer support.

2014-03-21 Thread Ian Campbell
This has been stripped back for mainlining and supports only sun7i. These changes are not useful by themselves but are split out to make the patch sizes more manageable. As well as the following signed-off-by the sunxi branch shows commits to these files authored by the following: Alejandro Mery

[U-Boot] [PATCH v2 3/9] sunxi: initial sun7i dram setup support

2014-03-21 Thread Ian Campbell
This has been stripped back for mainlining and supports only sun7i. These changes are not useful by themselves but are split out to make the patch sizes more manageable. As well as the following signed-off-by the sunxi branch shows commits to these files authored by the following: Alejandro Mery

[U-Boot] [PATCH v2 2/9] sunxi: initial sun7i pinmux and gpio support

2014-03-21 Thread Ian Campbell
This has been stripped back for mainlining and supports only sun7i. These changes are not useful by themselves but are split out to make the patch sizes more manageable. As well as the following signed-off-by the sunxi branch shows commits to these files authored by the following: Carl van Schai

[U-Boot] [PATCH v2 0/9] sunxi: initial upstreamining effort

2014-03-21 Thread Ian Campbell
This is my second cut at an upstreamable series based upon the https://github.com/linux-sunxi/u-boot-sunxi.git#sunxi tree. The intention is to present a minimal starting point for upstreaming to which support for other processors, peripherals, boards etc can be added in the future. Therefore this h

Re: [U-Boot] [PATCH] ARM: tegra: make all I2C ports open-drain

2014-03-21 Thread Tom Warren
I've updated u-boot-tegra/next with this patch, rebased it against ARM master, and pushed it to Denx. All tegra boards build OK. Albert - if you want, you can use u-boot-tegra/next to bring in this patch, or apply it to ARM master yourself, or I can do a formal PR. Let me know. Or TomR can just

[U-Boot] [RESEND PATCH v3 2/2] keystone2: net: add keystone ethernet driver

2014-03-21 Thread Murali Karicheri
Ethernet driver configures the CPSW, SGMI and Phy and uses the the Navigator APIs. The driver supports 4 Ethernet ports and can work with only one port at a time. Port configurations are defined in board.c. Signed-off-by: Vitaly Andrianov Signed-off-by: Murali Karicheri Signed-off-by: WingMan K

[U-Boot] [RESEND PATCH v3 1/2] keystone2: add keystone multicore navigator driver

2014-03-21 Thread Murali Karicheri
From: Vitaly Andrianov Multicore navigator consists of Network Coprocessor (NetCP) and Queue Manager sub system. More details on the hardware can be obtained from the following links:- Network Coprocessor: http://www.ti.com/lit/pdf/sprugz6 Multicore Navigator: http://www.ti.com/lit/pdf/sprugr9

[U-Boot] [RESEND PATCH v3 0/2] Add keystone network driver

2014-03-21 Thread Murali Karicheri
This patch set add support for keystone network driver. The previous versions were sent as part of keystone SOC/EVM patch series. Currently this version addresses most of the comments against the previous version except phylib support. I have responded to the original comment with issues that we se

[U-Boot] [PATCH 2/2] keystone2: net: add keystone ethernet driver

2014-03-21 Thread Murali Karicheri
Ethernet driver configures the CPSW, SGMI and Phy and uses the the Navigator APIs. The driver supports 4 Ethernet ports and can work with only one port at a time. Port configurations are defined in board.c. Signed-off-by: Vitaly Andrianov Signed-off-by: Murali Karicheri Signed-off-by: WingMan K

Re: [U-Boot] [PATCH 2/6] add header with a generic set of boot commands defined.

2014-03-21 Thread Marek Vasut
On Friday, March 21, 2014 at 07:53:58 PM, Tom Rini wrote: > On Fri, Mar 21, 2014 at 07:37:52PM +0100, Marek Vasut wrote: > > On Thursday, March 20, 2014 at 11:12:57 PM, Dennis Gilmore wrote: > > > As the next step in a generic config we are introducing a set of > > > generic boot paramaters. Depend

[U-Boot] [PATCH 1/2] keystone2: add keystone multicore navigator driver

2014-03-21 Thread Murali Karicheri
From: Vitaly Andrianov Multicore navigator consists of Network Coprocessor (NetCP) and Queue Manager sub system. More details on the hardware can be obtained from the following links:- Network Coprocessor: http://www.ti.com/lit/pdf/sprugz6 Multicore Navigator: http://www.ti.com/lit/pdf/sprugr9

[U-Boot] [PATCH 0/2] Add keystone network driver

2014-03-21 Thread Murali Karicheri
This patch set add support for keystone network driver. The previous versions were sent as part of keystone SOC/EVM patch series. Currently this version addresses most of the comments against the previous version except phylib support. I have responded to the original comment with issues that we se

[U-Boot] [PATCH v3 8/9] spi: davinci: add support for multiple bus and chip select

2014-03-21 Thread Murali Karicheri
Currently davinci spi driver supports only bus 0 cs 0. This patch allows driver to support bus 1 and bus 2 with configurable number of chip selects. Also defaults are selected in a way to avoid regression on other platforms that uses davinci spi driver and has only one spi bus. Signed-off-by: Rex

[U-Boot] [PATCH v3 5/9] i2c, davinci: move i2c_defs.h to the drivers/i2c directory

2014-03-21 Thread Murali Karicheri
This patch moves the davinci i2c_defs.h file to drivers.i2c directory. It will allow to reuse the davinci_i2c driver for TI Keystone2 SOCs. Not used "git mv" command to move the file because small part of it with definitions specific for Davinci SOCs has to remain in the arch/arm/include/asm/arch-

[U-Boot] [PATCH v3 1/9] fdt: call ft_board_setup_ex() at the end of image_setup_libfdt()

2014-03-21 Thread Murali Karicheri
From: Vitaly Andrianov The keystone2 SOC requires to fix all 32 bit aliased addresses to their 36 physical format. This has to happen after all fdt nodes are added or modified. Signed-off-by: Vitaly Andrianov Signed-off-by: Murali Karicheri Acked-by: Tom Rini --- common/image-fdt.c|5

[U-Boot] [PATCH v3 9/9] k2hk-evm: add configuration for spi1 and spi2 support

2014-03-21 Thread Murali Karicheri
currently only spi0 is enabled on k2hk evm. This configuration update is needed to enable spi1 and spi2. Signed-off-by: Murali Karicheri Acked-by: Tom Rini --- include/configs/k2hk_evm.h |9 + 1 file changed, 9 insertions(+) diff --git a/include/configs/k2hk_evm.h b/include/configs

[U-Boot] [PATCH v3 6/9] i2c, davinci: add support for multiple i2c buses

2014-03-21 Thread Murali Karicheri
From: Vitaly Andrianov Signed-off-by: Vitaly Andrianov Signed-off-by: Murali Karicheri --- drivers/i2c/davinci_i2c.c | 343 +++-- drivers/i2c/davinci_i2c.h | 27 ++-- 2 files changed, 218 insertions(+), 152 deletions(-) diff --git a/drivers/i2c/davin

[U-Boot] [PATCH v3 2/9] tools: mkimage: add support for gpimage format

2014-03-21 Thread Murali Karicheri
This patch add support for gpimage format as a preparatory patch for porting u-boot for keystone2 devices and is based on omapimage format. It re-uses gph header to store the size and loadaddr as done in omapimage.c Signed-off-by: Vitaly Andrianov Signed-off-by: Murali Karicheri Acked-by: Tom Ri

[U-Boot] [PATCH v3 4/9] NAND: DaVinci: allow forced disable of subpage writes

2014-03-21 Thread Murali Karicheri
This patch introduces a configurable mechanism to disable subpage writes in the DaVinci NAND driver. Signed-off-by: Vitaly Andrianov Signed-off-by: Murali Karicheri Acked-by: Tom Rini --- README |5 + drivers/mtd/nand/davinci_nand.c |3 +++ 2 files changed,

[U-Boot] [PATCH v3 3/9] arm: add support for arch timer

2014-03-21 Thread Murali Karicheri
From: Vitaly Andrianov This patch add basic support for the architecture timer found on recent ARMv7 based SoCs. Signed-off-by: Vitaly Andrianov Signed-off-by: Murali Karicheri Acked-by: Tom Rini --- arch/arm/lib/Makefile |1 + arch/arm/lib/arch_timer.c | 58 +++

[U-Boot] [PATCH v3 0/9] Add support for keystone2 SoC and K2HK EVM

2014-03-21 Thread Murali Karicheri
Change history: v3 - Seperated network driver patches from the original series and and is now a different set as there are outstanding issues to be discussed and sorted out. Also the original series is ready for merge to upstream IMO. - Rev

Re: [U-Boot] [PATCH] ARM: tegra: make all I2C ports open-drain

2014-03-21 Thread Simon Glass
On 12 March 2014 12:10, Stephen Warren wrote: > From: Stephen Warren > > I2C protocol requires open-drain IOs. Fix the Dalmore and Venice2 pinmux > tables to configure the IOs correctly. Without this, Tegra may actively > drive the lines high while an external device is actively driving the > lin

Re: [U-Boot] [PATCH v2] arm: Add support for semihosting for armv8 fastmodel targets.

2014-03-21 Thread Tom Rini
On Fri, Mar 21, 2014 at 11:08:53AM -0700, Darwin Rambo wrote: > The reason for this change is to be able to use the ARM Trusted Firmware > (ATF) to load the various ATF images, plus u-boot, which can then load > the kernel/ramdisk/dtb with calls to an external host from a standard > fastmodel armv

Re: [U-Boot] [PATCH 2/6] add header with a generic set of boot commands defined.

2014-03-21 Thread Tom Rini
On Fri, Mar 21, 2014 at 07:37:52PM +0100, Marek Vasut wrote: > On Thursday, March 20, 2014 at 11:12:57 PM, Dennis Gilmore wrote: > > As the next step in a generic config we are introducing a set of generic > > boot paramaters. Depending on the hardwares configuration, booting from > > supported har

Re: [U-Boot] [PATCH 6/6] pxe: additionaly check for fdt_file env variable

2014-03-21 Thread Tom Rini
On Thu, Mar 20, 2014 at 05:13:01PM -0500, Dennis Gilmore wrote: > some boards have used fdt_file while others have used fdtfile to > define the name of the fdt file. If we do notget a fdtfile environment > variable, additionally check for fdt_file. > > Signed-off-by: Dennis Gilmore > --- > comm

Re: [U-Boot] [PATCH 5/6] move pandaboard over to use the generic distro configuation and environment

2014-03-21 Thread Tom Rini
On Thu, Mar 20, 2014 at 05:13:00PM -0500, Dennis Gilmore wrote: > port pandaboard to use the generic distro configuation. > remove duplicated config options, clean up the environment, include new > environment. [snip] > diff --git a/include/configs/ti_omap4_common.h > b/include/configs/ti_omap4_c

Re: [U-Boot] [PATCH 2/6] add header with a generic set of boot commands defined.

2014-03-21 Thread Tom Rini
On Thu, Mar 20, 2014 at 05:12:57PM -0500, Dennis Gilmore wrote: > As the next step in a generic config we are introducing a set of generic boot > paramaters. Depending on the hardwares configuration, booting from supported > hardware will be enabled, mmc, usb, sata, scsi, ide, pxe and dhcp. > > T

Re: [U-Boot] [PATCH 1/6] add README.distro file

2014-03-21 Thread Tom Rini
On Thu, Mar 20, 2014 at 05:12:56PM -0500, Dennis Gilmore wrote: > Add documentation on how to setup a system to use the generic distro > configs and boot commands. This spells out what is needed to make a > system conformant, but does not limit the board to only the defaults. > > Signed-off-by: D

Re: [U-Boot] [PATCH 4/6] move beagleboard over to use the generic distro configuation and environment

2014-03-21 Thread Tom Rini
On Thu, Mar 20, 2014 at 05:12:59PM -0500, Dennis Gilmore wrote: > port beagleboard to use the generic distro configuation. > remove duplicated config options, clean up the environment, include new > environment. > > Signed-off-by: Dennis Gilmore > --- > include/configs/am335x_evm.h | 62 >

Re: [U-Boot] Running mx6qsabrelite at 1Gz with Freescale kernel rel_imx_3.0.35_4.1.0

2014-03-21 Thread Thierry Bultel
Le 18/03/2014 13:34, Stefano Babic a écrit : Hi Thierry, On 18/03/2014 12:28, tbul...@free.fr wrote: Hi, I am working on a board (AMOS820 from Via) based on the mx6qsabrelite. The BSP provided by the manufacturer is quite old. I managed to port it from Freescale uboot-imx rel_imx_3.0.35_4.1

Re: [U-Boot] [PATCH 2/6] add header with a generic set of boot commands defined.

2014-03-21 Thread Marek Vasut
On Thursday, March 20, 2014 at 11:12:57 PM, Dennis Gilmore wrote: > As the next step in a generic config we are introducing a set of generic > boot paramaters. Depending on the hardwares configuration, booting from > supported hardware will be enabled, mmc, usb, sata, scsi, ide, pxe and > dhcp. >

[U-Boot] [PATCH V2 07/13] ARM: tegra: reduce public pinmux API

2014-03-21 Thread Stephen Warren
From: Stephen Warren Remove a few unused functions from the pinmux header. They aren't currently used, and removing them prevents any new usage from appearing. This will ease moving to just pinmux_config_table() and padgrp_config_table() in the future. Signed-off-by: Stephen Warren Acked-by: Si

[U-Boot] [PATCH V2 08/13] ARM: tegra: pinmux naming consistency fixes

2014-03-21 Thread Stephen Warren
From: Stephen Warren Clean up the naming of pinmux-related objects: * Refer to drive groups rather than pad groups to match the Linux kernel. * Ensure all pinmux API types are prefixed with pmux_, values (defines) are prefixed with PMUX_, and functions prefixed with pinmux_. * Modify a few type

Re: [U-Boot] [PATCH] ARM: tegra: make all I2C ports open-drain

2014-03-21 Thread Stephen Warren
On 03/12/2014 01:10 PM, Stephen Warren wrote: > From: Stephen Warren > > I2C protocol requires open-drain IOs. Fix the Dalmore and Venice2 pinmux > tables to configure the IOs correctly. Without this, Tegra may actively > drive the lines high while an external device is actively driving the > lin

[U-Boot] [PATCH V2 09/13] ARM: tegra: use clrsetbits_le32 in pinmux driver

2014-03-21 Thread Stephen Warren
From: Stephen Warren This removes a bunch of open-coded register IO, masking, and shifting. I would have squashed this into "ARM: tegra: pinctrl: remove duplication" except that keeping it a separate commit allows easier bisection of any issues that are introduced by this patch. I also wrote this

[U-Boot] [PATCH V2 10/13] ARM: tegra: Tegra20 pinmux cleanup

2014-03-21 Thread Stephen Warren
From: Stephen Warren This renames all the Tegra20 pinmux pins and functions so they have a prefix which matches the type name. The entries in tegra20_pingroups[] are all updated to remove the columns which are no longer used. All affected code is updated to match. Signed-off-by: Stephen Warren

[U-Boot] [PATCH V2 05/13] ARM: tegra: use apb_misc.h in more places

2014-03-21 Thread Stephen Warren
From: Stephen Warren Tegra's "APB misc" register region contains various miscellaneous registers and the Tegra pinmux registers. Some code that touches the misc registers currently uses struct pmux_tri_ctlr, which is intended to be a definition of pinmux registers, rather than struct apb_misc_pp_

[U-Boot] [PATCH V2 02/13] ARM: tegra: pinctrl: remove vddio

2014-03-21 Thread Stephen Warren
From: Stephen Warren This field isn't used anywhere, so remove it. Note that PIN() macros are left unchanged for now, to avoid many diffs to them; later commits will completely rewrite them just one time. Signed-off-by: Stephen Warren Acked-by: Simon Glass --- v2: No change. --- arch/arm/cpu/

[U-Boot] [PATCH V2 00/13] ARM: tegra: pinmux driver cleanup

2014-03-21 Thread Stephen Warren
From: Stephen Warren This series: a) Removes some unused cruft from the Tegra pinmux drivers. b) Creates a single implementation of the Tegra pinmux API thus removing a lot of duplicate code. c) Auto-generates the Tegra30/114/124 pinmux data from the same data source used to auto-generate t

[U-Boot] [PATCH V2 04/13] ARM: tegra: prototype pinmux_init() in board.h

2014-03-21 Thread Stephen Warren
From: Stephen Warren pinmux_init() is a board-level function, not a pinmux driver function. Move the prototype to a board header rather than the driver header. Signed-off-by: Stephen Warren Acked-by: Simon Glass --- v2: No change. --- arch/arm/include/asm/arch-tegra/board.h | 1 + arch/ar

[U-Boot] [PATCH V2 01/13] ARM: tegra: pinctrl: remove func_safe

2014-03-21 Thread Stephen Warren
From: Stephen Warren This field isn't used anywhere, so remove it. Note that PIN() macros are left unchanged for now, to avoid many diffs to them; later commits will completely rewrite them just one time. Signed-off-by: Stephen Warren Acked-by: Simon Glass --- v2: No change. --- arch/arm/cpu/

[U-Boot] [PATCH V2 03/13] ARM: tegra: pinctrl: make pmux_func values consistent on Tegra20

2014-03-21 Thread Stephen Warren
From: Stephen Warren For consistency with other SoCs, modify Tegra20's enum pmux_func to: * Remove PMUX_FUNC values that aren't real * Use the same PMUX_FUNC_RSVD[1-4] values, and ensure (RSVD1 & 3)==0; this will be assumed by pinmux_set_func() in a future patch. Unfortunately, PMUX_FUNC_RSVD

Re: [U-Boot] [PATCH/RFC] Reintegration of ns9750

2014-03-21 Thread Marek Vasut
On Friday, March 21, 2014 at 04:53:40 PM, soderstrom.rik...@gmail.com wrote: > From: Rikard Söderström > > This patch is an RFC. > > ns9750 was removed in commit 4cfc611b4a4ce009cfad46804bec2a1caad8e329, this > is an attempt to make it work again. Comparing the files from removal > revision and

[U-Boot] CONFIG_REMAKE_ELF for aarch64

2014-03-21 Thread York Sun
Scott, I am having a problem recreating u-boot.elf for aarch64 targets. The file is OK when Ttext is aligned with 64KB boundary, for example 0x3000. But if I use 0x30001000 as the text base, the result u-boot.elf has additional offset of 0x1. For example, the first instruction should be (f

[U-Boot] [PATCH v2] arm: Add support for semihosting for armv8 fastmodel targets.

2014-03-21 Thread Darwin Rambo
The reason for this change is to be able to use the ARM Trusted Firmware (ATF) to load the various ATF images, plus u-boot, which can then load the kernel/ramdisk/dtb with calls to an external host from a standard fastmodel armv8 board file using semihosting, and then launch the kernel without a bo

Re: [U-Boot] [RFC PATCH 04/17] kconfig: add defconfig files for all boards

2014-03-21 Thread Tom Rini
On Thu, Mar 20, 2014 at 02:17:07PM +0100, Daniel Schwierzeck wrote: > 2014-03-20 1:11 GMT+01:00 Masahiro Yamada : > > > > Basicly I think it's a good idea, but I am afraid there are some > > problems. > > > > [1] > > First, in this case, how can we select the target board? > > > > Like this? > > >

[U-Boot] raw data

2014-03-21 Thread sk ong
Hi, Is there a command to read raw data from a disk partition to memory? Thanks, sk ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Wired cursor colors....

2014-03-21 Thread Reinhard Arlt
Hello, here is an idea, how to fix the void video_invertchar(int xx, int yy) routine in cfb_console.c This is not a patch yet, just a idea. Reinhard diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c index 904caf7..33d5a2c 100644 --- a/drivers/video/cfb_console.c +++ b/dr

Re: [U-Boot] [PATCH v4 4/4] trats/trats2: enable exynos ace sha subsystem and hardware based lib rand

2014-03-21 Thread Tom Rini
On Fri, Mar 21, 2014 at 09:56:20AM +0100, Przemyslaw Marczak wrote: > This allows to use exynos random number generator by enabling configs: > - CONFIG_EXYNOS_ACE_SHA > - CONFIG_LIB_HW_RAND > > Signed-off-by: Przemyslaw Marczak > Acked-by: Lukasz Majewski > cc: Piotr Wilczek > cc: Minkyu Kang

Re: [U-Boot] [PATCH v4 3/4] drivers: crypto: ace_sha: add implementation of hardware based lib rand

2014-03-21 Thread Tom Rini
On Fri, Mar 21, 2014 at 09:56:19AM +0100, Przemyslaw Marczak wrote: > This patch adds implementation of rand library based on hardware random > number generator of security subsystem in Exynos SOC. > > This library includes: > - srand() - used for seed hardware block > - rand() - returns rando

Re: [U-Boot] [PATCH v4 2/4] cpu: exynos4: add ace sha base address

2014-03-21 Thread Tom Rini
On Fri, Mar 21, 2014 at 09:56:18AM +0100, Przemyslaw Marczak wrote: > Signed-off-by: Przemyslaw Marczak > Cc: Minkyu Kang Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de http:

Re: [U-Boot] [PATCH v4 1/4] lib: rand: introduce new configs: CONFIG_LIB_RAND and CONFIG_LIB_HW_RAND

2014-03-21 Thread Tom Rini
On Fri, Mar 21, 2014 at 10:00:46AM +0100, Przemyslaw Marczak wrote: > Hi all, > > On 03/21/2014 09:56 AM, Przemyslaw Marczak wrote: > >New configs: > >- CONFIG_LIB_RAND- to enable implementation of rand library in lib/rand.c > >- CONFIG_LIB_HW_RAND - to enable hardware based implementations o

Re: [U-Boot] [linux-sunxi] Re: [PATCH v1 8/9] sunxi: non-FEL SPL boot support for sun7i

2014-03-21 Thread Tom Rini
On Tue, Mar 18, 2014 at 09:22:50AM +0100, Maxime Ripard wrote: > On Mon, Mar 17, 2014 at 03:33:19PM -0400, Tom Rini wrote: > > On Sun, Mar 16, 2014 at 03:19:40PM +, Ian Campbell wrote: > > > On Fri, 2014-03-14 at 15:03 -0400, Tom Rini wrote: > > > > On 03/14/2014 02:50 PM, Hans de Goede wrote:

Re: [U-Boot] Please pull u-boot-x86.git branch sandbox

2014-03-21 Thread Tom Rini
On Mon, Mar 17, 2014 at 08:15:54PM -0600, Simon Glass wrote: > Hi Tom, > > This collects up all the remaining sandbox changes to get the > LCD/keyboard emulation running in U-Boot. Most of this was submitted > for the last release but I had to hold back because the LCD was > enabled by default -

Re: [U-Boot] [RFC PATCH 04/17] kconfig: add defconfig files for all boards

2014-03-21 Thread Tom Rini
On Thu, Mar 20, 2014 at 08:48:04AM +0900, Masahiro Yamada wrote: > Hi Tom, > > > > > In message > > > you > > > wrote: > > > > > > > > maybe we should import get_maintainers.pl from kernel and readd > > > > MAINTAINERS in the according format. So we could easily maintain infos > > > > about bo

[U-Boot] Wired cursor colors....

2014-03-21 Thread Reinhard Arlt
Hello, if have updated the u-boot for the cpci750 recently. If i use the console on the CPCI-DVI VGA graphic board, i now get strange coursor colors. I have investigated the problem, and find out, that with commit 03d31fcf4c37d90a00e66f06b38742960139f090 video: cfb_console: Make the softwar

[U-Boot] [PATCH] axs101: flush DMA buffer descriptors before DMA transactons starts

2014-03-21 Thread Alexey Brodkin
CPU sets DMA buffer descriptors with data required for inetrnal DMA such as: * Ownership of BD * Buffer size * Pointer to data buffer in memory Then we need to make sure DMA engine of NAND controller gets proper data. For this we flush buffer rescriptor. Then we're ready for DMA transaction.

[U-Boot] [PATCH] net/designware: align DMA buffer descriptors to D$ line

2014-03-21 Thread Alexey Brodkin
It's important to have ability to flush/invalidate each DMA buffer descriptor individually to prevent incoherency of adjacent BDs. Signed-off-by: Alexey Brodkin Cc: Vineet Gupta Cc: Joe Hershberger Cc: Vipin Kumar Cc: Stefan Roese Cc: Shiraz Hashim Cc: Albert ARIBAUD Cc: Amit Virdi Cc: So

Re: [U-Boot] [PATCH 1/3] samsung: misc: check_keys(), key_pressed() - remove type static.

2014-03-21 Thread Przemyslaw Marczak
Hello Minkyu, On 03/06/2014 07:51 AM, Minkyu Kang wrote: On 28/02/14 23:30, Przemyslaw Marczak wrote: This patch removes type "static" from those functions declaration. Now it can be used outside. outside where? I think there's no reason to make them to non-static function. If you want to use

Re: [U-Boot] [PATCH v4 1/4] lib: rand: introduce new configs: CONFIG_LIB_RAND and CONFIG_LIB_HW_RAND

2014-03-21 Thread Przemyslaw Marczak
Hi all, On 03/21/2014 09:56 AM, Przemyslaw Marczak wrote: New configs: - CONFIG_LIB_RAND- to enable implementation of rand library in lib/rand.c - CONFIG_LIB_HW_RAND - to enable hardware based implementations of lib rand Other changes: - add CONFIG_LIB_RAND to boards configs which needs ran

[U-Boot] [PATCH v4 4/4] trats/trats2: enable exynos ace sha subsystem and hardware based lib rand

2014-03-21 Thread Przemyslaw Marczak
This allows to use exynos random number generator by enabling configs: - CONFIG_EXYNOS_ACE_SHA - CONFIG_LIB_HW_RAND Signed-off-by: Przemyslaw Marczak Acked-by: Lukasz Majewski cc: Piotr Wilczek cc: Minkyu Kang --- Changes v2: - none Changes v3: - change config name CONFIG_RAND_HW_ACCEL to CO

[U-Boot] [PATCH v4 3/4] drivers: crypto: ace_sha: add implementation of hardware based lib rand

2014-03-21 Thread Przemyslaw Marczak
This patch adds implementation of rand library based on hardware random number generator of security subsystem in Exynos SOC. This library includes: - srand() - used for seed hardware block - rand() - returns random number - rand_r() - the same as above with given seed which depends on CONFIG_

[U-Boot] [PATCH v4 1/4] lib: rand: introduce new configs: CONFIG_LIB_RAND and CONFIG_LIB_HW_RAND

2014-03-21 Thread Przemyslaw Marczak
New configs: - CONFIG_LIB_RAND- to enable implementation of rand library in lib/rand.c - CONFIG_LIB_HW_RAND - to enable hardware based implementations of lib rand Other changes: - add CONFIG_LIB_RAND to boards configs which needs rand() - put only one rand.o dependency in lib/Makefile CONFIG_

[U-Boot] [PATCH v4 2/4] cpu: exynos4: add ace sha base address

2014-03-21 Thread Przemyslaw Marczak
Signed-off-by: Przemyslaw Marczak Cc: Minkyu Kang --- Changes v3: - new commit - after separate changes from next commit Changes v4: - none --- arch/arm/include/asm/arch-exynos/cpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/include/asm/arch-exynos/cpu.h

[U-Boot] [PATCH] usb/ehci: remove XHCI init code from EHCI

2014-03-21 Thread Zhao Qiang
The patch with commit id "020bbcb76b5be0d5406d2ae7c26dbdb013ead812" adds some init codes for XHCI but not for EHCI. It will causes a bug for EHCI. so use macro "#ifndef CONFIG_USB_EHCI" to mask it for EHCI. Signed-off-by: Zhao Qiang --- common/usb_hub.c | 5 + 1 file changed, 5 insertions(+)

[U-Boot] [PATCH v7 3/3] T1040QDS/U-QE: Add u-qe support to t1040qds

2014-03-21 Thread Zhao Qiang
Add u-qe support for t1040qds Signed-off-by: Zhao Qiang --- Changes for v2: - modify CONFIG_SYS_QE_FMAN_FW_ADDR to CONFIG_SYS_FMAN_FW_ADDR and CONFIG_SYS_QE_FW_ADDR Changes for v3: - use CONFIG_U_QE instead of CONFIG_PPC_T1040 Changes for v4: - ifdef CONFIG_U_QE, include

[U-Boot] [PATCH v7 1/3] QE/FMAN: modify CONFIG_SYS_QE_FMAN_FW_ADDR to CONFIG_SYS_FMAN_FW_ADDR and CONFIG_SYS_QE_FW_ADDR

2014-03-21 Thread Zhao Qiang
CONFIG_SYS_QE_FMAN_FW_ADDR is used to both Fman and QE for microcode address. Now using CONFIG_SYS_FMAN_FW_ADDR for Fman microcode address, and CONFIG_SYS_QE_FW_ADDR for QE microcode address. Signed-off-by: Zhao Qiang --- Changes for v2: - no Changes for v3: - no Changes for v4:

[U-Boot] [PATCH v7 2/3] QE/U-QE: Add U-QE support

2014-03-21 Thread Zhao Qiang
Modify code to adapt to both u-qe and qe. U_QE is a kind of cutted QE. the differences between U_QE and QE 1. UCC: U_QE supports 2 UCCs while QE supports up to 8 UCCs. 2. IMMR: have different immr base addr. 3. iopin: U_QE doesn't need to config iopin. Signed-off-by: Zhao

Re: [U-Boot] [PATCH] Logo: TIZEN: Change booting logo size to official size.

2014-03-21 Thread Przemyslaw Marczak
Hi, On 03/21/2014 05:40 AM, Jonghwa Lee wrote: Since TIZEN group has been used 450 X 140 bmp logo for lunchbox, this patch tries to change the logo size from 500 X 150 to official size. By reducing image size, we also save about 35KB. To make row aligned 4 bytes, add 2 pixels to row. Therefore

Re: [U-Boot] iMX6 IPU display interface definition

2014-03-21 Thread Andreas Geisreiter
Hi Eric, thanks for your help. Best regrads, Andreas -Original Message- Hi Andreas, Le Thu, 20 Mar 2014 16:13:53 +, Andreas Geisreiter a écrit : > Thanks for your help. In the header files which you mentioned I found the > following: > > V-Sync: Active high or low = FB_SYNC_VER