[U-Boot] [PATCH 00/25] x86: Add Intel Queensbay platform support

2014-12-04 Thread Bin Meng
This patch series add the Intel Queensbay platform support. The Queensbay platform includes an Atom E6xx processor (codename Tunnel Creek) and a Platform Controller Hub EG20T (codename Topcliff). The support depends on Intel Firmware Support Package (FSP) to initialize the processor and chipset in

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

2014-12-04 Thread Tom Rini
On Mon, Dec 01, 2014 at 03:31:17PM -0700, Simon Glass wrote: > Hi Tom, > > A random collection of thnigs. Note the branch is 'sandbox'. > > > The following changes since commit 85bafb6da4dddfffa78479aa49a72ae48578a4ce: > > Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq > (2014-1

Re: [U-Boot] [PATCH] Revert "ARM: SPL: do not set gd again"

2014-12-04 Thread Tom Rini
On Fri, Nov 28, 2014 at 10:48:37PM +0100, Jeroen Hofstee wrote: > Hi all, > > On 11-11-14 22:57, Tom Rini wrote: > >On Mon, Nov 10, 2014 at 03:13:44PM -0700, Simon Glass wrote: > >>+Albert > >> > >>Hi Tom, > >> > >>On 16 September 2014 18:47, Tom Rini wrote: > >>>On Tue, Sep 16, 2014 at 08:27:23P

Re: [U-Boot] [PATCH v2 00/12] spi: sf: ICH SPI driver fix and flash params update

2014-12-04 Thread Jagan Teki
Hi Simon, On 4 December 2014 at 18:34, Simon Glass wrote: > +Tom > > Hi Jagan, > > On 2 December 2014 at 19:33, Bin Meng wrote: >> Hi Jagan, >> >> On Sun, Nov 23, 2014 at 9:43 PM, Bin Meng wrote: >>> Hi Jagan, >>> >>> On Wed, Nov 12, 2014 at 3:04 PM, Jagan Teki >>> wrote: On 12 November

[U-Boot] [PATCH v5 1/3] dts: Bring in Chrome OS keyboard device tree definition

2014-12-04 Thread Simon Glass
This will be used by nyan-big, but bring it in in a separate patch since it will be common to other boards. Signed-off-by: Simon Glass --- Changes in v5: None Changes in v4: None Changes in v3: - Add patch to bring in cros-ec-keyboard.dtsi Changes in v2: None arch/arm/dts/cros-ec-keyboard.dts

[U-Boot] [PATCH v5 3/3] ARM: tegra: Add support for nyan-big board

2014-12-04 Thread Simon Glass
From: Allen Martin Nyan-big is a Tegra124 clamshell board that is very similar to venice2, but it has a different panel, the sdcard cd and wp sense are flipped, and it has a different revision of the AS3722 PMIC. This is the Acer Chromebook 13 CB5-311-T7NN (13.3-inch HD, NVIDIA Tegra K1, 2GB). T

[U-Boot] [PATCH v5 2/3] tegra: dts: Sync tegra124.dtsi with linux kernel

2014-12-04 Thread Simon Glass
Sync this up with Linux v3.18-rc5. Exclude features that are unlikely to supported in U-Boot soon (regulators, pinmux). Also the addresses are updated to 32-bit. Otherwise it is the same. Also bring in the dt-bindings for pinctrl. Signed-off-by: Simon Glass Acked-by: Stephen Warren --- Changes

Re: [U-Boot] [PATCH] get_maintainer.pl: fix source tree detection

2014-12-04 Thread Simon Glass
+Masahiro Hi Tom, On 17 November 2014 at 00:26, Simon Glass wrote: > On 16 November 2014 19:30, Daniel Schwierzeck > wrote: >> get_maintainer.pl always fails with following message: >> ./scripts/get_maintainer.pl: The current directory does not appear to be a >> linux kernel source tree. >> >>

[U-Boot] [PATCH] configs: LS1012XA: Modify CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS for LS102XA

2014-12-04 Thread Nikhil Badola
Change CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS value to 2 for LS102XAQDS and LS102XATWR. The XHCI controller has 2 ports; one for 2.0 and the other for 3.0 USB transactions Signed-off-by: Nikhil Badola --- Depends on patch https://patchwork.ozlabs.org/patch/401448/ and https://patchwor

Re: [U-Boot] [PATCH v2 00/12] spi: sf: ICH SPI driver fix and flash params update

2014-12-04 Thread Simon Glass
+Tom Hi Jagan, On 2 December 2014 at 19:33, Bin Meng wrote: > Hi Jagan, > > On Sun, Nov 23, 2014 at 9:43 PM, Bin Meng wrote: >> Hi Jagan, >> >> On Wed, Nov 12, 2014 at 3:04 PM, Jagan Teki wrote: >>> On 12 November 2014 07:57, Bin Meng wrote: Hi Jagan, On Wed, Nov 5, 2014 at 10:

Re: [U-Boot] [PATCH 1/2] ARM: rpi: rename rpi_b to rpi

2014-12-04 Thread Simon Glass
Hi Albert, On 1 December 2014 at 11:01, Stephen Warren wrote: > On 11/29/2014 08:56 PM, Simon Glass wrote: >> >> Hi, >> >> On 24 November 2014 at 08:52, Simon Glass wrote: >>> >>> On 19 November 2014 at 20:41, Stephen Warren >>> wrote: The U-Boot port runs on a variety of RPi models,

Re: [U-Boot] [PATCH] arm: mx6: gw_ventana: Change clock init to enable NAND related clocks

2014-12-04 Thread Fabio Estevam
Hi Stefan, On Thu, Dec 4, 2014 at 10:04 AM, Stefan Roese wrote: > Otherwise NAND booting is likely to fail. Since this disables the NAND related > clocks and SPL can't load the main U-Boot from NAND. > > This problem was introduced with this patch: > > e25fbe3f (gw_ventana: Move the DCD settings

Re: [U-Boot] [PATCH v3 01/10] dm: i2c: Add a uclass for I2C

2014-12-04 Thread Simon Glass
Hi Masahiro, On 4 December 2014 at 00:27, Masahiro Yamada wrote: > Hi Simon, > > > > On Wed, 3 Dec 2014 19:36:15 -0700 > Simon Glass wrote: > >> Hi Masahiro, >> >> On 3 December 2014 at 19:01, Masahiro Yamada >> wrote: >> > Hi Simon, >> > >> > >> > More comments again. >> > >> > >> > On Mon, 2

Re: [U-Boot] [PATCH v3 01/10] dm: i2c: Add a uclass for I2C

2014-12-04 Thread Simon Glass
Hi Masahiro, On 4 December 2014 at 00:24, Masahiro Yamada wrote: > Hi Simon, > > > > > On Wed, 3 Dec 2014 19:32:18 -0700 > Simon Glass wrote: > >> > >> > BTW, I implemented an i2c driver for my Panasonic board base on this >> > series, >> > and I am playing around with it. >> > >> > I found a s

[U-Boot] [PATCH] arm: mx6: gw_ventana: Change clock init to enable NAND related clocks

2014-12-04 Thread Stefan Roese
Otherwise NAND booting is likely to fail. Since this disables the NAND related clocks and SPL can't load the main U-Boot from NAND. This problem was introduced with this patch: e25fbe3f (gw_ventana: Move the DCD settings to spl code) Signed-off-by: Stefan Roese Cc: Fabio Estevam Cc: Tim Harvey

Re: [U-Boot] [PATCH v2 2/4] gw_ventana: Move the DCD settings to spl code

2014-12-04 Thread Stefan Roese
Hi Fabio, Hi Tim, On 14.11.2014 12:37, Fabio Estevam wrote: From: Fabio Estevam mx6sabresd_spl.cfg configures CCM registers, GPR registers and CCM_CCOSR. Move the configuration to the spl code. CCM_CCOSR setting is no longer required to get audio functionality in the kernel, so remove such s

Re: [U-Boot] [PATCH v1] tools/kwboot: Allow just -t to function

2014-12-04 Thread Stefan Roese
On 03.12.2014 19:16, Suriyan Ramasami wrote: Just a gentle ping to see if this can be commented on/Acked/Merged ? Acked-by: Stefan Roese Thanks, Stefan ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] exynos: snow: external SD/MMC broken

2014-12-04 Thread Guillaume Gardet
Le 04/12/2014 09:00, Jaehoon Chung a écrit : Hi, GUillaume On 12/04/2014 09:18 AM, Minkyu Kang wrote: + Jaehoon Chung On 04/12/14 00:23, Guillaume Gardet wrote: Hi, while trying latest u-boot GIT on snow (Google Chromebook ARM), I encountered some problems with external SD card. I cannot a

[U-Boot] [PATCH] ot1200: enable support for USB_STORAGE

2014-12-04 Thread Christian Gmeiner
Signed-off-by: Christian Gmeiner --- include/configs/ot1200.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/ot1200.h b/include/configs/ot1200.h index 0d0873d..255c933 100644 --- a/include/configs/ot1200.h +++ b/include/configs/ot1200.h @@ -85,6 +85,7 @@ /* USB Configs */

[U-Boot] [PATCH] ot1200: add fsuuid command

2014-12-04 Thread Christian Gmeiner
Signed-off-by: Christian Gmeiner --- include/configs/ot1200.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/ot1200.h b/include/configs/ot1200.h index 9512b1e..0d0873d 100644 --- a/include/configs/ot1200.h +++ b/include/configs/ot1200.h @@ -197,6 +197,8 @@ #define CONFIG_C

[U-Boot] Using u-boot with qemu-system-mips(qemu-2.1.2) caused infinite loop

2014-12-04 Thread jiang
Hello all: I just downloaded the latest u-boot source code,then compiled with: make qemu_mips_defconfig make CROSS_COMPILE=mips-linux-uclibc- then create image: # dd of=flash bs=1k count=4k if=/dev/zero # dd of=flash bs=1k conv=notrunc if=u-boot.bin run with: qemu-system-mips -M mips -pflash flas

Re: [U-Boot] Hi Simon, Problems about RSA public exponents for verified boot

2014-12-04 Thread Michael van der Westhuizen
Hi All, Apologies for the delayed response, I’ve been on vacation. Since this was working for you (Duxiaoqiang) previously it suggests that you are using the default public exponent. If this is still the case you could, as a temporary workaround, remove the public exponent from your public key

Re: [U-Boot] exynos: snow: external SD/MMC broken

2014-12-04 Thread Jaehoon Chung
Hi, GUillaume On 12/04/2014 09:18 AM, Minkyu Kang wrote: > + Jaehoon Chung > > On 04/12/14 00:23, Guillaume Gardet wrote: >> Hi, >> >> while trying latest u-boot GIT on snow (Google Chromebook ARM), I >> encountered some problems with external SD card. >> I cannot access to external SD card ('mm

<    1   2