Re: [U-Boot] [PATCH 2/2] powerpc/mpc85xx: modify erratum A007212

2014-09-25 Thread York Sun
On 9/25/14 9:37 PM, "Zhao Qiang" wrote: >T2080 v1.0 has this errata while v1.1 has fixed >this errata by hardware, add a new function to >check the SVR_SOC_VER, SVR_MAJ and SVR_MIN first, >if the cpu is T2080 and version is not v1.0, doesn't >run the a007212 errata_workaround. > >Signed-off-by: Z

[U-Boot] [PATCH 1/2] powerpc/mpc85xx: modify erratum A007186

2014-09-25 Thread Zhao Qiang
T2080 v1.0 has this errata while v1.1 has fixed this errata by hardware, add a new function to check the SVR_SOC_VER, SVR_MAJ and SVR_MIN first, if the cpu is T2080 and version is not v1.0, doesn't run the a007186 errata_workaround. Signed-off-by: Zhao Qiang --- arch/powerpc/cpu/mpc85xx/cmd_erra

[U-Boot] [PATCH 2/2] powerpc/mpc85xx: modify erratum A007212

2014-09-25 Thread Zhao Qiang
T2080 v1.0 has this errata while v1.1 has fixed this errata by hardware, add a new function to check the SVR_SOC_VER, SVR_MAJ and SVR_MIN first, if the cpu is T2080 and version is not v1.0, doesn't run the a007212 errata_workaround. Signed-off-by: Zhao Qiang --- arch/powerpc/cpu/mpc85xx/cmd_erra

Re: [U-Boot] [PATCH] cmd_mmc: fix bootpart-resize maxarg to 4

2014-09-25 Thread DEATHX
sorry for send this patch two times, It shows being held until the list moderator can review it for approval. I think maybe I didn't register the correct mail address and sent it again. but it still show wait for moderator review. At last I register my private mail address to this list and found

[U-Boot] [PATCH] exynos: update maintainer of Snow and SMDK5420 board

2014-09-25 Thread Masahiro Yamada
The email address of Rajeshwari Shinde is not working. Squash the maintainership of Snow board to Chander Kashyap who is the maintainer of SMDK5250 board. Likewise, pass the maintainership of SMDK5420 board to Akshay Saraswat, the maintainer of Peach Pit. Signed-off-by: Masahiro Yamada Cc: Cha

Re: [U-Boot] [PATCH 2/2] arm: am43xx: switch over to CONFIG_ENV_IS_IN_FAT

2014-09-25 Thread Felipe Balbi
On Tue, Sep 23, 2014 at 10:44:18AM -0500, Felipe Balbi wrote: > By using CONFIG_ENV_IS_IN_FAT it's far easier > to have a private, minimal environment for e.g. > booting off of network or mounting rootfs on NFS > without having to modify the configuration header. > > Signed-off-by: Felipe Balbi

Re: [U-Boot] [PATCH 1/2] common: Makefile: allow for spl builds with env_fat

2014-09-25 Thread Felipe Balbi
On Tue, Sep 23, 2014 at 10:44:17AM -0500, Felipe Balbi wrote: > If CONFIG_SPL_BUILD and CONFIG_ENV_IS_IN_FAT are > defined, u-boot spl will fail to build. Fix that. > > Signed-off-by: Felipe Balbi ping > --- > common/Makefile | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/common/Mak

Re: [U-Boot] Pull request: nand flash

2014-09-25 Thread Tom Rini
On Thu, Sep 25, 2014 at 03:28:37PM -0500, Scott Wood wrote: > The following changes since commit e3a4facdfc07179ebe017a07b8de6224a935a9f3: > > checkpatch: remove unnecessary + after {8,8} (2014-09-25 09:31:24 -0400) > > are available in the git repository at: > > git://git.denx.de/u-boot-na

Re: [U-Boot] [PATCH] powerpc/t104xrdb: Disable DTSEC1 and DTSEC2 on T1042RDB

2014-09-25 Thread York Sun
On 09/17/2014 12:38 AM, Vijay Rai wrote: > As the board was basically designed for T1040RDB so there are 5 DTSEC ports, > DTSEC1 and DTSEC2 are connected to L2 switch and not usable in T1042 mode > only 3 ports DTSEC3 to DTSEC5 are usable > > Signed-off-by: Vijay Rai > Signed-off-by: Priyanka Jai

Re: [U-Boot] [u-boot-release] [Patch v3 1/5] fdt_support: Move of_read_number to fdt_support.h

2014-09-25 Thread York Sun
On 09/08/2014 12:19 PM, York Sun wrote: > From: Arnab Basu > > This is being done so that it can be used outside 'fdt_support.c'. Making > life more convenient when reading device node properties that can be 32 > or 64 bits long. > > Signed-off-by: Arnab Basu > Cc: Scott Wood > --- > Change lo

Re: [U-Boot] [PATCH] board/ls2085a: Add support of NOR and NAND flash for simulator

2014-09-25 Thread York Sun
On 07/15/2014 08:51 PM, Prabhakar Kushwaha wrote: > Add support of NOR and NAND flash for simulator target. > Here > IFC - CS0: NOR flash > IFC - CS1: NAND flash > > Signed-off-by: Prabhakar Kushwaha > --- Applied to u-boot-fsl-qoriq, awaiting upstream. York __

Re: [U-Boot] [PATCH][v2] driver/mtd: Use generic timer API for FSL IFC, eLBC

2014-09-25 Thread York Sun
On 09/22/2014 09:27 PM, Prabhakar Kushwaha wrote: > Freescale's flash control driver is using architecture specific timer API > i.e. usec2ticks > > Replace usec2ticks with get_timer() (generic timer API) > > Signed-off-by: Prabhakar Kushwaha > --- > Changes for v2: updated timeout time to 10ms

Re: [U-Boot] [PATCH] board/ls2085a: Update env_addr after NOR flash relocation

2014-09-25 Thread York Sun
On 07/14/2014 04:45 AM, Prabhakar Kushwaha wrote: > LS2085a has 2 regions in system memory map. Region1 is default map from > where system boots. Once u-boot is moved to DDR, IFC is re-mapped to > Region2. > > So, update gd->env_addr to reflect correct address. > > Signed-off-by: Prabhakar Kushwa

[U-Boot] Please pull u-boot-fsl-qoriq

2014-09-25 Thread York Sun
Tom, The following changes since commit 47d3debe1ab8315dc9ade22279e02f60eceda25b: Merge git://git.denx.de/u-boot-dm (2014-09-23 15:21:43 -0400) are available in the git repository at: u-boot git://git.denx.de/u-boot-fsl-qoriq.git master for you to fetch changes up to c7eae7fcb11bc7dab519fc

[U-Boot] Pull request: nand flash

2014-09-25 Thread Scott Wood
The following changes since commit e3a4facdfc07179ebe017a07b8de6224a935a9f3: checkpatch: remove unnecessary + after {8,8} (2014-09-25 09:31:24 -0400) are available in the git repository at: git://git.denx.de/u-boot-nand-flash.git master for you to fetch changes up to f9860cf081efdf32c8a01b9

Re: [U-Boot] [PATCH 1/3] arm: make .vectors section allocatable

2014-09-25 Thread Georges Savoundararadj
Hi Albert, Le 24/09/2014 09:34, Albert ARIBAUD a écrit : Hi Georges, On Sun, 21 Sep 2014 23:33:48 +0200, Georges Savoundararadj wrote: Before the commit 41623c91, the exception vector was in a .text section which is allocatable. After this, the .vectors section

Re: [U-Boot] [PATCH 50/51] arm: socfpga: Split SoCFPGA configuration

2014-09-25 Thread Marek Vasut
On Wednesday, September 24, 2014 at 04:10:29 PM, Dinh Nguyen wrote: > On Sun, 21 Sep 2014, Marek Vasut wrote: > > From: Pavel Machek > > > > Split the SoCFPGA configuration into SoC-specific part which is > > common for all boards (socfpga_cyclone5_common.h) and a board > > specific part. There i

Re: [U-Boot] [PATCH 50/51] arm: socfpga: Split SoCFPGA configuration

2014-09-25 Thread Marek Vasut
On Wednesday, September 24, 2014 at 05:38:07 PM, Pavel Machek wrote: > Hi! > > > > From: Pavel Machek > > > > > > Split the SoCFPGA configuration into SoC-specific part which is > > > common for all boards (socfpga_cyclone5_common.h) and a board > > > specific part. There is currently only one b

Re: [U-Boot] [WIP PATCH 0/2 v2] arm: socfpga: Add Cadence QSPI support

2014-09-25 Thread Marek Vasut
On Tuesday, September 23, 2014 at 04:08:28 PM, Stefan Roese wrote: > Hi SoCFPGA-developers! > > So this is my 2nd posting regarding the Candence SPI driver on SoCFPGA. > I got it working now. But only with one quick-hack, as you can see in > patch 4/4. Which disabled the dcache. Or more precise, d

Re: [U-Boot] [PATCH v2 0/9] Add a better USB keyboard polling method

2014-09-25 Thread Marek Vasut
On Thursday, September 25, 2014 at 03:27:44 PM, Hans de Goede wrote: > Hi, > > On 09/24/2014 09:04 PM, Marek Vasut wrote: > > On Wednesday, September 24, 2014 at 02:06:02 PM, Hans de Goede wrote: > >> Hi Marek, > >> > >> Here is v2 of my "Add a better USB keyboard polling method" patch-set. > >>

[U-Boot] [PATCH] patman: Check commit_match before stripping leading whitespace

2014-09-25 Thread Scott Wood
True commit lines start at column zero. Anything that is indented is part of the commit message instead. I noticed this by trying to run buildman with commit e3a4facdfc07179ebe017a07b8de6224a935a9f3 as master, which contained a reference to a Linux commit inside the commit message. ProcessLine s

Re: [U-Boot] [PATCH] Fman/mEMAC: mEMAC fix for 10G MAC and PHY

2014-09-25 Thread Joe Hershberger
On Wed, Aug 13, 2014 at 5:32 AM, wrote: > > From: Shaohui Xie > > 1. use Payload length check disable when enable MAC; > 2. add XGMII support for setting MAC interface mode; > 3. only enable auto negotiation for Non-XGMII mode; > 4. return 0x if clause 22 is used to read 10G phy_id; > > Signe

Re: [U-Boot] [PATCH] driver/net/fm/memac_phy: set NEG bit for external MDIOs

2014-09-25 Thread Joe Hershberger
On Wed, Aug 13, 2014 at 5:38 AM, wrote: > > From: Shaohui Xie > > NEG bit default is '1' for external MDIOs as per FMAN-v3 RM, but on some > platforms, e.g. T2080QDS, this bit is '0', which leads to MDIO failure > on XAUI PHY, so set this bit definitely to align with the RM. > > Signed-off-by: Sh

[U-Boot] [PATCH 1/2] arm: m28evk: Zap superfluous tab in env

2014-09-25 Thread Marek Vasut
Remove this tab from env, since it's useless, just use spaces. Signed-off-by: Marek Vasut Cc: Stefano Babic --- include/configs/m28evk.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h index 322b45f..efe770b 100644 --

[U-Boot] [PATCH 2/2] arm: m53evk: Zap superfluous tab in env

2014-09-25 Thread Marek Vasut
Remove this tab from env, since it's useless, just use spaces. Signed-off-by: Marek Vasut Cc: Stefano Babic --- include/configs/m53evk.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/configs/m53evk.h b/include/configs/m53evk.h index ee4eb10..c133ba9 100644 --

[U-Boot] [PATCH] mtd: nand: mxs: Add ECC geometry for 2048b/112b NAND

2014-09-25 Thread Marek Vasut
Add ECC geometry for NAND which has 2048b pagesize and 112b OOB size. This is for example Macronix MX30LF2G28AB chip. Signed-off-by: Marek Vasut --- drivers/mtd/nand/mxs_nand.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers/mtd/nand/mxs_nand.c b/drivers/mtd/

Re: [U-Boot] [PATCH v2 10/10] ARM: sun6i: Add Colombus board defconfig

2014-09-25 Thread Ian Campbell
On Wed, 2014-09-24 at 16:01 +0800, Chen-Yu Tsai wrote: > The Colombus board is an A31 evaluation board from WITS Technology. > > Signed-off-by: Chen-Yu Tsai > --- > configs/Colombus_defconfig | 4 > 1 file changed, 4 insertions(+) > create mode 100644 configs/Colombus_defconfig > > diff

Re: [U-Boot] [PATCH v2 09/10] ARM: sunxi: Add basic A31 support

2014-09-25 Thread Ian Campbell
On Wed, 2014-09-24 at 16:01 +0800, Chen-Yu Tsai wrote: > From: Maxime Ripard > > Add a new sun6i machine that supports UART and MMC. > > Signed-off-by: Maxime Ripard > Signed-off-by: Hans de Goede > [w...@csie.org: use SPDX labels, adapt to Kconfig system, drop ifdef > around mmc

[U-Boot] [PATCH] nand/denali: Document CONFIG symbols

2014-09-25 Thread Scott Wood
The patch "nand/denali: Adding Denali NAND driver support" introduced two config symbols without documenting them. Signed-off-by: Scott Wood Cc: Chin Liang See Cc: Masahiro Yamada --- doc/README.nand | 6 ++ 1 file changed, 6 insertions(+) diff --git a/doc/README.nand b/doc/README.nand in

Re: [U-Boot] [PATCH v2 08/10] ARM: sun6i: Setup the A31 UART0 muxing

2014-09-25 Thread Ian Campbell
On Wed, 2014-09-24 at 16:01 +0800, Chen-Yu Tsai wrote: > From: Maxime Ripard > > Signed-off-by: Maxime Ripard > Signed-off-by: Hans de Goede > [w...@csie.org: commit message was "ARM: sunxi: Setup the A31 UART0 muxing"] > [w...@csie.org: reorder #ifs by SUN?I] > [w...@csie.org: replace magic nu

Re: [U-Boot] [PATCH v2 07/10] ARM: sun6i: Define UART0 pins for A31

2014-09-25 Thread Ian Campbell
On Wed, 2014-09-24 at 16:01 +0800, Chen-Yu Tsai wrote: > UART0 is the default debug/console UART on the A31. > > Signed-off-by: Chen-Yu Tsai Acked-by: Ian Campbell ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-

Re: [U-Boot] [PATCH v2 06/10] ARM: sunxi-mmc: Add mmc support for sun6i / A31

2014-09-25 Thread Ian Campbell
On Wed, 2014-09-24 at 16:01 +0800, Chen-Yu Tsai wrote: > From: Hans de Goede > > The mmc hardware on sun6i has an extra reset control that needs to > be de-asserted prior to usage. Also the FIFO address is different. > > Signed-off-by: Hans de Goede > [w...@csie.org: use setbits_le32 for reset

Re: [U-Boot] [PATCH v2 05/10] ARM: sun6i: Add clock support

2014-09-25 Thread Ian Campbell
On Wed, 2014-09-24 at 16:01 +0800, Chen-Yu Tsai wrote: > This patch adds the basic clocks support for the Allwinner A31 (sun6i) > processor. This code will not been compiled until the build is hooked > up in a later patch. It has been split out to keep the patches manageable. > > This includes cha

Re: [U-Boot] [PATCH v2 04/10] ARM: sun6i: Add support for the power reset control module found on the A31

2014-09-25 Thread Ian Campbell
On Wed, 2014-09-24 at 16:01 +0800, Chen-Yu Tsai wrote: > From: Oliver Schinagl > > The A31 has a new module called PRCM, or Power, Reset Control Module. > This module controls clocks and resets for RTC block modules, and also > PLL biasing in the main clock module. > > This patch adds the regist

Re: [U-Boot] [PATCH v2 01/10] ARM: sunxi: Use macro values for setting UART GPIO pull-ups

2014-09-25 Thread Ian Campbell
On Wed, 2014-09-24 at 16:01 +0800, Chen-Yu Tsai wrote: > We have already defined macros for pull-up/down values in the > GPIO header. Use them instead of magic numbers when configuring > the UART pins. > > Signed-off-by: Chen-Yu Tsai Acked-by: Ian Campbell

Re: [U-Boot] [RFC PATCH v1] powerpc: add --bss-plt to LDFLAGS

2014-09-25 Thread York Sun
On 09/09/2014 09:03 PM, Chris Packham wrote: > With some versions of gcc (that we know of 4.6.3 and 4.8.2 are affected) > it is necessary to specify --bss-plt to get the final blrl in the > _GOT2_TABLE_. Without this the last symbol does not get it's address > relocated. For the P2041RDB board thi

Re: [U-Boot] [PATCH] board/t1040qds: Add sgmii ports support in 0xA7 protocol

2014-09-25 Thread York Sun
On 09/08/2014 12:50 AM, Priyanka Jain wrote: > T1042QDS (T1042 is T1040 Personality without L2 switch) supports following > sgmii interfaces with serdes protocol 0xA7 > -SGMII-MAC3 on Lane B - slot 7 > -SGMII-MAC5 on Lane H - slot 7 > -SGMII2.5G-MAC1 on Lane C - slot 6 > -SGMII2.5G-MAC2 on Lane D -

Re: [U-Boot] [PATCH] powerpc/t104xrdb: Set DDR ODT to 75ohm

2014-09-25 Thread York Sun
On 09/05/2014 02:48 AM, Priyanka Jain wrote: > DDR-ODT require cfg_dram_type switch set properly as per DDR type. > T1040RDB, T1042RDB boards have DDR3L type DDR, so cfg_dram_type > should be set to OFF for DDR3L > Update t104xrdb/README for switch setting > > Signed-off-by: Priyanka Jain > ---

Re: [U-Boot] [PATCH] powerpc/mpc85xx: Serdes protocol "00" is supported

2014-09-25 Thread York Sun
On 09/04/2014 09:53 AM, Ebony Zhu wrote: > "0x00" is a valid serdes protocol for QorIQ parts, and can not be > used to test whether the serdes is enabled or disabled. > > Signed-off-by: Ebony Zhu > --- > arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c | 5 - > 1 file changed, 5 deletions(-) >

Re: [U-Boot] [PATCH] B4860QDS: Enable mac command support

2014-09-25 Thread York Sun
On 09/04/2014 03:47 AM, Shaveta Leekha wrote: > One of the I2C EEPROM is used to store/save and edit mac > addresses of ports. > this patch add required CONFIG to support the same > > Signed-off-by: Shaveta Leekha > --- Applied to u-boot-mpc85xx, awaiting upstream. York __

Re: [U-Boot] [PATCH][v2] powerpc/b4860: Updated default hwconfig so as to enable only

2014-09-25 Thread York Sun
On 09/03/2014 11:13 PM, Shaveta Leekha wrote: > CPC1 is not being enabled by default as powerpc is supposed to > use only CPC2. > Though by editing hwconfig en_cpc option, > CPC1 can also be enabled > > Signed-off-by: Shaveta Leekha > Signed-off-by: Sandeep Singh > --- > Tested on B4860QDS > >

Re: [U-Boot] [PATCH] powerpc/8xxx: Fix in USB device-tree fixup

2014-09-25 Thread York Sun
On 08/21/2014 10:26 PM, Ramneek Mehresh wrote: > Fix following issues in USB device-tree fixup: > - returns when either dr_mode or phy_type not defined. > This was terminating fix-up when only either property > was defined in hwconfig string > - updates dr_mode_

Re: [U-Boot] [PATCH v4] powerpc/t104xrdb: Add T1042RDB board support

2014-09-25 Thread York Sun
On 08/19/2014 12:16 AM, Vijay Rai wrote: > T1042RDB is a Freescale reference board that hosts the T1042 SoC > (and variants). The board is similar to T1040RDB, T1042 is a reduced > personality of T1040 SoC without Integrated 8-port Gigabit(L2 Switch). > > T1042RDB is configured with serdes protoco

Re: [U-Boot] [PATCH v2] powerpc/t104xrdb: Add Support of rcw for T1042RDB in u-boot

2014-09-25 Thread York Sun
On 07/23/2014 05:55 AM, Vijay Rai wrote: > This patch adds support of rcw for T1042RDB, it makes following changes : > - Adds t1042_rcw.cfg file for serdes protocol 0x86 for T1042RDB > - Renames t1042_pi_rcw.cfg file from t1042_rcw.cfg and also updates > comments for valid serdes protocol which i

[U-Boot] Please pull u-boot-mpc85xx

2014-09-25 Thread York Sun
Tom, The following changes since commit 47d3debe1ab8315dc9ade22279e02f60eceda25b: Merge git://git.denx.de/u-boot-dm (2014-09-23 15:21:43 -0400) are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git master for you to fetch changes up to 039b77396abb0ed78af34dadbd0786

[U-Boot] [Patch v4, 2/2] board/ls1021aqds: Add DDR4 support

2014-09-25 Thread York Sun
LS1021AQDS has a variant with DDR4 slot. This patch adds a new defconfig for this variant to enable DDR4 support. RAW timing parameters are not added for DDR4. The board timing parameters are only tuned for single- rank 1600 and 1800MT/s with Micron DIMM 9ASF51272AZ-2G1A1 due to DIMM availability.

[U-Boot] [PATCH] cmd_mmc: fix bootpart-resize maxarg to 4

2014-09-25 Thread Wally Yeh
sub-command 'bootpart-resize' check for argc == 4, it will retrun CMD_RET_FAILURE when argc value not matched. but bootpart-resize's maxarg is 3, which means you never execute this sub-command successfully. fix it by change bootpart-resize maxarg to 4. Signed-off-by: wally.yeh Cc: Wolfgang Denk

[U-Boot] [Patch v3, 2/2] board/ls1021aqds: Add DDR4 support

2014-09-25 Thread York Sun
LS1021AQDS has a variant with DDR4 slot. This patch adds a new defconfig for this variant to enable DDR4 support. RAW timing parameters are not added for DDR4. The board timing parameters are only tuned for single- rank 1600 and 1800MT/s with Micron DIMM 9ASF51272AZ-2G1A1 due to DIMM availability.

[U-Boot] [PATCH 3/3][v2] ls102x: Add support for secure boot and enable blob command

2014-09-25 Thread Ruchika Gupta
Signed-off-by: Ruchika Gupta --- Changes from v1: Command MACRO corrected configs/ls1021aqds_nor_SECURE_BOOT_defconfig | 3 +++ configs/ls1021atwr_nor_SECURE_BOOT_defconfig | 3 +++ include/configs/ls1021aqds.h | 4 include/configs/ls1021atwr.h | 4 4 fi

[U-Boot] [PATCH 2/3][v2] mpc85xx: configs - Enable blob command in freescale platforms

2014-09-25 Thread Ruchika Gupta
Enable blob commands for platforms having SEC 4.0 or greater for secure boot scenarios Signed-off-by: Ruchika Gupta CC: York Sun --- Changes from v1: Added command in corenet_ds.h include/configs/B4860QDS.h | 4 include/configs/BSC9132QDS.h | 4 include/configs/P1010RDB.h | 4 +++

[U-Boot] [PATCH 1/3][v2] crypto/fsl: Add command for encapsulating/decapsulating blobs

2014-09-25 Thread Ruchika Gupta
Freescale's SEC block has built-in Blob Protocol which provides a method for protecting user-defined data across system power cycles. SEC block protects data in a data structure called a Blob, which provides both confidentiality and integrity protection. Encapsulating data as a blob Each time that

[U-Boot] [PATCH 3/3][v2] ls102x: Add support for secure boot and enable blob command

2014-09-25 Thread Ruchika Gupta
Signed-off-by: Ruchika Gupta CC: York Sun --- Changes from v1: No changes configs/ls1021aqds_nor_SECURE_BOOT_defconfig | 3 +++ configs/ls1021atwr_nor_SECURE_BOOT_defconfig | 3 +++ include/configs/ls1021aqds.h | 4 include/configs/ls1021atwr.h | 4 4 f

Re: [U-Boot] [PATCH] powerpc/mpc85xx: SECURE BOOT - Bypass PAMU in case of secure boot

2014-09-25 Thread York Sun
On 09/17/2014 03:35 AM, Ruchika Gupta wrote: > By default, PAMU's (IOMMU) are enabled in case of secure boot. > Disable/bypass them , once the control reached the bootloader. > > For non-secure boot, PAMU's are already bypassed in the default > SoC configuration > > Signed-off-by: Ruchika Gupta

Re: [U-Boot] [PATCH 1/2] fsl_sec : Add hardware accelerated SHA256 and SHA1

2014-09-25 Thread York Sun
On 09/10/2014 08:58 PM, Ruchika Gupta wrote: > SHA-256 and SHA-1 accelerated using SEC hardware in Freescale SoC's > The driver for SEC (CAAM) IP is based on linux drivers/crypto/caam. > > Signed-off-by: Ruchika Gupta > CC: York Sun > --- > The patch series is dependent on > https://patchwork.oz

Re: [U-Boot] [PATCH 2/2] mpc85xx: configs - Add hash command in freescale platforms

2014-09-25 Thread York Sun
On 09/10/2014 08:58 PM, Ruchika Gupta wrote: > Hardware accelerated support for SHA-1 and SHA-256 has been added. > Hash command enabled along with hardware accelerated support for > SHA-1 and SHA-256 for platforms which have CAAM block. > > Signed-off-by: Ruchika Gupta > CC: York Sun > --- > Th

[U-Boot] [PATCH 2/3] mpc85xx: configs - Enable blob command in freescale platforms

2014-09-25 Thread Ruchika Gupta
Enable blob commands for platforms having SEC 4.0 or greater for secure boot scenarios Signed-off-by: Ruchika Gupta CC: York Sun --- include/configs/B4860QDS.h | 4 include/configs/BSC9132QDS.h | 4 include/configs/P1010RDB.h | 4 include/configs/P2041RDB.h | 4 includ

[U-Boot] [PATCH 3/3] ls102x: Add support for secure boot and enable blob command

2014-09-25 Thread Ruchika Gupta
Signed-off-by: Ruchika Gupta CC: York Sun --- configs/ls1021aqds_nor_SECURE_BOOT_defconfig | 3 +++ configs/ls1021atwr_nor_SECURE_BOOT_defconfig | 3 +++ include/configs/ls1021aqds.h | 4 include/configs/ls1021atwr.h | 4 4 files changed, 14 insertions(+

[U-Boot] [PATCH 1/3] crypto/fsl: Add command for encapsulating/decapsulating blobs

2014-09-25 Thread Ruchika Gupta
Freescale's SEC block has built-in Blob Protocol which provides a method for protecting user-defined data across system power cycles. SEC block protects data in a data structure called a Blob, which provides both confidentiality and integrity protection. Encapsulating data as a blob Each time that

[U-Boot] [PATCH] ls102x: configs - Add hash command in freescale LS1 platforms

2014-09-25 Thread Ruchika Gupta
Hardware accelerated support for SHA-1 and SHA-256 has been added. Hash command enabled along with hardware accelerated support for SHA-1 and SHA-256 for platforms which have CAAM block. Signed-off-by: Ruchika Gupta CC: York Sun --- arch/arm/include/asm/arch-ls102xa/config.h | 10 ++ bo

Re: [U-Boot] [U-Boot,v2,01/10] kconfig: add blank Kconfig files

2014-09-25 Thread Tom Rini
On Tue, Sep 16, 2014 at 04:32:58PM +0900, Masahiro Yamada wrote: > This would be useful to start moving various config options. > > Signed-off-by: Masahiro Yamada > Acked-by: Simon Glass > Tested-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital s

Re: [U-Boot] checkpatch: remove unnecessary + after {8,8}

2014-09-25 Thread Tom Rini
On Tue, Sep 23, 2014 at 12:41:02PM +0200, Marek Vasut wrote: > From: Joe Perches > > Pick the following commit from Linux kernel: > commit 66cb4ee0e52ca721f609fd5eec16187189ae5fda > Author: Joe Perches > Date: Wed Sep 10 09:40:47 2014 +1000 > > checkpatch: remove unnecessary + after {8,8} >

Re: [U-Boot] [U-Boot, v3, 10/10] kconfig: move CONFIG_DEFAULT_DEVICE_TREE to kconfig

2014-09-25 Thread Tom Rini
On Mon, Sep 22, 2014 at 07:59:06PM +0900, Masahiro Yamada wrote: > This option specifies the default Device Tree used for the run-time > configuration of U-Boot. > > Signed-off-by: Masahiro Yamada > Cc: Simon Glass > Cc: Stephen Warren > Cc: Minkyu Kang > Cc: Michal Simek Applied to u-boot/

Re: [U-Boot] tools: remove reformat.py

2014-09-25 Thread Tom Rini
On Mon, Sep 22, 2014 at 03:06:15PM +0900, Masahiro Yamada wrote: > This tools is unnecessary since commit f6c8f38ec601 > (tools/genboardscfg.py: improve performance more with Kconfiglib). > > Signed-off-by: Masahiro Yamada Applied to u-boot/master, thanks! -- Tom signature.asc Description:

Re: [U-Boot] [U-Boot, v2, 2/3] README.clang: update FreeBSD instructions

2014-09-25 Thread Tom Rini
On Sun, Sep 21, 2014 at 10:20:22AM +0200, Jeroen Hofstee wrote: > The mentioned binutils port got removed while the patch was > pending. As Ian pointed out there is another port providing > the binutils for arm now. Update the instructions accordingly. > > Cc: i...@freebsd.org > Cc: Tom Rini > S

Re: [U-Boot] [U-Boot, v3, 09/10] kconfig: move CONFIG_OF_* to Kconfig

2014-09-25 Thread Tom Rini
On Mon, Sep 22, 2014 at 07:59:05PM +0900, Masahiro Yamada wrote: > This commit moves: > CONFIG_OF_CONTROL > CONFIG_OF_SEPARATE > CONFIG_OF_EMBED > CONFIG_OF_HOSTFILE > > Because these options are currently not supported for SPL, > the "Device Tree Control" menu does not appear in the SPL

Re: [U-Boot] [U-Boot, v2, 1/3] compiler_gcc: prevent redefining attributes

2014-09-25 Thread Tom Rini
On Thu, Sep 18, 2014 at 08:10:27PM +0200, Jeroen Hofstee wrote: > The libc headers on FreeBSD and likely related projects as well contain an > header file, cdefs.h which provides similiar functionality as > linux/compiler.h. > It provides compiler independent defines like __weak __packed, to allo

Re: [U-Boot] [U-Boot, v2, 2/2] common.h: remove MIN, MAX, MIN3, MAX3 macros

2014-09-25 Thread Tom Rini
On Thu, Sep 18, 2014 at 01:28:07PM +0900, Masahiro Yamada wrote: > Now MIN, MAX, MIN3, MAX are not used. > Going forward, use min, max, min3, max3. > > Signed-off-by: Masahiro Yamada Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] kbuild: refactor some makefiles

2014-09-25 Thread Tom Rini
On Thu, Sep 18, 2014 at 03:43:41PM +0900, Masahiro Yamada wrote: > [1] Move driver/core/, driver/input/ and drivers/input/ entries > from the top Makefile to drivers/Makefile > > [2] Remove the conditional by CONFIG_DM in drivers/core/Makefile > because the whole drivers/core directory is

Re: [U-Boot] [U-Boot, v2, 1/2] cosmetic: replace MIN, MAX with min, max

2014-09-25 Thread Tom Rini
On Thu, Sep 18, 2014 at 01:28:06PM +0900, Masahiro Yamada wrote: > The macro MIN, MAX is defined as the aliase of min, max, > respectively. > > Signed-off-by: Masahiro Yamada Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [U-Boot, v2, 07/10] kconfig: move CONFIG_CMD_IMPORTENV to Kconfig

2014-09-25 Thread Tom Rini
On Tue, Sep 16, 2014 at 04:33:04PM +0900, Masahiro Yamada wrote: > Since CONFIG_CMD_IMPORTENV is defined in config_cmd_defaults.h, > it should be enabled for all the boards except bf506f-ezkit > that undefs it explicitely. > > Signed-off-by: Masahiro Yamada > Acked-by: Simon Glass > Tested-by:

Re: [U-Boot] cmd_nand: Update (nand_info_t*)nand after arg_off(_size) call

2014-09-25 Thread Tom Rini
On Tue, Sep 16, 2014 at 02:38:52PM +0200, Rostislav Lisovy wrote: > The arg_off() and arg_off_size() update the 'current NAND > device' variable (dev). This is then used when assigning the > (nand_info_t*)nand value. Place the assignment after the > arg_off(_size) calls to prevent using incorrect

Re: [U-Boot] [U-Boot, 3/3] compiler.h: remove duplicated uninitialized_var

2014-09-25 Thread Tom Rini
On Wed, Sep 17, 2014 at 08:33:48PM +0200, Jeroen Hofstee wrote: > Since clang has a different definition for uninitialized_var > it will complain that it is redefined in include/compiler.h. > Since these are already defined in linux/compiler.h just remove > this instance. > > Cc: Masahiro Yamada

Re: [U-Boot] linker_lists: fix comment

2014-09-25 Thread Tom Rini
On Tue, Sep 16, 2014 at 08:21:15PM +0900, Masahiro Yamada wrote: > The section name and the C variable name seem to be opposite. > > Signed-off-by: Masahiro Yamada > Cc: Marek Vasut > Acked-by: Marek Vasut Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signatu

Re: [U-Boot] [U-Boot, v2, 06/10] kconfig: move CONFIG_CMD_GO to Kconfig

2014-09-25 Thread Tom Rini
On Tue, Sep 16, 2014 at 04:33:03PM +0900, Masahiro Yamada wrote: > Since CONFIG_CMD_GO is defined in config_cmd_defaults.h > (and no board undefs it its own header), it can be moved to > Kconfig with the default value "y". > > Signed-off-by: Masahiro Yamada > Acked-by: Simon Glass > Tested-by:

Re: [U-Boot] [U-Boot, v2, 08/10] kconfig: remove config_cmd_defaults.h

2014-09-25 Thread Tom Rini
On Tue, Sep 16, 2014 at 04:33:05PM +0900, Masahiro Yamada wrote: > Now config_cmd_defaults.h is empty so it can be deleted safely. > > Signed-off-by: Masahiro Yamada > Acked-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [U-Boot, v2, 03/10] kconfig: move CONFIG_CMD_BOOTM to Kconfig

2014-09-25 Thread Tom Rini
On Tue, Sep 16, 2014 at 04:33:00PM +0900, Masahiro Yamada wrote: > CONFIG_CMD_BOOTM is defined in config_cmd_defaults.h > which is forcebly included from each board. > So, the default value of "config CMD_BOOTM" should be "y". > > For some boards undefining it (bf506f-ezkit, controlcenterd_TRAILB

Re: [U-Boot] [U-Boot, v2, 02/10] kconfig: move CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED to Kconfig

2014-09-25 Thread Tom Rini
On Tue, Sep 16, 2014 at 04:32:59PM +0900, Masahiro Yamada wrote: > If this option is enabled, the objects under lib/ directory > are compiled with speed optimization, not size optimization. > (Currently, only used by some Blackfin boards.) > > Signed-off-by: Masahiro Yamada > Acked-by: Simon Gla

Re: [U-Boot] [U-Boot, v2, 04/10] kconfig: move CONFIG_CMD_CRC32 to Kconfig

2014-09-25 Thread Tom Rini
On Tue, Sep 16, 2014 at 04:33:01PM +0900, Masahiro Yamada wrote: > Since CONFIG_CMD_CRC32 is defined in config_cmd_defaults.h, > it is enabled for all the boards except the ones undefining it > explicitly: > kwb > tseries_mmc > tseries_nand > tseries_spi > vct_platinum_onenand_small >

Re: [U-Boot] config_distro_bootcmd: Run 'scsi scan' before trying scsi disks

2014-09-25 Thread Tom Rini
On Tue, Sep 16, 2014 at 09:26:23AM +0200, Hans de Goede wrote: > Scsi disks need to be probed before we try to access them, otherwise all > accesses fail with: ** Bad device size - scsi 0 **. > > Reported-by: Karsten Merker > Signed-off-by: Hans de Goede > Reviewed-by: Stephen Warren > Tested-

Re: [U-Boot] [U-Boot, 1/3] tools/genboardscfg.py: pick up also commented maitainers

2014-09-25 Thread Tom Rini
On Tue, Sep 16, 2014 at 02:11:49PM +0900, Masahiro Yamada wrote: > We are still keeping invalid email addressed in MAINTAINERS > because they carry information. > > The problem is that scripts/get_maintainer.pl adds emails in the > "M:" field including invalid ones. > > We want to comment out in

Re: [U-Boot] [U-Boot, 2/3] MAINTAINERS: comment out invalid maintainers

2014-09-25 Thread Tom Rini
On Tue, Sep 16, 2014 at 02:11:50PM +0900, Masahiro Yamada wrote: > The "S:Orphan" in MAINTAINERS means that the maintainer in the > "M:" field is unreachable (i.e. the email address is not working). > (Refer to the definition of "Orphan" adopted in U-Boot > in the log of commit 31f1b654b2f395b

Re: [U-Boot] [U-Boot,3/3] MAINTAINERS: comment out blank M: field

2014-09-25 Thread Tom Rini
On Tue, Sep 16, 2014 at 02:11:51PM +0900, Masahiro Yamada wrote: > Since commit ddaf5c8f3030050fcd356a1e49e3ee8f8f52c6d4 > (patman: RunPipe() should not pipe stdout/stderr unless asked), > Patman spits lots of "Invalid MAINTAINERS address: '-'" > error messages for patches with global changes. > I

Re: [U-Boot] [U-Boot,v2,1/4] Reactivate the tracing feature

2014-09-25 Thread Tom Rini
On Sun, Sep 14, 2014 at 12:40:14PM -0600, Simon Glass wrote: > This was lost sometime in the Kbuild conversion. Add it back. > > Check that the trace test now passes: > > $ ./test/trace/test-trace.sh > Simple trace test / sanity check using sandbox > > /tmp/filemHKPGw > Build sandbox > O=sandbo

Re: [U-Boot] [U-Boot,v2,4/4] test: Add a test for command repeat

2014-09-25 Thread Tom Rini
On Sun, Sep 14, 2014 at 12:40:17PM -0600, Simon Glass wrote: > This performs a command, then repeats it, and checks that the repeat > happens. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] [U-Boot,v2,3/4] test: Remove tabs from trace test

2014-09-25 Thread Tom Rini
On Sun, Sep 14, 2014 at 12:40:16PM -0600, Simon Glass wrote: > These cause U-Boot to print a list of available commands. It doesn't break > the test, but it is best to remove them from the output. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Descrip

Re: [U-Boot] [U-Boot,v2,2/4] sandbox: Disable Ctrl-C

2014-09-25 Thread Tom Rini
On Sun, Sep 14, 2014 at 12:40:15PM -0600, Simon Glass wrote: > This is not supported properly on sandbox, and interferes with running > tests, since when a test script is piped in, some commands will call > ctrlc() which will drop characters from the test script. > > Signed-off-by: Simon Glass

Re: [U-Boot] mpc8xx: move common linker scripts into the CPU directory

2014-09-25 Thread Tom Rini
On Tue, Sep 09, 2014 at 03:12:08PM +0900, Masahiro Yamada wrote: > Each CPU of PowerPC has its default linker script under the CPU > directory, except mpc8xx. > > Every mpc8xx board has its own linker script under the board > directory, resulting in lots of duplication of linker scripts. > > I n

Re: [U-Boot] cleanup disk/part.c whitespace

2014-09-25 Thread Tom Rini
On Tue, Sep 09, 2014 at 03:19:42PM +0200, Pavel Machek wrote: > Cleanup disk/part.c > > Signed-off-by: Pavel Machek Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.den

Re: [U-Boot] e1000: fix no nvm build

2014-09-25 Thread Tom Rini
On Mon, Sep 08, 2014 at 12:02:11AM +0200, Marcel Ziswiler wrote: > Fix the following build error in case CONFIG_E1000_NO_NVM is enabled: > CC drivers/net/e1000.o > drivers/net/e1000.c: In function ‘e1000_initialize’: > drivers/net/e1000.c:5365:5: error: ‘struct e1000_hw’ h

Re: [U-Boot] [U-Boot, v6, 4/4] usb/gadget: fastboot: implement sparse format

2014-09-25 Thread Tom Rini
On Tue, Aug 26, 2014 at 11:47:30AM -0700, Steve Rae wrote: > - add capability to "fastboot flash" with sparse format images > > Signed-off-by: Steve Rae > Acked-by: Lukasz Majewski Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] tools/env: change stripping strategy to allow no-stripping

2014-09-25 Thread Tom Rini
On Wed, Aug 27, 2014 at 02:29:00PM +0200, Thomas Petazzoni wrote: > When building the U-Boot tools for non-ELF platforms (such as Blackfin > FLAT), since commit 79fc0c5f498c3982aa4740c273ab1a9255063d9c > ("tools/env: cross-compile fw_printenv without setting HOSTCC"), the > build fails because it

Re: [U-Boot] [U-Boot,v6,3/4] usb/gadget: fastboot: minor cleanup

2014-09-25 Thread Tom Rini
On Tue, Aug 26, 2014 at 11:47:29AM -0700, Steve Rae wrote: > - update static function > - additional debugging statements > - update "fastboot command" information > - add missing include file > - update spelling > > Signed-off-by: Steve Rae Applied to u-boot/master, thanks! -- Tom signatur

Re: [U-Boot] [U-Boot, v6, 2/4] usb/gadget: fastboot: add support for flash command

2014-09-25 Thread Tom Rini
On Tue, Aug 26, 2014 at 11:47:28AM -0700, Steve Rae wrote: > - implement 'fastboot flash' for eMMC devices > > Signed-off-by: Steve Rae > Acked-by: Lukasz Majewski > Reviewed-by: Marek Vasut Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, v6, 1/4] usb/gadget: fastboot: add eMMC support for flash command

2014-09-25 Thread Tom Rini
On Tue, Aug 26, 2014 at 11:47:27AM -0700, Steve Rae wrote: > - add support for 'fastboot flash' command for eMMC devices > > Signed-off-by: Steve Rae Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot

Re: [U-Boot] Pull request: u-boot-spi/master

2014-09-25 Thread Tom Rini
On Wed, Sep 24, 2014 at 06:15:43PM +0530, Jagannadha Sutradharudu Teki wrote: > Hi Tom, > > Please pull this PR. > > thanks! > Jagan. > > The following changes since commit 47d3debe1ab8315dc9ade22279e02f60eceda25b: > > Merge git://git.denx.de/u-boot-dm (2014-09-23 15:21:43 -0400) > > are av

Re: [U-Boot] [PATCH v3 10/10] kconfig: move CONFIG_DEFAULT_DEVICE_TREE to kconfig

2014-09-25 Thread Simon Glass
Hi Masahiro, On 25 September 2014 02:06, Masahiro Yamada wrote: > Hi Simon, > > > > On Wed, 24 Sep 2014 17:09:35 -0600 > Simon Glass wrote: >> > >> > diff --git a/configs/am335x_boneblack_vboot_defconfig >> > b/configs/am335x_boneblack_vboot_defconfig >> > index af7ceca..e257143 100644 >> > ---

Re: [U-Boot] [PATCH v3 09/10] kconfig: move CONFIG_OF_* to Kconfig

2014-09-25 Thread Simon Glass
Hi, On 25 September 2014 07:18, Tom Rini wrote: > On Thu, Sep 25, 2014 at 04:38:09PM +0900, Masahiro Yamada wrote: >> Hi Simon, >> >> >> >> On Wed, 24 Sep 2014 17:08:11 -0600 >> Simon Glass wrote: >> >> > > +config OF_EMBED >> > > + bool "Embedded DTB for DT control" >> > > + help >>

Re: [U-Boot] [PATCH v2 0/9] Add a better USB keyboard polling method

2014-09-25 Thread Hans de Goede
Hi, On 09/24/2014 09:04 PM, Marek Vasut wrote: > On Wednesday, September 24, 2014 at 02:06:02 PM, Hans de Goede wrote: >> Hi Marek, >> >> Here is v2 of my "Add a better USB keyboard polling method" patch-set. >> >> Changes in v2: >> -Added 2 new patches: >> usb: kbd: Fix memleak on usb_kbd_deregi

Re: [U-Boot] [PATCH v3 09/10] kconfig: move CONFIG_OF_* to Kconfig

2014-09-25 Thread Tom Rini
On Thu, Sep 25, 2014 at 04:38:09PM +0900, Masahiro Yamada wrote: > Hi Simon, > > > > On Wed, 24 Sep 2014 17:08:11 -0600 > Simon Glass wrote: > > > > +config OF_EMBED > > > + bool "Embedded DTB for DT control" > > > + help > > > + If this option is enabled, the device tree w

Re: [U-Boot] u-boot bootargs not passing to kernel command line

2014-09-25 Thread Nilesh Kokane
Hi Wolfgang Denk, Thanks I successfully passed the parameters to kernel by bootcmd script. Thanks a lot for the clue. -- Nilesh ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

  1   2   >