[U-Boot] [v2, 1/4] mmc: fsl_esdhc: enable dat[4:7] for eMMC4.5 Adapter Card

2015-09-16 Thread Yangbo Lu
If adapter card type identification is supported for platform, we would enable dat[4:7] for eMMC4.5 Adapter Card. Signed-off-by: Yangbo Lu --- Changes for v2: - Modified the commit message - Added a patch enabling EVDD automatic control --- board/freescale/common/qixis.h | 2 ++

[U-Boot] [v2, 3/4] powerpc/t1040qds: enable peripheral clock for eSDHC

2015-09-16 Thread Yangbo Lu
Signed-off-by: Yangbo Lu --- include/configs/T1040QDS.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/T1040QDS.h b/include/configs/T1040QDS.h index 8353b8f..92bc295 100644 --- a/include/configs/T1040QDS.h +++ b/include/configs/T1040QDS.h @@ -593,6 +593,7 @@ unsigned long get

[U-Boot] [v2, 4/4] mmc: fsl_esdhc: enable EVDD automatic control for SD/MMC Legacy Adapter Card

2015-09-16 Thread Yangbo Lu
When detecting SDHC Adapter Card Type 2(SD/MMC Legacy Adapter Card), enable EVDD automatic control via SDHC_VS. This could support SD card IO voltage switching for UHS-1 speed mode. Signed-off-by: Yangbo Lu --- board/freescale/common/qixis.h | 3 +++ drivers/mmc/fsl_esdhc.c| 3 +++ 2 fil

[U-Boot] [v2, 2/4] powerpc/t1040qds: enable adapter card type identification support

2015-09-16 Thread Yangbo Lu
Signed-off-by: Yangbo Lu --- include/configs/T1040QDS.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/T1040QDS.h b/include/configs/T1040QDS.h index a0390a8..8353b8f 100644 --- a/include/configs/T1040QDS.h +++ b/include/configs/T1040QDS.h @@ -599,6 +599,7 @@ unsigned long get

Re: [U-Boot] [PATCH] mmc: atmel: Add support fo atmel sdhci

2015-09-16 Thread Yang, Wenyou
Hi Shen Bo, Thanks a lot for your advice. No problem, They will be added in next version. Thanks Best Regards, Wenyou Yang > -Original Message- > From: Bo Shen [mailto:voice.s...@gmail.com] > Sent: 2015年9月17日 7:02 > To: Yang, Wenyou; U-Boot Mailing List > Cc: Pantelis Antoniou > Subject

[U-Boot] [PATCH] arm: ls1021a: Add QSPI or IFC support in SD boot

2015-09-16 Thread Alison Wang
As QSPI and IFC are pin-multiplexed on LS1021A, only IFC is supported in SD boot now. For the customer's demand, QSPI needs to be supported in SD boot too. This patch adds QSPI or IFC support in SD boot according to the corresponding defconfig. For detail, ls1021atwr_sdcard_ifc_defconfig is used t

Re: [U-Boot] [PATCH] Revert "fdt: Fix fdtdec_get_addr_size() for 64-bit"

2015-09-16 Thread Tom Warren
Simon, > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: Wednesday, September 16, 2015 6:11 PM > To: Tom Warren > Cc: U-Boot Mailing List; Thierry Reding; Tom Rini; Stephen Warren > Subject: Re: [U-Boot] [PATCH] Revert "fdt: Fix fdtdec_g

Re: [U-Boot] [PATCH] Revert "fdt: Fix fdtdec_get_addr_size() for 64-bit"

2015-09-16 Thread Simon Glass
Hi Tom, On 16 September 2015 at 15:46, Tom Warren wrote: > Simon, > >> -Original Message- >> From: Tom Warren >> Sent: Wednesday, September 02, 2015 7:02 PM >> To: 'Stephen Warren'; Simon Glass >> Cc: U-Boot Mailing List; Thierry Reding; Tom Rini >> Subject: RE: [U-Boot] [PATCH] Revert "f

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

2015-09-16 Thread Tom Rini
On Wed, Sep 16, 2015 at 04:27:51PM -0700, Tom Warren wrote: > Tom, > > Please pull u-boot-tegra/master into U-Boot/master. Thanks! > > All tegra builds are OK (32-bit and 64-bit), and P2571 T210 64-bit boots to > cmd prompt OK. > > The following changes since commit fa43ce842c3026c2abf19d4234d0

Re: [U-Boot] [PATCH V2 4/4] test: Add basic tests for remoteproc

2015-09-16 Thread Nishanth Menon
On 21:46-20150901, Simon Glass wrote: > On 27 August 2015 at 22:07, Nishanth Menon wrote: > > Use the sandbox environment for the basic tests. > > > > Signed-off-by: Nishanth Menon > > --- > > New patch. > > > > test/dm/Makefile | 1 + > > test/dm/remoteproc.c | 67 > >

Re: [U-Boot] [PATCH V2 2/4] remoteproc: Introduce a sandbox dummy driver

2015-09-16 Thread Nishanth Menon
On 21:46-20150901, Simon Glass wrote: > On 27 August 2015 at 22:07, Nishanth Menon wrote: > [...] > Reviewed-by: Simon Glass Thanks. will update and post the next rev with the mentioned changes incorporated. > > Nit below. [...] > > + > > +/* XXX: THIS MUST GO AWAY ALONG WITH NON-DT support

Re: [U-Boot] [PATCH V2 1/4] drivers: Introduce a simplified remoteproc framework

2015-09-16 Thread Nishanth Menon
On 21:46-20150901, Simon Glass wrote: Hi Simon, Apologies on a delayed response. [...] > > Changes in V2: > > - review comments incorporated from v1 > > Ah yes, but which ones?! Hopefully all of them - I'd normally list up the details, but the changes were a little too many in the ca

[U-Boot] Pull request, u-boot-tegra/master

2015-09-16 Thread Tom Warren
Tom, Please pull u-boot-tegra/master into U-Boot/master. Thanks! All tegra builds are OK (32-bit and 64-bit), and P2571 T210 64-bit boots to cmd prompt OK. The following changes since commit fa43ce842c3026c2abf19d4234d02cd4c62eeec0: Merge git://git.denx.de/u-boot-fdt (2015-09-16 09:53:37 -040

Re: [U-Boot] [PATCH] mmc: atmel: Add support fo atmel sdhci

2015-09-16 Thread Bo Shen
Hi Wenyou, On 09/16/2015 04:23 PM, Wenyou Yang wrote: I think you should add commit message here. Signed-off-by: Wenyou Yang --- arch/arm/mach-at91/include/mach/atmel_sdhci.h | 13 + drivers/mmc/Makefile |1 + drivers/mmc/atmel_sdhci.c

Re: [U-Boot] Trying to load old kernel with new u-boot

2015-09-16 Thread Fabio Estevam
On Wed, Sep 16, 2015 at 7:23 PM, Fabio Estevam wrote: > On Wed, Sep 16, 2015 at 1:17 PM, DaveKucharczyk > wrote: >> When I set putty to 38400 I get the first half of the kernel console output >> fine and the second half is garbage. >> >> So that tells me early kernel is outputting at 38400. Even

Re: [U-Boot] [PATCH] ARM: at91: sama5: add support for CONFIG_ENV_IS_IN_MMC

2015-09-16 Thread Bo Shen
Hi Josh On 09/16/2015 11:34 AM, Josh Wu wrote: If defined CONFIG_ENV_IS_IN_MMC, then u-boot environment is saved in mmc's raw sectors. Otherwise, u-boot environment is saved as a file: uboot.env. Signed-off-by: Josh Wu Reviewed-by: Bo Shen Best Regards, Bo Shen

Re: [U-Boot] [PATCH] Revert "env_eeprom: Assign default environment during board_init_f"

2015-09-16 Thread Ludger Dreier
Hi Tom, Am 2015-09-15 18:54, schrieb Tom Rini: > Was there perhaps some sort of init ordering issue in a board which > did have EEPROM used as the backing store for env? I could see a > case where perhaps (and Ludger, can you test this as well please?) > the problem is that for env_eeprom env_ini

[U-Boot] [PATCH] arm: ls102xa: enable snooping for CAAM transactions

2015-09-16 Thread Horia Geantă
Enable snooping for CAAM read & write transactions by programming the SCFG snoop configuration register: SCFG_SNPCNFGCR[SECRDSNP] SCFG_SNPCNFGCR[SECWRSNP] Signed-off-by: Horia Geantă Reviewed-by: Zhengxiong Jin --- arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h | 1 + board/freescale/ls1021a

[U-Boot] [PATCH] QE: modify the address of qe ucode

2015-09-16 Thread Zhao Qiang
From: Zhao Qiang the address of uboot changed, so change qe ucode Signed-off-by: Zhao Qiang --- include/configs/ls1021aqds.h | 2 +- include/configs/ls1021atwr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/ls1021aqds.h b/include/configs/ls1021aqds.h i

[U-Boot] [PATCH 3/3] qe: add qe support for ls1021a-twr board

2015-09-16 Thread Zhao Qiang
qe: add qe support MACRO to ls1021a-twr head file Signed-off-by: Zhao Qiang --- board/freescale/ls1021atwr/ls1021atwr.c | 7 +++ include/configs/ls1021atwr.h| 6 ++ 2 files changed, 13 insertions(+) diff --git a/board/freescale/ls1021atwr/ls1021atwr.c b/board/freescale/ls10

[U-Boot] [PATCH 2/3] qe: add qe support to ls1021aqds

2015-09-16 Thread Zhao Qiang
add qe support MACRO to ls1021aqds head file Signed-off-by: Zhao Qiang --- board/freescale/ls1021aqds/ls1021aqds.c | 8 include/configs/ls1021aqds.h| 6 ++ 2 files changed, 14 insertions(+) diff --git a/board/freescale/ls1021aqds/ls1021aqds.c b/board/freescale/ls1021aq

[U-Boot] [PATCH 1/3] qe: add u-qe support to arm board

2015-09-16 Thread Zhao Qiang
From: Zhao Qiang ls1021 is arm-core and support qe which is u-qe. add u-qe init for arm board. Signed-off-by: Zhao Qiang --- arch/arm/include/asm/arch-ls102xa/config.h | 4 arch/arm/include/asm/global_data.h | 8 drivers/Makefile | 1 + driver

Re: [U-Boot] Trying to load old kernel with new u-boot

2015-09-16 Thread Fabio Estevam
On Wed, Sep 16, 2015 at 1:17 PM, DaveKucharczyk wrote: > When I set putty to 38400 I get the first half of the kernel console output > fine and the second half is garbage. > > So that tells me early kernel is outputting at 38400. Even though we don't > set it to that. When I print gd->baudrate in

Re: [U-Boot] [PATCH] tools: gen_eth_addr: remove getpid() operation for the random seed

2015-09-16 Thread Wolfgang Denk
Dear Josh, In message <55f91588.3040...@atmel.com> you wrote: > > In above commands, I have two duplicated eth addr: > 92:33:16:3f:0a:56 > d2:41:66:54:64:aa Agreed. Randomness is really poor; for a sequence of 1000 invocations of gen_eth_addr in a shell loop I would only gt 124 different MAC add

Re: [U-Boot] [PATCH] tools: gen_eth_addr: remove getpid() operation for the random seed

2015-09-16 Thread Josh Wu
Hi, Wolfgang Thanks for the reply. On 9/16/2015 2:37 PM, Wolfgang Denk wrote: Dear Josh Wu, In message <1442373526-842-1-git-send-email-josh...@atmel.com> you wrote: As 'time(0) | getpid()' sometimes get same value. That depends on the value of getpid(). I think removing some "random input"

Re: [U-Boot] [PATCH] tools: gen_eth_addr: remove getpid() operation for the random seed

2015-09-16 Thread Josh Wu
Hi, Andreas On 9/16/2015 4:23 PM, Andreas Bießmann wrote: Hi Josh, On 09/16/2015 05:18 AM, Josh Wu wrote: As 'time(0) | getpid()' sometimes get same value. That depends on the value of getpid(). So that is not a expected behavior. We expect different value for the seed when when run it in many

Re: [U-Boot] [PATCH] ARM: socfpga: Enable saveenv for SD/MMC

2015-09-16 Thread Pavel Machek
On Tue 2015-09-15 22:22:33, Marek Vasut wrote: > On Tuesday, September 15, 2015 at 09:47:23 PM, dingu...@opensource.altera.com > wrote: > > From: Dinh Nguyen > > > > Enable the able to save the environment variables when SD/MMC is used. > > > > Signed-off-by: Dinh Nguyen > > Hi, > > this sho

Re: [U-Boot] [PATCH] ARM: socfpga: Enable saveenv for SD/MMC

2015-09-16 Thread Stefan Roese
On 16.09.2015 08:57, Pavel Machek wrote: On Tue 2015-09-15 22:22:33, Marek Vasut wrote: On Tuesday, September 15, 2015 at 09:47:23 PM, dingu...@opensource.altera.com wrote: From: Dinh Nguyen Enable the able to save the environment variables when SD/MMC is used. Signed-off-by: Dinh Nguyen

Re: [U-Boot] [PATCH] Revert "fdt: Fix fdtdec_get_addr_size() for 64-bit"

2015-09-16 Thread Tom Warren
Simon, > -Original Message- > From: Tom Warren > Sent: Wednesday, September 02, 2015 7:02 PM > To: 'Stephen Warren'; Simon Glass > Cc: U-Boot Mailing List; Thierry Reding; Tom Rini > Subject: RE: [U-Boot] [PATCH] Revert "fdt: Fix fdtdec_get_addr_size() for 64- > bit" > > > -Original M

Re: [U-Boot] [PATCH v2 3/4] dm: tpm: Remove every compilation switch for TPM driver model

2015-09-16 Thread Tom Rini
On Wed, Sep 16, 2015 at 12:33:50AM +0200, Christophe Ricard wrote: > As every TPM drivers support UCLASS_TPM, we can only rely on DM_TPM > functions. > > This simplify a bit the code. > > Signed-off-by: Christophe Ricard Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital sign

Re: [U-Boot] [PATCH v2 2/4] dm: tpm: Add Driver Model support for tpm_atmel_twi driver

2015-09-16 Thread Tom Rini
On Wed, Sep 16, 2015 at 12:33:49AM +0200, Christophe Ricard wrote: > tpm_atmel_twi can fit perfectly to the new UCLASS_TPM class. > > Signed-off-by: Christophe Ricard Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___ U

Re: [U-Boot] [PATCH v2 1/4] dm: tpm: Move tpm_tis_i2c to tpm_i2c_infineon

2015-09-16 Thread Tom Rini
On Wed, Sep 16, 2015 at 12:33:48AM +0200, Christophe Ricard wrote: > As there is no TCG specification or recommendation for i2c TPM 1.2, > move tpm_tis_i2c driver to tpm_i2c_infineon. Other tpm vendors like Atmel > or STMicroelectronics may have a different transport protocol for i2c. > > Signed-

Re: [U-Boot] kbuild: fixdep: drop meaningless hash table initialization

2015-09-16 Thread Tom Rini
On Tue, Sep 15, 2015 at 12:54:38PM +0900, Masahiro Yamada wrote: > The clear_config() is called just once at the beginning of this > program, but the global variable hashtab[] is already zero-filled > at the start-up. > > [ Linux commit: d179e22762fd38414c4108acedd5feca4cf7e0d8 ] > > Signed-off-

Re: [U-Boot] [PATCH v2] tools: gen_eth_addr: add getpid() to time(0) to avoid duplicated seed

2015-09-16 Thread Wolfgang Denk
Dear Josh Wu, In message <1442398864-1312-1-git-send-email-josh...@atmel.com> you wrote: > As 'time(0) | getpid()' will have a lot of duplicated value. It is not a > expected behavior. We expect different value for the seed when when run > it in many times. > > So this patch will left shift the g

Re: [U-Boot] Please pull u-boot-fdt.git

2015-09-16 Thread Tom Rini
On Tue, Sep 15, 2015 at 03:30:00PM -0600, Simon Glass wrote: > Hi Tom, > > The following changes since commit 850f788709cef8f7d53d571aec3bfb73b14c5531: > > Merge branch 'rmobile' of git://git.denx.de/u-boot-sh (2015-09-13 > 17:25:16 -0400) > > are available in the git repository at: > > gi

Re: [U-Boot] [PATCH v3 1/2] nios2: map physical address to uncached virtual address

2015-09-16 Thread Thomas Chou
On 09/15/2015 03:28 PM, Thomas Chou wrote: Add ioremap() to map physical address to uncached virtual address. We need this to convert the reg address from the device tree. The order of headers inclusion in interrupts.c is changed because common.h will include board header that contains IO_REGI

Re: [U-Boot] [PATCH] Revert "env_eeprom: Assign default environment during board_init_f"

2015-09-16 Thread Tom Rini
On Wed, Sep 16, 2015 at 01:46:34PM +0200, Ludger Dreier wrote: > Hi Tom, > > Am 2015-09-15 18:54, schrieb Tom Rini: > > Was there perhaps some sort of init ordering issue in a board which > > did have EEPROM used as the backing store for env? I could see a > > case where perhaps (and Ludger, can

Re: [U-Boot] [PATCH 09/14] armv8/ls1043ardb: Add nand boot support

2015-09-16 Thread Gong Q . Y .
> -Original Message- > From: Wood Scott-B07421 > Sent: Wednesday, September 16, 2015 6:33 AM > To: Gong Qianyu-B52263 > Cc: u-boot@lists.denx.de; Xie Shaohui-B21989; Hou Zhiqiang-B48286; Hu > Mingkai-B21284; Song Wenbin-B53747; Sun York-R58495 > Subject: Re: [U-Boot] [PATCH 09/14] armv8/ls1

Re: [U-Boot] [PATCH v2] tools: gen_eth_addr: add getpid() to time(0) to avoid duplicated seed

2015-09-16 Thread Andreas Bießmann
On 09/16/2015 12:21 PM, Josh Wu wrote: > As 'time(0) | getpid()' will have a lot of duplicated value. It is not a > expected behavior. We expect different value for the seed when when run when when ... could be fixed when applied > it in many times. > > So this patch will left shift the getpid()

[U-Boot] [PATCH] mmc: atmel: Add support fo atmel sdhci

2015-09-16 Thread Wenyou Yang
Signed-off-by: Wenyou Yang --- arch/arm/mach-at91/include/mach/atmel_sdhci.h | 13 + drivers/mmc/Makefile |1 + drivers/mmc/atmel_sdhci.c | 35 + 3 files changed, 49 insertions(+) create mode 100644 arch/arm/ma

Re: [U-Boot] [PATCH] tools: gen_eth_addr: remove getpid() operation for the random seed

2015-09-16 Thread Andreas Bießmann
Hi Josh, On 09/16/2015 05:18 AM, Josh Wu wrote: > As 'time(0) | getpid()' sometimes get same value. That depends on the > value of getpid(). > So that is not a expected behavior. We expect different value for the > seed when when run it in many times. I don't think your change made it better. Her

[U-Boot] [PATCH] mmc: sdhci: Fix the SD clock stop sequence

2015-09-16 Thread Wenyou Yang
According to the SDHC specification, stopping the SD Clock is by setting the SD Clock Enable bit in the Clock Control register at 0, instead of setting all bits at 0. Before stopping the SD clock, we need to make sure all SD transactions to complete, so add checking the CMD and DAT bits in the Pre

Re: [U-Boot] [PATCH] tools: gen_eth_addr: remove getpid() operation for the random seed

2015-09-16 Thread Josh Wu
On 9/16/2015 3:08 PM, Josh Wu wrote: Hi, Wolfgang Thanks for the reply. On 9/16/2015 2:37 PM, Wolfgang Denk wrote: Dear Josh Wu, In message <1442373526-842-1-git-send-email-josh...@atmel.com> you wrote: As 'time(0) | getpid()' sometimes get same value. That depends on the value of getpid().

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

2015-09-16 Thread Jagan Teki
Hi Michal, On 15 September 2015 at 18:58, Simon Glass wrote: > Hi Jagan, > > On 15 September 2015 at 02:13, Jagan Teki wrote: >> Hi Tom, >> >> Zynq patches has SPL build dependency with Simon changes [1]. >> >> Simon, Any plan to send a PR for your changes. >> >> [1] >> http://git.denx.de/?p=u-

Re: [U-Boot] arm: ls1021a: Ensure Generic Timer disabled before jumping into the OS

2015-09-16 Thread Huan Wang
Hi, Alexander, > On Tuesday 04 August 2015 09:55:37, Alison Wang wrote: > > This patch addresses a problem mentioned recently on this mailing > list: > > [1]. > > > > In that posting a LS1021 based system was locking up at about 5 > > minutes after boot,but the problem was mysteriously related to

[U-Boot] U-boot UBI breaks build with -O0

2015-09-16 Thread Kevin Smith
Some of the debug functions for UBI are preprocessed out for U-boot (ifndef __UBOOT__), but their calls are optimized out at higher optimization levels, so this does not cause a problem. When building with -O0, the linker gives an error: fs/ubifs/io.c:162: undefined reference to `dbg_leb_unmap

Re: [U-Boot] [PATCH v2 4/4] dm: tpm: Every TPM drivers should depends on DM_TPM

2015-09-16 Thread Tom Rini
On Wed, Sep 16, 2015 at 12:33:51AM +0200, Christophe Ricard wrote: > Every TPM drivers should now depends on DM_TPM and not only TPM. > > Signed-off-by: Christophe Ricard Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature _

Re: [U-Boot] Trying to load old kernel with new u-boot

2015-09-16 Thread DaveKucharczyk
When I set putty to 38400 I get the first half of the kernel console output fine and the second half is garbage. So that tells me early kernel is outputting at 38400. Even though we don't set it to that. When I print gd->baudrate in board_late_init() I get 115200. So what does 2014.07 u-boot do

Re: [U-Boot] [PATCH V2 0/4] cm-fx6 updates for Utilite

2015-09-16 Thread Nikita Kiryanov
On Wed, Sep 16, 2015 at 01:10:45PM +0300, Igor Grinberg wrote: > Hi Stefano, > > On 09/13/15 11:36, Stefano Babic wrote: > > > > > > On 06/09/2015 10:48, Nikita Kiryanov wrote: > >> This series provides a fix necessary for early models of Utilite, a > >> miniature > >> desktop based on CM-FX6.

[U-Boot] [PATCH v4] nios2: convert altera_jtag_uart to driver model

2015-09-16 Thread Thomas Chou
Convert altera_jtag_uart to driver model. Signed-off-by: Thomas Chou --- v2 add ioremap. make the change to dts compatible with linux. v3 use fdt address translation patch from Stefan Roese. fix watchdog and loop as Marek suggested. v4 add clear AC flag to probe(). remove polling l

[U-Boot] [PATCH v2] tools: gen_eth_addr: add getpid() to time(0) to avoid duplicated seed

2015-09-16 Thread Josh Wu
As 'time(0) | getpid()' will have a lot of duplicated value. It is not a expected behavior. We expect different value for the seed when when run it in many times. So this patch will left shift the getpid() and add to time(0). That avoid duplicated value. Test command is like: % RUN=0; while [ $

Re: [U-Boot] [PATCH V2 0/4] cm-fx6 updates for Utilite

2015-09-16 Thread Igor Grinberg
Hi Stefano, On 09/13/15 11:36, Stefano Babic wrote: > > > On 06/09/2015 10:48, Nikita Kiryanov wrote: >> This series provides a fix necessary for early models of Utilite, a miniature >> desktop based on CM-FX6. It implements a dynamic modification to the device >> tree >> that is necessary for

Re: [U-Boot] [PATCH] tools: gen_eth_addr: remove getpid() operation for the random seed

2015-09-16 Thread Josh Wu
Hi, Wolfgang, Andreas Thanks for the testing and point out the wrongness in my patch. On 9/16/2015 5:15 PM, Wolfgang Denk wrote: Dear Josh, In message <55f91588.3040...@atmel.com> you wrote: In above commands, I have two duplicated eth addr: 92:33:16:3f:0a:56 d2:41:66:54:64:aa Agreed. Random

Re: [U-Boot] [PATCH] tools: gen_eth_addr: remove getpid() operation for the random seed

2015-09-16 Thread Andreas Bießmann
Hi Josh, On 09/16/2015 11:12 AM, Josh Wu wrote: > On 9/16/2015 4:23 PM, Andreas Bießmann wrote: >> On 09/16/2015 05:18 AM, Josh Wu wrote: >>> As 'time(0) | getpid()' sometimes get same value. That depends on the >>> value of getpid(). >>> So that is not a expected behavior. We expect different val

[U-Boot] [PATCH] Allow imxtract to extract part of script image.

2015-09-16 Thread p.aubert
From: Pierre Aubert Scripts are multi-file images, the imxtract command should handle them in the same manner. Signed-off-by: Pierre Aubert --- common/cmd_ximg.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/common/cmd_ximg.c b/common/cmd_ximg.c index 64b9186..abd9

Re: [U-Boot] [PATCH] tools: gen_eth_addr: remove getpid() operation for the random seed

2015-09-16 Thread Wolfgang Denk
Dear Josh Wu, In message <1442373526-842-1-git-send-email-josh...@atmel.com> you wrote: > As 'time(0) | getpid()' sometimes get same value. That depends on the > value of getpid(). I think removing some "random input" from the way how we compute the seed is a bad idea. > So that is not a expecte