Dear Minkyu Kang,
Thanks for the review.
On 4 June 2013 12:56, Minkyu Kang wrote:
> Dear Inderpal Singh,
>
> On 27/03/13 17:48, Inderpal Singh wrote:
> > Dear Minkyu,
> >
> > Please let me know if you have any comments for this patch.
> >
> > With Regards,
> > Inder
> >
> > On 16 March 2013 14
> -Original Message-
> From: Angelo Dureghello [mailto:sysa...@gmail.com]
> Sent: Thursday, June 06, 2013 10:21 PM
> To: u-boot@lists.denx.de
> Cc: Jin Zhengxiong-R64188
> Subject: Re: [U-Boot] patches never reviewed
>
> Dear Scott,
>
> please be sure before replying to verify the "hist
Hello Tom,
Am 06.06.2013 17:55, schrieb Tom Rini:
> On Wed, Jun 05, 2013 at 04:04:46PM +0200, Heiko Schocher wrote:
>
> [snip]
In current code CONFIG_SYS_DFU_MAX_FILE_SIZE is not used in dfu_nand.c,
>>>
>>> Nor anywhere else. As I said in the DFU + UBI thread, there's a bug
>>> here :)
>>
>
This patch introduces support for command line arguments to Plan 9.
Plan 9 generally dedicates a small region of kernel memory (known
as CONFADDR) for runtime configuration. A new environment variable
named confaddr was introduced to indicate this location when copying
arguments.
Signed-off-by: S
Hi,
Recently, after successfully adding my ethernet driver to u-boot-2011.09,
I tried to use u-boot's tftpboot and nfs command to test my driver,
with tftpboot command, no matter how many times to test, there's no problem.
But, with nfs command, if I did not add the board's ip address
to nfs serv
Signed-off-by: Steven Stallion
---
README |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README
index b1b3e17..9782bb8 100644
--- a/README
+++ b/README
@@ -4636,9 +4636,9 @@ details; basically, the header defines the following
image properties:
* Target O
Dear Fabio Estevam,
> Hi Marek,
>
> On Thu, Jun 6, 2013 at 10:25 PM, Marek Vasut wrote:
> > I'm also having issues when pulling stuff from my main system via TFTP
> > sometimes. This is manifesting by _lots_ of timeouts. The problem in this
> > case is some weirdness in e1000e in my system, afte
Hi Marek,
On Thu, Jun 6, 2013 at 10:25 PM, Marek Vasut wrote:
> I'm also having issues when pulling stuff from my main system via TFTP
> sometimes. This is manifesting by _lots_ of timeouts. The problem in this case
> is some weirdness in e1000e in my system, after I force-switch the main system
The previous patches is broken, so I send again.
This patch have changed mipi dsi write functions' parameters correctly.
- exynos_mipi_dsi_wr_data()'s 3rd parameter is changed to
'const unsigned char' type.
- exynos_mipi_dsi_wr_tx_header()'s 3rd and 4th parameters were changed
to 'const unsigned
Dear Fabio Estevam,
> Hi Ruud,
>
> On Fri, May 31, 2013 at 3:56 AM, Ruud Commandeur wrote:
> > Hi everyone,
> >
> > I have been testing for a while now on the i.mx28 evk, and I noticed
> > that almost all tftp transfers take some time before they actually
> > start. It will show a 'T' as first
Hi Stefano,
On Thu, Jun 6, 2013 at 9:04 PM, Fabio Estevam wrote:
> From: Fabio Estevam
>
> Phylib framework is more appropriate for handling the PHYs, so let's use it
> on mx28evk.
>
> Signed-off-by: Fabio Estevam
Please discard this one for now.
I found an issue with this one.
__
Hi Ruud,
On Fri, May 31, 2013 at 3:56 AM, Ruud Commandeur wrote:
> Hi everyone,
>
> I have been testing for a while now on the i.mx28 evk, and I noticed
> that almost all tftp transfers take some time before they actually
> start. It will show a 'T' as first character, then followed by '#'
Besid
From: Fabio Estevam
LAN8710/8720 are 10/100 Mbps PHYs, so fix the '.features' field.
Cc: Joe Hershberger
Cc: Nobuhiro Iwamatsu
Signed-off-by: Fabio Estevam
---
drivers/net/phy/smsc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/phy/smsc.c b/drivers/net/phy/
From: Fabio Estevam
Phylib framework is more appropriate for handling the PHYs, so let's use it
on mx28evk.
Signed-off-by: Fabio Estevam
---
board/freescale/mx28evk/mx28evk.c | 7 +++
include/configs/mx28evk.h | 2 ++
2 files changed, 9 insertions(+)
diff --git a/board/freescale/m
On Thu, Jun 6, 2013 at 5:25 PM, Eric Nelson wrote:
> Hi Abbas,
>
> On 03/25/2013 04:02 AM, Abbas Raza wrote:
>
>> Hi,
>>
>> On 03/21/2013 09:17 PM, Eric Nelson wrote:
>>
>>> Thanks Abbas,
>>>
>>> Tested-by: Eric Nelson
>>>
>>> >
>>>
>>> Note that the board settings also apply to nitrogen6x and
Correct the console sys prompt to display the correct processor
and the corrent board
Signed-off-by: Dan Murphy
Reported-by: Lubomir Popov
---
include/configs/omap5_uevm.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/configs/omap5_uevm.h b/include/configs/om
On 06/06/2013 03:31 PM, Lubomir Popov wrote:
> Hi Dan,
>
>> Update the EXTRA_ENV_SETTING for the dra7xx.
>> The console needs to be set to ttyO0 and the
>> findfdt needs to be updated to load the
>> dra7xx-evm.dtb file.
>>
>> Signed-off-by: Dan Murphy
>> ---
>> v4 - Remove check for undefined fdtf
Hi Abbas,
On 03/25/2013 04:02 AM, Abbas Raza wrote:
Hi,
On 03/21/2013 09:17 PM, Eric Nelson wrote:
Thanks Abbas,
Tested-by: Eric Nelson
Note that the board settings also apply to nitrogen6x and wandboard
if you want to expand the patch a bit:
http://git.denx.de/u-boot.git/?p=u-boot/u
Hi Dan,
> Update the EXTRA_ENV_SETTING for the dra7xx.
> The console needs to be set to ttyO0 and the
> findfdt needs to be updated to load the
> dra7xx-evm.dtb file.
>
> Signed-off-by: Dan Murphy
> ---
> v4 - Remove check for undefined fdtfile and save for another patch -
> http://patchwork.ozl
Hi All,
On Wed, Jun 5, 2013 at 1:31 AM, Igor Grinberg wrote:
> Hi Robert,
>
> On 06/04/13 21:11, Robert Winkler wrote:
>> Adding Anatolij to the CC list.
>>
>> On Tue, Jun 4, 2013 at 8:10 AM, Robert Winkler
>> wrote:
>>> Hi Igor,
>>>
>>> On Mon, Jun 3, 2013 at 11:10 PM, Igor Grinberg
>>> wrote
Update the EXTRA_ENV_SETTING for the dra7xx.
The console needs to be set to ttyO0 and the
findfdt needs to be updated to load the
dra7xx-evm.dtb file.
Signed-off-by: Dan Murphy
---
v4 - Remove check for undefined fdtfile and save for another patch -
http://patchwork.ozlabs.org/patch/249084/
v3 -
In the omap4, omap5 and am335x common files add a check to ensure that the
fdtfile is
defined after the findfdt macro has run. If the file is not defined then warn
the user that the
dtb file is not defined.
Signed-off-by: Dan Murphy
---
include/configs/am335x_evm.h |7 ---
include/c
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 06/06/2013 02:02 PM, Dan Murphy wrote:
> So what I am going to do is pull this out of this patch completely
> because this has no impact on the intent of the patch. I will then
> go ahead and fix the omap4_common, omap5_common and the am335
> common
Dear Anatolij,
On Thu, Jun 6, 2013 at 2:57 PM, Otavio Salvador wrote:
> Signed-off-by: Otavio Salvador
>
I forgot to add you in Cc; sorry.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://projetos.ossystems.com.br
Mobile: +55 (53) 9981-7854
Tom
On 06/06/2013 11:24 AM, Dan Murphy wrote:
> On 06/06/2013 11:20 AM, Tom Rini wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> On 06/06/2013 12:18 PM, Dan Murphy wrote:
>>> On 06/06/2013 10:31 AM, Tom Rini wrote:
On Wed, Jun 05, 2013 at 09:39:47AM -0500, Dan Murphy wrote:
>>
Signed-off-by: Otavio Salvador
---
common/cmd_bmp.c | 23 +++
1 file changed, 23 insertions(+)
diff --git a/common/cmd_bmp.c b/common/cmd_bmp.c
index 5a52edd..48e045e 100644
--- a/common/cmd_bmp.c
+++ b/common/cmd_bmp.c
@@ -33,6 +33,10 @@
#include
#include
+#ifdef CONFI
Signed-off-by: Robert Winkler
---
include/configs/nitrogen6x.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h
index 039085e..c5118d1 100644
--- a/include/configs/nitrogen6x.h
+++ b/include/configs/nitrogen6x.h
@@ -285,4 +285,6 @@
Signed-off-by: Robert Winkler
---
include/configs/nitrogen6x.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h
index 01c3f13..74df66c 100644
--- a/include/configs/nitrogen6x.h
+++ b/include/configs/nitrogen6x.h
@@ -287,5 +287,6 @@
Signed-off-by: Robert Winkler
---
Changes for v2: removed dead code
include/configs/nitrogen6x.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h
index aea91bc..039085e 100644
--- a/include/configs/nitrogen6x.h
+++ b/include/configs/
These are just some config changes for nitrogen6x.
RAW_INITRD, BOOTZ, FS_GENERIC are being used by this project
http://www.eewiki.net/display/linuxonarm/i.MX6x+SABRE+Lite
DCACHE can finally be enabled because some related bugs have
been fixed.
Robert Winkler (4):
imx: nitrogen6x: Enabled data
Signed-off-by: Robert Winkler
---
include/configs/nitrogen6x.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h
index c5118d1..01c3f13 100644
--- a/include/configs/nitrogen6x.h
+++ b/include/configs/nitrogen6x.h
@@ -286,5 +286,6 @@
#
On Thu, Jun 6, 2013 at 11:58 AM, jean-francois simon wrote:
> Will do.
> Also, I was looking around and came across this VSELECT bit in the
> VEND_SPEC register (219_80C0 Vendor Specific Register
> (uSDHC3_VEND_SPEC) )
>
> It is used to generate low voltage, like 1.8V (n bus SD3 here) which I
>
Albert,
Please pull u-boot-tegra/master into ARM/master. Thanks!
./MAKEALL -s tegra AOK, checkpatch.pl is clean.
The following changes since commit 4596dcc1d4ea5763e0f92cf5becd9fc7d4c6e674:
am33xx/omap: Move save_omap_boot_params to omap-common/boot-common.c
(2013-06-05 08:46:49 -0400)
are a
The following changes since commit d6639d10dbfa42dc888f8917012550b632a88959:
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash (2013-05-31
18:28:47 -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 4bfd0
On 06/06/2013 11:20 AM, Tom Rini wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 06/06/2013 12:18 PM, Dan Murphy wrote:
>> On 06/06/2013 10:31 AM, Tom Rini wrote:
>>> On Wed, Jun 05, 2013 at 09:39:47AM -0500, Dan Murphy wrote:
Update the EXTRA_ENV_SETTING for the dra7xx. The co
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 06/06/2013 12:18 PM, Dan Murphy wrote:
> On 06/06/2013 10:31 AM, Tom Rini wrote:
>> On Wed, Jun 05, 2013 at 09:39:47AM -0500, Dan Murphy wrote:
>>> Update the EXTRA_ENV_SETTING for the dra7xx. The console needs
>>> to be set to ttyO0 and the findfd
On 06/06/2013 10:31 AM, Tom Rini wrote:
> On Wed, Jun 05, 2013 at 09:39:47AM -0500, Dan Murphy wrote:
>> Update the EXTRA_ENV_SETTING for the dra7xx.
>> The console needs to be set to ttyO0 and the
>> findfdt needs to be updated to load the
>> dra7xx-evm.dtb file.
>>
>> Signed-off-by: Dan Murphy
>
Hi Albert,
please pull from u-boot-imx, thanks.
The following changes since commit cac423a730d3506154744485af1bbc1cd3a1e6a8:
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2013-05-11
22:24:28 +0200)
are available in the git repository at:
git://www.denx.de/git/u-boot-imx.git ma
On Wed, Jun 05, 2013 at 04:04:46PM +0200, Heiko Schocher wrote:
[snip]
> >> In current code CONFIG_SYS_DFU_MAX_FILE_SIZE is not used in dfu_nand.c,
> >
> > Nor anywhere else. As I said in the DFU + UBI thread, there's a bug
> > here :)
>
> CONFIG_SYS_DFU_MAX_FILE_SIZE is used in ./drivers/dfu/d
On 06/06/2013 09:50, Stefano Babic wrote:
> On 05/06/2013 23:34, Fabio Estevam wrote:
>> From: Fabio Estevam
>>
>> No need to use the 'status' variable, so just remove it.
>>
>> Signed-off-by: Fabio Estevam
>> ---
Applied to u-boot-imx, thanks.
Best regards,
Stefano Babic
--
On Wed, Jun 05, 2013 at 07:26:45AM +0200, Heiko Schocher wrote:
> Hello Tom,
>
> Am 04.06.2013 23:29, schrieb Tom Rini:
> > On Tue, Jun 04, 2013 at 11:01:06AM +0200, Heiko Schocher wrote:
> >
> >> upcoming support for siemens boards switches mpu pll clk in board
> >> code. So make this configurab
On Wed, Jun 05, 2013 at 09:39:47AM -0500, Dan Murphy wrote:
> Update the EXTRA_ENV_SETTING for the dra7xx.
> The console needs to be set to ttyO0 and the
> findfdt needs to be updated to load the
> dra7xx-evm.dtb file.
>
> Signed-off-by: Dan Murphy
Did you run-time test this? I'm a little conce
From: Balaji T K
Update pbias programming sequence for OMAP5 ES2.0/DRA7
Signed-off-by: Balaji T K
Signed-off-by: Lokesh Vutla
---
Changes since V4:
* Rebased on top of http://patchwork.ozlabs.org/patch/249430/
arch/arm/include/asm/arch-omap5/omap.h |2 +-
drivers/mmc/omap_hsmmc.c
Hey all,
I feel it's getting a bit opaque as to what I'm going to merge / when.
As a general rule, I'm trying to have a week go by between posting and
merging, to give everyone a chance to review things (but this isn't a
hard and fast rule).
To that end, here's the bundles I'm looking at merging
Hi, Stefano, Fabio,
On Thu, Jun 6, 2013 at 6:39 AM, Fabio Estevam wrote:
> On Thu, Jun 6, 2013 at 10:34 AM, Stefano Babic wrote:
>> Could be the same as the issue reported by Fabio at
>> http://patchwork.ozlabs.org/patch/246928/ ?
>
> Yes, please apply this one and also:
> http://patchwork.ozlab
This patch fix the omap access to the transceiver
configuration registers using the ulpi bus. As reported by
the documentation the bit31 is used only to check if the
transaction is done or still running and the reading and
writing operation have different offset and have different
values. What we n
From: Stephen Warren
[trini: Applied v1 of the series rather than v2, this commit is the
delta from v1 to v2]
Signed-off-by: Stephen Warren
Signed-off-by: Tom Rini
---
drivers/input/key_matrix.c |6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers/input/key_mat
On Wed, Jun 05, 2013 at 08:34:20AM -0400, Tom Rini wrote:
> On Wed, May 22, 2013 at 08:48:18AM -, Stephen Warren wrote:
>
> > From: Stephen Warren
> >
> > Initialized character arrays on the stack can cause gcc to emit code that
> > performs unaligned accessess. Make the data static to avoid
On Thu, Jun 06, 2013 at 05:16:40PM +0300, Lubomir Popov wrote:
> Add some useful functions, and the corresponding definitions.
>
> Add support for powering on the dra7xx_evm SD/MMC LDO
> (courtesy Lokesh Vutla ).
>
> Signed-off-by: Lubomir Popov
Reviewed-by: Tom Rini
--
Tom
signature.asc
On Thu, Jun 6, 2013 at 11:20 AM, Angelo Dureghello wrote:
...
> I don't want to accuse anyone of any form of discrimination, but i
> stop to contribute for now, almost for m68k branch.
>
I understand your disappointment and I agree in most of your complains. At
same time, I also think we should t
Dear Scott,
please be sure before replying to verify the "history" of the threads.
This patch is around for more than one year.
1) i was quite sure that last patch body was ok. Please let me know
eventually what are these issues, if any, with a "feedback".
2) in most of the cases i always inclu
Add some useful functions, and the corresponding definitions.
Add support for powering on the dra7xx_evm SD/MMC LDO
(courtesy Lokesh Vutla ).
Signed-off-by: Lubomir Popov
---
V4 checkpatch-clean (except for one long printf string).
V3 does some cleanup and adds support for the dra7xx_evm
boar
Hi,
On Thursday 06 June 2013 07:07 PM, Lubomir Popov wrote:
Hi Tom,
On 06/06/13 16:26, Tom Rini wrote:
On Thu, Jun 06, 2013 at 04:58:44PM +0530, Lokesh Vutla wrote:
Hi Tom,
On Thursday 30 May 2013 06:49 PM, Lokesh Vutla wrote:
This series update support for DRA7xx family Socs and the data for
On 05/06/2013 03:05, Fabio Estevam wrote:
> From: Fabio Estevam
>
> When running the "save" command several times on a mx6qsabresd we see:
>
> U-Boot > save
> Saving Environment to MMC...
> Writing to MMC(1)... done
> U-Boot > save
> Saving Environment to MMC...
> MMC partition switch failed
> U
On Thu, Jun 06, 2013 at 08:51:34AM +, Zhang Ying-B40530 wrote:
> Hi, Tom,
> this patch has not merged to upstream?
I assume that, so long as ARM has been build tested, it will come via
one of the powerpc trees along with the rest of the series.
--
Tom
signature.asc
Description: Digi
Hi Jean-Francois,
On Thu, Jun 6, 2013 at 10:34 AM, Stefano Babic wrote:
> Could be the same as the issue reported by Fabio at
> http://patchwork.ozlabs.org/patch/246928/ ?
Yes, please apply this one and also:
http://patchwork.ozlabs.org/patch/248877/
With both patches applied SD functionality
Hi Tom,
On 06/06/13 16:26, Tom Rini wrote:
> On Thu, Jun 06, 2013 at 04:58:44PM +0530, Lokesh Vutla wrote:
>> Hi Tom,
>> On Thursday 30 May 2013 06:49 PM, Lokesh Vutla wrote:
>>> This series update support for DRA7xx family Socs and the data for
>>> DRA752 ES1.0 soc.
>>> This is on top of my recen
Hi Jean-Francois,
On 25/05/2013 17:32, jean-francois simon wrote:
> Hi,
> We have a new design that is based on Freescale SABRE SD card.
> We see that accesses made to the eMMC (Micron MTFC64GJVDN-4M ) are not
> working.
> We have placed the eMMC on SD3 (SD4 on Sabre SD). We want to use it in
> 8
On Thu, Jun 06, 2013 at 04:11:32PM +0300, Lubomir Popov wrote:
> Add some useful functions, and the corresponding definitions.
>
> Add support for powering on the dra7xx_evm SD/MMC LDO
> (courtesy Lokesh Vutla ).
>
> Signed-off-by: Lubomir Popov
After patching checkpatch.pl to know that printf
Signed-off-by: Tom Rini
---
tools/checkpatch.pl |1 +
1 file changed, 1 insertion(+)
diff --git a/tools/checkpatch.pl b/tools/checkpatch.pl
index 9f23901..896e2bc 100755
--- a/tools/checkpatch.pl
+++ b/tools/checkpatch.pl
@@ -273,6 +273,7 @@ our $logFunctions = qr{(?x:
WARN(?:_RATELI
On Thu, Jun 06, 2013 at 04:58:44PM +0530, Lokesh Vutla wrote:
> Hi Tom,
> On Thursday 30 May 2013 06:49 PM, Lokesh Vutla wrote:
> >This series update support for DRA7xx family Socs and the data for
> >DRA752 ES1.0 soc.
> >This is on top of my recent Misc cleanup series:
> >http://u-boot.10912.n7.na
The location of valid scratch space is dependent on SoC, so move that
there. On OMAP4+ we continue to use SRAM_SCRATCH_SPACE_ADDR. On
am33xx/ti814x we want to use what the ROM defines as "public stack"
which is the area after our defined download image space. Correct the
comment about and locati
Add some useful functions, and the corresponding definitions.
Add support for powering on the dra7xx_evm SD/MMC LDO
(courtesy Lokesh Vutla ).
Signed-off-by: Lubomir Popov
---
V3 does some cleanup and adds support for the dra7xx_evm
board (power on LDO1 used for the SD/MMC interface).
V2 align
Hi Lokesh,
On 06/06/13 14:26, Lokesh Vutla wrote:
> Hi Lubomir,
> On Thursday 06 June 2013 12:55 PM, Lubomir Popov wrote:
>> Hi Tom,
>>
>> On 05/06/13 16:45, Tom Rini wrote:
>>> On Wed, Jun 05, 2013 at 11:03:26AM +0300, Lubomir Popov wrote:
>>>
[snip]
>>>
>>> OK, lets see. That so lets keep your
Hi Tom,
On Thursday 30 May 2013 06:49 PM, Lokesh Vutla wrote:
This series update support for DRA7xx family Socs and the data for
DRA752 ES1.0 soc.
This is on top of my recent Misc cleanup series:
http://u-boot.10912.n7.nabble.com/PATCH-V2-0-4-ARM-OMAP2-Misc-Cleanup-tt155949.html
Do you have any
Hi Lubomir,
On Thursday 06 June 2013 12:55 PM, Lubomir Popov wrote:
Hi Tom,
On 05/06/13 16:45, Tom Rini wrote:
On Wed, Jun 05, 2013 at 11:03:26AM +0300, Lubomir Popov wrote:
Hi Tom,
On 05/06/13 00:06, Tom Rini wrote:
On Mon, Jun 03, 2013 at 10:58:27PM +0300, Lubomir Popov wrote:
Hi Lokesh,
Hello, Wolfgang Denk.
> As is, this would just add dead code. Please resubmit this with any
> patch that would actually make use of this feature. this would also
> allow us to understand why this approch is needed at all.
I'm not sure this is the best approach,
but these overrides are actually
Hi Alison,
On Thursday, June 6, 2013 5:36:23 AM, Wang Huan-B18965 wrote:
> Hi, Benoit,
>
> > -Original Message-
> > From: Benoît Thébaudeau [mailto:benoit.thebaud...@advansee.com]
> > Sent: Thursday, June 06, 2013 5:46 AM
> > To: Fabio Estevam
> > Cc: Andy Voltz; u-boot@lists.denx.de; Ste
Dear André Schaller,
In message <51b05614.8070...@googlemail.com> you wrote:
>
> could someone support me with developing ASM code for initializing UART
> interface on OMAP4460 to send some bytes over the wire at a very early
> stage of booting x-loader? The code needs to be executed in start.S.
Hi,
On Sat, May 25, 2013 at 8:32 AM, jean-francois simon wrote:
> We have a new design that is based on Freescale SABRE SD card.
> We see that accesses made to the eMMC (Micron MTFC64GJVDN-4M ) are not
> working.
> We have placed the eMMC on SD3 (SD4 on Sabre SD). We want to use it in
> 8bit bu
On 23 April 2013 08:08, Simon Glass wrote:
> On Fri, Apr 12, 2013 at 9:43 PM, Naveen Krishna Ch
> wrote:
> > On 6 April 2013 03:51, Naveen Krishna Chatradhi
> > wrote:
> >> From: Naveen Krishna Chatradhi
> >>
> >> This patch does the folowing
> >> 1. change the data types for unsigned int vari
Dear Masahiro Yamada,
In message <1370505244-5015-1-git-send-email-yamad...@jp.panasonic.com> you
wrote:
> This commit adds some prototypes into include/mtd/cfi_flash.h.
> These functions are defined with a weak attribute in
> drivers/mtd/cfi_flash.c.
> This means they can be overrided by board-s
Hi,
could someone support me with developing ASM code for initializing UART
interface on OMAP4460 to send some bytes over the wire at a very early
stage of booting x-loader? The code needs to be executed in start.S.
Is it possible to use existing C code and use the generated assembly
from gcc as
Hi Tom,
On 26/05/13 23:03, Lubomir Popov wrote:
> The newly introduced function setup_warmreset_time(), called
> from within prcm_init(), tries to write to the prm_rsttime
> OMAP5 register. The struct member holding this register's
> address is however initialized for OMAP5 ES2.0 only. On ES1.0
>
Hi, Tom,
this patch has not merged to upstream?
-Original Message-
From: Tom Rini [mailto:tom.r...@gmail.com] On Behalf Of Tom Rini
Sent: Saturday, May 25, 2013 12:05 AM
To: Zhang Ying-B40530
Cc: u-boot@lists.denx.de; Wood Scott-B07421; aflem...@gmail.com; Xie
Xiaobo-R63061; Zhang
This commit adds some prototypes into include/mtd/cfi_flash.h.
These functions are defined with a weak attribute in
drivers/mtd/cfi_flash.c.
This means they can be overrided by board-specific ones
if necessary.
When defining such functions under board/ directory or
somewhere, cfi_flash.h should be
On 05/06/2013 23:34, Fabio Estevam wrote:
> From: Fabio Estevam
>
> No need to use the 'status' variable, so just remove it.
>
> Signed-off-by: Fabio Estevam
> ---
> Changes since v1:
> - Drop status variable
>
> board/freescale/vf610twr/vf610twr.c | 5 +
> 1 file changed, 1 insertion(+),
Hi Robert,
On 06/06/2013 00:02, Robert Winkler wrote:
> Signed-off-by: Robert Winkler
> ---
> include/configs/nitrogen6x.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h
> index aea91bc..07f39e9 100644
> --- a
On Thu, Jun 6, 2013 at 12:18 PM, Insop Song wrote:
> Hi Jagan,
>
> Thank you for your feedback,
>
>> -Original Message-
>> From: Jagan Teki [mailto:jagannadh.t...@gmail.com]
>> Sent: Wednesday, June 05, 2013 11:34 PM
>> To: Insop Song
>> Cc: u-boot@lists.denx.de; york...@freescale.com
>> S
Hi Tom,
On 05/06/13 16:45, Tom Rini wrote:
> On Wed, Jun 05, 2013 at 11:03:26AM +0300, Lubomir Popov wrote:
>
>> Hi Tom,
>>
>> On 05/06/13 00:06, Tom Rini wrote:
>>> On Mon, Jun 03, 2013 at 10:58:27PM +0300, Lubomir Popov wrote:
Hi Lokesh,
> Hi Lubomir,
> On Thursday 30 May 2013
80 matches
Mail list logo