Re: [U-Boot] [PATCH 2/7] fdt: add "fdt sign" command

2014-01-26 Thread Heiko Schocher
Hello Wolfgang, Am 27.01.2014 07:50, schrieb Wolfgang Denk: Dear Heiko, In message<52e5fe93.2030...@denx.de> you wrote: + cfg_noffset = fit_conf_get_node(working_fdt, NULL); + if (!cfg_noffset) + return CMD_RET_FAILURE; May need to print a

Re: [U-Boot] [PATCH 5/7] rsa: add sha256,rsa4096 algorithm

2014-01-26 Thread Heiko Schocher
Hello Simon, Am 26.01.2014 22:19, schrieb Simon Glass: Hi Heiko, On 24 January 2014 23:44, Heiko Schocher wrote: Signed-off-by: Heiko Schocher Cc: Simon Glass Missing commit message. Is there no way to integrate this with common/hash.c? Perhaps the start/finish part of the hashing algorithm

Re: [U-Boot] [PATCH 3/3] powerpc/mpc85xx: SECURE BOOT- Disable law 0 for non PBL platforms

2014-01-26 Thread aneesh.ban...@freescale.com
> > ISBC creates a LAW 0 entry for non PBL platforms, which is not > > disabled before transferring the control to uboot. > > The LAW 0 entry has to be disabled. > > > > Signed-off-by: Aneesh Bansal > > --- > > arch/powerpc/cpu/mpc85xx/start.S | 58 > > >

Re: [U-Boot] [PATCH 1/3] powerpc/p1010rdb: SECURE BOOT- define CONFIG_SYS_RAMBOOT for NAND boot

2014-01-26 Thread aneesh.ban...@freescale.com
>> In case of secure boot, boot from NAND is ramboot. >> It was removed by some other commit. So defining it again. > >In case of not-secure-boot, it's not ramboot. > >What user of CONFIG_SYS_RAMBOOT are you concerned about? Many of them >look like this: > >#elif !defined(CONFIG_SYS_RAMBOOT) && de

Re: [U-Boot] [PATCH 2/2][v2] powerpc/mpc85xx: SECURE BOOT- Add secure boot target for B4860QDS

2014-01-26 Thread aneesh.ban...@freescale.com
>> diff --git a/arch/powerpc/include/asm/fsl_secure_boot.h >> b/arch/powerpc/include/asm/fsl_secure_boot.h >> index 4c7f0b1..db124df 100644 >> --- a/arch/powerpc/include/asm/fsl_secure_boot.h >> +++ b/arch/powerpc/include/asm/fsl_secure_boot.h >> @@ -15,5 +15,11 @@ >> #endif >> #define CONFIG_SY

Re: [U-Boot] [PATCH 2/3] powerpc/p1010rdb: SECURE BOOT- enable workaround for IFC errata A003399

2014-01-26 Thread aneesh.ban...@freescale.com
>> The workaround for IFC errata A003399 was not enabled >> in case of secure boot. So, secure boot from NOR was not >> working. >> >> Signed-off-by: Aneesh Bansal >> --- >> include/configs/P1010RDB.h | 3 +-- >> 1 file changed, 1 insertion(+), 2 deletions(-) >> >> diff --git a/include/configs/P1

Re: [U-Boot] [PATCH 1/2] SECURE BOOT: add version info for ISBC

2014-01-26 Thread aneesh.ban...@freescale.com
>> >> > CONFIG_SYS_FSL_SINGLE_SOURCE_CLK >> > Single Source Clock is clocking mode present in some of FSL >> > SoC's. >> > In this mode, a single differential clock is used to supply >> >> You already have all relevant information present in the current >>

Re: [U-Boot] POST in u-boot for P2020 process

2014-01-26 Thread pshambhu
Hi Denx, Logs for your Reference --- post/libpost.a(post.o): In function `post_bootmode_get': /home/raghu/Emerson_BSP/p2020/u-boot/u-boot-2009.11/post/post.c:91: undefined reference to `post_word_load' post/libpost.a(post.o): In function `post_bootmode_init': /home/raghu/Eme

Re: [U-Boot] POST in u-boot for P2020 process

2014-01-26 Thread Wolfgang Denk
Dear Pradeep, In message <1390803626357-172426.p...@n7.nabble.com> you wrote: > > Thanks for replying, I have read the document, i have to enable > the POST as well with the macro "CONFIG_POST" and "CONFIG_CMD_DIAG", but i > am getting lot of compilation errors. Am i missing something w

Re: [U-Boot] [PATCH 1/2] SECURE BOOT: add version info for ISBC

2014-01-26 Thread Wolfgang Denk
Dear "aneesh.ban...@freescale.com", In message you wrote: > > > CONFIG_SYS_FSL_SINGLE_SOURCE_CLK > > Single Source Clock is clocking mode present in some of FSL > > SoC's. > > In this mode, a single differential clock is used to supply > > You already

Re: [U-Boot] [PATCH 2/7] fdt: add "fdt sign" command

2014-01-26 Thread Wolfgang Denk
Dear Heiko, In message <52e5fe93.2030...@denx.de> you wrote: > > >> + cfg_noffset = fit_conf_get_node(working_fdt, NULL); > >> + if (!cfg_noffset) > >> + return CMD_RET_FAILURE; > > > > May need to print an error here, since otherwise it won't be

Re: [U-Boot] POST in u-boot for P2020 process

2014-01-26 Thread pshambhu
Hi Denx, Thanks for replying, I have read the document, i have to enable the POST as well with the macro "CONFIG_POST" and "CONFIG_CMD_DIAG", but i am getting lot of compilation errors. Am i missing something while configuring ?? And post.h is also getting generated, which describes th

Re: [U-Boot] [PATCH 4/7] rsa: add sha256-rsa2048 algorithm

2014-01-26 Thread Heiko Schocher
Hello Simon, Am 26.01.2014 22:10, schrieb Simon Glass: Hi Heiko, On 24 January 2014 23:44, Heiko Schocher wrote: based on patch from andr...@oetken.name: http://patchwork.ozlabs.org/patch/294318/ Should probably add the full commit message in here. Ok, do this in v2. - removed checkpat

Re: [U-Boot] POST in u-boot for P2020 process

2014-01-26 Thread pshambhu
Hi Denx, Thanks for replying, I have read the document, i have to enable the POST as well with the macro "CONFIG_POST" and "CONFIG_CMD_DIAG", but i am getting lot of compilation errors. Am i missing something while configuring ?? And post.h is also getting generated, which describes th

Re: [U-Boot] [PATCH 2/7] fdt: add "fdt sign" command

2014-01-26 Thread Heiko Schocher
Hello Simon, Am 26.01.2014 22:04, schrieb Simon Glass: Hi Heiko, On 24 January 2014 23:44, Heiko Schocher wrote: check if a fdt is correct signed pass an optional addr value. Contains the addr of the key blob Signed-off-by: Heiko Schocher Cc: Simon Glass --- common/cmd_fdt.c | 38 +

Re: [U-Boot] [PATCH 1/2] SECURE BOOT: add version info for ISBC

2014-01-26 Thread aneesh.ban...@freescale.com
> T4/B4 SoC's have a different version of ISBC. The secure boot > functionality is different with the new version of ISBC > compared to the earlier SoC's. So the version information is added > in file config_mpc85xx.h > > Signed-off-by: Ruchika Gupta > Signed-off-by: Aneesh Bansal > --- > README

Re: [U-Boot] [PATCH V2 13/13] ARM: tegra: fix "bootp" issue for Tegra124 too

2014-01-26 Thread Jim Lin
On Fri, 2014-01-24 at 08:43 +0800, Stephen Warren wrote: > From: Jim Lin > > Fix the timeout issue after running "bootp" command in U-Boot console. > > TXFIFOTHRES bits of TXFILLTUNING register should be set to 0x10 after a > controller reset and before RUN bit is se, (per technical reference >

[U-Boot] [PATCH v3] arm: exynos: change to use clrbits macro instead of readl/writel function

2014-01-26 Thread Inha Song
Use setbits/clrbits macro instead of readl/writel function Signed-off-by: Inha Song --- Changes for v2: - Coding Style cleanup - add signed-off-by Changes for v3: - Modified to use mask value for clear bit - Use clrsetbits instead of clrbits in exynos5_set_lcd_clk(void) function arch/arm/cpu/a

Re: [U-Boot] [PATCH v4 2/2] mx6: Distinguish mx6dual from mx6quad

2014-01-26 Thread Otavio Salvador
On Sun, Jan 26, 2014 at 8:39 PM, Stefano Babic wrote: > Hi Fabio, > > > On 26/01/2014 18:06, Fabio Estevam wrote: >> >> From: Fabio Estevam >> >> Currently when we boot a mx6dual U-boot reports that it is a mx6quad. >> >> Report it as MX6D instead: >> >> CPU: Freescale i.MX6D rev1.2 at 792 MHz

Re: [U-Boot] [PATCH v4 2/2] mx6: Distinguish mx6dual from mx6quad

2014-01-26 Thread Stefano Babic
Hi Fabio, On 26/01/2014 18:06, Fabio Estevam wrote: From: Fabio Estevam Currently when we boot a mx6dual U-boot reports that it is a mx6quad. Report it as MX6D instead: CPU: Freescale i.MX6D rev1.2 at 792 MHz Signed-off-by: Fabio Estevam --- Changes since v3: - Fix From field Changes sin

Re: [U-Boot] [PATCH 5/7] rsa: add sha256,rsa4096 algorithm

2014-01-26 Thread Simon Glass
Hi Heiko, On 24 January 2014 23:44, Heiko Schocher wrote: > Signed-off-by: Heiko Schocher > Cc: Simon Glass Missing commit message. Is there no way to integrate this with common/hash.c? Perhaps the start/finish part of the hashing algorithm should be added to hash.h struct hash_algo? I have a

Re: [U-Boot] [PATCH 4/7] rsa: add sha256-rsa2048 algorithm

2014-01-26 Thread Simon Glass
Hi Heiko, On 24 January 2014 23:44, Heiko Schocher wrote: > based on patch from andr...@oetken.name: > > http://patchwork.ozlabs.org/patch/294318/ Should probably add the full commit message in here. > > - removed checkpatch warnings > - removed compiler warnings > - rebased against current hea

Re: [U-Boot] [PATCH 3/7] fit: add sha256 support

2014-01-26 Thread Simon Glass
On 24 January 2014 23:44, Heiko Schocher wrote: > add sha256 support to fit images > > Signed-off-by: Heiko Schocher > Cc: Simon Glass Acked-by: Simon Glass > --- > common/image-fit.c | 5 + > include/image.h| 9 + > lib/sha256.c | 2 +- > tools/Makefile | 3 +++ >

Re: [U-Boot] [PATCH 1/7] tools/image-host: fix sign-images bug

2014-01-26 Thread Simon Glass
Hi Heiko, On 24 January 2014 23:44, Heiko Schocher wrote: > property "sign-images" is never found, fix this. > > Signed-off-by: Heiko Schocher > Cc: Simon Glass > --- > tools/image-host.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/image-host.c b/tools/image-

Re: [U-Boot] [PATCH 2/7] fdt: add "fdt sign" command

2014-01-26 Thread Simon Glass
Hi Heiko, On 24 January 2014 23:44, Heiko Schocher wrote: > check if a fdt is correct signed > pass an optional addr value. Contains the addr of the key blob > > Signed-off-by: Heiko Schocher > Cc: Simon Glass > --- > common/cmd_fdt.c | 38 +- > 1 file chang

Re: [U-Boot] [PATCH v4 0/8] Provide a mechanism to avoid using #ifdef everywhere

2014-01-26 Thread Simon Glass
Hi Detlev, On 17 January 2014 08:13, Detlev Zundel wrote: > > Hi Simon, > > [...] > > >> I think the Linux code has two big advantages - for one, we increase the > >> overlap with Linux kernel proper and secondly we keep the 'grep'ability > >> of the names which I really missed in your proposal.

Re: [U-Boot] [PATCH V2 2/5] fs: implement infra-structure for an 'exists' function

2014-01-26 Thread Wolfgang Denk
Dear Stephen Warren, In message <1390507020-15766-2-git-send-email-swar...@wwwdotorg.org> you wrote: > From: Stephen Warren > > This could be used in scripts such as: > > if exists mmc 0:1 /boot/boot.scr; then > load mmc 0:1 ${scriptaddr} /boot/boot.scr > source ${scriptaddr} > fi I un

Re: [U-Boot] [PATCH v2] mx6: Distinguish mx6dual from mx6quad

2014-01-26 Thread Fabio Estevam
Hi Stefano, On Sun, Jan 26, 2014 at 10:07 AM, Stefano Babic wrote: > Agree generally with the patch, but it seems to me better, instead of fixing > the MX5 here, to move all CPU definitions outside the specific MX5/MX6 files > into imx-common. They can be then defined once else in each sys_proto

[U-Boot] [PATCH v4 1/2] imx: Introduce a header for the imx cpu versions

2014-01-26 Thread Fabio Estevam
From: Fabio Estevam Instead of duplicating the CPU definitions at mx5 and mx6 sys_proto.h header files, introduce a common header to centralize such definitions. Signed-off-by: Fabio Estevam --- Changes since v3: - no changes Changes since v2: - Newly introduced arch/arm/include/asm/arch-imx

[U-Boot] [PATCH v4 2/2] mx6: Distinguish mx6dual from mx6quad

2014-01-26 Thread Fabio Estevam
From: Fabio Estevam Currently when we boot a mx6dual U-boot reports that it is a mx6quad. Report it as MX6D instead: CPU: Freescale i.MX6D rev1.2 at 792 MHz Signed-off-by: Fabio Estevam --- Changes since v3: - Fix From field Changes since v2: - use a common cpu.h header arch/arm/cpu/armv

Re: [U-Boot] fdt performance

2014-01-26 Thread Simon Glass
Hi Aaron, On 13 January 2014 23:13, Aaron Williams wrote: > Hi Simon, > > Sorry for the long delay. > > > > On 10/17/2013 03:27 PM, Simon Glass wrote: >> >> Hi Aaron, >> >> On Thu, Oct 17, 2013 at 12:24 AM, Aaron Williams >> wrote: >>> >>> Hi all, >>> >>> In our bootloader based off of 2013.07 w

[U-Boot] [PATCH v3 2/2] mx6: Distinguish mx6dual from mx6quad

2014-01-26 Thread Fabio Estevam
Currently when we boot a mx6dual U-boot reports that it is a mx6quad. Report it as MX6D instead: CPU: Freescale i.MX6D rev1.2 at 792 MHz Signed-off-by: Fabio Estevam --- arch/arm/cpu/armv7/mx6/soc.c| 14 +++--- arch/arm/imx-common/cpu.c | 2 ++ arch/arm/include/asm

[U-Boot] [PATCH v3 1/2] imx: Introduce a header for the imx cpu versions

2014-01-26 Thread Fabio Estevam
From: Fabio Estevam Instead of duplicating the CPU definitions at mx5 and mx6 sys_proto.h header files, introduce a common header to centralize such definitions. Signed-off-by: Fabio Estevam --- arch/arm/include/asm/arch-imx/cpu.h | 12 arch/arm/include/asm/arch-mx5/sys_pro

Re: [U-Boot] [PATCH V3 01/14] mmc: tegra: support Tegra124

2014-01-26 Thread Simon Glass
Hi Stephen, On 24 January 2014 12:46, Stephen Warren wrote: > From: Stephen Warren > > Tegra124's MMC controller is very similar to earlier SoC generations, > and can be supported by the same driver. > > However, there are some non-backwards-compatible HW differences, and > hence a new DT compa

Re: [U-Boot] [PATCH] Add lzmadec command

2014-01-26 Thread Simon Glass
Hi Patrice, On 24 January 2014 14:39, Tom Rini wrote: > On Thu, Dec 19, 2013 at 11:10:24AM +0100, Patrice B wrote: > > > Hi, > > > > I needed to be able to uncompress lzma files. I did this command > > based on unzip command and propose it if it could help. Hopping the > > patch is correctly d

Re: [U-Boot] [PATCH V2 5/5] fat: implement exists() for FAT fs

2014-01-26 Thread Simon Glass
Hi Stephen, On 23 January 2014 12:57, Stephen Warren wrote: > From: Stephen Warren > > This hooks into the generic "file exists" support added in an earlier > patch, and provides an implementation for the ext4 filesystem. > s/ext4/fat > > Signed-off-by: Stephen Warren > --- > v2: s/ext/fat/

Re: [U-Boot] [PATCH V2 4/5] ext4: implement exists() for ext4fs

2014-01-26 Thread Simon Glass
On 23 January 2014 12:56, Stephen Warren wrote: > From: Stephen Warren > > This hooks into the generic "file exists" support added in an earlier > patch, and provides an implementation for the ext4 filesystem. > > Signed-off-by: Stephen Warren > Acked-by: Simon Glass _

Re: [U-Boot] [PATCH V2 3/5] sandbox: implement fs_exists() and 'sb exists' shell function

2014-01-26 Thread Simon Glass
On 23 January 2014 12:56, Stephen Warren wrote: > From: Stephen Warren > > This hooks into the generic "file exists" support added in the previous > patch, and provides an implementation for the sandbox test environment. > > Signed-off-by: Stephen Warren > Acked-by: Simon Glass __

Re: [U-Boot] [PATCH V2 2/5] fs: implement infra-structure for an 'exists' function

2014-01-26 Thread Simon Glass
Hi Stephen, On 23 January 2014 12:56, Stephen Warren wrote: > From: Stephen Warren > > This could be used in scripts such as: > > if exists mmc 0:1 /boot/boot.scr; then > load mmc 0:1 ${scriptaddr} /boot/boot.scr > source ${scriptaddr} > fi > > rather than: > > if load mmc 0:1 ${scripta

Re: [U-Boot] [PATCH V2 1/5] fs: fix generic save command implementation

2014-01-26 Thread Simon Glass
On 23 January 2014 12:56, Stephen Warren wrote: > From: Stephen Warren > > Fix a few issues with the generic "save" shell command, and fs_write() > function. > > 1) fstypes[].write wasn't filled in for some file-systems, and isn't >checked when used, which could cause crashes/... if executin

Re: [U-Boot] [PATCH] Powerpc/QE: Add QE support for T1040

2014-01-26 Thread Timur Tabi
qiang.z...@freescale.com wrote: T1040QDS has microcode for Fman and another microcode for QE. The two microcodes is different. QE microcode is needed. Then why do you have an #else statement: +#ifdef CONFIG_PPC_T1040 + qe_upload_firmware((const void *)CONFIG_SYS_QE_UCODE_FW_ADDR); +#els

Re: [U-Boot] [PATCH 2/2] ARM: m53evk: Enable CONFIG_REGEX

2014-01-26 Thread Stefano Babic
On 21/01/2014 22:00, Marek Vasut wrote: Enable CONFIG_REGEX on M53EVK to allow usage of regular expressions on environment variables. Signed-off-by: Marek Vasut Cc: Stefano Babic --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- =

Re: [U-Boot] [PATCH 1/2] ARM: m53evk: Rename mxc-nand to mxc_nand

2014-01-26 Thread Stefano Babic
On 21/01/2014 22:00, Marek Vasut wrote: The name the Linux kernel expects is 'mxc_nand' , not 'mxc-nand' . This patch renames the driver name. Signed-off-by: Marek Vasut Cc: Stefano Babic --- include/configs/m53evk.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/

Re: [U-Boot] [PATCH] nitrogen6x: README: Only calling 'make' is enough

2014-01-26 Thread Stefano Babic
Hi Fabio, On 24/01/2014 12:15, Fabio Estevam wrote: From: Fabio Estevam No need to pass 'u-boot.imx' as parameter for 'make' because u-boot.imx is built by default. Signed-off-by: Fabio Estevam --- board/boundary/nitrogen6x/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif

Re: [U-Boot] [PATCH] nitrogen6x: README: Do not refer to MAINTAINERS file

2014-01-26 Thread Stefano Babic
Hi Fabio, On 24/01/2014 12:27, Fabio Estevam wrote: From: Fabio Estevam MAINTAINERS file has been removed from the project. Replace its reference with 'boards.cfg' file instead. Signed-off-by: Fabio Estevam --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic --

Re: [U-Boot] [PATCH v2] mx6: Distinguish mx6dual from mx6quad

2014-01-26 Thread Stefano Babic
Hi Fabio, hi Otavio, On 22/01/2014 21:19, Fabio Estevam wrote: From: Fabio Estevam Currently when we boot a mx6dual U-boot reports that it is a mx6quad. Report it as MX6D instead: CPU: Freescale i.MX6D rev1.2 at 792 MHz Signed-off-by: Fabio Estevam Tested-by: Otavio Salvador --- Changes

Re: [U-Boot] [PATCH V2 4/4] ARM: mx6: Enable PCIe on Sabrelite

2014-01-26 Thread Stefano Babic
Hi Marek, On 14/12/2013 05:55, Marek Vasut wrote: Enable PCI express on MX6 Sabrelite. Signed-off-by: Marek Vasut Cc: Albert Aribaud Cc: Eric Nelson Cc: Fabio Estevam Cc: Stefano Babic --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- =

Re: [U-Boot] [PATCH V2 3/4] ARM: mx6: Add PCI express driver

2014-01-26 Thread Stefano Babic
Hi Marek, On 14/12/2013 05:55, Marek Vasut wrote: Add PCIe driver for the Freescale i.MX6 SoC . This driver operates the PCIe block in RC mode only, the EP mode is NOT supported. The driver is tested with the Intel e1000 NIC driver. Signed-off-by: Marek Vasut Cc: Albert Aribaud Cc: Eric Nelso

Re: [U-Boot] [PATCH V3 2/4] ARM: mx6: Add PCI express clock configuration

2014-01-26 Thread Stefano Babic
Hi Marek, On 14/12/2013 06:27, Marek Vasut wrote: Split the SATA clock enabling function and add PCI express clock enabling function. The SATA clock enabling function starts up the 100MHz SATA reference PLL in ENET_PLL register, but the code can be re-used to enable the 125MHz PCIe reference in

Re: [U-Boot] [PATCH 1/4] ARM: armv7: Make indirect vector addresses globl

2014-01-26 Thread Stefano Babic
Hi Marek, On 14/12/2013 05:55, Marek Vasut wrote: Make indirect vectors addresses global, so they can be replaced by various code that needs to do so. For example the MX6 PCI express driver needs to temporarily replace data abort handler when reading the config space. Signed-off-by: Marek Vasut

[U-Boot] [PATCH 2/3] mpc85xx: Add deep sleep framework support

2014-01-26 Thread Tang Yuantian
From: Tang Yuantian When system wakes up from warm reset, control is passed to the primary core that starts executing uboot. After re-initialized some IP blocks, like DDRC, kernel will take responsibility to continue to restore environment it leaves before. Signed-off-by: Tang Yuantian --- arc

[U-Boot] [PATCH 3/3] mpc85xx: Add deep sleep support on T1040QDS

2014-01-26 Thread Tang Yuantian
From: Tang Yuantian Add deep sleep support on T1040QDS platforms. Signed-off-by: Tang Yuantian --- board/freescale/t1040qds/t1040qds.c | 12 include/configs/T1040QDS.h | 4 2 files changed, 16 insertions(+) diff --git a/board/freescale/t1040qds/t1040qds.c b/board/

Re: [U-Boot] [PATCH] Powerpc/QE: Add QE support for T1040

2014-01-26 Thread qiang.z...@freescale.com
Timur Tabi wrote: > -Original Message- > From: Timur Tabi [mailto:ti...@tabi.org] > Sent: Sunday, January 26, 2014 12:37 PM > To: Zhao Qiang-B45475 > Cc: U-Boot Mailing List; Xu Jiucheng-B37781; Xie Xiaobo-R63061 > Subject: Re: [U-Boot] [PATCH] Powerpc/QE: Add QE support for T1040 > > q

[U-Boot] [PATCH 1/3] mpc85xx: Add support for the supplement configuration unit register

2014-01-26 Thread Tang Yuantian
From: Tang Yuantian The supplement configuration unit (SCFG) provides chip-specific configuration and status registers for the device. It is the chip defined module for extending the device configuration unit (DCFG) module. It provides a set of CCSR registers in addition to those available in the

Re: [U-Boot] [PATCH] Powerpc/QE: Add QE support for T1040

2014-01-26 Thread qiang.z...@freescale.com
Timur Tabi wrote: > -Original Message- > From: Timur Tabi [mailto:ti...@tabi.org] > Sent: Sunday, January 26, 2014 11:23 AM > To: Zhao Qiang-B45475 > Cc: U-Boot Mailing List; Xu Jiucheng-B37781; Xie Xiaobo-R63061 > Subject: Re: [U-Boot] [PATCH] Powerpc/QE: Add QE support for T1040 > > qia

Re: [U-Boot] [PATCH] Powerpc/QE: Add QE support for T1040

2014-01-26 Thread qiang.z...@freescale.com
On Sat, Jan 25, 2014 at 11:49 PM, Timur Tabi wrote: > -Original Message- > From: Timur Tabi [mailto:ti...@tabi.org] > Sent: Saturday, January 25, 2014 11:49 PM > To: Zhao Qiang-B45475 > Cc: U-Boot Mailing List; Xu Jiucheng-B37781; Xie Xiaobo-R63061 > Subject: Re: [U-Boot] [PATCH] Powerpc