Hi Dirk,
On Sat, 12 Jan 2013 20:41:36 +0100, Dirk Heinrichs
wrote:
> Am Samstag 12 Januar 2013, 16:51:51 schrieb Wolfgang Denk:
>
> > Did you read the FAQ? Especially
> > http://www.denx.de/wiki/view/DULG/CanUBootBeConfiguredSuchThatItCanBeStarted
> > InRAM ?
>
> Now I did :) Thanx a lot.
>
>
On 12/01/2013 00:26, Troy Kisky wrote:
> On 10/28/2012 4:48 AM, Stefano Babic wrote:
>> On 23/10/2012 03:19, Troy Kisky wrote:
>>> Use a common watchdog driver for all these cpus.
>>>
>>> Signed-off-by: Troy Kisky
>>>
>>> ---
Hi Troy,
>>> v2:add README.watchdog
>>> include mx31/mx35 watc
On 10/01/2013 20:45, Otavio Salvador wrote:
> The CONFIG_SYS_CBSIZE has been change to 512 to avoid runtime errors as:
>
Hi Otavio,
> ,---[ Runtime error ]
> | Hit any key to stop autoboot: 0
> | MX53LOCO U-Boot > pri netboot
> | netboot=echo Booting from net ...; run netargs; if test ...
> | p
On 09/01/2013 15:55, Fabio Estevam wrote:
> Add DVI output support and make it the default video output.
>
> Currently the CLAA WVGA panel is supported, but this panel has to be purchased
> separately, so using the DVI output as the default would allow more people to
> try the splash screen featur
On 10/01/2013 20:00, Fabio Estevam wrote:
> Since commit de7d02aeb (mx6qsabresd: add usdhc2 and usdhc4 support)
> SDHC3 device node is no longer 0, which breaks loading a uImage from SDHC3.
>
> Fix it by adapting the default environment to use CONFIG_SYS_MMC_ENV_DEV as
> the
> correct mmc node
On 10/01/2013 20:45, Otavio Salvador wrote:
> This rework the environment to use tabs for environment setting as
> done in other boards.
>
> Signed-off-by: Otavio Salvador
> ---
> Changes in v6: None
> Changes in v5: None
> Changes in v4: None
> Changes in v3: None
> Changes in v2:
> - New patch
Remove duplication of CONFIG_BOOTCOUNT_LIMIT
Signed-off-by: Ashok Kumar Reddy
---
common/main.c |8 +++-
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/common/main.c b/common/main.c
index 5d8454e..2314f27 100644
--- a/common/main.c
+++ b/common/main.c
@@ -369,16 +369,14 @@
Hi Dirk,
Am 13.01.2013 10:25, schrieb Albert ARIBAUD:
On Sat, 12 Jan 2013 20:41:36 +0100, Dirk Heinrichs
wrote:
Am Samstag 12 Januar 2013, 16:51:51 schrieb Wolfgang Denk:
Did you read the FAQ? Especially
http://www.denx.de/wiki/view/DULG/CanUBootBeConfiguredSuchThatItCanBeStarted
InRAM ?
N
Hello.
> Since CONFIG_VIDEO_AMBA is not set by any board, it does not seem
> to be used, so remove it since there is no way to (compile) test it.
I used the driver on the nhk8815. But actually it looks like the
"later patch in this set", that my commit message references, was not
merged. I remem
Dear Ashok Kumar Reddy,
In message <50f2d8d2.9010...@gmail.com> you wrote:
> Remove duplication of CONFIG_BOOTCOUNT_LIMIT
>
> Signed-off-by: Ashok Kumar Reddy
> ---
> common/main.c |8 +++-
> 1 file changed, 3 insertions(+), 5 deletions(-)
>
> diff --git a/common/main.c b/common/main.c
Hello,
thanks a lot for all your helpful replies. I have tested v2012.10 succesfully
using the OpenOCD method and wrote it to nand from within itself afterwards.
I wasn't sure where Debians 2012.04.01 came from (Denx or Marvell), so I
needed the test. Now that I'm confident that vanilla version
Dear David Marqvar Nielsen,
> Hi Marex,
>
> Any change that the fix for the problem this patch addresses will make it
> into 2013.01 ?
> I will test the variant "*LC_ALL= *LC_COLLATE=C sort -u | \
> tomorrow.
Please always reply to the list. I'm Ccing most of the involved people.
Best regards,
I work for Google and have as long as I have had a chromium.org
account. Anything from diand...@google.com or diand...@chromium.org
can be attributed to Google.
On Sat, Jan 12, 2013 at 9:20 AM, Simon Glass wrote:
> Hi,
>
> You are being copied because you have written U-Boot code which is now
> i
Hi Albert,
- VCMA9 is broken by commit a9d2ae7014d9e66dde6dd4a344308449508e4a22,
>> which causes the following build errors:
>>
>> In file included from s3c24x0_i2c.c:40:0:
>> s3c24x0_i2c.h:38:17: error: field 'id' has incomplete type
>> s3c24x0_i2c.c:70:39: error: 'CONFIG_MAX_I2C_NUM' undeclare
Dear Albert,
On 12/01/13 06:33, Albert ARIBAUD wrote:
> Hi Minkyu,
>
> On Fri, 11 Jan 2013 17:23:10 +0900, Minkyu Kang
> wrote:
>> Dear Albert,
>>
>> Merge samsung, imx, tegra into u-boot-arm/master (2012-12-22 11:59:14
>> +0100)
>>
>> are available in the git repository at:
>>
>>
>> git://
This patch resolves the build error for I2C driver in
VCMA9.
Signed-off-by: Rajeshwari Shinde
---
drivers/i2c/s3c24x0_i2c.c |4 +++-
drivers/i2c/s3c24x0_i2c.h |3 ++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/drivers/i2c/s3c24x0_i2c.c b/drivers/i2c/s3c24x0_i2c.c
inde
On 14/01/13 14:17, Rajeshwari Shinde wrote:
> This patch resolves the build error for I2C driver in
> VCMA9.
what about errors?
>
> Signed-off-by: Rajeshwari Shinde
> ---
> drivers/i2c/s3c24x0_i2c.c |4 +++-
> drivers/i2c/s3c24x0_i2c.h |3 ++-
> 2 files changed, 5 insertions(+), 2 dele
On Sun, Jan 13, 2013 at 1:20 AM, Simon Glass wrote:
> Hi,
>
> You are being copied because you have written U-Boot code which is now
> in mainline.
>
> The chromium.org domain does not automatically attribute U-Boot
> commits by company. Each author needs to be manually added to the list
> and th
I work at Google and CLs from yj...@google.com or yj...@chromium.org can be
attributed to Google.
On Mon, Jan 14, 2013 at 10:02 AM, Hung-Te Lin wrote:
> On Sun, Jan 13, 2013 at 1:20 AM, Simon Glass wrote:
>
>> Hi,
>>
>> You are being copied because you have written U-Boot code which is now
>>
I work at Google and any submission from semenz...@chromium.org or
semenz...@google.com can be attributed to Google.
On Sun, Jan 13, 2013 at 7:31 PM, Louis Yung-Chieh Lo wrote:
> I work at Google and CLs from yj...@google.com or yj...@chromium.org can be
> attributed to Google.
>
>
> On Mon, Jan
This patch resolves the following build errors for I2C driver in
VCMA9:
In file included from s3c24x0_i2c.c:40:0:
s3c24x0_i2c.h:38:17: error: field 'id' has incomplete type
s3c24x0_i2c.c:70:39: error: 'CONFIG_MAX_I2C_NUM' undeclared here (not
in a function) s3c24x0_i2c.c:70:31: warning: 'i2c_bus'
Hi Minkyu Kang,
>OK, but is this something you intend to fix, perhaps in a future
> series? It seems like you need separate directories sooner rather than
> later.I don't think this is board-specific code, but chip-specific.
Please do let me know your opinion on the above comment.
Regards,
Rajes
Hello Rajeshwari,
On 14.01.2013 06:49, Rajeshwari Shinde wrote:
This patch resolves the following build errors for I2C driver in
VCMA9:
In file included from s3c24x0_i2c.c:40:0:
s3c24x0_i2c.h:38:17: error: field 'id' has incomplete type
s3c24x0_i2c.c:70:39: error: 'CONFIG_MAX_I2C_NUM' undeclare
Hi Heiko,
I built it on latest tree u-boot-samsung.
For VCMA9_config I got the the errors.
Regards,
Rajeshwari Shinde.
On Mon, Jan 14, 2013 at 12:12 PM, Heiko Schocher wrote:
>
--
Regards,
Rajeshwari Shinde
___
U-Boot mailing list
U-Boot@lists.d
Hi Minkyu,
On Mon, 14 Jan 2013 13:56:40 +0900, Minkyu Kang
wrote:
> Dear Albert,
>
> On 12/01/13 06:33, Albert ARIBAUD wrote:
> > Hi Minkyu,
> >
> > On Fri, 11 Jan 2013 17:23:10 +0900, Minkyu Kang
> > wrote:
> >> Dear Albert,
> >>
> >> Merge samsung, imx, tegra into u-boot-arm/master (2012-1
On 01/10/2013 11:49 PM, Tom Rini wrote:
Hey all,
As a reminder, we're scheduled for v2013.01 on the 15th. I've pushed
out v2013.01-rc3 now. I still expect:
- At least one more u-boot-arm PR
- Any other outstand bug fixes
I saw there was a request for an m68k change to come in from a
developer
On 11/01/13 19:10, Rajeshwari Birje wrote:
> Hi Minkyu Kang,
>
> Thank you for comments.
>
> On Fri, Jan 11, 2013 at 1:24 PM, Minkyu Kang wrote:
>> Dear Rajeshwari,
>>
>> On 07/01/13 22:08, Rajeshwari Shinde wrote:
>>> This patch converts lowlevel_init.S to lowlevel_init_c.c for
>>> SMDK5250.
>>
Hi Rajeshwari,
On Mon, 14 Jan 2013 10:16:05 +0530, Rajeshwari Birje
wrote:
> Hi Albert,
>
> - VCMA9 is broken by commit a9d2ae7014d9e66dde6dd4a344308449508e4a22,
> >> which causes the following build errors:
> >>
> >> In file included from s3c24x0_i2c.c:40:0:
> >> s3c24x0_i2c.h:38:17: error: f
On 14/01/13 15:32, Rajeshwari Birje wrote:
> Hi Minkyu Kang,
>
>> OK, but is this something you intend to fix, perhaps in a future
>> series? It seems like you need separate directories sooner rather than
>> later.I don't think this is board-specific code, but chip-specific.
>
> Please do let me
Hi Rajeshwari,
On Mon, 07 Jan 2013 18:38:42 +0530, Rajeshwari Shinde
wrote:
> This patch converts lowlevel_init.S to lowlevel_init_c.c.
> Add PMIC MAX77686 voltage settings for SMDK5250.
>
> Changes in V2:
> - Added early serial support.
> - Moved patch 2 containing power apis to pat
30 matches
Mail list logo