Hello Chris, sun,york,
Am 10.09.2013 07:52, schrieb sun york-R58495:
Chris,
Thanks for the debugging work. As I suspected, it's related to I2C change. It's
probably a problem in the board header file. If you fix it, please submit a
patch. Otherwise, I will look into it tomorrow.
Did you try
Hi Jack,
I hit below build error, revert commit 4412db464
"standalone-examples: support custom GCC lib" fixes the build error.
$ ./MAKEALL actux2
Configuring for actux2 board...
make[1]: *** [hello_world] Error 1
make: *** [examples/standalone] Error 2
textdata bss dec hex filen
Chris,
Thanks for the debugging work. As I suspected, it's related to I2C change. It's
probably a problem in the board header file. If you fix it, please submit a
patch. Otherwise, I will look into it tomorrow.
York
Original Message
From: Chris Packham
Sent: Mon, 09/09/2013 2
Hi,
I was just looking at something else and found that my P2041RDB no
longer boots from the master branch of u-boot.git (it hangs after DDR
initialisation). I checked 2013.10-rc1, same problem. 2013.07 works.
I haven't bisected further than that. I just thought I'd fire this off
now since it app
git bisect points to the following commit
00f792e0df9ae942427e44595a0f4379582accee is the first bad commit
commit 00f792e0df9ae942427e44595a0f4379582accee
Author: Heiko Schocher
Date: Wed Oct 24 13:48:22 2012 +0200
i2c, fsl_i2c: switch to new multibus/multiadapter support
- added to f
Chris,
Thanks a lot to bring this to our attention.
A brief look at the log shows the SPD wasn't found, probably due to recent I2C
change. We will address this issue as soon as possible.
York
Original Message
From: Chris Packham
Sent: Mon, 09/09/2013 22:26
To: u-boot
CC: sun
Hit below build errors (on ARM platforms):
axel@phoenix:~/repos/git/u-boot$ make mx31pdk
Configuring for mx31pdk board...
make
make[1]: Entering directory `/home/axel/repos/git/u-boot'
Generating include/autoconf.mk
Generating include/autoconf.mk.dep
make[1]: Leaving directory `/home/axel/repos/gi
Enable DFU for RAM, provide example dfu_alt_info
Signed-off-by: Afzal Mohammed
Cc: Tom Rini
Cc: Lukasz Majewski
Cc: Pantelis Antoniou
---
v2: new
include/configs/am335x_evm.h | 6 ++
1 file changed, 6 insertions(+)
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.
DFU spec mentions it as a method to upgrade firmware (software stored
in writable non-volatile memory). It also says other potential uses of
DFU is beyond scope of the spec.
Here such a beyond the scope use is being attempted - directly pumping
binary images from host via USB to RAM. This facility
MMC and NAND independently defines same enumerators for read/write.
Unify them by defining enum in dfu header. RAM support that is being
added newly also can make use of it.
Signed-off-by: Afzal Mohammed
Cc: Lukasz Majewski
Cc: Pantelis Antoniou
---
v2: new
drivers/dfu/dfu_mmc.c | 9 ++-
Dear Przemyslaw,
On 09/09/2013 09:50 PM, Przemyslaw Marczak wrote:
> This change allow to use sd card on Goni the same like mmc 0.
> SD card is mmc dev 1, so it can be used like this: "fatls mmc 1:2".
> SD card is inited even if eMMC initialization fails.
>
> Signed-off-by: Przemyslaw Marczak
>
On Fri, 2013-08-23 at 19:17 -0500, Scott Wood wrote:
> On Fri, 2013-08-23 at 18:12 -0600, Simon Glass wrote:
> > Hi,
> >
> > On Thu, Aug 22, 2013 at 8:55 AM, FengHua wrote:
> > >
> > > On Thu, Aug 22, 2013 at 09:31:35AM +0800, FengHua wrote:
> > >>
> > >>
> > >>
> > >> > --
>
If, in CONFIG_BOOTCOMMAND, the environment switches both the mmcdev
and bootpart variables to refer to MMC device 1, it would make sense
that the mmcroot env variable should switch to that device as well.
Signed-off-by: Robert P. J. Day
---
i asked about this a while back and didn't hear any
From: Fabio Estevam
The wandboard solo version should boot the 'imx6dl-wandboard.dtb' file, since
dual-lite and solo variants are the same SoC with only the number of cores being
different.
Signed-off-by: Fabio Estevam
---
include/configs/wandboard.h | 4 +---
1 file changed, 1 insertion(+), 3
Dear Rob Herring,
In message <522de0b3.20...@gmail.com> you wrote:
>
> > If we consolidate code, it should always be done in a cross-platform
> > way, unless platform specifc code really cannot be avoided (which I
> > fail to see yet here).
>
> I agree, but it appeared that at least some PPC plat
On Sun, Sep 8, 2013 at 6:56 PM, Benoît Thébaudeau
wrote:
> Dear Rob Herring,
>
> On Sunday, September 8, 2013 10:12:50 PM, Rob Herring wrote:
>> From: Rob Herring
>>
>> Convert mx25 to use the commmon timer code.
>>
>> Signed-off-by: Rob Herring
>> ---
> [...]
>> diff --git a/include/configs/mx2
On Mon, Sep 9, 2013 at 2:13 AM, Lukasz Majewski wrote:
> Hi Rob,
>
>> From: Rob Herring
>>
>> Much of the ARM timer code is re-implemented for each platform yet it
>> is all pretty much the same code.
>>
>> This series introduces a common implementation of timer functions and
>> simplifies the pl
On Sat, 2013-09-07 at 22:56 +0800, FengHua wrote:
> Fisrt, thank scott for checking the patch.
>
> > -原始邮件-
> > 发件人: "Scott Wood"
> > 发送时间: 2013年9月7日 星期六
> > 收件人: feng...@phytium.com.cn
> > 抄送: u-boot@lists.denx.de, tr...@ti.com
> > 主题: Re: [U-Boot] [PATCH v5 1/4] core support of arm64
>
Dear Jiri Prchal,
In message <1378736524-30870-1-git-send-email-jiri.prc...@aksignal.cz> you
wrote:
> This patch adds support for our companies board CDU9G25 with Atmel
> AT91SAM9G25, 128MB DDR2, 256MB NAND.
Please keep the line length of the commit message < 70 characters.
> v.2
> Fixed stati
Dear Rob,
In message <522de2ff.2080...@gmail.com> you wrote:
>
> What do I do with current boards that are wrong? I should make all these
Good question...
> boards have build errors or fix them to use 1000 which may break them at
> runtime depending on their possible misuse of CONFIG_SYS_HZ?
>
Hi Lukasz Majewski,
On Mon, Sep 09, 2013 at 08:50:58AM +0200, Lukasz Majewski wrote:
> > usage: ram
> > eg. kernel ram 0x8100 0x100
> >
> > Downloading images to RAM using DFU is not something new, this is
> > acheived in openmoko also.
> >
> > DFU on RAM can be used for extracting R
On 09/09/2013 12:53 AM, Wolfgang Denk wrote:
> Dear Rob Herring,
>
> In message <1378671174-18535-1-git-send-email-robherri...@gmail.com> you
> wrote:
>> From: Rob Herring
>>
>> Much of the ARM timer code is re-implemented for each platform yet it
>> is all pretty much the same code.
>>
>> This
On 09/09/2013 09:06 AM, Wolfgang Denk wrote:
> Dear Rob Herring,
>
> In message <1378670088-17602-1-git-send-email-robherri...@gmail.com> you
> wrote:
>>
> ...
>> diff --git a/include/config_fallbacks.h b/include/config_fallbacks.h
>> index e59ee96..4c25289 100644
>> --- a/include/config_fallback
On Mon, Sep 09, 2013 at 07:48:34AM +0200, Heiko Schocher wrote:
> Hello Tom,
>
> please pull from u-boot-i2c:
>
> The following changes since commit 1affd4d4a3fe512050e1ad1636d9360c670da531:
>
> cam_enc_4xx: Move CONFIG_SPL_PAD_TO to a config header (2013-09-06 13:09:08
> -0400)
>
> are ava
On Sat, Sep 07, 2013 at 12:55:38AM +0200, Albert ARIBAUD wrote:
> Hello Tom,
>
> The following changes since commit
> fb18fa95a14ae875ef0a5421cd9fecc00c7c3a4c:
>
> Prepare v2013.10-rc2 (2013-09-02 14:20:36 -0400)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-arm
On Wed, Sep 04, 2013 at 08:41:44AM -0400, Robert P. J. Day wrote:
> Somewhere along the line of refactoring the am335x header files, the
> kernel image load was lost, so put it back in.
>
> Signed-off-by: Robert P. J. Day
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: D
On Sat, Sep 07, 2013 at 09:50:15AM +0200, Stefan Roese wrote:
> Hi Tom,
>
> please pull the following fix:
>
> The following changes since commit 1affd4d4a3fe512050e1ad1636d9360c670da531:
>
> cam_enc_4xx: Move CONFIG_SPL_PAD_TO to a config header (2013-09-06 13:09:08
> -0400)
>
> are availa
Dear lot...@denx.de,
> From 24b6381162b4569ab86b481b8714d81877231f22 Mon Sep 17 00:00:00 2001
> From: Lothar Rubusch
> Date: Fri, 6 Sep 2013 15:01:39 +0200
> Subject: [PATCH] m28evk board specific configurations for setup with ext
> boot
> partition and separate ext rootfs
>
>
> Signed-off-
Dear lot...@denx.de,
> Hi,
>
> Following, an update for the m28evk board config, in order to support a
> standard setup for sdcards having an uImage and FDT files on boot
> partition (ext), and a rootfs partition (ext), as it will be used by the
> latest ELDK and its yocto build recipes.
You cer
For SPL builds this is just dead code since we'll only need to read.
Eliminating it results in a significant size reduction for the SPL
binary, which may be critical for certain platforms where the binary
size is highly constrained.
Signed-off-by: Paul Burton
Acked-by: Pantelis Antoniou
---
Chan
This patch adds support for our companies board CDU9G25 with Atmel AT91SAM9G25,
128MB DDR2, 256MB NAND.
v.2
Fixed static IP and MAC addr cofiguration by random MAC and DHCP.
Added entry to MAINTAINERS.
Fixed line lenght, trailing spaces and other cosmetics.
Signed-off-by: Jiri Prchal
---
MAINT
Dear feng...@phytium.com.cn,
In message <1378734616-37558-4-git-send-email-feng...@phytium.com.cn> you wrote:
> From: David Feng
>
> 1. function board_init_f in board_f.c should firstly zero gd_t structure
>before it call initcall_run_list, otherwise the debug print will go run
>if DEBUG
Dear feng...@phytium.com.cn,
In message <1378734616-37558-6-git-send-email-feng...@phytium.com.cn> you wrote:
> From: David Feng
>
> Signed-off-by: David Feng
> ---
> common/cmd_pxe.c |4 ++--
> lib/hashtable.c |1 +
> 2 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a
Dear feng...@phytium.com.cn,
In message <1378734616-37558-1-git-send-email-feng...@phytium.com.cn> you wrote:
> From: David Feng
>
> The porting has been merged with arm architecture.
> Most architecture codes are placed in arch/arm/cpu/armv8 directory.
> Generic board is also supported after a
Dear feng...@phytium.com.cn,
In message <1378734616-37558-3-git-send-email-feng...@phytium.com.cn> you wrote:
> From: David Feng
>
> Signed-off-by: David Feng
> ---
> Changes for v5:
>- add CONFIG_BOOTING_EL1 configuration to vexpress_aemv8a.h
>
> board/armltd/dts/vexpress64.dts | 4
Dear Rob Herring,
In message <1378670088-17602-1-git-send-email-robherri...@gmail.com> you wrote:
>
...
> diff --git a/include/config_fallbacks.h b/include/config_fallbacks.h
> index e59ee96..4c25289 100644
> --- a/include/config_fallbacks.h
> +++ b/include/config_fallbacks.h
> @@ -53,4 +53,8 @@
>
From: David Feng
Signed-off-by: David Feng
---
Changes for v5:
- add CONFIG_BOOTING_EL1 configuration to vexpress_aemv8a.h
board/armltd/dts/vexpress64.dts | 439 ++
board/armltd/vexpress64/Makefile | 43
board/armltd/vexpress64/vexpress64.c |
From: David Feng
Signed-off-by: David Feng
---
common/cmd_pxe.c |4 ++--
lib/hashtable.c |1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/common/cmd_pxe.c b/common/cmd_pxe.c
index a2fb50a..52375a4 100644
--- a/common/cmd_pxe.c
+++ b/common/cmd_pxe.c
@@ -57,7 +57,7 @
From: David Feng
This patch fix the fdt_initrd function.
It will get #adress_cells property fisrt, then write "linux,initrd-start"
and "linux,initrd-end" property value to fdt according to address cell size
such that the 64bit initrd start address could be supported.
Signed-off-by: David Feng
-
From: David Feng
1. function board_init_f in board_f.c should firstly zero gd_t structure
before it call initcall_run_list, otherwise the debug print will go run
if DEBUG is defined. Because the printf function will use global data
to determine whether serial port is initialized and coul
From: David Feng
The porting has been merged with arm architecture.
Most architecture codes are placed in arch/arm/cpu/armv8 directory.
Generic board is also supported after a few bugs are fixed.
Changes for v5:
- Make modification to inappropriate licensed file and bugs according to
ScottWoo
According to JEDEC eMMC specification, after data transfer
(multiple or single block) host must wait for card ready
status. This is done by waiting for command and data lines
to be at idle state after transfer. JEDEC does not specify
maximum timeout.
Before this change max timeout was 10 ms but in
This change allow to use sd card on Goni the same like mmc 0.
SD card is mmc dev 1, so it can be used like this: "fatls mmc 1:2".
SD card is inited even if eMMC initialization fails.
Signed-off-by: Przemyslaw Marczak
Signed-off-by: Kyungmin Park
CC: Minkyu Kang
---
board/samsung/goni/goni.c |
Hi,
SPL framework is used to support multi-stage booting. Where first
level boot loader is created via SPL having relocate_code() function.
I am working on a Freescale's SoC which has less internal SRAM.
I don't want to use relocate_code() as to support this function, I need
to reduce SPL bi
Hi,
SPL framework is used to support multi-stage booting. Where first
level boot loader is created via SPL having relocate_code() function.
I am working on a Freescale's SoC which has less internal SRAM.
I don't want to use relocate_code() as to support this function, I need
to reduce SPL bi
Dear Przemyslaw Marczak,
On 03/09/13 21:45, Przemyslaw Marczak wrote:
> This change allow to use sd card on Goni the same like mmc 0.
> SD card is mmc dev 1, so it can be used like this: "fatls mmc 1:2".
> SD card is inited even if eMMC initialization fails.
>
> Signed-off-by: Przemyslaw Marczak
- Rename old P1010RDB board as P1010RDB-PA.
- Add support for new P1010RDB-PB board.
- Enable IFC flash access in case of SD boot via hwconfig or mux command.
- Some optimization and code cleanup.
For more details, see board/freescale/p1010rdb/README.
Signed-off-by: Shengzhou Liu
---
board/frees
- Remove duplicate doc/README.p1010rdb
- Update for P1010RDB-PB board
P1010RDB-PB is a variation of previous P1010RDB-PA board.
Henceforth we support P1010RDB-PB board instead of P1010RDB-PA.
Signed-off-by: Shengzhou Liu
---
v3: add frequency combination support
v2: removed duplicate doc/README.
Hi Paul,
On Sep 9, 2013, at 11:14 AM, Paul Burton wrote:
> On Sun 08 Sep 2013 09:48:20 BST, Andreas Bießmann wrote:
>>
>> Dear Paul Burton,
>>
>> On 06.09.13 15:43, Paul Burton wrote:
>>>
>>> For SPL builds this is just dead code since we'll only need to read.
>>> Eliminating it results in a s
Dear Chander Kashyap,
On 06/09/13 13:32, Chander Kashyap wrote:
> Hi Albert,
>
> On 5 September 2013 18:58, Albert ARIBAUD wrote:
>> Hi Chander,
>>
>> On Thu, 5 Sep 2013 17:36:34 +0530, Chander Kashyap
>> wrote:
>>
>>> Hi Albert,
>>>
>>> On 5 September 2013 17:08, Albert ARIBAUD wrote:
Hi
Hi,
On 09/03/2013 09:45 PM, Przemyslaw Marczak wrote:
> This change allow to use sd card on Goni the same like mmc 0.
> SD card is mmc dev 1, so it can be used like this: "fatls mmc 1:2".
> SD card is inited even if eMMC initialization fails.
>
> Signed-off-by: Przemyslaw Marczak
> Signed-off-by
On Sun 08 Sep 2013 09:48:20 BST, Andreas Bießmann wrote:
Dear Paul Burton,
On 06.09.13 15:43, Paul Burton wrote:
For SPL builds this is just dead code since we'll only need to read.
Eliminating it results in a significant size reduction for the SPL
binary, which may be critical for certain pl
Hello Minkyu,
On 09/03/2013 02:57 PM, Przemyslaw Marczak wrote:
On s5pc1xx mmc devices offset is multiply of 0x10,
wrong value was 0x1. Register offset always points
to mmc 0 before this change.
Add macro definition of mmc dev register offset to s5pc1xx and
exynos mmc.
Signed-off-by: P
Hello Minkyu,
On 09/03/2013 02:45 PM, Przemyslaw Marczak wrote:
This change allow to use sd card on Goni the same like mmc 0.
SD card is mmc dev 1, so it can be used like this: "fatls mmc 1:2".
SD card is inited even if eMMC initialization fails.
Signed-off-by: Przemyslaw Marczak
Signed-off-by
Hi Rob,
> From: Rob Herring
>
> Much of the ARM timer code is re-implemented for each platform yet it
> is all pretty much the same code.
>
> This series introduces a common implementation of timer functions and
> simplifies the platform code down to 2 or 3 config defines. It is
> intended for
55 matches
Mail list logo