[U-Boot] [PATCH] mii: add read-modify-write option to mii command

2015-03-02 Thread Tim James
When accessing PHY registers it is often desirable to only update selected bits, so it is necessary to first read the current value before writing back an modified value with the relevant bits updated. To simplify this and to allow such operations to be incorporated into simple shell scripts pr

Re: [U-Boot] [PATCH] arm64: Add Xilinx ZynqMP support

2015-03-02 Thread Michal Simek
On 03/02/2015 08:32 AM, Michal Simek wrote: > On 02/27/2015 06:13 PM, Tom Rini wrote: >> On Tue, Feb 24, 2015 at 09:02:09AM +0100, Michal Simek wrote: >> >>> Add basic Xilinx ZynqMP arm64 support. >>> Serial and SD is supported. >>> It supports emulation platfrom ep108 and QEMU. >>> >>> Signed-off-

Re: [U-Boot] [PATCH] sunxi: Machine id hack to prevent loading buggy sunxi-3.4 kernels

2015-03-02 Thread Hans de Goede
Hi, On 28-02-15 17:18, Ian Campbell wrote: On Sat, 2015-02-21 at 11:49 +0100, Hans de Goede wrote: On 21-02-15 11:26, Ian Campbell wrote: Speaking of which, if someone were to identify a suitable set of simple-fb backports for 3.16 and they are reasonably self contained I'd happily backport th

Re: [U-Boot] [PATCH v4 02/14] ARM: Factor out armv7_get_cpu_id macro

2015-03-02 Thread Jan Kiszka
On 2015-02-28 14:56, Marc Zyngier wrote: > On Fri, 27 Feb 2015 13:28:01 + > Jan Kiszka wrote: > >> Handy for obtaining the ID of the current CPU. We will have more use >> cases. >> >> CC: Marc Zyngier >> Signed-off-by: Jan Kiszka >> --- >> arch/arm/cpu/armv7/sunxi/psci.S | 4 ++-- >> arch/

Re: [U-Boot] [PATCH v2 1/2] mc34704: Add the definition of ONOFFA bit

2015-03-02 Thread Stefano Babic
On 21/02/2015 20:22, Fabio Estevam wrote: > From: Fabio Estevam > > ONOFFA is the bit 3 of the GENERAL2 register. > > Add its definition. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- =

Re: [U-Boot] [PATCH v2 2/2] mx25pdk: Turn on the LCD supply

2015-03-02 Thread Stefano Babic
On 21/02/2015 20:22, Fabio Estevam wrote: > From: Fabio Estevam > > Currently there is no support for MC34704 PMIC in the mainline kernel. > > Turn on the LCD supply via bootloader for the time being, so that we could > use the LCD in the kernel. > > Signed-off-by: Fabio Estevam > --- Applie

Re: [U-Boot] [PATCH 1/2] mx31: Fix boot hang by avoiding vector relocation

2015-03-02 Thread Stefano Babic
Hi Fabio, Magnus, Anatolji, Sebastian, On 23/02/2015 13:09, Fabio Estevam wrote: > Since commit 3ff46cc42b9d73d0 ("arm: relocate the exception vectors") mx31 > does not boot anymore. > > Add a specific relocate_vectors macro that skips the vector relocation, as the > i.MX31 SoC does not provide R

Re: [U-Boot] [PATCH] board: tbs2910: Enable USB Mass Storage support

2015-03-02 Thread Stefano Babic
On 26/02/2015 19:50, Soeren Moch wrote: > Add USB Mass Storage support. This is useful for flashing the on-board eMMC. > > Signed-off-by: Soeren Moch > --- > Cc: Stefano Babic > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic --

Re: [U-Boot] [PATCH v3 1/2] mx6sabre: Enable User Mass Storage

2015-03-02 Thread Stefano Babic
On 26/02/2015 20:58, Fabio Estevam wrote: > User Mass Storage is very useful for flashing the on-board eMMC. > > Add support for it. > > Signed-off-by: Fabio Estevam > Acked-by: Otavio Salvador > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- ==

Re: [U-Boot] [PATCH v5] imx6: Added DEK blob generator command

2015-03-02 Thread Stefano Babic
On 27/02/2015 18:22, ulises.carde...@freescale.com wrote: > From: Raul Cardenas > > Freescale's SEC block has built-in Data Encryption > Key(DEK) Blob Protocol which provides a method for > protecting a DEK for non-secure memory storage. > SEC block protects data in a data structure called > a Se

Re: [U-Boot] [PATCH v3 2/2] mx6sabre: Select CMD_EXT4 options

2015-03-02 Thread Stefano Babic
On 26/02/2015 20:58, Fabio Estevam wrote: > Add EXT4 support. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: W

[U-Boot] [PATCH] mx5: fix get_reset_cause

2015-03-02 Thread Stefano Babic
commit d9f43c8f5c1d7ed27c99a06be85a4bb64b2c73fb sets get_reset_cause() as static, but this conflicts with mx5 where its prototype is in sys_proto.h. Drop it from sys_proto.h and drop print_cpuinfo from mx53_loco, factorizing the call for this board. Signed-off-by: Stefano Babic CC: Jason Liu --

Re: [U-Boot] u-boot on raspberry 2: booting in SVC secure mode

2015-03-02 Thread Vincent
Thank to your last email, I finally managed to boot in secure mode with (what I consider as) minimal changes: - kernel_old=1 - CONFIG_SYS_TEXT_BASE=0 - halting other cores in start.S:reset - commenting away line 113 in arch/arm/cpu/armv7/virt-v7.c: smp_set_core_boot_addr((unsigned long)secure_ram_a

[U-Boot] lcd-console / display rotation

2015-03-02 Thread Hannes Petermaier
Hello everybody, A short question about lcd-console: Today u-boot only supports a 'linear framebuffer', meaning the next pixel of a character is allways right after left and the framebuffer address is incrementing. We call this the display is mounted with 0° rotation. In some cases we have a r

Re: [U-Boot] [PATCH 3/3] board/seco: Add mx6q-uq7 basic board support

2015-03-02 Thread Stefano Babic
Hi Boris, On 16/02/2015 14:27, Boris Brezillon wrote: > Add basic SECO MX6Q/uQ7 board support (Ethernet, UART, SD are supported). > It also adds a Kconfig skeleton to later add more SECO board (supporting > SoC and board variants). > > Signed-off-by: Boris Brezillon > --- > arch/arm/cpu/armv7/m

Re: [U-Boot] [PATCH v4 02/14] ARM: Factor out armv7_get_cpu_id macro

2015-03-02 Thread Marc Zyngier
On 02/03/15 09:40, Jan Kiszka wrote: > On 2015-02-28 14:56, Marc Zyngier wrote: >> On Fri, 27 Feb 2015 13:28:01 + >> Jan Kiszka wrote: >> >>> Handy for obtaining the ID of the current CPU. We will have more use >>> cases. >>> >>> CC: Marc Zyngier >>> Signed-off-by: Jan Kiszka >>> --- >>> ar

Re: [U-Boot] [u-boot 14/40] usb: dwc3: linux-compat: Add header for dwc3 linux compatibiltiy

2015-03-02 Thread Marek Vasut
On Friday, February 27, 2015 at 12:28:18 PM, Lukasz Majewski wrote: > Hi Marek, Hi! > > On Wednesday, February 25, 2015 at 02:04:54 PM, Lukasz Majewski wrote: > > > Hi Marek, > > > > Hi > > > > [...] > > > > > > > > Well you know that such patch should really go in first, > > > > > > right ? B

Re: [U-Boot] [RESEND PATCH 00/12] various fixes mainly for pxa and colibri_pxa270

2015-03-02 Thread Marek Vasut
On Sunday, March 01, 2015 at 12:53:07 AM, Marcel Ziswiler wrote: > The following is a set of various fixes mainly for PXA and the Toradex > Colibri PXA270 introducing it to generic board to save it from becoming > obsolete as those modules are still on sale for another 3 to 4 years. > > If I again

Re: [U-Boot] [PATCH v2 1/2] cmd_usb_mass_storage: Remove extra 'ums' string in the usage text

2015-03-02 Thread Marek Vasut
On Saturday, February 28, 2015 at 07:11:45 PM, Fabio Estevam wrote: > From: Fabio Estevam > > Currently the usage text for the 'ums' command looks like this: > > Usage: > ums ums [] e.g. ums 0 mmc 0 > > ,so remove the extra 'ums' in the text. > > Signed-off-by: Fabio Estevam > Acked-by: Ot

Re: [U-Boot] Regarding USB device testing in U-boot release

2015-03-02 Thread Marek Vasut
On Wednesday, February 25, 2015 at 05:51:38 AM, Ramneek Mehresh wrote: > Hi Marek, > > Thanks for the reply. > > Yes, we are seeing USB 3.0 pen drives from different vendors taking > different times to give connect-change on latest u-boot. Out of all, HP > pen drive is taking most of the time. I

[U-Boot] [PULL] u-boot-usb/master

2015-03-02 Thread Marek Vasut
PR with USB fixes follows, please apply for current u-boot/master . The following changes since commit 38dac81b3d0e777f301ca98100bfbcab01d616c2: Merge branch 'master' of git://git.denx.de/u-boot-mmc (2015-02-23 16:18:06 -0500) are available in the git repository at: git://git.denx.de/u-boo

[U-Boot] [PULL] u-boot-pxa/master

2015-03-02 Thread Marek Vasut
Rare PR follows, please apply for current u-boot/master . The following changes since commit 1606b34aa50804227806971dbb6b82ea0bf81f55: Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2015-02-25 18:14:18 -0500) are available in the git repository at: git://git.denx.de/u-boot-px

Re: [U-Boot] [PATCH v2 1/2] cmd_usb_mass_storage: Remove extra 'ums' string in the usage text

2015-03-02 Thread Fabio Estevam
On Mon, Mar 2, 2015 at 6:39 AM, Marek Vasut wrote: > On Saturday, February 28, 2015 at 07:11:45 PM, Fabio Estevam wrote: >> From: Fabio Estevam >> >> Currently the usage text for the 'ums' command looks like this: >> >> Usage: >> ums ums [] e.g. ums 0 mmc 0 >> >> ,so remove the extra 'ums' in

Re: [U-Boot] Basic A33 support including dram init available in my personal repo

2015-03-02 Thread Hans de Goede
Hi, On 01-03-15 19:42, Vishnu Patekar wrote: Allwinner A33 tablets comes with the libdram binary, fortunately I've found the libdram code at https://github.com/realthunder/a33_bootloader/tree/master/basic_loader/bsp/bsp_for_a67. Ah, that is both good and bad... I've integrated it with mainli

[U-Boot] [PATCH 2/2][v2] powerpc/mpc85xx: SECURE BOOT- NAND secure boot target for P5020 and P5040

2015-03-02 Thread Aneesh Bansal
Secure Boot Target is added for NAND for P5020 and P5040. The Secure boot target has already been added for P3041 by enabling CONFIG_SYS_RAMBOOT and configuring CPC as SRAM. The targets for P5020 and P5040 are added in the same manner. Signed-off-by: Ruchika Gupta Signed-off-by: Aneesh Bansal -

Re: [U-Boot] [PATCH 3/3] board/seco: Add mx6q-uq7 basic board support

2015-03-02 Thread Boris Brezillon
Hi Stefano, On Mon, 02 Mar 2015 11:17:42 +0100 Stefano Babic wrote: > Hi Boris, > > On 16/02/2015 14:27, Boris Brezillon wrote: > > Add basic SECO MX6Q/uQ7 board support (Ethernet, UART, SD are supported). > > It also adds a Kconfig skeleton to later add more SECO board (supporting > > SoC and

[U-Boot] [PATCH 1/2][v5] powerpc/mpc85xx: SECURE BOOT- NAND secure boot target for P3041

2015-03-02 Thread Aneesh Bansal
Secure Boot Target is added for NAND for P3041. Changes: In PowerPC, the core begins execution from address 0xFFFC. In case of secure boot, this default address maps to Boot ROM. The Boot ROM code requires that the bootloader(U-boot) must lie in 0 to 3.5G address space i.e. 0x0 - 0xDFFF. I

Re: [U-Boot] [PATCH] mx6slevk: Provide a proper pad configuration for OTG1_ID pin

2015-03-02 Thread Stefano Babic
On 28/02/2015 18:25, Fabio Estevam wrote: > From: Fabio Estevam > > Pass the same pad configuration as done in the kernel so that OTG1_ID pin can > properly work in device mode. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- ==

Re: [U-Boot] [PATCH v2 1/2] warp: Add USB Mass Storage support

2015-03-02 Thread Stefano Babic
On 28/02/2015 19:16, Fabio Estevam wrote: > From: Fabio Estevam > > With UMS support we are able to flash the eMMC from U-boot, which is very > convenient. > > Add UMS support to make the eMMC flashing process easier. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks ! Be

Re: [U-Boot] [PATCH v2 2/2] warp: Select BOUNCE_BUFFER and CMD_EXT options

2015-03-02 Thread Stefano Babic
On 28/02/2015 19:16, Fabio Estevam wrote: > From: Fabio Estevam > > Add EXT2/EXT4 and BOUNCE_BUFFER support. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- = DENX Soft

Re: [U-Boot] u-boot for Snow problem

2015-03-02 Thread Michal Suchanek
Hello, On 18 February 2015 at 06:24, Michal Suchanek wrote: > On 18 February 2015 at 03:27, Simon Glass wrote: >> Hi Michal, >> >> On 16 February 2015 at 04:41, Michal Suchanek wrote: >>> On 13 February 2015 at 05:51, Simon Glass wrote: Hi Michal, On 11 February 2015 at 10:16, M

Re: [U-Boot] [PATCH v2 1/2] cmd_usb_mass_storage: Remove extra 'ums' string in the usage text

2015-03-02 Thread Lukasz Majewski
Hi Fabio, > On Mon, Mar 2, 2015 at 6:39 AM, Marek Vasut wrote: > > On Saturday, February 28, 2015 at 07:11:45 PM, Fabio Estevam wrote: > >> From: Fabio Estevam > >> > >> Currently the usage text for the 'ums' command looks like this: > >> > >> Usage: > >> ums ums [] e.g. ums 0 mmc 0 > >> > >>

Re: [U-Boot] DWC2 driver issues

2015-03-02 Thread Marek Vasut
On Friday, February 20, 2015 at 04:22:58 AM, Stephen Warren wrote: Hi! [...] > >> Existing code that invokes USB transfers will call (a) once. (a) will > >> call (b) as many times as needed to break up the packet into small > >> chunks. (b) will either send the transaction to the HW (HS devices

Re: [U-Boot] DWC2 driver issues

2015-03-02 Thread Marek Vasut
On Saturday, February 28, 2015 at 05:33:31 AM, Stephen Warren wrote: > On 02/19/2015 07:29 AM, Marek Vasut wrote: > > On Monday, February 16, 2015 at 07:28:45 PM, Stephen Warren wrote: > >> Following on from my Google+ post about DWC2/RPi USB host controller > >> issues in U-Boot. > > ... > > >>

Re: [U-Boot] Basic A33 support including dram init available in my personal repo

2015-03-02 Thread Vishnu Patekar
Hello Hans, Thank you for the comments. On Mon, Mar 2, 2015 at 3:55 PM, Hans de Goede wrote: > Hi, > > On 01-03-15 19:42, Vishnu Patekar wrote: > >> Allwinner A33 tablets comes with the libdram binary, fortunately I've >> found the libdram code at >> https://github.com/realthunder/a33_bootloader

Re: [U-Boot] [PATCH v4 02/14] ARM: Factor out armv7_get_cpu_id macro

2015-03-02 Thread Jan Kiszka
On 2015-03-02 11:19, Marc Zyngier wrote: > On 02/03/15 09:40, Jan Kiszka wrote: >> On 2015-02-28 14:56, Marc Zyngier wrote: >>> On Fri, 27 Feb 2015 13:28:01 + >>> Jan Kiszka wrote: >>> Handy for obtaining the ID of the current CPU. We will have more use cases. CC: Marc Zyng

Re: [U-Boot] [RESEND PATCH 00/12] various fixes mainly for pxa and colibri_pxa270

2015-03-02 Thread Marcel Ziswiler
On Mon, 2015-03-02 at 11:01 +0100, Marek Vasut wrote: > Uh, sorry about that. Next time, please just poke me in case you don't > get reply in a reasonable amount of time. > > Applied all, thanks! No problem, I guess that's what RESENDs are for (;-p). Maybe it also had to do with me initially using

Re: [U-Boot] [PATCH] MAINTAINERS: Add F: drivers/usb/gadget to DFU custodian responsibility

2015-03-02 Thread Tom Rini
On Thu, Feb 26, 2015 at 01:23:49PM +0100, Lukasz Majewski wrote: > After discussion during the last u-boot mini summit with USB maintainer - > Marek Vasut - it has been decided, that gadget development should be > coordinated by DFU custodian. > > Such patch formalizes current development status.

Re: [U-Boot] Pull request: u-boot-sh/master

2015-03-02 Thread Tom Rini
On Mon, Mar 02, 2015 at 10:25:50AM +0900, Nobuhiro Iwamatsu wrote: > Dear Tom Rini. > > Please pull u-boot-sh master branch. > > The following changes since commit 50bb94c9496113c8bb588c4d82f3d6c61279dc02: > > OMAP3: igep0032: Fix regression due commit f3b4bc45. (2015-02-24 > 17:04:00 -0500)

Re: [U-Boot] Pull request: u-boot-sh/rmobile

2015-03-02 Thread Tom Rini
On Mon, Mar 02, 2015 at 10:47:53AM +0900, Nobuhiro Iwamatsu wrote: > Dear Tom Rini. > > Please pull u-boot-sh rmobile branch. > > The following changes since commit 50bb94c9496113c8bb588c4d82f3d6c61279dc02: > > OMAP3: igep0032: Fix regression due commit f3b4bc45. (2015-02-24 > 17:04:00 -0500)

Re: [U-Boot] please pull u-boot-samsung master

2015-03-02 Thread Tom Rini
On Sat, Feb 28, 2015 at 07:06:11PM +0900, Minkyu Kang wrote: > Dear Tom, > > The following changes since commit 1606b34aa50804227806971dbb6b82ea0bf81f55: > > Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2015-02-25 > 18:14:18 -0500) > > are available in the git repository at:

Re: [U-Boot] Pull request: u-boot-uniphier

2015-03-02 Thread Tom Rini
On Sun, Mar 01, 2015 at 12:12:28AM +0900, Masahiro YAMADA wrote: > Hi Tom, > > Please pull clean-ups, bug-fixes, new features for UniPhier platform. > > > The following changes since commit 1606b34aa50804227806971dbb6b82ea0bf81f55: > > Merge branch 'master' of git://git.denx.de/u-boot-fsl-qo

Re: [U-Boot] Basic A33 support including dram init available in my personal repo

2015-03-02 Thread Hans de Goede
Hi, On 02-03-15 12:51, Vishnu Patekar wrote: Hello Hans, Thank you for the comments. On Mon, Mar 2, 2015 at 3:55 PM, Hans de Goede wrote: Hi, On 01-03-15 19:42, Vishnu Patekar wrote: Allwinner A33 tablets comes with the libdram binary, fortunately I've found the libdram code at https://gi

Re: [U-Boot] [PATCH] MAINTAINERS: Add F: drivers/usb/gadget to DFU custodian responsibility

2015-03-02 Thread Marek Vasut
On Monday, March 02, 2015 at 01:23:22 PM, Tom Rini wrote: > On Thu, Feb 26, 2015 at 01:23:49PM +0100, Lukasz Majewski wrote: > > After discussion during the last u-boot mini summit with USB maintainer - > > Marek Vasut - it has been decided, that gadget development should be > > coordinated by DFU

Re: [U-Boot] [RESEND PATCH 00/12] various fixes mainly for pxa and colibri_pxa270

2015-03-02 Thread Marek Vasut
On Monday, March 02, 2015 at 01:15:59 PM, Marcel Ziswiler wrote: > On Mon, 2015-03-02 at 11:01 +0100, Marek Vasut wrote: > > Uh, sorry about that. Next time, please just poke me in case you don't > > get reply in a reasonable amount of time. > > > > Applied all, thanks! Hi! > No problem, I guess

Re: [U-Boot] [PATCH] added defconfig for Jesurun Q5

2015-03-02 Thread Hans de Goede
Hi, On 26-02-15 21:01, Siarhei Siamashka wrote: On Thu, 26 Feb 2015 12:08:15 +0100 Gábor Nyers wrote: The Jesurun Q5 has a black plastic casing with the approximate dimensions of 100mm x 100mm x 24mm with rounded edges. In terms of hardware it features an Allwinner A10 SoC with 1GB RAM and 8G

Re: [U-Boot] [PATCH] sun7i: Add support for the MK808C board

2015-03-02 Thread Hans de Goede
Hi, On 28-02-15 15:00, codekip...@gmail.com wrote: From: Marcus Cooper The MK808C is a Allwinner based Android TV dongle. It features a A20 SOC, 1G RAM, 8GB NAND, HDMI out, A/V out, 1 USB A, 1 USB mini OTG, Bluetooth and Wireless LAN. Signed-off-by: Marcus Cooper Thanks, I've queued up th

Re: [U-Boot] [u-boot 14/40] usb: dwc3: linux-compat: Add header for dwc3 linux compatibiltiy

2015-03-02 Thread Lukasz Majewski
Hi Marek, > On Friday, February 27, 2015 at 12:28:18 PM, Lukasz Majewski wrote: > > Hi Marek, > > Hi! > > > > On Wednesday, February 25, 2015 at 02:04:54 PM, Lukasz Majewski > > > wrote: > > > > Hi Marek, > > > > > > Hi > > > > > > [...] > > > > > > > > > > Well you know that such patch shoul

[U-Boot] [PATCH] warp: Add Device Firmware Upgrade support

2015-03-02 Thread Fabio Estevam
Device Firmware Upgrade (DFU) is a very convenient mechanism to upgrade U-boot on the eMMC. Add support for it. Signed-off-by: Fabio Estevam --- include/configs/warp.h | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/include/configs/warp.h b/include/configs/warp.h in

[U-Boot] [PATCH] warp: Add a README file

2015-03-02 Thread Fabio Estevam
Provide instructions on how to upgrade U-boot in the eMMC. Signed-off-by: Fabio Estevam --- board/warp/README | 56 +++ 1 file changed, 56 insertions(+) create mode 100644 board/warp/README diff --git a/board/warp/README b/board/warp/README n

[U-Boot] [PATCH] armv7.h: Add

2015-03-02 Thread Tom Rini
With a389531 we now call readl() from this file so add so that we have a prototype for the function. Signed-off-by: Tom Rini --- arch/arm/include/asm/armv7.h |1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/include/asm/armv7.h b/arch/arm/include/asm/armv7.h index dc9561c..edb3b80

Re: [U-Boot] [PATCH] MAINTAINERS: Add F: drivers/usb/gadget to DFU custodian responsibility

2015-03-02 Thread Tom Rini
On Mon, Mar 02, 2015 at 01:27:29PM +0100, Marek Vasut wrote: > On Monday, March 02, 2015 at 01:23:22 PM, Tom Rini wrote: > > On Thu, Feb 26, 2015 at 01:23:49PM +0100, Lukasz Majewski wrote: > > > After discussion during the last u-boot mini summit with USB maintainer - > > > Marek Vasut - it has be

Re: [U-Boot] [PATCH] MAINTAINERS: Add F: drivers/usb/gadget to DFU custodian responsibility

2015-03-02 Thread Marek Vasut
On Monday, March 02, 2015 at 02:32:01 PM, Tom Rini wrote: > On Mon, Mar 02, 2015 at 01:27:29PM +0100, Marek Vasut wrote: > > On Monday, March 02, 2015 at 01:23:22 PM, Tom Rini wrote: > > > On Thu, Feb 26, 2015 at 01:23:49PM +0100, Lukasz Majewski wrote: > > > > After discussion during the last u-bo

[U-Boot] [PATCH] MAINTAINERS, git-mailrc: Update my email address

2015-03-02 Thread Tom Rini
Signed-off-by: Tom Rini --- MAINTAINERS |4 ++-- board/ti/am335x/MAINTAINERS |7 +-- board/ti/beagle/MAINTAINERS |2 +- board/ti/evm/MAINTAINERS| 10 +++--- doc/git-mailrc |2 +- 5 files changed, 8 insertions(+), 17 deletions(-) diff --g

[U-Boot] U-boot splash as a dynamic logo

2015-03-02 Thread mrigendra
Hi all I am able to use a splash image as a c header file for showing in u-boot. What I need is to show a dymanic splash screen and percentage for charging as a graphic on the display for low charging or discharged cases. Do I have to create sequences of images to show it or there is a way

Re: [U-Boot] [RFC PATCH 01/13] Use 'U-Boot' instead of 'U-boot' in CONFIG_BOOTP_VCI_STRING

2015-03-02 Thread Tom Rini
On Sun, Mar 01, 2015 at 09:33:27AM -0700, Simon Glass wrote: > This string seems wrong - U-Boot is normally written with a capital B. > > Signed-off-by: Simon Glass But it's in the wild and thus in various dhcpd config files such as: ... } elsif substring (option vendor-class-identifier, 0, 17)

Re: [U-Boot] [PATCH] am33xx, spl, siemens: enable debug uart output again

2015-03-02 Thread Tom Rini
On Mon, Mar 02, 2015 at 07:56:41AM +0100, Heiko Schocher wrote: > Hello Simon, > > Am 24.02.2015 14:31, schrieb Simon Glass: > >Hi Heiko, > > > >On 23 February 2015 at 23:18, Heiko Schocher wrote: > >>a6b541b090: TI ARMv7: Don't use GD before crt0.S has set it > >> > >>moves the init of the debug

Re: [U-Boot] DWC2 driver issues

2015-03-02 Thread Kishon Vijay Abraham I
On Monday 02 March 2015 05:08 PM, Marek Vasut wrote: On Friday, February 20, 2015 at 04:22:58 AM, Stephen Warren wrote: Hi! [...] Existing code that invokes USB transfers will call (a) once. (a) will call (b) as many times as needed to break up the packet into small chunks. (b) will either

Re: [U-Boot] [PATCH] arm64: Add Xilinx ZynqMP support

2015-03-02 Thread Tom Rini
On Mon, Mar 02, 2015 at 09:24:45AM +0100, Michal Simek wrote: > On 03/02/2015 08:32 AM, Michal Simek wrote: > > On 02/27/2015 06:13 PM, Tom Rini wrote: > >> On Tue, Feb 24, 2015 at 09:02:09AM +0100, Michal Simek wrote: > >> > >>> Add basic Xilinx ZynqMP arm64 support. > >>> Serial and SD is support

[U-Boot] [PATCH v2] arm64: Add Xilinx ZynqMP support

2015-03-02 Thread Michal Simek
Add basic Xilinx ZynqMP arm64 support. Serial and SD is supported. It supports emulation platfrom ep108 and QEMU. Signed-off-by: Michal Simek --- Changes in v2: - Remove hardcoded MAC and unused initrd_X variables - Use prepared kernel/fdt variables and fix their values both reported by Tom

Re: [U-Boot] [u-boot 14/40] usb: dwc3: linux-compat: Add header for dwc3 linux compatibiltiy

2015-03-02 Thread Marek Vasut
On Monday, March 02, 2015 at 01:56:03 PM, Lukasz Majewski wrote: > Hi Marek, Hi! > > On Friday, February 27, 2015 at 12:28:18 PM, Lukasz Majewski wrote: > > > Hi Marek, > > > > Hi! > > > > > > On Wednesday, February 25, 2015 at 02:04:54 PM, Lukasz Majewski > > > > > > > > wrote: > > > > > Hi M

Re: [U-Boot] [PATCH] warp: Add Device Firmware Upgrade support

2015-03-02 Thread Otavio Salvador
On Mon, Mar 2, 2015 at 10:17 AM, Fabio Estevam wrote: > Device Firmware Upgrade (DFU) is a very convenient mechanism to upgrade U-boot > on the eMMC. > > Add support for it. > > Signed-off-by: Fabio Estevam Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems

Re: [U-Boot] [PATCH] warp: Add a README file

2015-03-02 Thread Otavio Salvador
On Mon, Mar 2, 2015 at 10:20 AM, Fabio Estevam wrote: > Provide instructions on how to upgrade U-boot in the eMMC. > > Signed-off-by: Fabio Estevam > --- > board/warp/README | 56 > +++ > 1 file changed, 56 insertions(+) > create mode 100644

Re: [U-Boot] [PATCH] arm64: Add Xilinx ZynqMP support

2015-03-02 Thread Michal Simek
On 03/02/2015 03:23 PM, Tom Rini wrote: > On Mon, Mar 02, 2015 at 09:24:45AM +0100, Michal Simek wrote: >> On 03/02/2015 08:32 AM, Michal Simek wrote: >>> On 02/27/2015 06:13 PM, Tom Rini wrote: On Tue, Feb 24, 2015 at 09:02:09AM +0100, Michal Simek wrote: > Add basic Xilinx ZynqMP ar

Re: [U-Boot] [PATCH v2] arm64: Add Xilinx ZynqMP support

2015-03-02 Thread Tom Rini
On Mon, Mar 02, 2015 at 03:21:15PM +0100, Michal Simek wrote: > Add basic Xilinx ZynqMP arm64 support. > Serial and SD is supported. > It supports emulation platfrom ep108 and QEMU. > > Signed-off-by: Michal Simek You can switch to bootm_size once you've had time to play around with it more, so

Re: [U-Boot] [PATCH] kconfig: remove unneeded U-Boot extension code

2015-03-02 Thread Tom Rini
On Sat, Feb 28, 2015 at 12:45:26AM +0900, Masahiro Yamada wrote: > This code was introduced to support the multiple .config > configuration in U-Boot. We do not need it any more. > > Signed-off-by: Masahiro Yamada Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital

Re: [U-Boot] [PATCH] atngwmkii: convert to generic board

2015-03-02 Thread Tom Rini
On Sun, Mar 01, 2015 at 10:01:13PM +0100, Andreas Bießmann wrote: > Signed-off-by: Andreas Bießmann Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx

Re: [U-Boot] [PATCH] armv7.h: Add

2015-03-02 Thread Tom Rini
On Mon, Mar 02, 2015 at 08:25:50AM -0500, Tom Rini wrote: > With a389531 we now call readl() from this file so add so > that we have a prototype for the function. > > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature _

Re: [U-Boot] [PATCH] MAINTAINERS, git-mailrc: Update my email address

2015-03-02 Thread Tom Rini
On Mon, Mar 02, 2015 at 08:38:09AM -0500, Tom Rini wrote: > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/list

Re: [U-Boot] [PATCH] serial: ns16550: Fix build error due to a typo

2015-03-02 Thread Tom Rini
On Sat, Feb 28, 2015 at 03:55:36PM +0800, Axel Lin wrote: > Fix trivial typo. > > Acked-by: Simon Glass > Signed-off-by: Axel Lin Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot

Re: [U-Boot] [PULL] u-boot-pxa/master

2015-03-02 Thread Tom Rini
On Mon, Mar 02, 2015 at 11:04:33AM +0100, Marek Vasut wrote: > Rare PR follows, please apply for current u-boot/master . > > The following changes since commit 1606b34aa50804227806971dbb6b82ea0bf81f55: > > Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2015-02-25 > 18:14:18 -050

Re: [U-Boot] [PULL] u-boot-usb/master

2015-03-02 Thread Tom Rini
On Mon, Mar 02, 2015 at 11:04:37AM +0100, Marek Vasut wrote: > PR with USB fixes follows, please apply for current u-boot/master . > > The following changes since commit 38dac81b3d0e777f301ca98100bfbcab01d616c2: > > Merge branch 'master' of git://git.denx.de/u-boot-mmc (2015-02-23 16:18:06 >

Re: [U-Boot] [PATCH] warp: Add a README file

2015-03-02 Thread Fabio Estevam
Hi Otavio, On Mon, Mar 2, 2015 at 11:52 AM, Otavio Salvador wrote: >> +Required software on the host PC: >> + >> +- imx_loader: https://github.com/warpboard/imx_usb_loader > > I see no reason to link WaRP's fork. The Boundary Devices upstream > code offers a more up to date bases and I think we

Re: [U-Boot] [PATCH v1 1/1] fastboot: Add support for flashing zImage

2015-03-02 Thread Tom Rini
On Wed, Feb 25, 2015 at 06:30:30PM -0600, Rob Herring wrote: > On Wed, Feb 25, 2015 at 4:56 PM, Dileep Katta wrote: > > This patch adds support to flash zImage to the boot partition on eMMC. > > Usage: fastboot flash zImage > > So this replaces the kernel in an existing bootimage. What's wrong >

Re: [U-Boot] [RFC PATCH v4 21/23] sandbox: eth: Add a bridge to a real network for sandbox

2015-03-02 Thread Simon Glass
Hi Joe, On 2 March 2015 at 00:17, Joe Hershberger wrote: > On Sun, Mar 1, 2015 at 12:07 PM, Simon Glass wrote: >> >> On 24 February 2015 at 17:02, Joe Hershberger >> wrote: >> > Implement a bridge between u-boot's network stack and Linux's raw packet >> > API allowing the sandbox to send and re

Re: [U-Boot] [PATCH] warp: Add a README file

2015-03-02 Thread Fabio Estevam
Hi Eric, On Mon, Mar 2, 2015 at 12:48 PM, Eric Nelson wrote: > It's probably best to use ours, but we're okay either way. > > I wasn't aware that Warp had forked imx_usb_loader, but a quick > read shows that it's behind by a couple of (minor) updates. > > As for the mx6sl_usb_work.conf file, we'

Re: [U-Boot] [PATCH] warp: Add a README file

2015-03-02 Thread Eric Nelson
Hi Fabio, On 03/02/2015 08:33 AM, Fabio Estevam wrote: > Hi Otavio, > > On Mon, Mar 2, 2015 at 11:52 AM, Otavio Salvador > wrote: > >>> +Required software on the host PC: >>> + >>> +- imx_loader: https://github.com/warpboard/imx_usb_loader >> >> I see no reason to link WaRP's fork. The Boundary

[U-Boot] [PATCH v2] warp: Add a README file

2015-03-02 Thread Fabio Estevam
Provide instructions on how to upgrade U-boot in the eMMC. Signed-off-by: Fabio Estevam --- Changes since v1: - Use Boundary Device's tree for imx_usb_loader - Pass u-boot.imx as an argument of imx_usb board/warp/README | 56 +++ 1 file change

Re: [U-Boot] [PATCH] lib/asm-offsets - make GD_RELOCADDR, GD_RELOC_OFF & GD_START_ADDR_SP available for all architectures

2015-03-02 Thread Simon Glass
On 25 February 2015 at 03:09, Alexey Brodkin wrote: > GD_RELOCADDR, GD_RELOC_OFF & GD_START_ADDR_SP are generic members of > global data structure so why don't we allow architectures other than ARM > to use it. > > Signed-off-by: Alexey Brodkin > Cc: Simon Glass > Cc: Tom Rini > --- > lib/asm-

Re: [U-Boot] board_f for x86

2015-03-02 Thread Simon Glass
Hi Alexey, On 25 February 2015 at 04:06, Alexey Brodkin wrote: > Hi Simon, > > I'm currently reworking start-up code for ARC with intention to leave as > little of assembly code as possible. On that way I decided to use the > same approach as x86 does. > > In particular I mean: > > * Use of sequ

Re: [U-Boot] [PATCH] common/board_f: implement type casting for gd structure

2015-03-02 Thread Simon Glass
On 25 February 2015 at 07:59, Alexey Brodkin wrote: > In case of global data structure defined as "register volatile" compiler > throws an warning about incorrect type used: > --->8--- > common/board_f.c: In function "board_init_f_r": > common/board_f.c:1073:2: warning: passing argument 1 of "&

Re: [U-Boot] [PATCH] fixdep: remove multiple .config support code

2015-03-02 Thread Simon Glass
On 27 February 2015 at 08:37, Masahiro Yamada wrote: > Since commit e02ee2548afe (kconfig: switch to single .config > configuration), the ".*.cmd" files are not correctly created > for SPL/TPL. The U-Boot extension code in fixdep, which was > introduced to support the multiple .config, must be re

Re: [U-Boot] [PATCH] warp: Add a README file

2015-03-02 Thread Eric Nelson
On 03/02/2015 08:52 AM, Fabio Estevam wrote: > Hi Eric, > > On Mon, Mar 2, 2015 at 12:48 PM, Eric Nelson > wrote: > >> It's probably best to use ours, but we're okay either way. >> >> I wasn't aware that Warp had forked imx_usb_loader, but a quick >> read shows that it's behind by a couple of (m

Re: [U-Boot] [PATCH 2/5] arm: exynos: add display clocks for Exynos5800

2015-03-02 Thread Ajay kumar
Hi Simon, On Mon, Mar 2, 2015 at 7:53 AM, Simon Glass wrote: > Hi Ajay, > > On 8 December 2014 at 15:40, Simon Glass wrote: >> Hi Ajay, >> >> >> On 7 December 2014 at 22:43, Ajay kumar wrote: >>> >>> Hi Minkyu, >>> >>> >>> On Mon, Dec 8, 2014 at 11:07 AM, Ajay kumar wrote: >>> > On Fri, Dec 5,

Re: [U-Boot] [PATCH 2/5] arm: exynos: add display clocks for Exynos5800

2015-03-02 Thread Simon Glass
Hi Ajay, On 2 March 2015 at 09:07, Ajay kumar wrote: > Hi Simon, > > On Mon, Mar 2, 2015 at 7:53 AM, Simon Glass wrote: >> Hi Ajay, >> >> On 8 December 2014 at 15:40, Simon Glass wrote: >>> Hi Ajay, >>> >>> >>> On 7 December 2014 at 22:43, Ajay kumar wrote: Hi Minkyu,

Re: [U-Boot] [PATCH] kconfig: remove unneeded U-Boot extension code

2015-03-02 Thread Simon Glass
On 27 February 2015 at 08:45, Masahiro Yamada wrote: > This code was introduced to support the multiple .config > configuration in U-Boot. We do not need it any more. > > Signed-off-by: Masahiro Yamada > --- > > scripts/kconfig/confdata.c | 8 > 1 file changed, 8 deletions(-) Reviewed

[U-Boot] [PATCHv2 02/20] arm: socfpga: spl: Add SRAM section

2015-03-02 Thread dinguyen
From: Dinh Nguyen Add a section of SRAM to the SPL linker file. Signed-off-by: Dinh Nguyen --- arch/arm/cpu/armv7/socfpga/u-boot-spl.lds | 2 ++ include/configs/socfpga_common.h | 1 + 2 files changed, 3 insertions(+) diff --git a/arch/arm/cpu/armv7/socfpga/u-boot-spl.lds b/arch/arm

[U-Boot] [PATCHv2 00/20] Add SPL support for SoCFPGA

2015-03-02 Thread dinguyen
From: Dinh Nguyen Hello, This is v2 of the patchset that adds all the SPL code that is necessary to support the SoCFPGA platform. For v2, here are the changes: - SDRAM - further clean and addressing all comments. Simplified to only support DDR3, FULLRATE, and Hard PHY. - SDRAM - Moved to driv

[U-Boot] [PATCHv2 03/20] arm: socfpga: spl: put SPL in sram

2015-03-02 Thread dinguyen
From: Dinh Nguyen Update SPL linker file to use SRAM. Signed-off-by: Dinh Nguyen Acked-by: Pavel Machek --- arch/arm/cpu/armv7/socfpga/u-boot-spl.lds | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/cpu/armv7/socfpga/u-boot-spl.lds b/arch/arm/cpu/armv7/soc

[U-Boot] [PATCHv2 04/20] arm: socfpga: add functions to bring sdram, timer, and uart out of reset

2015-03-02 Thread dinguyen
From: Dinh Nguyen These functions will be needed for use by the SPL for enabling the console and sdram initialization. Signed-off-by: Dinh Nguyen Acked-by: Marek Vasut Acked-by: Pavel Machek --- arch/arm/cpu/armv7/socfpga/reset_manager.c| 24 +++ arch/arm/include/

[U-Boot] [PATCHv2 08/20] arm: socfpga: spl: add sdram init and calibration

2015-03-02 Thread dinguyen
From: Dinh Nguyen Add a call to checkboard along with sdram intilialization and calibration. Signed-off-by: Dinh Nguyen --- v2: Add a fail message --- arch/arm/cpu/armv7/socfpga/spl.c | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm/cpu/armv7/socfpga/spl.c b/arch/arm/

[U-Boot] [PATCHv2 06/20] arm: socfpga: spl: Add call to timer_init

2015-03-02 Thread dinguyen
From: Dinh Nguyen Signed-off-by: Dinh Nguyen --- arch/arm/cpu/armv7/socfpga/spl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/cpu/armv7/socfpga/spl.c b/arch/arm/cpu/armv7/socfpga/spl.c index b123336..bc6f8dd 100644 --- a/arch/arm/cpu/armv7/socfpga/spl.c +++ b/arch/arm/cpu/arm

[U-Boot] [PATCHv2 12/20] arm: socfpga: spl: add the stack in OCRAM

2015-03-02 Thread dinguyen
From: Dinh Nguyen Allocate a stack in the OCRAM for the SPL to use. Signed-off-by: Dinh Nguyen --- arch/arm/cpu/armv7/socfpga/u-boot-spl.lds | 7 +++ include/configs/socfpga_common.h | 1 + 2 files changed, 8 insertions(+) diff --git a/arch/arm/cpu/armv7/socfpga/u-boot-spl.lds b

[U-Boot] [PATCHv2 07/20] arm: socfpga: spl: allow bootrom to enable IOs after warm reset

2015-03-02 Thread dinguyen
From: Dinh Nguyen Signed-off-by: Dinh Nguyen Acked-by: Marek Vasut --- arch/arm/cpu/armv7/socfpga/spl.c | 3 +++ arch/arm/cpu/armv7/socfpga/system_manager.c| 9 + arch/arm/include/asm/arch-socfpga/system_manager.h | 1 + 3 files changed, 13 insertions(+) diff

[U-Boot] [PATCHv2 13/20] arm: socfpga: spl: add CONFIG_SPL_STACK to socfpga_common.h

2015-03-02 Thread dinguyen
From: Dinh Nguyen Signed-off-by: Dinh Nguyen --- include/configs/socfpga_common.h | 5 + 1 file changed, 5 insertions(+) diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index ed83cb8..042c65f 100644 --- a/include/configs/socfpga_common.h +++ b/include/confi

[U-Boot] [PATCHv2 10/20] arm: socfpga: spl: Use common lowlevel_init

2015-03-02 Thread dinguyen
From: Dinh Nguyen For SoCFGPA, use the common ARMv7 lowlevel_init. Signed-off-by: Dinh Nguyen --- arch/arm/cpu/armv7/Makefile| 2 +- arch/arm/cpu/armv7/socfpga/lowlevel_init.S | 4 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/arch/arm/cpu/armv7/Makefile b/

[U-Boot] [PATCHv2 15/20] arm: socfpga: spl: adjust SPL_MALLOC_SIZE to 256

2015-03-02 Thread dinguyen
From: Dinh Nguyen Signed-off-by: Dinh Nguyen --- include/configs/socfpga_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index 43f20c9..31c8961 100644 --- a/include/configs/socfpga_common.h +++ b/in

[U-Boot] [PATCHv2 17/20] arm: socfpga: spl: Add SDRAM check

2015-03-02 Thread dinguyen
From: Dinh Nguyen Signed-off-by: Dinh Nguyen --- arch/arm/cpu/armv7/socfpga/spl.c | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/cpu/armv7/socfpga/spl.c b/arch/arm/cpu/armv7/socfpga/spl.c index ea4a1fb..31ac789 100644 --- a/arch/arm/cpu/armv7/socfpga/spl.c +++ b/arch/arm/c

[U-Boot] [PATCHv2 16/20] arm: socfpga: spl: add a malloc section in sram

2015-03-02 Thread dinguyen
From: Dinh Nguyen Signed-off-by: Dinh Nguyen --- arch/arm/cpu/armv7/socfpga/u-boot-spl.lds | 7 +++ include/configs/socfpga_common.h | 1 + 2 files changed, 8 insertions(+) diff --git a/arch/arm/cpu/armv7/socfpga/u-boot-spl.lds b/arch/arm/cpu/armv7/socfpga/u-boot-spl.lds index 73

[U-Boot] [PATCHv2 19/20] arm: socfpga: spl: update pll_config for dev kit

2015-03-02 Thread dinguyen
From: Dinh Nguyen This sets the CPU clocks to 925MHz and DDR to 400MHz. Signed-off-by: Dinh Nguyen --- board/altera/socfpga/pll_config.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/board/altera/socfpga/pll_config.h b/board/altera/socfpga/pll_config.h index f0f5

  1   2   >