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 ++
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
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
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
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
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
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
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
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
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
> >
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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"
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
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
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
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
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
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
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-
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-
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
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
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
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
> -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
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()
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
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
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
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().
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-
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
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
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
_
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
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.
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
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 [ $
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
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
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
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
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
56 matches
Mail list logo