Re: [U-Boot] [PATCH U-Boot] ARM: rpi_b: detect board revision

2015-07-23 Thread Stephen Warren
On 11/24/2014 08:50 AM, Simon Glass wrote: > Hi Stephen, > > On 18 November 2014 at 21:40, Stephen Warren wrote: >> Detect the board revision early during boot, and print the decoded >> model name. >> >> Eventually, this information can be used for tasks such as: >> - Allowing/preventing USB devi

Re: [U-Boot] [PATCH 36/48] x86: Add an enum for some commonly-used GDT bits

2015-07-23 Thread Bin Meng
Hi Simon, On Wed, Jul 22, 2015 at 11:49 PM, Simon Glass wrote: > Rather than add these as open-coded values, create an enum with the commonly > used flags. > > Signed-off-by: Simon Glass > --- > > arch/x86/include/asm/cpu.h | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/ar

[U-Boot] [PATCH] net: gem: Extend timeout value

2015-07-23 Thread Michal Simek
Extend time for MDIO. (Because of zed board) Signed-off-by: Michal Simek --- drivers/net/zynq_gem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/zynq_gem.c b/drivers/net/zynq_gem.c index 438e4a82e908..b2006dfa0775 100644 --- a/drivers/net/zynq_gem.c +++ b/driv

Re: [U-Boot] [PATCH 35/48] x86: Support building the EFI stub

2015-07-23 Thread Bin Meng
Hi Simon, On Wed, Jul 22, 2015 at 11:49 PM, Simon Glass wrote: > Add support for building a 32/64-bit EFI stub for x86. This involves > building the startup and relocation code for either i386 or x86_64. > > Signed-off-by: Simon Glass > --- > > arch/x86/lib/Makefile | 16 +++- > 1 f

Re: [U-Boot] [PATCH 34/48] efi: Add support for loading U-Boot through an EFI stub

2015-07-23 Thread Bin Meng
Hi Simon, On Wed, Jul 22, 2015 at 11:49 PM, Simon Glass wrote: > It is useful to be able to load U-Boot onto a board even it is it already > running EFI. This can allow access to the U-Boot command interface, flexible > booting options and easier development. > > The easiest way to do this is to

Re: [U-Boot] [PATCH 00/20] arm: rpi: Enable USB and Ethernet driver model Raspberry Pi

2015-07-23 Thread Stephen Warren
On 07/16/2015 08:10 AM, Pavel Machek wrote: > On Mon 2015-07-13 22:52:58, Stephen Warren wrote: >> On 07/11/2015 08:04 AM, Simon Glass wrote: >>> Hi Stephen, >>> >>> On 10 July 2015 at 23:34, Stephen Warren wrote: On 07/07/2015 08:53 PM, Simon Glass wrote: > Raspberry Pi uses a DWC2 USB c

Re: [U-Boot] [PATCH 00/20] arm: rpi: Enable USB and Ethernet driver model Raspberry Pi

2015-07-23 Thread Stephen Warren
On 07/14/2015 09:44 AM, Simon Glass wrote: > Hi Stephen, > > On 13 July 2015 at 22:52, Stephen Warren wrote: >> On 07/11/2015 08:04 AM, Simon Glass wrote: >>> Hi Stephen, >>> >>> On 10 July 2015 at 23:34, Stephen Warren wrote: On 07/07/2015 08:53 PM, Simon Glass wrote: > Raspberry Pi us

Re: [U-Boot] [PATCH v3 7/7] arm/rpi: Enable dcache

2015-07-23 Thread Stephen Warren
On 07/22/2015 12:23 PM, Alexander Stein wrote: > Now that mailbox driver supports cache flush and invalidation, we can > enable dcache. Aside from the minor comments I made, the series, Acked-by: Stephen Warren The series, Tested-by: Stephen Warren (eMMC access; I didn't test USB/Ethernet or L

Re: [U-Boot] [PATCH v3 6/7] dwc2: Add dcache support

2015-07-23 Thread Stephen Warren
On 07/22/2015 12:23 PM, Alexander Stein wrote: > This adds dcache support for dwc2. The DMA buffers must be DMA aligned and > is flushed for outgoing transactions before starting transfer. For > ingoing transactions it is invalidated after the transfer has finished. > diff --git a/drivers/usb/host

Re: [U-Boot] [PATCH] Correct License and Copyright information on few files

2015-07-23 Thread Ruchika Gupta
Hi, > Hi, > > Am 23.07.2015 um 16:10 schrieb Ruchika Gupta: > > Signed-off-by: Ruchika Gupta > [...] > > diff --git a/drivers/crypto/fsl/Makefile b/drivers/crypto/fsl/Makefile > > index 4aa91e4..fd736cf 100644 > > --- a/drivers/crypto/fsl/Makefile > > +++ b/drivers/crypto/fsl/Makefile > > @@ -1,

Re: [U-Boot] [PATCH v3 3/7] ARM: bcm283x: Define CONFIG_SYS_CACHELINE_SIZE

2015-07-23 Thread Stephen Warren
On 07/22/2015 12:23 PM, Alexander Stein wrote: > The cacheline is always 32 bytes for arm1176 CPUs, so define it at board > config level for cache handling code. > include/configs/rpi-common.h | 1 + This file applies to both RPi 1 and RPi 2. Do they have the same cacheline size?

Re: [U-Boot] [PATCH v3 2/7] arm1136/arm1176: Merge cache handling code

2015-07-23 Thread Stephen Warren
On 07/22/2015 12:23 PM, Alexander Stein wrote: > As both cores are similar merge the cache handling code for both CPUs > to arm11 directory. It's useful if you pass the -C or -M option to "git format-patch"; that wouuld presumably have shown that arm11/cpu.c was identical to one of the two cpu.c f

Re: [U-Boot] [PATCH 6/8] ARM: keystone2: Cleanup init_pll definition

2015-07-23 Thread Lokesh Vutla
Hi Vitaly, On Thursday 23 July 2015 11:31 PM, Vitaly Andrianov wrote: On 07/22/2015 11:39 AM, Lokesh Vutla wrote: This is just a cosmetic change that makes the calling of pll init code looks much cleaner. Signed-off-by: Lokesh Vutla --- arch/arm/mach-keystone/clock.c | 12

Re: [U-Boot] [PATCHv4 0/3] drivers/ddr/altera: Add the DDR controller driver for SoCFPGA

2015-07-23 Thread Marek Vasut
On Thursday, July 23, 2015 at 08:29:42 PM, Dinh Nguyen wrote: [...] > >> BTW, I tested out our your branch, but I think I'm missing a step as > >> where to put the SPL DTB? > >> > >> > >> U-Boot SPL 2015.07-rc3-00100-ga2e2da6 (Jul 21 2015 - 17:15:54) > >> drivers/ddr/altera/sequencer.c: Prepari

Re: [U-Boot] [PATCH 00/48] Add support for running U-Boot as an EFI payload/application

2015-07-23 Thread Simon Glass
[trimming the list - wow a lot of people!] Hi Bin, On 23 July 2015 at 10:05, Bin Meng wrote: > Hi Simon, > > On Wed, Jul 22, 2015 at 11:48 PM, Simon Glass wrote: >> This series allows U-Boot to be built as an EFI payload so that U-Boot >> can be started on almost any x86 platform that supports

Re: [U-Boot] buildman dtc check error

2015-07-23 Thread Simon Glass
Hi York, On 23 July 2015 at 19:15, York Sun wrote: > > > On 07/23/2015 03:24 PM, Simon Glass wrote: >> Hi York, >> >> On 23 July 2015 at 16:10, York Sun wrote: >>> Simon, >>> >>> I am facing a weird issue on the latest u-boot. I can successfully build >>> u-boot >>> manually, but with buildman

Re: [U-Boot] [PATCH 12/12] kconfig: add config option for shell prompt

2015-07-23 Thread Masahiro Yamada
2015-07-24 6:21 GMT+09:00 Tom Rini : > On Thu, Jul 23, 2015 at 05:19:39PM +0300, Nikita Kiryanov wrote: > >> Add option to set shell prompt string from menuconfig and use it >> when migrating CONFIG_SYS_PROMPT to cm-fx6 defconfig. >> >> Cc: Tom Rini >> Cc: Masahiro Yamada >> Cc: Stefano Babic >>

Re: [U-Boot] [U-Boot, 1/2] ti: armv7: enable EXT support in SPL (using ti_armv7_common.h)

2015-07-23 Thread Ash Charles
Hi, In testing v2015.07 with OMAP35xx (Overo) boards (ES3.1), I see boot failure which I bisected down to this patch. Reverting just this patch from v2015.07 allows the same boards to boot into SPL without issue. My OMAP37xx-based Overos seem unaffected. My guess is enabling CONFIG_SYS_THUMB_BU

Re: [U-Boot] buildman dtc check error

2015-07-23 Thread York Sun
On 07/23/2015 03:24 PM, Simon Glass wrote: > Hi York, > > On 23 July 2015 at 16:10, York Sun wrote: >> Simon, >> >> I am facing a weird issue on the latest u-boot. I can successfully build >> u-boot >> manually, but with buildman I see checkdtc error. >> >>aarch64: + ls2085aqds >> +make

Re: [U-Boot] Booting Wandboard through USB

2015-07-23 Thread Fabio Estevam
On Sat, May 30, 2015 at 2:41 PM, Eric Nelson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Hi Tom, > > On 05/30/2015 09:49 AM, Tom Rini wrote: >> On Fri, May 29, 2015 at 11:46:40AM +0200, Vincent Stehlé wrote: >> >>> Hi, >>> >>> Is it still possible to boot u-boot on Wandboard thr

Re: [U-Boot] [PATCH v3 4/5] devres: make Devres optional with CONFIG_DEVRES

2015-07-23 Thread Simon Glass
On 23 July 2015 at 00:17, Masahiro Yamada wrote: > Currently, Devres requires additional 16 byte for each allocation, > which is not so insignificant in some cases. > > Add CONFIG_DEVRES to make this framework optional. > If the option is disabled, devres functions fall back to > non-managed varia

Re: [U-Boot] [PATCH v3 5/5] devres: add debug command to dump device resources

2015-07-23 Thread Simon Glass
Hi Masahiro, On 23 July 2015 at 00:17, Masahiro Yamada wrote: > This new command can dump all device resources associated to > each device. The fields in every line shows: > - The address of the resource > - The size of the resource > - The name of the release function > - The stage in w

Re: [U-Boot] [PATCH v3 2/5] devres: introduce Devres (Managed Device Resource) framework

2015-07-23 Thread Simon Glass
Hi Masahiro, On 23 July 2015 at 00:17, Masahiro Yamada wrote: > In U-Boot's driver model, memory is basically allocated and freed > in the core framework. So, low level drivers generally only have > to specify the size of needed memory with .priv_auto_alloc_size, > .platdata_auto_alloc_size, etc

Re: [U-Boot] [PATCH v3 1/5] dm: add DM_FLAG_BOUND flag

2015-07-23 Thread Simon Glass
On 23 July 2015 at 00:17, Masahiro Yamada wrote: > Currently, we only have DM_FLAG_ACTIVATED to indicate the device > status, but we still cannot know in which stage is in progress, > binding or probing. > > This commit introduces a new flag, DM_FLAG_BOUND, which is set when > the device is really

Re: [U-Boot] [PATCH V2 6/6] T210: Add support for 64-bit T210-based P2571 board

2015-07-23 Thread Tom Warren
Stephen, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Wednesday, July 22, 2015 11:05 AM > To: Tom Warren > Cc: u-boot@lists.denx.de; Thierry Reding; Stephen Warren; > tomcwarren3...@gmail.com > Subject: Re: [U-Boot] [PATCH V2 6/6] T210: Add support for

Re: [U-Boot] [PATCH 0/2] ARM: tegra: enable GPU DT node

2015-07-23 Thread Mikko Perttunen
On 07/23/2015 02:46 PM, Andreas Färber wrote: Salut Alexandre, Am 09.07.2015 um 09:32 schrieb Alexandre Courbot: Tegra124 requires the bootloader to perform VPR initialization, otherwise the GPU cannot be used by the system. Since using the GPU without that initialization results in a hang, the

Re: [U-Boot] [PATCHv4 0/3] drivers/ddr/altera: Add the DDR controller driver for SoCFPGA

2015-07-23 Thread Dinh Nguyen
On Tue, Jul 21, 2015 at 10:24 PM, Marek Vasut wrote: > On Wednesday, July 22, 2015 at 12:46:15 AM, Dinh Nguyen wrote: >> On 07/20/2015 02:40 PM, Marek Vasut wrote: >> > On Monday, July 20, 2015 at 09:31:39 PM, Dinh Nguyen wrote: >> > [...] >> > >> > Hi, >> > >> > yeah, I have some insa

Re: [U-Boot] buildman dtc check error

2015-07-23 Thread Simon Glass
Hi York, On 23 July 2015 at 16:10, York Sun wrote: > Simon, > > I am facing a weird issue on the latest u-boot. I can successfully build > u-boot > manually, but with buildman I see checkdtc error. > >aarch64: + ls2085aqds > +make[1]: *** [checkdtc] Error 1 > +make: *** [sub-make] Error 2

[U-Boot] [Patch v2] lib/fdtdec: Fix fdt_addr_t and fdt_size_t typedef

2015-07-23 Thread York Sun
fdt_addr_t is a physical address. It can be either 64-bit or 32-bit, depending on the architecture. It should be phys_addr_t instead of u64 or u32. Similarly, fdt_size_t is changed to phys_size_t. Signed-off-by: York Sun CC: Simon Glass --- Change log v2: Rebase code to latest master, add chang

[U-Boot] buildman dtc check error

2015-07-23 Thread York Sun
Simon, I am facing a weird issue on the latest u-boot. I can successfully build u-boot manually, but with buildman I see checkdtc error. aarch64: + ls2085aqds +make[1]: *** [checkdtc] Error 1 +make: *** [sub-make] Error 2 I have DTC 1.4.1-ge5e6df7c. Is there any flag for buildman I can see

[U-Boot] [PATCH] drivers: watchdog: add MAX6373 WDT support

2015-07-23 Thread rnd4
From: Andrea Scian MAX6373 is a simple WDT which is programmed its configuration pins and reset via another pin, which is usually connected to a GPIO Signed-off-by: Andrea Scian --- drivers/watchdog/Makefile |1 + drivers/watchdog/max6373_wdt.c | 34 +

Re: [U-Boot] [PATCH 12/12] kconfig: add config option for shell prompt

2015-07-23 Thread Tom Rini
On Thu, Jul 23, 2015 at 05:19:39PM +0300, Nikita Kiryanov wrote: > Add option to set shell prompt string from menuconfig and use it > when migrating CONFIG_SYS_PROMPT to cm-fx6 defconfig. > > Cc: Tom Rini > Cc: Masahiro Yamada > Cc: Stefano Babic > Cc: Igor Grinberg > Signed-off-by: Nikita Ki

[U-Boot] [PATCH] drivers/ddr/fsl: Adjust bstopre value

2015-07-23 Thread York Sun
By default the bstopre value has been set to 0x100, used to be 1/4 value of refint. Modern DDR has increased the refresh time. Adjust to 1/4 of refresh interval dynamically. Individual board can still override this value in board ddr file, or to use auto-precharge. Signed-off-by: York Sun --- dr

Re: [U-Boot] [PATCH V4 5/8] configs: ti_armv7_keystone2: start using armv7_common

2015-07-23 Thread Tom Rini
On Wed, Jul 22, 2015 at 06:05:45PM -0500, Nishanth Menon wrote: > Try to maintain as much commonality by conditionally including stuff > in armv7_common as necessary and removing the common defines from > keystone2 header. > > Note: as part of this change, all keystone2 platforms will now start >

Re: [U-Boot] [PATCH V4 2/8] configs: ti: armv7_common: enable Thumb mode for all

2015-07-23 Thread Tom Rini
On Wed, Jul 22, 2015 at 06:05:42PM -0500, Nishanth Menon wrote: > Commit bd2c4522c26d5 ("ti: armv7: enable EXT support in SPL (using > ti_armv7_common.h)") enabled thumb mode only for SPL builds, however, > All TI armv7 platforms do support thumb, and there is no reason why the > space savings can

[U-Boot] OpenEmbedded-Core pending patch

2015-07-23 Thread Otavio Salvador
Hello folks, I went over the process of upgrading the U-Boot, in OE-Core, and now we have 2015.07 merged. Along the process I found a pending patch for merging[1] and I would like to know how is the best way to address this specific issue in mainline. 1. http://git.openembedded.org/openembedded

Re: [U-Boot] [PATCH] armv8: Allow SoCs to override the generic timer

2015-07-23 Thread Tom Rini
On Wed, Jul 22, 2015 at 04:56:10PM -0600, Stephen Warren wrote: > From: Thierry Reding > > Some SoCs come with a custom timer interface, so allow them to use that > instead. > > swarren notes: I did consider reworking this patch so the Makefile only > compiles generic_timer.c ifndef CONFIG_SYS_

Re: [U-Boot] [PATCH] armv8/cache: Fix page table creation

2015-07-23 Thread Simon Glass
On 22 July 2015 at 17:10, Stephen Warren wrote: > From: Thierry Reding > > While generating the page tables, a running integer index is shifted by > SECTION_SHIFT (29) and causes overflow for any integer bigger than 7. > The page tables therefore alias to the same 8 sections and cause U-Boot > to

Re: [U-Boot] [PATCH] arm64: Handle arbitrary CONFIG_SYS_MALLOC_F_LEN values

2015-07-23 Thread Simon Glass
On 22 July 2015 at 16:44, Stephen Warren wrote: > From: Thierry Reding > > The encoding of the sub instruction used to handle CONFIG_SYS_MALLOC_F_LEN > can only accept certain values, and the set of acceptable values differs > between the AArch32 and AArch64 instructions sets. The default value o

Re: [U-Boot] [PATCH] mmc: tegra: Build warning fixes for 64-bit

2015-07-23 Thread Simon Glass
On 22 July 2015 at 15:34, Stephen Warren wrote: > From: Thierry Reding > > Signed-off-by: Thierry Reding > Signed-off-by: Tom Warren > Signed-off-by: Stephen Warren > --- > drivers/mmc/tegra_mmc.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > Reviewed-by: Simon Glass _

Re: [U-Boot] [PATCH] armv8: Allow SoCs to override the generic timer

2015-07-23 Thread Simon Glass
On 22 July 2015 at 16:56, Stephen Warren wrote: > From: Thierry Reding > > Some SoCs come with a custom timer interface, so allow them to use that > instead. > > swarren notes: I did consider reworking this patch so the Makefile only > compiles generic_timer.c ifndef CONFIG_SYS_TIMER_COUNTER. How

Re: [U-Boot] [PATCH] ARM: tegra: Build warning fixes for 64-bit

2015-07-23 Thread Simon Glass
On 22 July 2015 at 15:58, Stephen Warren wrote: > From: Thierry Reding > > Signed-off-by: Thierry Reding > Signed-off-by: Tom Warren > [swarren, stripped out changes not strictly related to warnings] > Signed-off-by: Stephen Warren > --- > Tom, if you look at https://github.com/swarren/u-boot/

Re: [U-Boot] [PATCH] i2c: tegra: Build warning fixes for 64-bit

2015-07-23 Thread Simon Glass
On 22 July 2015 at 15:33, Stephen Warren wrote: > From: Thierry Reding > > Signed-off-by: Thierry Reding > Signed-off-by: Tom Warren > Signed-off-by: Stephen Warren > --- > drivers/i2c/tegra_i2c.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Simon Glass _

Re: [U-Boot] [PATCH 10/18] dm: eth: Avoid blocking on packet reception

2015-07-23 Thread Simon Glass
On 6 July 2015 at 16:47, Simon Glass wrote: > Some devices can take a long time to work out whether they have a new packet > or now. For example the ASIX USB Ethernet dongle can take 5 seconds to do > this, since it waits until it gets a new packet on the wire before allowing > the USB bulk read p

Re: [U-Boot] pull request: u-boot-uniphier/master

2015-07-23 Thread Tom Rini
On Thu, Jul 23, 2015 at 11:49:57PM +0900, Masahiro Yamada wrote: > Hi Tom, > > Please pull some updates specific to UniPhier SoCs. > > > The following changes since commit b217c89e8565ade3aaa9f74c33c93236bf151187: > > Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq > (2015-07-20

Re: [U-Boot] [PATCH V2 5/6] P2571: dts: Add DT files for Tegra210/P2571 board

2015-07-23 Thread Stephen Warren
On 07/23/2015 01:06 PM, Tom Warren wrote: Stephen, -Original Message- From: Stephen Warren [mailto:swar...@wwwdotorg.org] Sent: Thursday, July 23, 2015 11:00 AM To: Tom Warren Cc: u-boot@lists.denx.de; Thierry Reding; Stephen Warren; tomcwarren3...@gmail.com Subject: Re: [U-Boot] [PATCH

Re: [U-Boot] Please pull u-boot-dm

2015-07-23 Thread Tom Rini
On Wed, Jul 22, 2015 at 11:59:38AM -0600, Simon Glass wrote: > Hi Tom, > > This contains Hans's USB fixes and changes, some preliminary patches > for Masahiro's devres stuff and various new uclasses mostly aimed at > Rockchip support. There is also the driver model device tree SPL > support, USB

Re: [U-Boot] [PATCH 8/8] ARM: keystone2: Use common definition for clk_get_rate

2015-07-23 Thread Tom Rini
On Wed, Jul 22, 2015 at 09:09:18PM +0530, Lokesh Vutla wrote: > Since all the clocks are defined common, and has the same logic to get > the frequencies, use a common definition for for clk_get_rate(). > > Signed-off-by: Lokesh Vutla Reviewed-by: Tom Rini -- Tom signature.asc Description:

Re: [U-Boot] Please pull u-boot-marvell master (v2)

2015-07-23 Thread Tom Rini
On Thu, Jul 23, 2015 at 08:44:50AM +, Luka Perkov wrote: > Hi Tom, > > can you please pull the mvebu tree? This series contains mvebu DDR > training code and couple of bug fixes. Also, this version of pull > request has the correct messages. > > Thanks, > Luka > > PS. It turns out that when

Re: [U-Boot] [PATCH 6/8] ARM: keystone2: Cleanup init_pll definition

2015-07-23 Thread Tom Rini
On Wed, Jul 22, 2015 at 09:09:16PM +0530, Lokesh Vutla wrote: > This is just a cosmetic change that makes > the calling of pll init code looks much cleaner. > > Signed-off-by: Lokesh Vutla Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] [PATCH 7/8] ARM: keystone2: Remove unsed external clocks

2015-07-23 Thread Tom Rini
On Wed, Jul 22, 2015 at 09:09:17PM +0530, Lokesh Vutla wrote: > Remove unused external clocks and make a common definition > for all keystone platforms. > > Signed-off-by: Lokesh Vutla Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] [PATCH 5/8] ARM: keystone2: Use common structure for PLLs

2015-07-23 Thread Tom Rini
On Wed, Jul 22, 2015 at 09:09:15PM +0530, Lokesh Vutla wrote: > Register Base addresses are same for PLLs in all > keystone platforms. If a PLL is not available, the corresponding > register addresses are marked as reserved. > Hence use a common definition. > > Signed-off-by: Lokesh Vutla Revie

Re: [U-Boot] [PATCH 4/8] ARM: keystone2: Fix dev and arm speed detection

2015-07-23 Thread Tom Rini
On Wed, Jul 22, 2015 at 09:09:14PM +0530, Lokesh Vutla wrote: > As per the Documentation for K2HK[1], K2L[2], K2E[3], the definition > of DEVSPEED register is same, only the supporting speeds are > different. Hence use the same speed definition for all platforms, > and read the DEVSPEED register t

Re: [U-Boot] [PATCH 2/8] ARM: keystone2: Enable CONFIG_DISPLAY_CPUINFO

2015-07-23 Thread Tom Rini
On Wed, Jul 22, 2015 at 09:09:12PM +0530, Lokesh Vutla wrote: > Add print_cpuinfo() function and enable > CONFIG_DISPLAY_CPUINFO for keystone platforms, > so that cpu info can be displayed during boot. > > Signed-off-by: Lokesh Vutla Reviewed-by: Tom Rini -- Tom signature.asc Description:

Re: [U-Boot] [PATCH 3/8] ARM: keystone2: Cleanup PLL init code

2015-07-23 Thread Tom Rini
On Wed, Jul 22, 2015 at 09:09:13PM +0530, Lokesh Vutla wrote: > There are two types of PLL for all keystone platforms: > Main PLL, Secondary PLL. Instead of duplicating the same definition > for each secondary PLL, have a common function which does > initialization for both PLLs. And also add prop

Re: [U-Boot] [PATCH 1/8] ARM: keystone2: Cleanup SoC detection

2015-07-23 Thread Tom Rini
On Wed, Jul 22, 2015 at 09:09:11PM +0530, Lokesh Vutla wrote: > Add proper register definition for JTAG ID and > cleanup cpu_is_* functions. > > Signed-off-by: Lokesh Vutla Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___

[U-Boot] [PATCH 02/15][v4] imx: usb: ehci-mx7 add usb driver for i.MX7D

2015-07-23 Thread Adrian Alonso
Add support for usb driver for i.MX7D SoC Signed-off-by: Adrian Alonso Signed-off-by: Ye.Li Signed-off-by: Peng Fan --- Changes for V2: Resend Changes for V3: - Integrate review obserbations - Add comments for fucntions board_ehci_hcd_init/board_ehci_power Changes for V4: - Follow kernel doc c

Re: [U-Boot] [PATCH V2 5/6] P2571: dts: Add DT files for Tegra210/P2571 board

2015-07-23 Thread Tom Warren
Stephen, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Thursday, July 23, 2015 11:00 AM > To: Tom Warren > Cc: u-boot@lists.denx.de; Thierry Reding; Stephen Warren; > tomcwarren3...@gmail.com > Subject: Re: [U-Boot] [PATCH V2 5/6] P2571: dts: Add DT fil

Re: [U-Boot] [PATCH V2 5/6] P2571: dts: Add DT files for Tegra210/P2571 board

2015-07-23 Thread Stephen Warren
On 07/23/2015 11:44 AM, Tom Warren wrote: Stephen, -Original Message- From: Stephen Warren [mailto:swar...@wwwdotorg.org] Sent: Wednesday, July 22, 2015 11:17 AM To: Tom Warren Cc: u-boot@lists.denx.de; Thierry Reding; Stephen Warren; tomcwarren3...@gmail.com Subject: Re: [U-Boot] [PATC

Re: [U-Boot] [PATCH 6/8] ARM: keystone2: Cleanup init_pll definition

2015-07-23 Thread Vitaly Andrianov
On 07/22/2015 11:39 AM, Lokesh Vutla wrote: This is just a cosmetic change that makes the calling of pll init code looks much cleaner. Signed-off-by: Lokesh Vutla --- arch/arm/mach-keystone/clock.c | 12 ++--- arch/arm/mach-keystone/include/mach/clock.h | 3 ++- board/ti

Re: [U-Boot] [PATCH 01/12] arm: mx6: cm-fx6: map HDMI to IPU1 DI0 explicitly

2015-07-23 Thread Nikolay Dimitrov
Hi Nikita, On 07/23/2015 05:19 PM, Nikita Kiryanov wrote: U-Boot does not explicitly assign the display to an IPU interface. Instead, it relies on the power-on default of DI0. Since the kernel reassigns HDMI display to DI1, after a warm reset the HDMI display no longer works in U-Boot. Fix thi

Re: [U-Boot] [PATCH 0/2] ARM: tegra: enable GPU DT node

2015-07-23 Thread Andreas Färber
wo patches I get a console login on HDMI again. > > However, I'm still having trouble with X11... Should that be working > with linux.git? (haven't tried linux-next.git yet) Not much better with next-20150723, it finds the IOMMU now but otherwise mostly unchanged: [2.

Re: [U-Boot] [PATCH V2 5/6] P2571: dts: Add DT files for Tegra210/P2571 board

2015-07-23 Thread Tom Warren
Stephen, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Wednesday, July 22, 2015 11:17 AM > To: Tom Warren > Cc: u-boot@lists.denx.de; Thierry Reding; Stephen Warren; > tomcwarren3...@gmail.com > Subject: Re: [U-Boot] [PATCH V2 5/6] P2571: dts: Add DT fi

Re: [U-Boot] [PATCH V2 5/6] P2571: dts: Add DT files for Tegra210/P2571 board

2015-07-23 Thread Tom Warren
Stephen, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Wednesday, July 22, 2015 10:57 AM > To: Tom Warren > Cc: u-boot@lists.denx.de; Thierry Reding; Stephen Warren; > tomcwarren3...@gmail.com > Subject: Re: [U-Boot] [PATCH V2 5/6] P2571: dts: Add DT fi

Re: [U-Boot] [PATCH 00/48] Add support for running U-Boot as an EFI payload/application

2015-07-23 Thread Bin Meng
Hi Simon, On Wed, Jul 22, 2015 at 11:48 PM, Simon Glass wrote: > This series allows U-Boot to be built as an EFI payload so that U-Boot > can be started on almost any x86 platform that supports EFI. This is > implemented as a stub which EFI can load plus a payload that is copied > to RAM. The pay

Re: [U-Boot] [PATCH v3 0/4] sunxi: nand: Basic NAND driver for SPL

2015-07-23 Thread Marek Vasut
On Thursday, July 23, 2015 at 04:59:37 PM, Piotr Zierhoffer wrote: > Hi Marek Hi, > As BROM requires SPL binary size to be limited, we wanted to keep it > very minimal. > > This driver has no integration with full U-Boot driver structure. > What's more, it does not support writing. > > It was t

Re: [U-Boot] [PATCH v3 0/4] sunxi: nand: Basic NAND driver for SPL

2015-07-23 Thread Piotr Zierhoffer
Hi Marek As BROM requires SPL binary size to be limited, we wanted to keep it very minimal. This driver has no integration with full U-Boot driver structure. What's more, it does not support writing. It was tested as SPL driver, so that's why I am submitting it as such. Best regards Piotr Zier

Re: [U-Boot] [PATCH v3 0/4] sunxi: nand: Basic NAND driver for SPL

2015-07-23 Thread Marek Vasut
On Thursday, July 23, 2015 at 02:33:00 PM, Piotr Zierhoffer wrote: > This is a basic driver for the sunxi NAND controller for Allwinner A20. > It supports only SPL. Can you please elaborate how exactly is this specific only to SPL? Why? Best regards, Marek Vasut __

[U-Boot] [PATCH] fdt: Fix fdtdec_get_addr_size() for 64-bit

2015-07-23 Thread Stephen Warren
From: Thierry Reding Signed-off-by: Thierry Reding Signed-off-by: Tom Warren Signed-off-by: Stephen Warren --- Simon, When Thierry first posted this patch, you responded: > > + parent = fdt_parent_offset(blob, node); > > This function is very slow as it must scan the whole tree. Can we

Re: [U-Boot] [PATCH v2] common/lcd_simplefb: Add support for 32bit organized framebuffers

2015-07-23 Thread Anatolij Gustschin
Hi, On Sat, 25 Apr 2015 00:30:21 +0200 Hannes Petermaier wrote: > Signed-off-by: Hannes Petermaier > --- > > Changes in v2: > - correct mistake in color order > > common/lcd_simplefb.c |5 - > 1 file changed, 4 insertions(+), 1 deletion(-) applied to u-boot-video/master. Thanks, A

Re: [U-Boot] [PATCH 47/48] x86: Gracefully disable the vesa driver when running from EFI

2015-07-23 Thread Anatolij Gustschin
Hi Simon, On Wed, 22 Jul 2015 09:49:39 -0600 Simon Glass wrote: > We cannot use this driver when running from EFI as we have no direct hardware > access. Coreboot uses a different driver which uses tables provided by > Coreboot. So far it does not seem possible to use a normal video driver when

[U-Boot] [RFC PATCH] efi: Another way to create u-boot payload for EFI

2015-07-23 Thread Bin Meng
This approach is different from Simon's approach. It uses objcopy to convert u-boot-dtb.bin into an ELF object with all the binary content included in the .data section. This elinimates the need to include a special section in the payload's linker script. Also there is no need to add any ASFLAGS_RE

Re: [U-Boot] [PATCH V2 3/6] ARM: Tegra210: Add SoC code/include files for T210

2015-07-23 Thread Tom Warren
Stephen, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Wednesday, July 22, 2015 10:45 AM > To: Tom Warren > Cc: u-boot@lists.denx.de; Thierry Reding; Stephen Warren; > tomcwarren3...@gmail.com > Subject: Re: [U-Boot] [PATCH V2 3/6] ARM: Tegra210: Add So

[U-Boot] [PATCH 05/12] arm: mx6: cm-fx6: move CMD configs to defconfig

2015-07-23 Thread Nikita Kiryanov
Move CONFIG_CMD_* options that can be selected in menuconfig to cm-fx6 defconfig. Cc: Stefano Babic Cc: Igor Grinberg Signed-off-by: Nikita Kiryanov --- configs/cm_fx6_defconfig | 5 + include/configs/cm_fx6.h | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/configs/

[U-Boot] [PATCH 09/12] usb: kconfig: usb keyboard kconfig

2015-07-23 Thread Nikita Kiryanov
Add Kconfig options for USB keyboard and use them for cm-fx6. Cc: Marek Vasut Cc: Stefano Babic Cc: Igor Grinberg Signed-off-by: Nikita Kiryanov --- configs/cm_fx6_defconfig | 2 ++ drivers/usb/Kconfig | 27 +++ include/configs/cm_fx6.h | 2 -- 3 files changed,

[U-Boot] [PATCH 07/12] arm: mx6: kconfig: don't select CPU_V7 per board

2015-07-23 Thread Nikita Kiryanov
CPU_V7 is already selected by ARCH_MX6, so no point in selecting it again by boards that depend on ARCH_MX6. Cc: Albert Aribaud Cc: Stefano Babic Cc: Igor Grinberg Signed-off-by: Nikita Kiryanov --- arch/arm/cpu/armv7/mx6/Kconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm/

[U-Boot] [PATCH 08/12] arm: mx6: usb: kconfig: add USB_EHCI_MX6 kconfig option

2015-07-23 Thread Nikita Kiryanov
Add USB_EHCI_MX6 option to menuconfig and use it when migrating cm-fx6 usb config to defconfig. Cc: Masahiro Yamada Cc: Marek Vasut Cc: Stefano Babic Cc: Igor Grinberg Signed-off-by: Nikita Kiryanov --- configs/cm_fx6_defconfig | 4 drivers/usb/host/Kconfig | 7 +++ include/configs/

[U-Boot] [PATCH 06/12] arm: mx6: cm-fx6: move cm-fx6 target under ARCH_MX6

2015-07-23 Thread Nikita Kiryanov
cm-fx6 is an MX6 based board, and the menuconfig hierarchy should reflect that. Make TARGET_CM_FX6 dependant on ARCH_MX6. Cc: Stefano Babic Cc: Igor Grinberg Signed-off-by: Nikita Kiryanov --- arch/arm/Kconfig | 8 arch/arm/cpu/armv7/mx6/Kconfig | 8 configs/cm_

[U-Boot] [PATCH 04/12] arm: mx6: cm-fx6: setup hdmi only on hdmi enable

2015-07-23 Thread Nikita Kiryanov
Refactor display code to only setup hdmi if do_enable_hdmi() is invoked. Cc: Stefano Babic Cc: Igor Grinberg Signed-off-by: Nikita Kiryanov --- board/compulab/cm_fx6/cm_fx6.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/board/compulab/cm_fx6/cm_fx6.c b/board/com

[U-Boot] [PATCH 00/12] cm-fx6 and kconfig updates

2015-07-23 Thread Nikita Kiryanov
This series includes some fixes for cm-fx6, as well as migrating of cm-fx6 config options to the defconfig file. In the process of migrating the config #defines, new entries are added to menuconfig. Cc: Stefano Babic Cc: Igor Grinberg Nikita Kiryanov (12): arm: mx6: cm-fx6: map HDMI to IPU1 D

[U-Boot] [PATCH 10/12] usb: kconfig: create a menu for usb

2015-07-23 Thread Nikita Kiryanov
With recent additions to USB Kconfig the number of USB options had grown large enough to warrant a separate menu for USB. Add a Kconfig menu for USB. Cc: Marek Vasut Signed-off-by: Nikita Kiryanov --- drivers/usb/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/Kconfig

[U-Boot] [PATCH 03/12] arm: mx6: cm-fx6: add support for displaytype env var

2015-07-23 Thread Nikita Kiryanov
Add support for selecting display preset using the environment variable "displaytype". This is a preparation for future merging of compulab omap3_display.c display selection code with the cm-fx6 display selection code. The "panel" environment variable is retained for backwards compatibility. Cc:

[U-Boot] [PATCH 01/12] arm: mx6: cm-fx6: map HDMI to IPU1 DI0 explicitly

2015-07-23 Thread Nikita Kiryanov
U-Boot does not explicitly assign the display to an IPU interface. Instead, it relies on the power-on default of DI0. Since the kernel reassigns HDMI display to DI1, after a warm reset the HDMI display no longer works in U-Boot. Fix this by explicitly assigning HDMI to IPU1 DI0 in U-Boot. Cc: St

[U-Boot] [PATCH 02/12] arm: mx6: cm-fx6: make it possible to not init display

2015-07-23 Thread Nikita Kiryanov
Implement a cm-fx6 specific board_video_skip() to provide the option to not initialize the display. The new function does not init display if the environment variable "panel" is not defined, or if it is set to an unsupported value. Collateral changes: - Don't use the global displays array (it's C

[U-Boot] [PATCH 12/12] kconfig: add config option for shell prompt

2015-07-23 Thread Nikita Kiryanov
Add option to set shell prompt string from menuconfig and use it when migrating CONFIG_SYS_PROMPT to cm-fx6 defconfig. Cc: Tom Rini Cc: Masahiro Yamada Cc: Stefano Babic Cc: Igor Grinberg Signed-off-by: Nikita Kiryanov --- common/Kconfig | 7 +++ configs/cm_fx6_defconfig | 1 +

[U-Boot] [PATCH 11/12] sf: kconfig: add kconfig options for spi flashes

2015-07-23 Thread Nikita Kiryanov
Add kconfig options for various SPI flashes and use them in cm-fx6 defconfig. Cc: Jagan Teki Cc: Stefano Babic Cc: Igor Grinberg Signed-off-by: Nikita Kiryanov --- configs/cm_fx6_defconfig | 8 drivers/mtd/spi/Kconfig | 44 include/confi

Re: [U-Boot] [PATCH 09/12] usb: kconfig: usb keyboard kconfig

2015-07-23 Thread Marek Vasut
On Thursday, July 23, 2015 at 04:19:36 PM, Nikita Kiryanov wrote: > Add Kconfig options for USB keyboard and use them for cm-fx6. > > Cc: Marek Vasut > Cc: Stefano Babic > Cc: Igor Grinberg > Signed-off-by: Nikita Kiryanov > --- > configs/cm_fx6_defconfig | 2 ++ > drivers/usb/Kconfig |

Re: [U-Boot] [PATCH 10/12] usb: kconfig: create a menu for usb

2015-07-23 Thread Marek Vasut
On Thursday, July 23, 2015 at 04:19:37 PM, Nikita Kiryanov wrote: > With recent additions to USB Kconfig the number of USB options had grown > large enough to warrant a separate menu for USB. > > Add a Kconfig menu for USB. > > Cc: Marek Vasut > Signed-off-by: Nikita Kiryanov Great work, thank

Re: [U-Boot] [PATCH 08/12] arm: mx6: usb: kconfig: add USB_EHCI_MX6 kconfig option

2015-07-23 Thread Marek Vasut
On Thursday, July 23, 2015 at 04:19:35 PM, Nikita Kiryanov wrote: > Add USB_EHCI_MX6 option to menuconfig and use it when migrating cm-fx6 usb > config to defconfig. > > Cc: Masahiro Yamada > Cc: Marek Vasut > Cc: Stefano Babic > Cc: Igor Grinberg > Signed-off-by: Nikita Kiryanov > --- > con

Re: [U-Boot] [PATCH 09/10 v2] arm: mvebu: Enable USB EHCI support on Armada XP

2015-07-23 Thread Marek Vasut
On Thursday, July 23, 2015 at 04:53:48 PM, Stefan Roese wrote: > On 23.07.2015 16:17, Marek Vasut wrote: > > On Thursday, July 23, 2015 at 01:02:46 PM, Stefan Roese wrote: > >> This patch enables the USB EHCI support for the Marvell Armada XP (AXP) > >> SoCs. In compatism to the Armada 38x (A38x),

Re: [U-Boot] [PATCH v2] arm: mvebu: add multiple usb-hostcontroller support for AXP

2015-07-23 Thread Marek Vasut
On Thursday, July 23, 2015 at 04:54:45 PM, Stefan Roese wrote: > On 23.07.2015 16:20, Marek Vasut wrote: > > On Thursday, July 23, 2015 at 03:07:26 PM, Anton Schubert wrote: > >> Sry, forgot the cc again. > >> > >> Anton > > > > The patch looks OK, but it doesn't apply on top of u-boot-usb/master

Re: [U-Boot] [PATCH v2] arm: mvebu: add multiple usb-hostcontroller support for AXP

2015-07-23 Thread Stefan Roese
On 23.07.2015 16:20, Marek Vasut wrote: On Thursday, July 23, 2015 at 03:07:26 PM, Anton Schubert wrote: Sry, forgot the cc again. Anton The patch looks OK, but it doesn't apply on top of u-boot-usb/master . Can you please fix it up ? Perhaps its easiest if we wait for all the queued MVEBU

Re: [U-Boot] [PATCH 09/10 v2] arm: mvebu: Enable USB EHCI support on Armada XP

2015-07-23 Thread Stefan Roese
On 23.07.2015 16:17, Marek Vasut wrote: On Thursday, July 23, 2015 at 01:02:46 PM, Stefan Roese wrote: This patch enables the USB EHCI support for the Marvell Armada XP (AXP) SoCs. In compatism to the Armada 38x (A38x), the AXP needs to configure the USB PLL and the USB PHY's specifically in U-B

[U-Boot] pull request: u-boot-uniphier/master

2015-07-23 Thread Masahiro Yamada
Hi Tom, Please pull some updates specific to UniPhier SoCs. The following changes since commit b217c89e8565ade3aaa9f74c33c93236bf151187: Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2015-07-20 17:12:52 -0400) are available in the git repository at: git://git.denx.de/u-boo

Re: [U-Boot] [PATCH] ARM: dts: UniPhier: add device-specific compatible string for EEPROM

2015-07-23 Thread Masahiro Yamada
2015-07-13 10:35 GMT+09:00 Masahiro Yamada : > For the record, describe exactly which device of which vendor > is used on this board. > > I2C EEPROM is bound by the generic compatible string, "i2c-eeprom", > so this commit has no impact on the functionality. > > Signed-off-by: Masahiro Yamada > --

Re: [U-Boot] [PATCH 0/7] UniPhier SoC changes for v2015.10-rc1

2015-07-23 Thread Masahiro Yamada
2015-07-21 14:04 GMT+09:00 Masahiro Yamada : > > Masahiro Yamada (7): > ARM: UniPhier: add environment sets for non-FIT Linux boot > ARM: UniPhier: add environment variable for TFTP boot > ARM: UniPhier: disable CONFIG_FIT > ARM: UniPhier: update CONFIG_BOOTARGS > ARM: UniPhier: add PH1-s

Re: [U-Boot] [PATCH 1/1] driver: net: keystone_net: fix phy mode configuration

2015-07-23 Thread Mugunthan V N
On Thursday 23 July 2015 07:08 PM, Ivan Khoronzhuk wrote: > > > On 23.07.15 15:43, Mugunthan V N wrote: >> On Thursday 23 July 2015 04:46 PM, Ivan Khoronzhuk wrote: >>> Hi, Mugunthan >>> >>> You are right, phy mode is a board property. >>> But just for clarifying, does Ethernet SS, which contains

Re: [U-Boot] [PATCH v2] arm: mvebu: add multiple usb-hostcontroller support for AXP

2015-07-23 Thread Marek Vasut
On Thursday, July 23, 2015 at 03:07:26 PM, Anton Schubert wrote: > Sry, forgot the cc again. > > Anton The patch looks OK, but it doesn't apply on top of u-boot-usb/master . Can you please fix it up ? Best regards, Marek Vasut ___ U-Boot mailing list U

Re: [U-Boot] [PATCH 09/10 v2] arm: mvebu: Enable USB EHCI support on Armada XP

2015-07-23 Thread Marek Vasut
On Thursday, July 23, 2015 at 01:02:46 PM, Stefan Roese wrote: > This patch enables the USB EHCI support for the Marvell Armada XP (AXP) > SoCs. In compatism to the Armada 38x (A38x), the AXP needs to configure > the USB PLL and the USB PHY's specifically in U-Boot. The A38x has done > this already

[U-Boot] [PATCH v3 14/15] cgtqmx6eval: Align DCD settings with Congatec's U-boot

2015-07-23 Thread Otavio Salvador
Use the same DCD settings from Congatec's U-boot tree for the P/N 016113 card. Signed-off-by: Otavio Salvador --- Changes in v3: - New patch Changes in v2: None board/congatec/cgtqmx6eval/imximage.cfg | 128 +--- 1 file changed, 51 insertions(+), 77 deletions(-) d

  1   2   >