Hello Tom.
> Signed-off-by: Masahiro Yamada
> ---
> tools/.gitignore | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/tools/.gitignore b/tools/.gitignore
> index a7fee26..6e2c4ba 100644
> --- a/tools/.gitignore
> +++ b/tools/.gitignore
> @@ -8,7 +8,6 @@
> /mpc86x_clk
> /mxsboot
> /nc
On Fri, Dec 6, 2013 at 8:28 AM, Yegor Yefremov
wrote:
> On Thu, Dec 5, 2013 at 6:28 PM, Måns Rullgård wrote:
>> Yegor Yefremov writes:
>>
>>> On Thu, Nov 28, 2013 at 5:57 PM, Tom Rini wrote:
On Thu, Nov 28, 2013 at 05:39:09PM +0100, Yegor Yefremov wrote:
> I'm having problems with
Signed-off-by: Masahiro Yamada
---
.gitignore | 2 --
Makefile | 7 ++-
examples/standalone/.gitignore | 1 -
tools/.gitignore | 1 -
4 files changed, 2 insertions(+), 9 deletions(-)
diff --git a/.gitignore b/.gitignore
index eab5c46..
Masahiro Yamada (2):
examples: x86: delete 82559_eeprom
Makefile,.gitignore: Cleanup non-existing binaries
.gitignore | 2 -
Makefile | 10 +-
examples/standalone/.gitignore | 2 -
examples/standalone/82559_eeprom.c | 356 -
Commit fea25720 renamed arch/i386 to arch/x86.
But it missed to modify examples/standalone/Makefile.
Since then, examples/standalone/82559_eeprom has
never compiled and nobody has noticed that.
After some discussion on ML, we agreed to delete this example.
Signed-off-by: Masahiro Yamada
---
To
On Thu, Dec 5, 2013 at 6:28 PM, Måns Rullgård wrote:
> Yegor Yefremov writes:
>
>> On Thu, Nov 28, 2013 at 5:57 PM, Tom Rini wrote:
>>> On Thu, Nov 28, 2013 at 05:39:09PM +0100, Yegor Yefremov wrote:
>>>
I'm having problems with the new u-boot (November 2013) and am3517
SoC. When I sta
Hello Sonic
> Are bug fixing patches fine to be merged before next merge windows?
Of course you can send a pull request anytime
if the patches are bug fixes, not new features.
You can refer to our wiki page:
http://www.denx.de/wiki/U-Boot/ReleaseCycle
It says like follows:
- While this merge
On 05.12.2013 13:24, Pekon Gupta wrote:
> As per OMAP3530 TRM referenced below [1]
>
> For large-page NAND, ROM code expects following ecc-layout for HAM1 ecc-scheme
> - OOB[1] (offset of 1 *byte* from start of OOB) for x8 NAND device
> - OOB[2] (offset of 1 *word* from start of OOB) for x16 NAN
On 06.12.2013 07:22, Gupta, Pekon wrote:
>> From: Gupta, Pekon
>> Subject: [PATCH v9 0/4] mtd: nand: omap: optimize OMAP NAND driver
>>
>> OMAP NAND drivers support various ecc-schemes like (HAM1, BCH4, BCH8..)
>> And, each ecc-scheme usually has 2 implementations
>> - HAM1_HW or BCHx_HW (using in-
Hi Tom,
Are bug fixing patches fine to be merged before next merge windows?
If so, I will send you a new pull request for Blackfin arch right now.
Regards,
Sonic
>-Original Message-
>From: Masahiro Yamada [mailto:yamad...@jp.panasonic.com]
>Sent: Friday, December 06, 2013 2:32 PM
>To:
From: Naveen Krishna Ch
This patch adds the U_BOOT_I2C_ADAP_COMPLETE defines for channels
on Exynos5420 and Exynos5250 and also adds support for init function
for hsi2c channels
Signed-off-by: Naveen Krishna Chatradhi
---
Changes since v1:
1. Fix compiler error for trats board pointed by Heiko
Hello Sonic.
> The pull request will be sent after the next merge window in Jan.
How come it takes so long?
The 7 commits remaining in u-boot-blackfin/next
look like bug fixes or trivial changes.
I want to use my patch as a prerequisite of my next series.
Best Regards
Masahiro Yamada
__
Hi Yamada,
The pull request will be sent after the next merge window in Jan.
Regards,
Sonic
>-Original Message-
>From: Masahiro Yamada [mailto:yamad...@jp.panasonic.com]
>Sent: Friday, December 06, 2013 1:48 PM
>To: Sonic Zhang
>Cc: U-Boot; Zhang, Sonic
>Subject: Re: [U-Boot] [PATCH 1/2
Hello Scott,
>From: Gupta, Pekon
>Subject: [PATCH v9 0/4] mtd: nand: omap: optimize OMAP NAND driver
>
>OMAP NAND drivers support various ecc-schemes like (HAM1, BCH4, BCH8..)
>And, each ecc-scheme usually has 2 implementations
> - HAM1_HW or BCHx_HW (using in-build h/w engine for all computation)
Hello Naveen,
Am 06.12.2013 06:47, schrieb Naveen Krishna Ch:
Hello Heiko,
On 5 December 2013 18:17, Heiko Schocher wrote:
Hello Naveen,
Am 05.12.2013 13:21, schrieb Naveen Krishna Ch:
Hello Heiko,
On 5 December 2013 16:56, Heiko Schocher wrote:
Hello Naveen,
Sorry for the late reply
Hello Sonic.
On Mon, 2 Dec 2013 13:18:19 +0800
Sonic Zhang wrote:
> Hi Masahiro,
>
> It seems this header is never used any more. Applied, thanks.
>
> Sonic
Thanks.
Could you send a pull request to Tom?
Best Regards
Masahiro Yamada
___
U-Boot
Hello Heiko,
On 5 December 2013 18:17, Heiko Schocher wrote:
> Hello Naveen,
>
> Am 05.12.2013 13:21, schrieb Naveen Krishna Ch:
>
>> Hello Heiko,
>>
>> On 5 December 2013 16:56, Heiko Schocher wrote:
>>>
>>> Hello Naveen,
>>>
>>> Sorry for the late reply ...
>>>
>>> Am 25.11.2013 12:28, schrieb
>> >
>> > Why all the non-generic "ext2load"'s? use just "load", then it'll
>> > work with both fat, ext2/3/4 & btrfs...
>> >
>> > Regards,
>>
>> the pxe code requires you specify the filesystem for the sysboot
>> command, and as /boot needs to be ext ive kept it consistent. Ive also
>> not narrowe
On Thu, Dec 5, 2013 at 11:01 PM, Dennis Gilmore wrote:
> El Thu, 5 Dec 2013 21:47:43 -0600
> Robert Nelson escribió:
>> On Thu, Dec 5, 2013 at 8:18 PM, Dennis Gilmore
>> wrote:
>> > Signed-off-by: Dennis Gilmore
>> > ---
>> > include/configs/wandboard.h | 40
>> > ++
El Thu, 5 Dec 2013 23:01:13 -0600
Dennis Gilmore escribió:
> El Thu, 5 Dec 2013 21:47:43 -0600
> Robert Nelson escribió:
> > On Thu, Dec 5, 2013 at 8:18 PM, Dennis Gilmore
> > wrote:
> > > Signed-off-by: Dennis Gilmore
> > > ---
> > > include/configs/wandboard.h | 40
> > >
El Thu, 5 Dec 2013 21:47:43 -0600
Robert Nelson escribió:
> On Thu, Dec 5, 2013 at 8:18 PM, Dennis Gilmore
> wrote:
> > Signed-off-by: Dennis Gilmore
> > ---
> > include/configs/wandboard.h | 40
> > +++- 1 file changed, 35
> > insertions(+), 5 deletions(-)
>
A VERY vague question. The only thing you are correct on, is that the
bootloader is the first software component that runs when starting a
system. But as Michael replied, without further details like CPU,
memory ... etc, there's very little information you've given us to
help you.
Now, on the othe
On Thu, Dec 5, 2013 at 8:18 PM, Dennis Gilmore wrote:
> Signed-off-by: Dennis Gilmore
> ---
> include/configs/wandboard.h | 40 +++-
> 1 file changed, 35 insertions(+), 5 deletions(-)
>
> diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h
>
> Signed-off-by: Dennis Gilmore
> ---
> include/configs/am335x_evm.h | 23 +--
> 1 file changed, 13 insertions(+), 10 deletions(-)
>
> diff --git a/include/configs/am335x_evm.h
> b/include/configs/am335x_evm.h index d75df92..86623b1 100644
> --- a/include/configs/am335x_evm.h
Signed-off-by: Dennis Gilmore
---
include/configs/omap3_beagle.h | 30 +++---
1 file changed, 27 insertions(+), 3 deletions(-)
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 9eab190..fe39540 100644
--- a/include/configs/omap3_beagle.h
+
As a followup to http://lists.denx.de/pipermail/u-boot/2013-August/160080.html
ive put together what i Think is a reasonable starting point for defining a
unified set of features and options.
There are some things that really need some more work yet. mostly to do with
austomatically loading of th
Signed-off-by: Dennis Gilmore
---
include/configs/am335x_evm.h | 23 +--
1 file changed, 13 insertions(+), 10 deletions(-)
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index d75df92..86623b1 100644
--- a/include/configs/am335x_evm.h
+++ b/include/c
Signed-off-by: Dennis Gilmore
---
include/configs/wandboard.h | 40 +++-
1 file changed, 35 insertions(+), 5 deletions(-)
diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h
index e9c7e64..02d8968 100644
--- a/include/configs/wandboard.h
+++
Signed-off-by: Dennis Gilmore
---
include/common.h| 5 +
include/config_distro_default.h | 49 +
2 files changed, 54 insertions(+)
create mode 100644 include/config_distro_default.h
diff --git a/include/common.h b/include/common.h
ind
Signed-off-by: Dennis Gilmore
---
include/configs/omap4_common.h | 30 +++---
1 file changed, 27 insertions(+), 3 deletions(-)
diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h
index ea56eeb..fcf934d 100644
--- a/include/configs/omap4_common.h
+
On Thursday, December 05, 2013 at 08:48:37 PM, Tom Rini wrote:
> Cc: Marek Vasut
> Signed-off-by: Tom Rini
Acked-by: Marek Vasut
btw. how come you still CC this old address ? ;-)
> ---
> arch/arm/cpu/pxa/timer.c |4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a
Hi, Tom.
Thanks for your patch.
But I already sent a same patch as yours.
http://patchwork.ozlabs.org/patch/294819/
Best regards,
Nobuhiro
2013/12/6 Tom Rini :
> Cc: Nobuhiro Iwamatsu
> Signed-off-by: Tom Rini
> ---
> arch/arm/cpu/armv7/rmobile/timer.c |6 +++---
> 1 file changed, 3 i
On Wed, 2013-12-04 at 22:01 -0800, Shouming Wang wrote:
> Hi Scott
> I try to verify your patch "[U-Boot,3/4] arm64: Non-manual relocation":
> http://patchwork.ozlabs.org/patch/280442/, but meet the following compile
> error.
> aarch64-linux-gnu-objcopy -O srec u-boot u-boot.srec
> a
On Wed, Dec 04, 2013 at 11:50:48AM +0800, Kuo-Jung Su wrote:
> Initial Program Loader (IPL) usually runs with .text and .rodata
> in ROM, while .data and .bss reside in RAM.
>
> This patch uses the AT keyword to specify load address,
> and a small code snippet in crt0.S to restore .data section
>
On 05/12/13 02:09 PM, Tom Rini wrote:
On Thu, Dec 05, 2013 at 01:46:40PM -0500, Richard Retanubun wrote:
Hi guys,
Recap: I am trying to boot MLO + uboot from eMMC boot partition on DRA7xx_EVM
eval platform.
SW-Baseline: uboot p-ti-uboot-2013.04 & p-ti-linux-3.8.y from omapzoom.
Please note
Cc: Nobuhiro Iwamatsu
Signed-off-by: Tom Rini
---
arch/arm/cpu/armv7/rmobile/timer.c |6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/cpu/armv7/rmobile/timer.c
b/arch/arm/cpu/armv7/rmobile/timer.c
index 72e0c12..67a5a7a 100644
--- a/arch/arm/cpu/armv7/rmobil
Since part_info size became 64bit we need to use lldiv here.
Signed-off-by: Tom Rini
---
fs/jffs2/jffs2_1pass.c |4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/fs/jffs2/jffs2_1pass.c b/fs/jffs2/jffs2_1pass.c
index c856983..3fb5db3 100644
--- a/fs/jffs2/jffs2_1pass.c
+++
Signed-off-by: Tom Rini
---
fs/yaffs2/yaffs_uboot_glue.c |3 ++-
fs/yaffs2/yaffsfs.c |5 +++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/fs/yaffs2/yaffs_uboot_glue.c b/fs/yaffs2/yaffs_uboot_glue.c
index e113e40..5a1 100644
--- a/fs/yaffs2/yaffs_uboot_glue
Cc: Michal Simek
Signed-off-by: Tom Rini
---
arch/arm/cpu/armv7/zynq/timer.c |3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/arm/cpu/armv7/zynq/timer.c b/arch/arm/cpu/armv7/zynq/timer.c
index 636322a..2be253c 100644
--- a/arch/arm/cpu/armv7/zynq/timer.c
+++ b/arch/a
Cc: Marek Vasut
Signed-off-by: Tom Rini
---
arch/arm/cpu/pxa/timer.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/cpu/pxa/timer.c b/arch/arm/cpu/pxa/timer.c
index 78d9f32..c4717de 100644
--- a/arch/arm/cpu/pxa/timer.c
+++ b/arch/arm/cpu/pxa/timer.c
@@ -28,1
On Thu, Dec 05, 2013 at 01:46:40PM -0500, Richard Retanubun wrote:
> Hi guys,
>
> Recap: I am trying to boot MLO + uboot from eMMC boot partition on DRA7xx_EVM
> eval platform.
> SW-Baseline: uboot p-ti-uboot-2013.04 & p-ti-linux-3.8.y from omapzoom.
Please note that this list is for the mainli
From: Stephen Warren
Commit 8dfafdde88eb ("Introduce common timer functions") created a
common definition of usec_to_tick() which had a couple problems:
static unsigned long long usec_to_tick(unsigned long usec)
{
uint64_t tick = usec * get_tbclk();
That likely overflows.
usec *=
Hi guys,
Recap: I am trying to boot MLO + uboot from eMMC boot partition on DRA7xx_EVM
eval platform.
SW-Baseline: uboot p-ti-uboot-2013.04 & p-ti-linux-3.8.y from omapzoom.
What happens so far:
1. I am able to dd the MLO into /dev/mmcblk1boot0 (need to echo 0 to force_ro).
2. I am able to setu
On 12/03/2013 09:01 PM, Stephen Warren wrote:
> Send RPC commands to the VideoCore to turn on the SDHCI and USB modules.
> For SDHCI this isn't needed in practice, since the firmware already
> turned on the power in order to load U-Boot. However, it's best to be
> explicit. For USB, this is necessa
Yegor Yefremov writes:
> On Thu, Nov 28, 2013 at 5:57 PM, Tom Rini wrote:
>> On Thu, Nov 28, 2013 at 05:39:09PM +0100, Yegor Yefremov wrote:
>>
>>> I'm having problems with the new u-boot (November 2013) and am3517
>>> SoC. When I start Debian 7.0 armhf I get lots of Segmentation faults,
>>> I c
Hi Tom,
Am 29.11.2013 12:09, schrieb Yegor Yefremov:
On Thu, Nov 28, 2013 at 5:57 PM, Tom Rini wrote:
On Thu, Nov 28, 2013 at 05:39:09PM +0100, Yegor Yefremov wrote:
I'm having problems with the new u-boot (November 2013) and am3517
SoC. When I start Debian 7.0 armhf I get lots of Segmentat
On Mon, 2013-11-25 at 10:26 -0500, Tom Rini wrote:
> So, cam_enc_4xx (ARM) also fails to build with ELDK 5.2.1 (is fine with
> newer toolchains), so I dug into this patch to shrink things there. But
> looking above, are all of these right? It seems like generally we say
> OOBFREE=2, ECCPOS=56, ex
Enable the USB host boot support for the AM437 evm
Signed-off-by: Dan Murphy
---
arch/arm/include/asm/arch-am33xx/spl.h |1 +
include/configs/am43xx_evm.h |7 +++
2 files changed, 8 insertions(+)
diff --git a/arch/arm/include/asm/arch-am33xx/spl.h
b/arch/arm/include/asm/a
This patch series adds the support to initialize the USB host controller
scan for a USB mass storage device and load a file.
Currently only FAT image load is supported but I left the RAW image loading
code in the file to further develop this.
This work was derived from the spl_mmc.c code
___
Add the ability to load a u-boot off a USB mass storage device
from the SPL
Signed-off-by: Dan Murphy
---
common/Makefile |2 +
common/spl/Makefile |2 +
common/spl/spl.c |5 ++
common/spl/spl_usb.c | 179 ++
include/spl.h
Hi
On Thu, Dec 5, 2013 at 1:03 PM, Cornel Miron wrote:
> Hello,
> I'm new to everything about android and I try to start android on a custom
> platform. How can I build the bootloaders and to put android os on that
> platform.
> Can someone help me?
>
Can you give us some information
CPU: ?
Fix the offset for the USB clock registers
Signed-off-by: Dan Murphy
---
arch/arm/include/asm/arch-am33xx/hardware_am43xx.h |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/include/asm/arch-am33xx/hardware_am43xx.h
b/arch/arm/include/asm/arch-am33xx/hardware_a
Hello,
I'm new to everything about android and I try to start android on a custom
platform. How can I build the bootloaders and to put android os on that
platform.
Can someone help me?
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mail
Hi Pekon,
Just a comment for OMAP3-based IGEP boards, see below ...
2013/12/5 Pekon Gupta :
> This patch adds CONFIG_SPL_NAND_DEVICE_WIDTH to specify bus-width of NAND
> device
> CONFIG_SPL_NAND_DEVICE_WIDTH == 16: NAND device with x16 bus-width
> CONFIG_SPL_NAND_DEVICE_WIDTH == 8: NAND dev
Hello Naveen,
Am 05.12.2013 13:21, schrieb Naveen Krishna Ch:
Hello Heiko,
On 5 December 2013 16:56, Heiko Schocher wrote:
Hello Naveen,
Sorry for the late reply ...
Am 25.11.2013 12:28, schrieb Naveen Krishna Ch:
This patch adds the U_BOOT_I2C_ADAP_COMPLETE defines for channels
on Exynos
This patch adds CONFIG_SPL_NAND_DEVICE_WIDTH to specify bus-width of NAND device
CONFIG_SPL_NAND_DEVICE_WIDTH == 16: NAND device with x16 bus-width
CONFIG_SPL_NAND_DEVICE_WIDTH == 8: NAND device with x8 bus-width
Need for a separate CONFIG_xx arise from following situations.
(1) SPL NAND driv
As per OMAP3530 TRM referenced below [1]
For large-page NAND, ROM code expects following ecc-layout for HAM1 ecc-scheme
- OOB[1] (offset of 1 *byte* from start of OOB) for x8 NAND device
- OOB[2] (offset of 1 *word* from start of OOB) for x16 NAND device
Thus ecc-layout expected by ROM code for
Hello Heiko,
On 5 December 2013 16:56, Heiko Schocher wrote:
> Hello Naveen,
>
> Sorry for the late reply ...
>
> Am 25.11.2013 12:28, schrieb Naveen Krishna Ch:
>
>> This patch adds the U_BOOT_I2C_ADAP_COMPLETE defines for channels
>> on Exynos5420 and Exynos5250 and also adds support for init f
Hi Tom,
On 05-Dec-13 0:04, Tom Rini wrote:
On Wed, Nov 20, 2013 at 03:32:17PM +0200, Lubomir Popov wrote:
The struct incorrectly referenced SMPS1 for all three power
domains. Fixed this by using SMPS2 and SMPS5 as appropriate.
Add some comments and choose voltage values that correspond
to vol
Hello Naveen,
Sorry for the late reply ...
Am 25.11.2013 12:28, schrieb Naveen Krishna Ch:
This patch adds the U_BOOT_I2C_ADAP_COMPLETE defines for channels
on Exynos5420 and Exynos5250 and also adds support for init function
for hsi2c channels
Signed-off-by: Naveen Krishna Chatradhi
---
READ
On 12/05/2013 11:44 AM, Rajeshwari Birje wrote:
Minkyu, Rajeshwari,
I have submitted a patch set for support of exynos5420 in which I
separate the config files to form one
common exynos5-dt.h and which is inherited in 5420 and 5250 config file.
May be u can use the same patch.
Thanks for the
Hi Andre,
I have submitted a patch set for support of exynos5420 in which I
separate the config files to form one
common exynos5-dt.h and which is inherited in 5420 and 5250 config file.
May be u can use the same patch.
On Thu, Dec 5, 2013 at 1:38 PM, Minkyu Kang wrote:
> On 25/09/13 19:42, And
hi all,
I am looking into nand for omap4, i have added patches for nand support in
omap4 but have some doubts.
1) In thease patches we are not using CONFIG's register for chip select, we
define that in arch/arm/include/asm/arch-omap4/mem.h(as copied from omap3's
mem.h) but thease are not uses in
Dear Albert,
The following changes since commit d44a5f51288aec60c6bdb4ac939d75c24e5bf9c2:
Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master' (2013-11-22
10:19:35 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-samsung master
for you to fetch changes up
On 25/09/13 19:42, Andre Przywara wrote:
> The config file exynos5250-dt.h is used by two boards currently.
> To allow the Arndale board to use it too in the future, move some
> board specific defines out of that generic file.
> Update the copyright, header comment and include protection define
> o
On 25/09/13 19:42, Andre Przywara wrote:
> For some reasons the very same defines appear twice in
> exynos5250-dt.h. Remove the second version.
>
> Signed-off-by: Andre Przywara
> ---
> include/configs/exynos5250-dt.h | 21 -
> 1 file changed, 21 deletions(-)
>
> diff --git
66 matches
Mail list logo