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

2015-02-22 Thread Kishon Vijay Abraham I
Hi, On Monday 16 February 2015 04:02 PM, Lukasz Majewski wrote: Hi Kishon, Marek Added a header file to include various linux specific APIs like pr_debug, WARN_ WARN_ON_ONCE etc.. in order to avoid compilation error while building dwc3 driver. Signed-off-by: Kishon Vijay Abraham I --- driv

Re: [U-Boot] [PATCH 2/2] odroid: adjust get_dfu_alt_*() functions to new declarations

2015-02-22 Thread Minkyu Kang
Hi, On 19/02/15 18:26, Lukasz Majewski wrote: > Hi Przemyslaw, Minkyu > >> From: Inha Song >> >> This change is required after updated dfu_alt_system/boot >> declarations. >> >> Signed-off-by: Inha Song >> Cc: Lukasz Majewski >> Cc: Stephen Warren >> Cc: Marek Vasut >> --- > > > Acked-by:

Re: [U-Boot] [PATCH] gpt: support random UUIDs without setting environment variables

2015-02-22 Thread Rob Herring
On Wed, Feb 18, 2015 at 11:48 AM, Przemyslaw Marczak wrote: > Hello Rob, > > Sorry for delay. > > On 01/26/2015 04:44 PM, Rob Herring wrote: >> >> Currently, an environment variable must be used to store the randomly >> generated UUID for each partition. This is not necessary, so make storing >> t

[U-Boot] Enable splash screen for dm 365

2015-02-22 Thread NewToThis
Hi How do I enable the splash screen on dm 365 while booting up? I am using a custom davinci board running arago project. -- View this message in context: http://u-boot.10912.n7.nabble.com/Enable-splash-screen-for-dm-365-tp206299.html Sent from the U-Boot mailing list archive at Nabble.com. ___

[U-Boot] [RFC PATCH v1] kwbimage: Align v1 binary header to 4B

2015-02-22 Thread Chris Packham
According to the Armada-XP documentation the binary header format requires the header length to be aligned to 4B. Signed-off-by: Chris Packham --- tools/kwbimage.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/kwbimage.c b/tools/kwbimage.c index de5c808..9540e7e 100644 --- a/tools/k

[U-Boot] [RFC PATCH v1 0/1] Generating kwb image for custom board

2015-02-22 Thread Chris Packham
Hi, I'm trying to get u-boot 2015.01 up and running on a custom board using an integrated version of Marvell's Armada-XP in a switch ASIC (the Marvell term is MSYS). One thing I ran into after extracting the DDR initialisation from the Marvell bootloader was that the Bootrom Firmware (Marvell's p

[U-Boot] [PATCH v4 8/9] ARM: remove tnetv107x board support

2015-02-22 Thread Masahiro Yamada
This is still a non-generic board. Signed-off-by: Masahiro Yamada Cc: Chan-Taek Park Acked-by: Marek Vasut --- Changes in v4: None Changes in v3: None Changes in v2: None arch/arm/Kconfig | 5 - arch/arm/cpu/arm1176/Makefile | 1 - arch/arm/

Re: [U-Boot] [PATCH] omap3: ARM Cortex-A8 errata workarounds config option

2015-02-22 Thread Paul Kocialkowski
Le dimanche 22 février 2015 à 16:45 +0100, Paul Kocialkowski a écrit : > > > Workarounds applied in omap3_setup_aux_cr are only necessary for ARM core > > > revisions prior to r3p2 (such as OMAP35xx but apparently not OMAP36xx and > > > DM37xx) > > > > If this is true, I can see some (potential) p

[U-Boot] [PATCH v4 6/9] ARM: remove cm4008 and cm41xx board support

2015-02-22 Thread Masahiro Yamada
These are still non-generic boards. Signed-off-by: Masahiro Yamada Cc: Greg Ungerer Acked-by: Marek Vasut --- Changes in v4: None Changes in v3: None Changes in v2: None arch/arm/Kconfig| 10 - arch/arm/cpu/arm920t/Makefile | 1 - arch/arm/cpu/arm

[U-Boot] [PATCH v4 0/9] ARM: remove non-generic boards

2015-02-22 Thread Masahiro Yamada
Based on Tom's announce mail (http://lists.denx.de/pipermail/u-boot/2015-February/203606.html), let's start removing non-generic ARM boards. No conversion patches have been posted for these boards. Changes in v4: - Rebase on commit 4641429695 Changes in v3: - Do not remove devkit3250 becau

[U-Boot] [PATCH v4 3/9] ARM: remove jadecpu board support

2015-02-22 Thread Masahiro Yamada
This is still a non-generic board. Signed-off-by: Masahiro Yamada Cc: Matthias Weisser Acked-by: Marek Vasut --- Changes in v4: None Changes in v3: None Changes in v2: None arch/arm/Kconfig | 5 - arch/arm/cpu/arm926ejs/Makefile | 1 - arch/arm/cp

[U-Boot] [PATCH v2] omap3: Variant and revision checks for ARM Cortex-A8 errata workarounds

2015-02-22 Thread Paul Kocialkowski
Not every version and revision of the Cortex-A8 ARM core requires the same errata workarounds. In addition, enabling those requires to have similar workarounds enabled in the kernel or it will cause numerous segmentation faults. This enables those workarounds when they are needed, according to wha

Re: [U-Boot] [PATCH] omap3: ARM Cortex-A8 errata workarounds config option

2015-02-22 Thread Paul Kocialkowski
Le dimanche 22 février 2015 à 16:45 +0100, Paul Kocialkowski a écrit : > > > Workarounds applied in omap3_setup_aux_cr are only necessary for ARM core > > > revisions prior to r3p2 (such as OMAP35xx but apparently not OMAP36xx and > > > DM37xx) > > > > If this is true, I can see some (potential) p

Re: [U-Boot] [PATCH] omap3: ARM Cortex-A8 errata workarounds config option

2015-02-22 Thread Paul Kocialkowski
> > Workarounds applied in omap3_setup_aux_cr are only necessary for ARM core > > revisions prior to r3p2 (such as OMAP35xx but apparently not OMAP36xx and > > DM37xx) > > If this is true, I can see some (potential) problems with the patch. > Please, check out my thoughts on this below. In any ca

[U-Boot] [PATCH v4 9/9] ARM: davinci: remove hawkboard support

2015-02-22 Thread Masahiro Yamada
This is still a non-generic board. Signed-off-by: Masahiro Yamada Acked-by: Sughosh Ganu Cc: Syed Mohammed Khasim Acked-by: Marek Vasut --- Changes in v4: None Changes in v3: None Changes in v2: None arch/arm/mach-davinci/Kconfig | 4 - board/davinci/da8xxevm/Kconfig

[U-Boot] [PATCH v4 7/9] ARM: remove a320evb board support

2015-02-22 Thread Masahiro Yamada
This is still a non-generic board. Signed-off-by: Masahiro Yamada Cc: Po-Yu Chuang Acked-by: Marek Vasut --- Changes in v4: None Changes in v3: None Changes in v2: None arch/arm/Kconfig | 5 - arch/arm/cpu/arm920t/Makefile | 1 - arch/arm/cpu/arm920t/a320/Mak

[U-Boot] [PATCH v4 5/9] ARM: remove dkb board support

2015-02-22 Thread Masahiro Yamada
This is still a non-generic board. Signed-off-by: Masahiro Yamada Cc: Lei Wen Acked-by: Marek Vasut --- Changes in v4: None Changes in v3: None Changes in v2: None arch/arm/Kconfig | 5 - arch/arm/cpu/arm926ejs/Makefile | 1 - arch/arm/cpu/arm92

[U-Boot] [PATCH v4 2/9] ARM: mx31: remove imx31_phycore board

2015-02-22 Thread Masahiro Yamada
This is still a non-generic board. Signed-off-by: Masahiro Yamada Cc: Guennadi Liakhovetski Acked-by: Marek Vasut --- Changes in v4: None Changes in v3: None Changes in v2: None arch/arm/Kconfig| 5 - board/imx31_phycore/Kconfig | 12 --- board/imx31_phycore/MA

[U-Boot] [PATCH v4 4/9] ARM: remove zmx25 board support

2015-02-22 Thread Masahiro Yamada
This is still a non-generic board. Signed-off-by: Masahiro Yamada Cc: Matthias Weisser Acked-by: Marek Vasut --- Changes in v4: None Changes in v3: None Changes in v2: None arch/arm/Kconfig | 5 -- board/syteco/zmx25/Kconfig | 15 board/syteco/zmx25/MAINTAIN

[U-Boot] [PATCH v4 1/9] ARM: remove mx31ads board support

2015-02-22 Thread Masahiro Yamada
This is still a non-generic board. Signed-off-by: Masahiro Yamada Cc: Guennadi Liakhovetski Acked-by: Marek Vasut --- Changes in v4: - Rebase on commit 4641429695 Changes in v3: - Do not remove devkit3250 because Vladimir has post a patch to convert it into Generic Board. Changes in

Re: [U-Boot] [PATCH] omap3: ARM Cortex-A8 errata workarounds config option

2015-02-22 Thread Igor Grinberg
Hi Paul, On 02/22/15 13:36, Paul Kocialkowski wrote: > Workarounds applied in omap3_setup_aux_cr are only necessary for ARM core > revisions prior to r3p2 (such as OMAP35xx but apparently not OMAP36xx and > DM37xx) If this is true, I can see some (potential) problems with the patch. Please, check

[U-Boot] [PATCH] omap3: ARM Cortex-A8 errata workarounds config option

2015-02-22 Thread Paul Kocialkowski
Workarounds applied in omap3_setup_aux_cr are only necessary for ARM core revisions prior to r3p2 (such as OMAP35xx but apparently not OMAP36xx and DM37xx) and require similar workarounds in the kernel, or it will cause numerous segmentation faults. This allows (when the option is not used) properl