Re: [U-Boot] [PATCH v2 1/6] x86: Support machines with >4GB of RAM

2015-03-02 Thread Lukasz Majewski
Hi Simon, > Some systems have more than 4GB of RAM. U-Boot can only place things > below 4GB so any memory above that should not be used. Ignore any > such memory so that the memory size will not exceed the maximum. > > This prevents gd->ram_size exceeding 4GB which causes problems for PCI > devi

Re: [U-Boot] [PATCH 3/6] sandbox: Implement host dev [device]

2015-03-02 Thread Sjoerd Simons
On Mon, 2015-03-02 at 14:58 -0700, Simon Glass wrote: > HI Sjoerd, > > How about we change the existing 'sb' command to 'host'? Arguably 'sb' > is a bit of a silly name. We could maintain an alias for a while. I'm fine with that. I'll prepare an update patchset doing the alias and addressing you

Re: [U-Boot] [PATCH V2 7/9] ARM: OMAP3: Introduce OMAP3 Cortex-A8 revision specific errata

2015-03-02 Thread Siarhei Siamashka
On Wed, 25 Feb 2015 13:49:52 -0600 Nishanth Menon wrote: > On 02/25/2015 05:15 AM, Paul Kocialkowski wrote: > > Le mardi 24 février 2015 à 16:57 -0600, Nishanth Menon a écrit : > >> 430973: Stale prediction on replaced inter working branch causes > >>Cortex-A8 to execute in the wrong ARM/Thum

Re: [U-Boot] [PATCH V3 0/11] ARM: OMAP3-DRA7: CP15 erratum workarounds and improvements

2015-03-02 Thread Siarhei Siamashka
On Mon, 2 Mar 2015 16:16:08 -0500 Tom Rini wrote: > On Thu, Feb 26, 2015 at 06:14:25PM +0200, Siarhei Siamashka wrote: > > On Thu, 26 Feb 2015 08:50:09 -0600 > > Nishanth Menon wrote: > > > > > On Thu, Feb 26, 2015 at 1:40 AM, Siarhei Siamashka > > > wrote: > > > > On Wed, 25 Feb 2015 14:55:08

Re: [U-Boot] [PATCH v5 0/5] Clean out SPL and enable driver model

2015-03-02 Thread Simon Glass
Hi Tom, On 2 March 2015 at 17:51, Tom Rini wrote: > On Mon, Mar 02, 2015 at 03:19:05PM -0700, Simon Glass wrote: >> Hi, >> >> On 26 February 2015 at 10:26, Simon Glass wrote: >> > This series includes a few more patches aimed at getting rid of gdata, the >> > parallel global_data structure intro

Re: [U-Boot] u-boot tftp problem

2015-03-02 Thread PF4Public
Hello, Joe Recently I have repeated my tests. U-Boot logs along with pcap dump could be found here: https://mega.co.nz/#!g4UnVaDL!K6ej1OQXg5VE6pU5cmFoELkeqasIDXH1OZbDwdLiXSU I may be wrong, but after careful examination of these dumps (and older ones), I came to the following conclusion: Some

Re: [U-Boot] [PATCH 13/14] warp: Use the default CONFIG_SYS_PBSIZE

2015-03-02 Thread Otavio Salvador
On Mon, Mar 2, 2015 at 2:14 PM, Fabio Estevam wrote: > Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into > the console and hitting enter afterwards, causes a hang in the system because > CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error > messa

Re: [U-Boot] [PATCH 02/14] mx6slevk: Use the default CONFIG_SYS_PBSIZE

2015-03-02 Thread hui....@freescale.com
> -Original Message- > From: Fabio Estevam [mailto:fabio.este...@freescale.com] > Sent: Tuesday, March 03, 2015 1:14 AM > To: sba...@denx.de > Cc: u-boot@lists.denx.de; Estevam Fabio-R49496; Liu Hui-R64343 > Subject: [PATCH 02/14] mx6slevk: Use the default CONFIG_SYS_PBSIZE > > Entering th

Re: [U-Boot] [PATCH 03/14] mx6qarm2: Use the default CONFIG_SYS_PBSIZE

2015-03-02 Thread hui....@freescale.com
> -Original Message- > From: Fabio Estevam [mailto:fabio.este...@freescale.com] > Sent: Tuesday, March 03, 2015 1:14 AM > To: sba...@denx.de > Cc: u-boot@lists.denx.de; Estevam Fabio-R49496; Liu Hui-R64343 > Subject: [PATCH 03/14] mx6qarm2: Use the default CONFIG_SYS_PBSIZE > > Entering th

Re: [U-Boot] [PATCH 04/14] mx53loco: Use the default CONFIG_SYS_PBSIZE

2015-03-02 Thread hui....@freescale.com
> -Original Message- > From: Fabio Estevam [mailto:fabio.este...@freescale.com] > Sent: Tuesday, March 03, 2015 1:14 AM > To: sba...@denx.de > Cc: u-boot@lists.denx.de; Estevam Fabio-R49496; Liu Hui-R64343 > Subject: [PATCH 04/14] mx53loco: Use the default CONFIG_SYS_PBSIZE > > Entering th

Re: [U-Boot] [PATCH v5 0/5] Clean out SPL and enable driver model

2015-03-02 Thread Tom Rini
On Mon, Mar 02, 2015 at 03:19:05PM -0700, Simon Glass wrote: > Hi, > > On 26 February 2015 at 10:26, Simon Glass wrote: > > This series includes a few more patches aimed at getting rid of gdata, the > > parallel global_data structure introduced on some ARM boards. > > > > It also collects togethe

[U-Boot] [PATCH] Kconfig: Move CONFIG_BOOTSTAGE to Kconfig

2015-03-02 Thread Simon Glass
Move CONFIG_BOOT_STAGE and its associated options to Kconfig. Adjust existing users and code. Signed-off-by: Simon Glass --- README | 49 arch/x86/Kconfig | 9 arch/x86/cpu/cpu.c | 2 +- common/Kconfig | 10

[U-Boot] [PATCH] buildman: Correct toolchain download feature

2015-03-02 Thread Simon Glass
Commit d908898 updated the ScanPath() function but not its documentation and not all its callers. This breaks the toolchain check after it is downloaded. Fix it. Signed-off-by: Simon Glass --- tools/buildman/toolchain.py | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --

Re: [U-Boot] DWC2 driver issues

2015-03-02 Thread Stephen Warren
On 03/02/2015 04:42 AM, Marek Vasut wrote: 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 iss

Re: [U-Boot] [PATCH v5 0/5] Clean out SPL and enable driver model

2015-03-02 Thread Simon Glass
Hi, On 26 February 2015 at 10:26, Simon Glass wrote: > This series includes a few more patches aimed at getting rid of gdata, the > parallel global_data structure introduced on some ARM boards. > > It also collects together the other patches which have been sent previously, > so that everything i

Re: [U-Boot] [RFC PATCH v4 23/23] sandbox: eth: Add support for using the 'lo' interface

2015-03-02 Thread Simon Glass
Hi Joe, On 2 March 2015 at 00:18, Joe Hershberger wrote: > > > On Sun, Mar 1, 2015 at 12:07 PM, Simon Glass wrote: >> >> Hi Joe, >> >> On 24 February 2015 at 17:02, Joe Hershberger >> wrote: >> > The 'lo' interface on Linux doesn't support thinks like ARP or >> > link-layer access like we use t

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

2015-03-02 Thread Simon Glass
Hi Tom, On 2 March 2015 at 06:59, Tom Rini wrote: > 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: >

Re: [U-Boot] lcd-console / display rotation

2015-03-02 Thread Anatolij Gustschin
Hi, On Mon, 2 Mar 2015 11:12:23 +0100 Hannes Petermaier wrote: > 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.

Re: [U-Boot] [PATCH 3/6] sandbox: Implement host dev [device]

2015-03-02 Thread Simon Glass
HI Sjoerd, On 28 February 2015 at 07:00, Sjoerd Simons wrote: > On Fri, 2015-02-20 at 12:23 -0700, Simon Glass wrote: >> Hi Sjoerd, >> >> On 19 February 2015 at 15:41, Sjoerd Simons >> wrote: >> > A common pattern to check if a certain device exists (e.g. in >> > config_distro_bootcmd) is to use

Re: [U-Boot] lcd-console / display rotation

2015-03-02 Thread Simon Glass
+Anatolij, Nikita Hi, On 2 March 2015 at 03:12, Hannes Petermaier wrote: > 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 > incremen

Re: [U-Boot] [PATCH V3 0/11] ARM: OMAP3-DRA7: CP15 erratum workarounds and improvements

2015-03-02 Thread Tom Rini
On Thu, Feb 26, 2015 at 06:14:25PM +0200, Siarhei Siamashka wrote: > On Thu, 26 Feb 2015 08:50:09 -0600 > Nishanth Menon wrote: > > > On Thu, Feb 26, 2015 at 1:40 AM, Siarhei Siamashka > > wrote: > > > On Wed, 25 Feb 2015 14:55:08 -0600 > > > Nishanth Menon wrote: > > > > > >> Hi, > > >> > > >>

Re: [U-Boot] mpc837xerdb: "fix Calling __hwconfig without a buffer" warning

2015-03-02 Thread Tom Rini
On Tue, Jan 20, 2015 at 08:47:01PM -0500, Sinan Akman wrote: > Signed-off-by: Sinan Akman 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/mailma

Re: [U-Boot] [PATCH] mpc837xerdb: "fix Calling __hwconfig without a buffer" warning

2015-03-02 Thread Sinan Akman
Hi Tom On 02/03/2015 03:24 PM, Sinan Akman wrote: Tom Rini wrote: On 02/03/2015 02:31 PM, Sinan Akman wrote: Hi Tom As per our discussion with Kim at IRC, could you please pick this for rc2 : http://u-boot.10912.n7.nabble.com/PATCH-mpc837xerdb-fix-Calling-hwconfig-without-a-buffer-wa

[U-Boot] [PATCH v2 2/6] x86: video: Allow keyboard presence to be controlled by device tree

2015-03-02 Thread Simon Glass
At present a VGA console assumes a keyboard unless a CONFIG option is set. This difference can be dealt with by a device tree option, allowing boards that are otherwise the same to use the same configuration. Signed-off-by: Simon Glass --- Changes in v2: - Correct #ifdef setup to avoid build err

[U-Boot] [PATCH v2 1/6] x86: Support machines with >4GB of RAM

2015-03-02 Thread Simon Glass
Some systems have more than 4GB of RAM. U-Boot can only place things below 4GB so any memory above that should not be used. Ignore any such memory so that the memory size will not exceed the maximum. This prevents gd->ram_size exceeding 4GB which causes problems for PCI devices which use DMA. Sig

[U-Boot] [PATCH v2 5/6] x86: Move common Chromebook config into a separate file

2015-03-02 Thread Simon Glass
Since Chromebooks mostly have similar configuration, put it in a common file. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v2: None include/configs/chromebook_link.h | 61 +-- include/configs/x86-chromebook.h | 68 +++

[U-Boot] [PATCH v2 6/6] x86: Add support for panther (Asus Chromebox)

2015-03-02 Thread Simon Glass
Support running U-Boot as a coreboot payload. Tested peripherals include: - Video (HDMI and DisplayPort) - SATA disk - Gigabit Ethernet - SPI flash USB3 does not work. This may be a problem with the USB3 PCI driver or something in the USB3 stack and has not been investigated So far this is disabl

[U-Boot] [PATCH v2 3/6] x86: pci: Add PCI IDs for lynxpoint

2015-03-02 Thread Simon Glass
Add some new device IDs used by this haswell-based chipset. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v2: - Put this patch before the one that needs it include/pci_ids.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/pci_ids.h b/include/pci_ids.h index dc2

[U-Boot] [PATCH v2 4/6] x86: spi: Add support for lynxpoint

2015-03-02 Thread Simon Glass
Add Lynxpoint to the driver so that the Asus Chromebox can be supported. Signed-off-by: Simon Glass Reviewed-by: Jagannadha Sutradharudu Teki --- Changes in v2: None drivers/spi/ich.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/spi/ich.c b/drivers/spi/ich.c i

Re: [U-Boot] [PATCH v1]dm : spi: Convert Freescale DSPI to driver model

2015-03-02 Thread Michael Trimarchi
Hi On 1 Mar 2015 22:09, "haikun.w...@freescale.com" wrote: > > Move the Freescale DSPI driver over to driver model. > > Signed-off-by: Haikun Wang > > --- > > This patch adds two new files drivers/spi/fsl_dspi.c and include/fsl_dspi.h. > They will replace files drivers/spi/cf_spi.c and arch/m68k/

Re: [U-Boot] [PATCH v1]dm : spi: Convert Freescale DSPI to driver model

2015-03-02 Thread Simon Glass
Hi, On 28 February 2015 at 03:54, haikun.w...@freescale.com wrote: > Move the Freescale DSPI driver over to driver model. > > Signed-off-by: Haikun Wang > --- > > This patch adds two new files drivers/spi/fsl_dspi.c and include/fsl_dspi.h. > They will replace files drivers/spi/cf_spi.c and > arc

Re: [U-Boot] [PATCH 4/6] config_distro_bootcmd.h: Add shared block definition for the host interface

2015-03-02 Thread Simon Glass
Hi, On 2 March 2015 at 09:54, Stephen Warren wrote: > On 02/28/2015 07:14 AM, Simon Glass wrote: >> >> +Stephen for real this time >> >> Hi Sjoerd, >> >> On 28 February 2015 at 07:05, Sjoerd Simons >> wrote: >>> >>> On Fri, 2015-02-20 at 12:23 -0700, Simon Glass wrote: +Stephen who kno

Re: [U-Boot] [PATCH][v2] rsa : Compile Modular Exponentiation files based on CONFIG_RSA_SOFTWARE_EXP

2015-03-02 Thread Simon Glass
On 26 February 2015 at 20:40, Gaurav Rana wrote: > Remove dependency of rsa_mod_exp from CONFIG_FIT_SIGNATURE. > As rsa modular exponentiation is an independent module > and can be invoked independently. > > Signed-off-by: Gaurav Rana > Reviewed-by: Simon Glass > CC: Simon Glass > --- > Changes

Re: [U-Boot] [PATCH] arm: imx: Fix conflicting definition types of 'get_reset_cause'

2015-03-02 Thread Otavio Salvador
On Mon, Mar 2, 2015 at 3:32 PM, Stefano Babic wrote: > Hi Marek, Otavio, > > On 02/03/2015 19:27, Marek Vasut wrote: >> On Monday, March 02, 2015 at 07:10:58 PM, Otavio Salvador wrote: >>> The common i.MX definition of 'get_reset_cause' function is non-static >>> so the overriden ones should follo

Re: [U-Boot] [PATCH] mmc: sdhci: don't clobber adjacent registers

2015-03-02 Thread Pantelis Antoniou
Hi Matt, > On Feb 23, 2015, at 23:56 , Matt Reimer wrote: > > SDHCI_HOST_CONTROL is a byte-sized register, so don't write to it > as if it were a long, as that would result in clobbering the three > registers following. > > Signed-off-by: Matt Reimer > --- > drivers/mmc/sdhci.c |2 +- > 1 f

Re: [U-Boot] [PATCH] arm: imx: Fix conflicting definition types of 'get_reset_cause'

2015-03-02 Thread Stefano Babic
Hi Marek, Otavio, On 02/03/2015 19:27, Marek Vasut wrote: > On Monday, March 02, 2015 at 07:10:58 PM, Otavio Salvador wrote: >> The common i.MX definition of 'get_reset_cause' function is non-static >> so the overriden ones should follow it. This fixes following error: >> >> , >> >> | arch/ar

Re: [U-Boot] [PATCH] mmc: s5p: properly mask SELBASECLK

2015-03-02 Thread Matt Reimer
On Mon, Feb 23, 2015 at 2:52 PM, Matt Reimer wrote: > Properly mask SELBASECLK by using an actual mask rather than the > number of bits to shift in order to create the mask. > > Signed-off-by: Matt Reimer > --- > drivers/mmc/s5p_sdhci.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [U-Boot] [PATCH] mmc: sdhci: don't clobber adjacent registers

2015-03-02 Thread Matt Reimer
On Mon, Feb 23, 2015 at 2:56 PM, Matt Reimer wrote: > SDHCI_HOST_CONTROL is a byte-sized register, so don't write to it > as if it were a long, as that would result in clobbering the three > registers following. > > Signed-off-by: Matt Reimer > --- > drivers/mmc/sdhci.c |2 +- > 1 file chan

Re: [U-Boot] [PATCH] arm: imx: Fix conflicting definition types of 'get_reset_cause'

2015-03-02 Thread Marek Vasut
On Monday, March 02, 2015 at 07:10:58 PM, Otavio Salvador wrote: > The common i.MX definition of 'get_reset_cause' function is non-static > so the overriden ones should follow it. This fixes following error: > > , > > | arch/arm/imx-common/cpu.c:29:14: error: static declaration > | > | o

Re: [U-Boot] [GIT PULL] Xilinx ZynqMP

2015-03-02 Thread Tom Rini
On Mon, Mar 02, 2015 at 06:47:17PM +0100, Michal Simek wrote: > Hi Tom, > > please consider to pull this Xilinx ZynqMP platform support to your tree. > > Thanks, > Michal > > The following changes since commit 1606b34aa50804227806971dbb6b82ea0bf81f55: > > Merge branch 'master' of git://git.d

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

2015-03-02 Thread Tom Rini
On Mon, Mar 02, 2015 at 09:10:26AM -0800, Sören Brinkmann wrote: > On Mon, 2015-03-02 at 04:07PM +0100, Michal Simek wrote: > > 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 0

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

2015-03-02 Thread Otavio Salvador
On Mon, Mar 2, 2015 at 3:14 PM, Fabio Estevam wrote: > Hi Otavio, > > On Mon, Mar 2, 2015 at 3:12 PM, Otavio Salvador > wrote: > >> Well this README is covering WaRP so we ought to cover WaRP specifics there. > > What is the exact part of the README that has problems? > > Sorry, I am not able to

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

2015-03-02 Thread Fabio Estevam
Hi Otavio, On Mon, Mar 2, 2015 at 3:12 PM, Otavio Salvador wrote: > Well this README is covering WaRP so we ought to cover WaRP specifics there. What is the exact part of the README that has problems? Sorry, I am not able to get your point. Please be specific.

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

2015-03-02 Thread Otavio Salvador
On Mon, Mar 2, 2015 at 2:53 PM, Fabio Estevam wrote: > Hi Otavio, > > On Mon, Mar 2, 2015 at 2:36 PM, Otavio Salvador > wrote: >>> +Use the default environment variables: >>> + >>> +=> env default -f -a >>> +=> save >> >> Isn't the new binary overwriting it? > > Let's say we are not using DFU an

[U-Boot] [PATCH] arm: imx: Fix conflicting definition types of 'get_reset_cause'

2015-03-02 Thread Otavio Salvador
The common i.MX definition of 'get_reset_cause' function is non-static so the overriden ones should follow it. This fixes following error: , | arch/arm/imx-common/cpu.c:29:14: error: static declaration | of 'get_reset_cause' follows non-static declaration | static char *get_reset_cause(vo

Re: [U-Boot] [PATCH 09/14] mxs: Use the default CONFIG_SYS_PBSIZE

2015-03-02 Thread Marek Vasut
On Monday, March 02, 2015 at 06:14:33 PM, Fabio Estevam wrote: > Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into > the console and hitting enter afterwards, causes a hang in the system > because CONFIG_SYS_PBSIZE is not capable of storing the extra characters > of the er

Re: [U-Boot] [PATCH 14/14] novena: Use the default CONFIG_SYS_PBSIZE

2015-03-02 Thread Marek Vasut
On Monday, March 02, 2015 at 06:14:38 PM, Fabio Estevam wrote: > Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into > the console and hitting enter afterwards, causes a hang in the system > because CONFIG_SYS_PBSIZE is not capable of storing the extra characters > of the er

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

2015-03-02 Thread Fabio Estevam
Hi Otavio, On Mon, Mar 2, 2015 at 2:36 PM, Otavio Salvador wrote: >> +Use the default environment variables: >> + >> +=> env default -f -a >> +=> save > > Isn't the new binary overwriting it? Let's say we are not using DFU and we want to flash u-boot.imx in the SD card of mx6qsabresd, for exampl

[U-Boot] [GIT PULL] Xilinx ZynqMP

2015-03-02 Thread Michal Simek
Hi Tom, please consider to pull this Xilinx ZynqMP platform support to your tree. Thanks, Michal 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 repo

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

2015-03-02 Thread Otavio Salvador
On Mon, Mar 2, 2015 at 12:57 PM, Fabio Estevam wrote: > 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

[U-Boot] [PATCH 03/14] mx6qarm2: Use the default CONFIG_SYS_PBSIZE

2015-03-02 Thread Fabio Estevam
Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into the console and hitting enter afterwards, causes a hang in the system because CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error message: "Unknown command '' - try 'help'". Use the default CONFIG

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

2015-03-02 Thread Sören Brinkmann
On Mon, 2015-03-02 at 04:07PM +0100, Michal Simek wrote: > 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:09

[U-Boot] [PATCH 14/14] novena: Use the default CONFIG_SYS_PBSIZE

2015-03-02 Thread Fabio Estevam
Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into the console and hitting enter afterwards, causes a hang in the system because CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error message: "Unknown command '' - try 'help'". Use the default CONFIG

[U-Boot] [PATCH 05/14] mx51evk: Use the default CONFIG_SYS_PBSIZE

2015-03-02 Thread Fabio Estevam
Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into the console and hitting enter afterwards, causes a hang in the system because CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error message: "Unknown command '' - try 'help'". Use the default CONFIG

[U-Boot] [PATCH 06/14] mx35pdk: Use the default CONFIG_SYS_PBSIZE

2015-03-02 Thread Fabio Estevam
Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into the console and hitting enter afterwards, causes a hang in the system because CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error message: "Unknown command '' - try 'help'". Use the default CONFIG

[U-Boot] [PATCH 13/14] warp: Use the default CONFIG_SYS_PBSIZE

2015-03-02 Thread Fabio Estevam
Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into the console and hitting enter afterwards, causes a hang in the system because CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error message: "Unknown command '' - try 'help'". Use the default CONFIG

[U-Boot] [PATCH 12/14] nitrogen6x: Use the default CONFIG_SYS_PBSIZE

2015-03-02 Thread Fabio Estevam
Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into the console and hitting enter afterwards, causes a hang in the system because CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error message: "Unknown command '' - try 'help'". Use the default CONFIG

[U-Boot] [PATCH 01/14] mx6sxsabresd: Use the default CONFIG_SYS_PBSIZE

2015-03-02 Thread Fabio Estevam
Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into the console and hitting enter afterwards, causes a hang in the system because CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error message: "Unknown command '' - try 'help'". Use the default CONFIG

[U-Boot] [PATCH 10/14] wandboard: Use the default CONFIG_SYS_PBSIZE

2015-03-02 Thread Fabio Estevam
Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into the console and hitting enter afterwards, causes a hang in the system because CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error message: "Unknown command '' - try 'help'". Use the default CONFIG

[U-Boot] [PATCH 11/14] hummingboard: Use the default CONFIG_SYS_PBSIZE

2015-03-02 Thread Fabio Estevam
Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into the console and hitting enter afterwards, causes a hang in the system because CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error message: "Unknown command '' - try 'help'". Use the default CONFIG

[U-Boot] [PATCH 08/14] mx25pdk: Use the default CONFIG_SYS_PBSIZE

2015-03-02 Thread Fabio Estevam
Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into the console and hitting enter afterwards, causes a hang in the system because CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error message: "Unknown command '' - try 'help'". Use the default CONFIG

[U-Boot] [PATCH 09/14] mxs: Use the default CONFIG_SYS_PBSIZE

2015-03-02 Thread Fabio Estevam
Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into the console and hitting enter afterwards, causes a hang in the system because CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error message: "Unknown command '' - try 'help'". Use the default CONFIG

[U-Boot] [PATCH 04/14] mx53loco: Use the default CONFIG_SYS_PBSIZE

2015-03-02 Thread Fabio Estevam
Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into the console and hitting enter afterwards, causes a hang in the system because CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error message: "Unknown command '' - try 'help'". Use the default CONFIG

[U-Boot] [PATCH 07/14] mx31pdk: Use the default CONFIG_SYS_PBSIZE

2015-03-02 Thread Fabio Estevam
Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into the console and hitting enter afterwards, causes a hang in the system because CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error message: "Unknown command '' - try 'help'". Use the default CONFIG

[U-Boot] [PATCH 02/14] mx6slevk: Use the default CONFIG_SYS_PBSIZE

2015-03-02 Thread Fabio Estevam
Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into the console and hitting enter afterwards, causes a hang in the system because CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error message: "Unknown command '' - try 'help'". Use the default CONFIG

Re: [U-Boot] [PATCH 4/6] config_distro_bootcmd.h: Add shared block definition for the host interface

2015-03-02 Thread Stephen Warren
On 02/28/2015 07:14 AM, Simon Glass wrote: +Stephen for real this time Hi Sjoerd, On 28 February 2015 at 07:05, Sjoerd Simons wrote: On Fri, 2015-02-20 at 12:23 -0700, Simon Glass wrote: +Stephen who knows more about this stuff On 19 February 2015 at 15:41, Sjoerd Simons wrote: Define the

Re: [U-Boot] [PATCH v2 0/4] various fixes for apalis/colibri_t30

2015-03-02 Thread Stephen Warren
On 02/28/2015 06:05 PM, Marcel Ziswiler wrote: The following is a set of various fixes for Toradex Apalis and Colibri T30. The series, Acked-by: Stephen Warren ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCHv2 18/20] arm: socfpga: spl: add board_init_f to SPL

2015-03-02 Thread dinguyen
From: Dinh Nguyen Remap SDRAM to 0x0 in board_init_f(). Signed-off-by: Dinh Nguyen --- arch/arm/cpu/armv7/socfpga/spl.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/arm/cpu/armv7/socfpga/spl.c b/arch/arm/cpu/armv7/socfpga/spl.c index 31ac789..21023c2 100644 --- a/ar

[U-Boot] [PATCHv2 11/20] arm: socfpga: spl: Add s_init

2015-03-02 Thread dinguyen
From: Dinh Nguyen Clear OCRAM's ECC. Signed-off-by: Dinh Nguyen --- v2: remove redundant code that is already in arch_early_init_r --- arch/arm/cpu/armv7/socfpga/Makefile | 4 ++-- arch/arm/cpu/armv7/socfpga/s_init.c | 37 + 2 files changed, 39 insertions(+

[U-Boot] [PATCHv2 14/20] arm: socfpga: add sdram stack to SPL

2015-03-02 Thread dinguyen
From: Dinh Nguyen Add a stack in the SDRAM to be able to use SPL_FAT_LOAD in later stages of the SPL. 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/c

[U-Boot] [PATCHv2 05/20] arm: socfpga: spl: enable sdram, timer and uart

2015-03-02 Thread dinguyen
From: Dinh Nguyen Add the calls in the spl_board_init to enable SDRAM, timer, and UART. Signed-off-by: Dinh Nguyen Acked-by: Marek Vasut --- arch/arm/cpu/armv7/socfpga/spl.c | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/cpu/armv7/socfpga/spl.c b/arch/arm/cpu/armv7/socfpga/s

[U-Boot] [PATCHv2 09/20] arm: socfpga: spl: printout sdram size

2015-03-02 Thread dinguyen
From: Dinh Nguyen Signed-off-by: Dinh Nguyen --- v2: Add a debug print --- arch/arm/cpu/armv7/socfpga/spl.c | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/cpu/armv7/socfpga/spl.c b/arch/arm/cpu/armv7/socfpga/spl.c index 71021f0..ea4a1fb 100644 --- a/arch/arm/cpu/armv7/socfpga/

[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

[U-Boot] [PATCHv2 20/20] arm: socfpga: remove the need to map sdram in arch_early_init

2015-03-02 Thread dinguyen
From: Dinh Nguyen Since we are already mapping sdram 0x0 in board_init_f, we can remove it here. Signed-off-by: Dinh Nguyen --- arch/arm/cpu/armv7/socfpga/misc.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm/cpu/armv7/socfpga/misc.c b/arch/arm/cpu/armv7/socfpga/misc.c index 7

[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 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 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 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 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 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 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 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 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 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

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

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 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] 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] 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] 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] 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] 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-

[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] 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

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] [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 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 >

  1   2   >