Re: [U-Boot] [PATCH v3 0/6] SHEEVAPLUG : REFRESH 201412

2014-12-17 Thread drEagle
Le 17/12/2014 15:24, Prafulla Wadaskar a écrit : > > >> -Original Message- >> From: Gérald Kerma [mailto:drea...@doukki.net] >> Sent: 17 December 2014 19:33 >> To: u-boot@lists.denx.de; Prafulla Wadaskar >> Cc: albert.u.b...@aribaud.net; l...@openwrt.org; Gérald >> Kerma >> Subject: [PATC

[U-Boot] [PATCH v3 2/6] SHEEVAPLUG : FIX multiple defines

2014-12-17 Thread Gérald Kerma
Signed-off-by: Gérald Kerma --- include/configs/sheevaplug.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h index 829c57a..393fdd4 100644 --- a/include/configs/sheevaplug.h +++ b/include/configs/sheevaplug.h @@ -140,6 +140,5 @@ #def

[U-Boot] [PATCH v3 1/6] SHEEVAPLUG : FIX typo

2014-12-17 Thread Gérald Kerma
Signed-off-by: Gérald Kerma --- include/configs/sheevaplug.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h index 71be823..829c57a 100644 --- a/include/configs/sheevaplug.h +++ b/include/configs/sheevaplug.h @@ -49,6 +49,7 @@ #defi

[U-Boot] [PATCH v3 5/6] SHEEVAPLUG : ADD FDT support

2014-12-17 Thread Gérald Kerma
LIBFDT feature is required to support new kernel Signed-off-by: Gérald Kerma --- include/configs/sheevaplug.h | 5 + 1 file changed, 5 insertions(+) diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h index 77e8d17..0f523c5 100644 --- a/include/configs/sheevaplug.h +++

[U-Boot] [PATCH v3 0/6] SHEEVAPLUG : REFRESH 201412

2014-12-17 Thread Gérald Kerma
Prepare ENV settings for sheevaplugs to be OpenWRT ready. +--+ | UBOOT| >> 896 Kb (7x128) = uboot +--+ | ENV | >> 128 Kb = uboot_env +--+ | ROOT(FS) | >> 511 Mb @ 1 Mb = root -> rootfs (ubifs) +---

[U-Boot] [PATCH v3 4/6] SHEEVAPLUG : ADD CONFIG_CMD_FAT

2014-12-17 Thread Gérald Kerma
Signed-off-by: Gérald Kerma --- include/configs/sheevaplug.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h index 589655a..77e8d17 100644 --- a/include/configs/sheevaplug.h +++ b/include/configs/sheevaplug.h @@ -51,6 +51,7 @@ #defi

[U-Boot] [PATCH v3 6/6] SHEEVAPLUG : REDEFINE MTDPARTS

2014-12-17 Thread Gérald Kerma
Prepare ENV settings for sheevaplugs to be OpenWRT ready. +--+ | UBOOT| >> 896 Kb (7x128) = uboot +--+ | ENV | >> 128 Kb = uboot_env +--+ | ROOT(FS) | >> 511 Mb @ 1 Mb = root -> rootfs (ubifs) +---

[U-Boot] [PATCH v3 3/6] SHEEVAPLUG : ADD generic board define

2014-12-17 Thread Gérald Kerma
Signed-off-by: Gérald Kerma --- include/configs/sheevaplug.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h index 393fdd4..589655a 100644 --- a/include/configs/sheevaplug.h +++ b/include/configs/sheevaplug.h @@ -10,6 +10,8 @@ #if

Re: [U-Boot] [PATCH v3 0/6] ARM: kirkwood: mvebu_mmc: Speed up access time

2014-12-17 Thread drEagle
Hi, Any chance to be included in the next release of u-boot ? Regards, Gérald Le 15/12/2014 12:14, Mario Schuknecht a écrit : > > 2014-12-13 21:35 GMT+01:00 Gérald Kerma >: > > > This serie of patches speed up access time of MVEBUMMC driver > > This is all

Re: [U-Boot] [PATCH v3 23/27] x86: crownbay: Add SPI flash support

2014-12-17 Thread Jagan Teki
On 18 December 2014 at 12:48, Bin Meng wrote: > Hi Jagan, > > On Thu, Dec 18, 2014 at 3:06 PM, Jagan Teki wrote: >> On 12 December 2014 at 18:35, Bin Meng wrote: >>> The Crown Bay board has an SST25VF016B flash connected to the Tunnel >>> Creek processor SPI controller used as the BIOS media whe

Re: [U-Boot] [PATCH v3 23/27] x86: crownbay: Add SPI flash support

2014-12-17 Thread Bin Meng
Hi Jagan, On Thu, Dec 18, 2014 at 3:06 PM, Jagan Teki wrote: > On 12 December 2014 at 18:35, Bin Meng wrote: >> The Crown Bay board has an SST25VF016B flash connected to the Tunnel >> Creek processor SPI controller used as the BIOS media where U-Boot >> is stored. Enable this flash support. > >

Re: [U-Boot] [PATCH] spl: spl_nor: surround Linux-load code with #ifdef CONFIG_SPL_OS_BOOT

2014-12-17 Thread Masahiro Yamada
Hi Tom, On Wed, 10 Dec 2014 20:34:03 -0500 Tom Rini wrote: > On Thu, Dec 11, 2014 at 10:01:38AM +0900, Masahiro Yamada wrote: > > > If CONFIG_SPL_NOR_SUPPORT is defined, spl_nor_load_image() requires > > spl_start_uboot(), CONFIG_SYS_OS_BASE, CONFIG_SYS_SPL_ARGS_ADDR, > > CONFIG_SYS_FDT_BASE to

Re: [U-Boot] [PATCH v3 23/27] x86: crownbay: Add SPI flash support

2014-12-17 Thread Jagan Teki
On 12 December 2014 at 18:35, Bin Meng wrote: > The Crown Bay board has an SST25VF016B flash connected to the Tunnel > Creek processor SPI controller used as the BIOS media where U-Boot > is stored. Enable this flash support. Is this necessary to enable flash at BIOS media? How about other flash

Re: [U-Boot] [PATCH] da850evm: Use generic board and libfdt, fix size for SPI flash

2014-12-17 Thread Jagan Teki
On 17 December 2014 at 06:44, Peter Howard wrote: > Add defines to use CONFIG_SYS_GENERIC_BOARD and CONFIG_OF_LIBFDT. > Semi-separate to this: the size of the image for the da850evm has > increased to the point that the size in da850evm.h and the offset for > the environment in SPI flash no longer

Re: [U-Boot] [PATCH V4 2/3] usb: eth: add ASIX AX88179 DRIVER

2014-12-17 Thread Joe Hershberger
Hi Marek, On Wed, Dec 17, 2014 at 10:00 AM, Marek Vasut wrote: > > On Wednesday, December 17, 2014 at 01:33:57 PM, René Griessl wrote: > > > Is there a reason you can't implement write_hwaddr() so that it will > > > behave like other NICs (u-boot is the highest priority source of the > > > MAC ad

Re: [U-Boot] [PATCH] cros-ec-keyboard: Synchronize DT binding from linux

2014-12-17 Thread Simon Glass
Hi, On 16 December 2014 at 01:03, Sjoerd Simons wrote: > On Mon, 2014-12-15 at 23:34 +0100, Pavel Machek wrote: >> On Thu 2014-11-27 16:34:08, Sjoerd Simons wrote: >> > The ChromeOS EC keyboard is used by various different chromebooks. Peach >> > pi being the third board in the u-boot tree to use

Re: [U-Boot] [PATCH] fs: fat: read: fix fat16 ls/read issue

2014-12-17 Thread Simon Glass
Hi Przemyslaw, On 17 December 2014 at 02:03, Przemyslaw Marczak wrote: > Hello, > > > On 12/16/2014 11:26 PM, Simon Glass wrote: >> >> Hi Przemyslaw, >> >> On 12 December 2014 at 08:30, Przemyslaw Marczak >> wrote: >>> >>> Hello, >>> >>> >>> On 12/12/2014 01:32 AM, Simon Glass wrote: >

Re: [U-Boot] [PATCH] mpc85xx: clean up the old deep sleep framework

2014-12-17 Thread York Sun
On 12/17/2014 06:43 PM, Tang Yuantian-B29983 wrote: > Hello York, > > The following 3 patches, which are independent to each other, should be > applied first before this one get applied. > You can apply these 4 patches in the order I sent them. > > 1. mpc85xx/t102xrdb: convert deep sleep to gene

Re: [U-Boot] [PATCH v2 2/2] fsl/ls1021qds: Add deep sleep support

2014-12-17 Thread Yuantian Tang
Hello York, This patch's dependent patch is merged into mainline. So there is no dependency for this patch anymore. Thanks, Yuantian > -Original Message- > From: Tang Yuantian [mailto:yuantian.t...@freescale.com] > Sent: Wednesday, December 17, 2014 12:58 PM > To: albert.u.b...@aribaud.

Re: [U-Boot] [PATCH] mpc85xx: clean up the old deep sleep framework

2014-12-17 Thread Yuantian Tang
Hello York, The following 3 patches, which are independent to each other, should be applied first before this one get applied. You can apply these 4 patches in the order I sent them. 1. mpc85xx/t102xrdb: convert deep sleep to generic board interface http://patchwork.ozlabs.org/patch/422189/ 2.

Re: [U-Boot] [PATCH] mpc85xx: clean up the old deep sleep framework

2014-12-17 Thread York Sun
On 12/17/2014 06:26 PM, Tang Yuantian wrote: > All the boards that support deep sleep feature are converted > to deep sleep generic board interface. The old interface which > support non-generic board is not used anymore. So clean it up. > > Signed-off-by: Tang Yuantian > --- I know for sure we

[U-Boot] [PATCH] mpc85xx: clean up the old deep sleep framework

2014-12-17 Thread Tang Yuantian
All the boards that support deep sleep feature are converted to deep sleep generic board interface. The old interface which support non-generic board is not used anymore. So clean it up. Signed-off-by: Tang Yuantian --- arch/powerpc/cpu/mpc85xx/cpu_init.c | 10 +- arch/powerpc/lib/board.

[U-Boot] [PATCH] mpc85xx/t1040qds: convert deep sleep to generic board interface

2014-12-17 Thread Tang Yuantian
A new deep sleep interface is introduced to support generic board structure. Converts it to use new interface. Signed-off-by: Tang Yuantian --- board/freescale/t1040qds/ddr.c | 19 +++ board/freescale/t1040qds/t1040qds.c | 23 +++ include/configs/T1040QDS

[U-Boot] [PATCH] mpc85xx/t102xqds: convert deep sleep to generic board interface

2014-12-17 Thread Tang Yuantian
A new deep sleep interface is introduced to support generic board structure. Converts it to use new interface. Signed-off-by: Tang Yuantian --- board/freescale/t102xqds/ddr.c | 19 +++ board/freescale/t102xqds/t102xqds.c | 23 +++ include/configs/T102xQDS

Re: [U-Boot] [PATCH] ls1:config: Add USB support for ls1021atwr

2014-12-17 Thread York Sun
On 10/21/2014 04:36 AM, Ramneek Mehresh wrote: > Add USB EHCI/XHCI support for ls1021atwr platform and > making xHCI as default mode > > Signed-off-by: Ramneek Mehresh > --- > include/configs/ls1021atwr.h | 28 > 1 file changed, 28 insertions(+) > Please verify thi

Re: [U-Boot] [PATCH] ls1:config: Add XHCI support for ls1021aqds

2014-12-17 Thread York Sun
On 10/21/2014 04:36 AM, Ramneek Mehresh wrote: > Add USB XHCI support for ls1021aqds platform and > making this as default mode > > Signed-off-by: Ramneek Mehresh > --- > include/configs/ls1021aqds.h | 21 - > 1 file changed, 16 insertions(+), 5 deletions(-) > Please verify

Re: [U-Boot] [PATCH V4 2/3] usb: eth: add ASIX AX88179 DRIVER

2014-12-17 Thread Marek Vasut
On Wednesday, December 17, 2014 at 01:33:57 PM, René Griessl wrote: > > Is there a reason you can't implement write_hwaddr() so that it will > > behave like other NICs (u-boot is the highest priority source of the > > MAC address). > > The AX88179 uses an external flash to store the MAC address. S

Re: [U-Boot] [PATCH 3/4] [RFC] hash: Add function to find hash_algo struct with progressive hash

2014-12-17 Thread Simon Glass
Hi, On 17 December 2014 at 03:05, Ruchika Gupta wrote: > Signed-off-by: Ruchika Gupta > CC: Simon Glass > --- > common/hash.c | 35 ++- > include/hash.h | 15 +++ > 2 files changed, 41 insertions(+), 9 deletions(-) > Can you please add a commit mes

Re: [U-Boot] [PATCH 4/4] [RFC] rsa: Use checksum algorithms from struct hash_algo

2014-12-17 Thread Simon Glass
Hi, On 17 December 2014 at 03:05, Ruchika Gupta wrote: > Currently the hash functions used in RSA are called > directly from the sha1 and sha256 libraries. > Change the RSA checksum library to use the progressive > hash API's registered with struct hash_algo. This will > allow the checksum librar

Re: [U-Boot] [PATCH 2/4] [RFC] crypto/fsl: Add support for RSA Modular Exponentiation

2014-12-17 Thread Simon Glass
Hi Ruchika, On 17 December 2014 at 03:05, Ruchika Gupta wrote: > Support added for offloading Modular Exponentiation required > in RSA Verify functionality to hardware which depends on > CONFIG_RSA_MOD_EXP_HW. > > Signed-off-by: Ruchika Gupta > CC: Simon Glass > --- > drivers/crypto/fsl/Makefi

Re: [U-Boot] [PATCH 1/4] [RFC] rsa: Split the rsa-verify

2014-12-17 Thread Simon Glass
Hi Ruchika, On 17 December 2014 at 03:05, Ruchika Gupta wrote: > Public exponentiation which is required in rsa verify > functionality is currently tightly integrated with > verification code in rsa_verify.c. Currently this > implementation is software based. Some platforms > having support of th

Re: [U-Boot] Falcon mode boot support

2014-12-17 Thread Tom Rini
On Wed, Dec 17, 2014 at 04:27:37PM -, Andy Pont wrote: > Hi Tom, > > Following the experiment that yielded the following results: > > > U-Boot> time sf read ${loadaddr} 0x20 ${loadsize} > > > > I get the following back: > > > > SF: 2541352 bytes @ 0x20 Read: OK > > time: 2.447 secon

Re: [U-Boot] [PATCH v2] ubi: enable error reporting in initialization

2014-12-17 Thread Hector Palacios
Hi Andrew, On 11/05/2014 08:31 PM, Andrew Ruder wrote: > The UBI layer will disable much of its error reporting when it is > compiled into the linux kernel to avoid stopping boot. We want this > error reporting in U-Boot since we don't initialize the UBI layer until > it is used and want the erro

Re: [U-Boot] [PATCH V4 2/3] usb: eth: add ASIX AX88179 DRIVER

2014-12-17 Thread Joe Hershberger
On Fri, Nov 7, 2014 at 9:53 AM, Rene Griessl < rgrie...@cit-ec.uni-bielefeld.de> wrote: > > This patch adds driver support for the ASIX AX88179 USB3.0 to GbE network > adapter. > > Driver has been tested on the RECS5250 COM module (similar to ARDALE5250). > Testcase was DHCP and PXE boot. > > Signe

Re: [U-Boot] [PATCH V4 2/3] usb: eth: add ASIX AX88179 DRIVER

2014-12-17 Thread Joe Hershberger
On Wed, Dec 17, 2014 at 6:33 AM, René Griessl < rgrie...@cit-ec.uni-bielefeld.de> wrote: >> Is there a reason you can't implement write_hwaddr() so that it will behave like other NICs (u-boot is the highest priority source of the MAC address). > > The AX88179 uses an external flash to store the MAC

Re: [U-Boot] [PATCH v3] dm: sh: serial: Add support driver model

2014-12-17 Thread Simon Glass
On 16 December 2014 at 17:03, Nobuhiro Iwamatsu wrote: > This adds driver model support with this driver. This was tested by Koelsch > board and Gose board. > > Signed-off-by: Nobuhiro Iwamatsu > --- > V3: Add function of checking -EAGAIN without DM. > V2: Fix loop for tx fifo and tx fifo. >

Re: [U-Boot] Falcon mode boot support

2014-12-17 Thread Andy Pont
Hi Tom, Following the experiment that yielded the following results: > U-Boot> time sf read ${loadaddr} 0x20 ${loadsize} > > I get the following back: > > SF: 2541352 bytes @ 0x20 Read: OK > time: 2.447 seconds I have done some reading and poking around and have added the OMAP3_MCSPI_C

Re: [U-Boot] [PATCH 1/2] kbuild: Fix a false error of generic board support

2014-12-17 Thread Tom Rini
On Wed, Dec 17, 2014 at 02:04:32AM +0100, Marek Vasut wrote: > On Wednesday, December 17, 2014 at 12:56:46 AM, Tom Rini wrote: > > On Tue, Dec 16, 2014 at 02:56:44PM -0600, mgerlach wrote: > > > Hello Masahiro Yamada, > > > > > > Even the with this patch, we encountered a false error of generic bo

Re: [U-Boot] [PATCH v4 14/15] x86: Add a README.x86 for U-Boot on x86 support

2014-12-17 Thread Simon Glass
On 17 December 2014 at 00:50, Bin Meng wrote: > Signed-off-by: Bin Meng > Acked-by: Simon Glass > > --- > > Changes in v4: > - Minor update per review comments from Pavel Machek > > Changes in v3: None > Changes in v2: > - Remove the 'make menuconfig' in the crownbay build instructions > - Indic

Re: [U-Boot] [PATCH v4 11/15] x86: crownbay: Enable Intel E1000 NIC support

2014-12-17 Thread Simon Glass
On 17 December 2014 at 00:50, Bin Meng wrote: > We don't have driver for the Intel Topcliff PCH Gigabit Ethernet > controller for now, so enable the Intle E1000 NIC support, which > can be plugged into any PCIe slot on the Crown Bay board. > > Signed-off-by: Bin Meng > Acked-by: Simon Glass > --

Re: [U-Boot] [PATCH v4 13/15] x86: Rename coreboot-serial to x86-serial

2014-12-17 Thread Simon Glass
On 17 December 2014 at 00:50, Bin Meng wrote: > Signed-off-by: Bin Meng > Acked-by: Simon Glass > > --- > > Changes in v4: None > Changes in v3: None > Changes in v2: > - New patch to rename coreboot-serial to x86-serial > > arch/x86/dts/coreboot.dtsi | 2 +- > drivers/

Re: [U-Boot] [PATCH v4 12/15] x86: crownbay: Add SDHCI support

2014-12-17 Thread Simon Glass
On 17 December 2014 at 00:50, Bin Meng wrote: > There are two standard SD card slots on the Crown Bay board, which > are connected to the Topcliff PCH SDIO controllers. Enable the SDHC > support so that we can use them. > > Signed-off-by: Bin Meng > Acked-by: Simon Glass > > --- > > Changes in v

Re: [U-Boot] [PATCH v4 15/15] x86: Clean up the FSP support codes

2014-12-17 Thread Simon Glass
On 17 December 2014 at 07:41, Simon Glass wrote: > On 17 December 2014 at 00:50, Bin Meng wrote: >> This is the follow-on patch to clean up the FSP support codes: >> >> - Remove the _t suffix on the structures defines >> - Use __packed for structure defines >> - Use U-Boot's assert() >> - Use sta

Re: [U-Boot] [PATCH v4 10/15] x86: crownbay: Add SPI flash support

2014-12-17 Thread Simon Glass
On 17 December 2014 at 00:50, Bin Meng wrote: > The Crown Bay board has an SST25VF016B flash connected to the Tunnel > Creek processor SPI controller used as the BIOS media where U-Boot > is stored. Enable this flash support. > > Signed-off-by: Bin Meng > Acked-by: Simon Glass > > --- > > Change

Re: [U-Boot] [PATCH v4 08/15] x86: Use consistent name XXX_ADDR for binary blob flash address

2014-12-17 Thread Simon Glass
On 17 December 2014 at 00:50, Bin Meng wrote: > Signed-off-by: Bin Meng > Acked-by: Simon Glass > > --- > > Changes in v4: None > Changes in v3: None > Changes in v2: > - New patch to use consistent name XXX_ADDR for binary blobs > > Makefile | 2 +- > arch/x86/cpu/i

Re: [U-Boot] [PATCH v4 09/15] x86: Include FSP and CMC binary in the u-boot.rom build rules

2014-12-17 Thread Simon Glass
On 17 December 2014 at 00:50, Bin Meng wrote: > Signed-off-by: Bin Meng > Acked-by: Simon Glass > > --- > > Changes in v4: None > Changes in v3: None > Changes in v2: > - Update ifdtool flags to indicate FSP and CMC files are in > the board directory > - Use consistent XXX_FILE name for binary

Re: [U-Boot] [PATCH v4 07/15] x86: Add crownbay defconfig and config.h

2014-12-17 Thread Simon Glass
On 17 December 2014 at 00:50, Bin Meng wrote: > Signed-off-by: Bin Meng > Acked-by: Simon Glass > --- > > Changes in v4: None > Changes in v3: None > Changes in v2: None > > configs/crownbay_defconfig | 6 ++ > include/configs/crownbay.h | 52 >

Re: [U-Boot] [PATCH v4 05/15] x86: Enable the queensbay cpu directory build

2014-12-17 Thread Simon Glass
On 17 December 2014 at 00:50, Bin Meng wrote: > Signed-off-by: Bin Meng > Acked-by: Simon Glass > --- > > Changes in v4: None > Changes in v3: None > Changes in v2: None > > arch/x86/cpu/Makefile | 1 + > 1 file changed, 1 insertion(+) Applied to u-boot-x86, thanks! ___

Re: [U-Boot] [PATCH v4 06/15] x86: Add queensbay and crownbay Kconfig files

2014-12-17 Thread Simon Glass
On 17 December 2014 at 00:50, Bin Meng wrote: > Signed-off-by: Bin Meng > Acked-by: Simon Glass > > --- > > Changes in v4: None > Changes in v3: None > Changes in v2: > - Fix several typos in queensbay/Kconfig > - Change FSP_FILE and CMC_FILE description to indicate the file is > in the board

Re: [U-Boot] [PATCH v4 04/15] x86: ich6-gpio: Add Intel Tunnel Creek GPIO support

2014-12-17 Thread Simon Glass
On 17 December 2014 at 00:50, Bin Meng wrote: > Intel Tunnel Creek GPIO register block is compatible with current > ich6-gpio driver, except the offset and content of GPIO block base > address register in the LPC PCI configuration space are different. > > Use u16 instead of u32 to store the 16-bit

Re: [U-Boot] [PATCH v4 03/15] x86: Convert microcode format to device-tree-only

2014-12-17 Thread Simon Glass
On 17 December 2014 at 01:05, Bin Meng wrote: > Hi, > > On Wed, Dec 17, 2014 at 3:50 PM, Bin Meng wrote: >> From: Simon Glass >> >> To avoid having two microcode formats, adjust the build system to support >> obtaining the microcode from the device tree, even in the case where it >> must be made

Re: [U-Boot] [PATCH v4 02/15] x86: Add basic support to queensbay platform and crownbay board

2014-12-17 Thread Simon Glass
On 17 December 2014 at 07:41, Simon Glass wrote: > On 17 December 2014 at 00:50, Bin Meng wrote: >> Implement minimum required functions for the basic support to >> queensbay platform and crownbay board. >> >> Currently the implementation is to call fsp_init() in the car_init(). >> We may move th

Re: [U-Boot] [PATCH v4 01/15] x86: Integrate Tunnel Creek processor microcode

2014-12-17 Thread Simon Glass
On 17 December 2014 at 07:40, Simon Glass wrote: > On 17 December 2014 at 00:50, Bin Meng wrote: >> Integrate the processor microcode version 1.05 for Tunnel Creek, >> CPUID device 20661h. >> >> Signed-off-by: Bin Meng >> >> --- >> >> Changes in v4: >> - Switch to use dtsi format microcode >> >>

Re: [U-Boot] [PATCH v4 02/15] x86: Add basic support to queensbay platform and crownbay board

2014-12-17 Thread Simon Glass
On 17 December 2014 at 00:50, Bin Meng wrote: > Implement minimum required functions for the basic support to > queensbay platform and crownbay board. > > Currently the implementation is to call fsp_init() in the car_init(). > We may move that call to cpu_init_f() in the future. > > Signed-off-by:

Re: [U-Boot] [PATCH v4 15/15] x86: Clean up the FSP support codes

2014-12-17 Thread Simon Glass
On 17 December 2014 at 00:50, Bin Meng wrote: > This is the follow-on patch to clean up the FSP support codes: > > - Remove the _t suffix on the structures defines > - Use __packed for structure defines > - Use U-Boot's assert() > - Use standard bool true/false > - Remove read_unaligned64() > - Us

Re: [U-Boot] [PATCH v4 01/15] x86: Integrate Tunnel Creek processor microcode

2014-12-17 Thread Simon Glass
On 17 December 2014 at 00:50, Bin Meng wrote: > Integrate the processor microcode version 1.05 for Tunnel Creek, > CPUID device 20661h. > > Signed-off-by: Bin Meng > > --- > > Changes in v4: > - Switch to use dtsi format microcode > > Changes in v3: None > Changes in v2: None > > arch/x86/dts/mi

Re: [U-Boot] [PATCH 25/25] x86: Add a README.x86 for U-Boot on x86 support

2014-12-17 Thread Simon Glass
Hi Pavel, On 15 December 2014 at 15:34, Pavel Machek wrote: > > Hi! > > > +Status > > +-- > > +U-Boot supports running as a coreboot [1] payload on x86. So far only link > > +(Chromebook pixel) has been tested, but it should work with minimal > > adjustments > > Link is codeword for Chromeboo

Re: [U-Boot] [PATCH v3 0/6] SHEEVAPLUG : REFRESH 201412

2014-12-17 Thread Prafulla Wadaskar
> -Original Message- > From: Gérald Kerma [mailto:drea...@doukki.net] > Sent: 17 December 2014 19:33 > To: u-boot@lists.denx.de; Prafulla Wadaskar > Cc: albert.u.b...@aribaud.net; l...@openwrt.org; Gérald > Kerma > Subject: [PATCH v3 0/6] SHEEVAPLUG : REFRESH 201412 > > Prepare ENV setti

Re: [U-Boot] [PATCH 02/14] sunxi: Add support for the rsb (Reduced Serial Bus)

2014-12-17 Thread Hans de Goede
Hi, On 17-12-14 03:22, Chen-Yu Tsai wrote: Hi, On Wed, Dec 17, 2014 at 4:31 AM, Hans de Goede wrote: sun8i (A23) introduces a new bus for communicating with the pmic, the rsb, the rsb is also used to communicate with the pmic on the A80, and is documented in the A80 user manual. This commit

Re: [U-Boot] [PATCH V4 2/3] usb: eth: add ASIX AX88179 DRIVER

2014-12-17 Thread René Griessl
Is there a reason you can't implement write_hwaddr() so that it will behave like other NICs (u-boot is the highest priority source of the MAC address). The AX88179 uses an external flash to store the MAC address. So for my application I do not want the user to be able to change it, since

[U-Boot] [PATCH 3/4] [RFC] hash: Add function to find hash_algo struct with progressive hash

2014-12-17 Thread Ruchika Gupta
Signed-off-by: Ruchika Gupta CC: Simon Glass --- common/hash.c | 35 ++- include/hash.h | 15 +++ 2 files changed, 41 insertions(+), 9 deletions(-) diff --git a/common/hash.c b/common/hash.c index 12d6759..87263df 100644 --- a/common/hash.c +++ b/com

[U-Boot] [PATCH 2/4] [RFC] crypto/fsl: Add support for RSA Modular Exponentiation

2014-12-17 Thread Ruchika Gupta
Support added for offloading Modular Exponentiation required in RSA Verify functionality to hardware which depends on CONFIG_RSA_MOD_EXP_HW. Signed-off-by: Ruchika Gupta CC: Simon Glass --- drivers/crypto/fsl/Makefile | 1 + drivers/crypto/fsl/fsl_rsa.c | 44

[U-Boot] [PATCH 0/4] [RFC] rsa: Modify rsa lib to use hw acceleration

2014-12-17 Thread Ruchika Gupta
The rsa-verify functionality is a two step operation involving: 1. Checksum (hash) Calculation over image regions 2. Public Key Modular exponentiation over signature to generate hash The following patch set modifies the rsa library to use hw acceleration if available in platform. The first two

Re: [U-Boot] [PATCH v3 0/6] ARM: kirkwood: mvebu_mmc: Speed up access time

2014-12-17 Thread Pantelis Antoniou
Hi Gerald, Last pull-req for mmc was last Friday, I intend to issue another this Friday too. Regards — Pantelis > On Dec 17, 2014, at 11:22 , drEagle wrote: > > Hi, > > Any chance to be included in the next release of u-boot ? > > Regards, > Gérald > > Le 15/12/2014 12:14, Mario Schuknech

[U-Boot] [PATCH 4/4] [RFC] rsa: Use checksum algorithms from struct hash_algo

2014-12-17 Thread Ruchika Gupta
Currently the hash functions used in RSA are called directly from the sha1 and sha256 libraries. Change the RSA checksum library to use the progressive hash API's registered with struct hash_algo. This will allow the checksum library to use the support of hardware accelerated progressive hash API's

[U-Boot] [PATCH 1/4] [RFC] rsa: Split the rsa-verify

2014-12-17 Thread Ruchika Gupta
Public exponentiation which is required in rsa verify functionality is currently tightly integrated with verification code in rsa_verify.c. Currently this implementation is software based. Some platforms having support of the exponentiation in hardware. To enable the rsa verify functionality to use

[U-Boot] [PATCH] powerpc/t1024rdb: Add support for T1024RDB-PB

2014-12-17 Thread Shengzhou Liu
T1024RDB-PB board adds 2.5G SGMII support with AQR105 PHY. rcw_0x095 is used for 10G XFI + 3x PCIex1 rcw_0x135 is used for 2.5G SGMII + 2x PCIex1 Signed-off-by: Shengzhou Liu --- based on u-boot-fsl-qoriq.git, master branch board/freescale/t102xrdb/cpld.h | 4 board/freescale/t102

Re: [U-Boot] [PATCH] fs: fat: read: fix fat16 ls/read issue

2014-12-17 Thread Przemyslaw Marczak
Hello, On 12/16/2014 11:26 PM, Simon Glass wrote: Hi Przemyslaw, On 12 December 2014 at 08:30, Przemyslaw Marczak wrote: Hello, On 12/12/2014 01:32 AM, Simon Glass wrote: Hi Przemyslaw, On 11 December 2014 at 05:01, Przemyslaw Marczak wrote: The present fat implementation ignores FAT

Re: [U-Boot] [PATCH] fs: fat: read: fix fat16 ls/read issue

2014-12-17 Thread Przemyslaw Marczak
Hello, On 12/16/2014 11:26 PM, Simon Glass wrote: Hi Przemyslaw, On 12 December 2014 at 08:30, Przemyslaw Marczak wrote: Hello, On 12/12/2014 01:32 AM, Simon Glass wrote: Hi Przemyslaw, On 11 December 2014 at 05:01, Przemyslaw Marczak wrote: The present fat implementation ignores FAT

Re: [U-Boot] [PATCH] fat: scripts for prepare and test read fat files

2014-12-17 Thread Przemyslaw Marczak
Hello Simon, On 12/16/2014 09:41 PM, Simon Glass wrote: Hi Przemyslaw, On 12 December 2014 at 08:54, Przemyslaw Marczak wrote: Hello, On 12/12/2014 04:52 PM, Przemyslaw Marczak wrote: - mktest_files: script for generating random siz

Re: [U-Boot] [PATCH v3 0/9] sf: Update flash params for supported read commands and sector size

2014-12-17 Thread Jagan Teki
On 17 December 2014 at 13:32, Bin Meng wrote: > Hi Jagan, > > On Wed, Dec 17, 2014 at 3:59 PM, Jagan Teki wrote: >> On 15 December 2014 at 19:21, Bin Meng wrote: >>> Hi Jagan, >>> >>> On Thu, Dec 11, 2014 at 3:40 PM, Bin Meng wrote: Hi Jagan, On Thu, Dec 11, 2014 at 3:26 PM, Jaga

[U-Boot] [PATCH] t1024qds: add missing T1024QDS_defconfig

2014-12-17 Thread Shengzhou Liu
Add missing T1024QDS_defconfig for NOR boot on T1024QDS. Signed-off-by: Shengzhou Liu --- configs/T1024QDS_defconfig | 4 1 file changed, 4 insertions(+) create mode 100644 configs/T1024QDS_defconfig diff --git a/configs/T1024QDS_defconfig b/configs/T1024QDS_defconfig new file mode 100644

[U-Boot] [PATCH v2] powerpc/t1024: add serdes protocol 0x40 and 0x5f

2014-12-17 Thread Shengzhou Liu
Add serdes protocol 0x40 and 0x5f. Signed-off-by: Shengzhou Liu --- v2: fix a typo. arch/powerpc/cpu/mpc85xx/t1024_serdes.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/powerpc/cpu/mpc85xx/t1024_serdes.c b/arch/powerpc/cpu/mpc85xx/t1024_serdes.c index 7dc8385..2ba314a 100644 ---

Re: [U-Boot] [PATCH 15/25] x86: Add a simple command to show FSP HOB information

2014-12-17 Thread Bin Meng
Hi Pavel, On Tue, Dec 16, 2014 at 6:34 AM, Pavel Machek wrote: > Hi! > > >> +static char *hob_type[] = { >> + "reserved", >> + "Hand-off", >> + "Memory Allocation", >> + "Resource Descriptor", >> + "GUID Extension", >> + "Firmware Volumn", > > "volume?" ? > >> +int do_hob(

Re: [U-Boot] [PATCH 25/25] x86: Add a README.x86 for U-Boot on x86 support

2014-12-17 Thread Bin Meng
Hi Pavel, On Tue, Dec 16, 2014 at 6:34 AM, Pavel Machek wrote: > Hi! > >> +Status >> +-- >> +U-Boot supports running as a coreboot [1] payload on x86. So far only link >> +(Chromebook pixel) has been tested, but it should work with minimal >> adjustments > > Link is codeword for Chromebook Pi

Re: [U-Boot] [PATCH v2 6/6] x86: Convert microcode format to device-tree-only

2014-12-17 Thread Bin Meng
Hi Simon, On Wed, Dec 17, 2014 at 10:49 AM, Simon Glass wrote: > Hi Bin, > > On 16 December 2014 at 03:01, Bin Meng wrote: >> On Tue, Dec 16, 2014 at 1:02 PM, Simon Glass wrote: >>> To avoid having two microcode formats, adjust the build system to support >>> obtaining the microcode from the de

Re: [U-Boot] [PATCH v4 03/15] x86: Convert microcode format to device-tree-only

2014-12-17 Thread Bin Meng
Hi, On Wed, Dec 17, 2014 at 3:50 PM, Bin Meng wrote: > From: Simon Glass > > To avoid having two microcode formats, adjust the build system to support > obtaining the microcode from the device tree, even in the case where it > must be made available before the device tree can be accessed. > > Si

Re: [U-Boot] [PATCH v3 0/9] sf: Update flash params for supported read commands and sector size

2014-12-17 Thread Bin Meng
Hi Jagan, On Wed, Dec 17, 2014 at 3:59 PM, Jagan Teki wrote: > On 15 December 2014 at 19:21, Bin Meng wrote: >> Hi Jagan, >> >> On Thu, Dec 11, 2014 at 3:40 PM, Bin Meng wrote: >>> Hi Jagan, >>> >>> On Thu, Dec 11, 2014 at 3:26 PM, Jagan Teki >>> wrote: Hi Bin, On 11 December 2

Re: [U-Boot] [PATCH v3 0/9] sf: Update flash params for supported read commands and sector size

2014-12-17 Thread Jagan Teki
On 15 December 2014 at 19:21, Bin Meng wrote: > Hi Jagan, > > On Thu, Dec 11, 2014 at 3:40 PM, Bin Meng wrote: >> Hi Jagan, >> >> On Thu, Dec 11, 2014 at 3:26 PM, Jagan Teki wrote: >>> Hi Bin, >>> >>> On 11 December 2014 at 08:34, Bin Meng wrote: Hi Jagan, On Thu, Dec 11, 2014 at