From: Tom Rini [tom.r...@gmail.com] on behalf of Rini, Tom
Sent: Saturday, August 24, 2013 3:49 AM
To: Gupta, Pekon
Cc: scottw...@freescale.com; u-boot@lists.denx.de
Subject: Re: [U-Boot] [PATCH v2 0/4] mtd: nand: omap: optimize and clean-up of
OMAP NAND d
On Sat, 24 Aug 2013, Luka Perkov wrote:
> On Fri, Aug 23, 2013 at 05:11:01PM -0400, Robert P. J. Day wrote:
> > On Fri, 23 Aug 2013, Luka Perkov wrote:
> >
> > > On Fri, Aug 23, 2013 at 08:25:07AM -0400, Robert P. J. Day wrote:
> > > > i'm sure there's a simple answer to this -- i built u-boot f
> -原始邮件-
> 发件人: "Scott Wood"
> 发送时间: 2013年8月24日 星期六
> 收件人: "Simon Glass"
> 抄送: FengHua , trini , u-boot
>
> 主题: Re: Re: [U-Boot] [PATCH v4 3/4] generic board patch of manual reloc and
> zero gd_t
>
> On Fri, 2013-08-23 at 18:12 -0600, Simon Glass wrote:
> > Hi,
> >
> > On Thu, Aug
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
Signed-off-by: David Feng
---
board/armltd/dts/vexpress64.dts | 439 ++
board/armltd/vexpress64/Makefile | 43
board/armltd/vexpress64/vexpress64.c | 79 ++
boards.cfg |1 +
include/configs/vex
From: David Feng
Signed-off-by: David Feng
---
Changes for v4:
- No
board/armltd/dts/vexpress64.dts | 439 ++
board/armltd/vexpress64/Makefile | 43
board/armltd/vexpress64/vexpress64.c | 79 ++
boards.cfg |
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
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 v4:
- fix the generic board_f.c, remove zero_global_data from init_sequence_f
array
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 v4:
- fix the generic board_f.c, remove zero_global_data from init_sequence_f
array
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:
> >>
> >>
> >>
> >> > --
> >> > ?: "Scott Wood"
> >> > : 2013???8???22??? ?
Hi,
On Thu, Aug 22, 2013 at 8:55 AM, FengHua wrote:
>
> On Thu, Aug 22, 2013 at 09:31:35AM +0800, FengHua wrote:
>>
>>
>>
>> > --
>> > ?: "Scott Wood"
>> > : 2013???8???22??? ?
>> > ?: "Simon Glass"
>> > ??: FengHua , "tr...@ti.com" ,
On Fri, Aug 23, 2013 at 05:11:01PM -0400, Robert P. J. Day wrote:
> On Fri, 23 Aug 2013, Luka Perkov wrote:
>
> > On Fri, Aug 23, 2013 at 08:25:07AM -0400, Robert P. J. Day wrote:
> > > i'm sure there's a simple answer to this -- i built u-boot for my
> > > beaglebone black using the "am335x_bon
On Wed, Aug 14, 2013 at 11:46:51AM +0530, Pekon Gupta wrote:
> [changes in v2]
> - added documentation for CONFIG_NAND_OMAP_xx in doc/README.nand
> - added CONFIG_BCH along with CONFIG_NAND_OMAP_ECC_BCH8_CODE_HW_DETECTION_SW
> to include software library lib/bch.c
> - fixed board_nand_init() and
On Fri, 23 Aug 2013, Luka Perkov wrote:
> On Fri, Aug 23, 2013 at 08:25:07AM -0400, Robert P. J. Day wrote:
> > i'm sure there's a simple answer to this -- i built u-boot for my
> > beaglebone black using the "am335x_boneblack" config, which supports
> > saving env info to the eMMC HW partition
On 08/22/2013 08:05 PM, Marek Vasut wrote:
> Dear York Sun,
>
>> On 08/22/2013 12:36 PM, Marek Vasut wrote:
>>> There is an env variable to configure separate ccache cache dir , so just
>>> by setting that. But then , when each build ends, you would need to
>>> clean it up somehow. It was mentione
On Fri, Aug 23, 2013 at 02:36:23PM +0800, tiger...@viatech.com.cn wrote:
> Hi, experts:
>
> I have a question about supporting FDT in uboot.
>
> 1. If i want to provide FDT support function in uboot code, just need to
> :
>
> Define CONFIG_OF_LIBFDT in vendor_config.h
>
> If my uImage is still
On Thu, Aug 22, 2013 at 12:50:44PM -0500, Scott Wood wrote:
> On Thu, 2013-08-22 at 12:44 -0500, Stuart Yoder wrote:
> > On Thu, Aug 22, 2013 at 11:23 AM, Scott Wood
> > wrote:
> > > On Thu, 2013-08-22 at 11:15 -0500, Stuart Yoder wrote:
> > >> On Mon, Aug 19, 2013 at 2:59 PM, Scott Wood
> > >>
On Fri, Aug 23, 2013 at 10:48:50AM -0500, Scott Wood wrote:
> The following changes since commit 6612ab33956ae09c5ba2fde9c1540b519625ba37:
>
> Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2013-08-21
> 16:27:47 -0400)
>
> are available in the git repository at:
>
>
> git://gi
On Fri, 2013-08-23 at 08:43 -0400, Tom Rini wrote:
> On 08/22/2013 06:25 PM, Scott Wood wrote:
> > On Wed, 2013-08-14 at 11:46 +0530, Pekon Gupta wrote:
> >> BCH8_ECC scheme implemented in omap_gpmc.c driver has following
> >> two favours
> >> +---+
On Fri, Aug 23, 2013 at 19:35 +0800, tiger...@viatech.com.cn wrote:
>
> Hi, experts:
>
> If i defined CONFIG_OF_EMBED, then:
>
> Where could i find _binary_dt_dtb_start's definition?
>
> In arch/arm/lib/board.c:
>
> gd->fdt_blob = _binary_dt_dtb_start;
>
>
>
> but i could not find _binary_
Test on Beaglebone white over cpsw, usb ether and SD card (read and
write), performance increased, crc32 of data matches.
Signed-off-by: Tom Rini
---
arch/arm/cpu/armv7/am33xx/board.c |8
1 file changed, 8 insertions(+)
diff --git a/arch/arm/cpu/armv7/am33xx/board.c
b/arch/arm/cpu
The following changes since commit 6612ab33956ae09c5ba2fde9c1540b519625ba37:
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2013-08-21
16:27: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 2b26201a
On Fri, 23 Aug 2013, Luka Perkov wrote:
> On Fri, Aug 23, 2013 at 08:25:07AM -0400, Robert P. J. Day wrote:
> > i'm sure there's a simple answer to this -- i built u-boot for my
> > beaglebone black using the "am335x_boneblack" config, which supports
> > saving env info to the eMMC HW partition
On Fri, Aug 23, 2013 at 08:25:07AM -0400, Robert P. J. Day wrote:
> i'm sure there's a simple answer to this -- i built u-boot for my
> beaglebone black using the "am335x_boneblack" config, which supports
> saving env info to the eMMC HW partition boot1. but now that it's
> there, is there a way
Hello,
On Fri, Aug 9, 2013 at 6:03 PM, Andre Przywara wrote:
> (for GIT URL and Changelog see below)
>
> ARM CPUs with the virtualization extension have a new mode called
> HYP mode, which allows hypervisors to safely control and monitor
> guests. The current hypervisor implementations (KVM and
On 08/23/2013 09:32 AM, Robert Nelson wrote:
> On Fri, Aug 23, 2013 at 9:21 AM, Nishanth Menon wrote:
>> Hi,
>> Noticed an interesting behavior where adding a dcache flush kernel boot
>> fail due to unaligned-accesses seems to go away.
>> Full details: http://pastebin.com/kVBRWsbE
>> Without dcach
From: Arpit Goel
This patch adds support for VSC8514 PHY module which can be
found on Freescale's T1040RDB boards.
Signed-off-by: Arpit Goel
Signed-off-by: Bhupesh Sharma
---
drivers/net/phy/vitesse.c | 69 ++-
1 file changed, 68 insertions(+), 1 de
On Fri, Aug 23, 2013 at 9:21 AM, Nishanth Menon wrote:
> Hi,
> Noticed an interesting behavior where adding a dcache flush kernel boot
> fail due to unaligned-accesses seems to go away.
> Full details: http://pastebin.com/kVBRWsbE
> Without dcache flush being added to my uenvcmd:
>
> Kernel image
On Aug 23, 2013, at 6:54 AM, Benoît Thébaudeau
wrote:
> This is the kind of issue that made me create this (discarded) patch at some
> point:
> http://patchwork.ozlabs.org/patch/176527/
>
> Can you try it? I'm not sure that it will be helpful for your specific case.
>
> I also have this issue
Based on some recent mailing list discussions about cache management for
stand alone applications, and on my own recent experience, I've made two
small additions to the documentation wiki. Since I can't find any
procedure for having this work reviewed, I'm asking for a review here.
Please see
Hi,
Noticed an interesting behavior where adding a dcache flush kernel boot
fail due to unaligned-accesses seems to go away.
Full details: http://pastebin.com/kVBRWsbE
Without dcache flush being added to my uenvcmd:
Kernel image @ 0x8020 [ 0x00 - 0x3e2690 ]
data abort
MAYBE you should rea
Hi Marek,
On 23/08/2013 15:58, Marek Vasut wrote:
> Dear Stefano Babic,
>
>> Hi Marek,
>>
>> On 23/08/2013 15:45, Marek Vasut wrote:
>>> Hi,
>>>
From: Amaury Pouly
Enable support for high-capacity eMMC and MMC cards. The MXS MMC
driver has no problem with those.
Sig
Dear Stefano Babic,
> Hi Marek,
>
> On 23/08/2013 15:45, Marek Vasut wrote:
> > Hi,
> >
> >> From: Amaury Pouly
> >>
> >> Enable support for high-capacity eMMC and MMC cards. The MXS MMC
> >> driver has no problem with those.
> >>
> >> Signed-off-by: Marek Vasut
> >> Signed-off-by: Amaury Po
Hi Marek,
On 23/08/2013 15:45, Marek Vasut wrote:
> Hi,
>
>> From: Amaury Pouly
>>
>> Enable support for high-capacity eMMC and MMC cards. The MXS MMC
>> driver has no problem with those.
>>
>> Signed-off-by: Marek Vasut
>> Signed-off-by: Amaury Pouly
>> Cc: Andy Fleming
>> Cc: Fabio Estevam
Hi,
> From: Amaury Pouly
>
> Enable support for high-capacity eMMC and MMC cards. The MXS MMC
> driver has no problem with those.
>
> Signed-off-by: Marek Vasut
> Signed-off-by: Amaury Pouly
> Cc: Andy Fleming
> Cc: Fabio Estevam
> Cc: Stefano Babic
> Cc: Otavio Salvador
Stefano, can you
On Fri, 23 Aug 2013, Stefano Babic wrote:
> Hi Robert,
>
> On 23/08/2013 14:25, Robert P. J. Day wrote:
> >
> > i'm sure there's a simple answer to this
>
> There is
>
> >-- i built u-boot for my
> > beaglebone black using the "am335x_boneblack" config, which
> > supports saving env info to the
On Fri, 23 Aug 2013, Andreas Bießmann wrote:
> Dear Robert P. J. Day,
>
> On 08/23/2013 02:25 PM, Robert P. J. Day wrote:
>
>
>
> > so it's clearly there, but i have no idea what i'd put in
> > /etc/fw_env.config to refer to that partition.
> >
> > i tried adding the simple line:
> >
> > /dev/m
Hi Robert,
On 23/08/2013 14:25, Robert P. J. Day wrote:
>
> i'm sure there's a simple answer to this
There is
>-- i built u-boot for my
> beaglebone black using the "am335x_boneblack" config, which supports
> saving env info to the eMMC HW partition boot1. but now that it's
> there, is ther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 08/22/2013 06:25 PM, Scott Wood wrote:
> On Wed, 2013-08-14 at 11:46 +0530, Pekon Gupta wrote:
>> BCH8_ECC scheme implemented in omap_gpmc.c driver has following
>> two favours
>> +---+-+
Dear Robert P. J. Day,
On 08/23/2013 02:25 PM, Robert P. J. Day wrote:
> so it's clearly there, but i have no idea what i'd put in
> /etc/fw_env.config to refer to that partition.
>
> i tried adding the simple line:
>
> /dev/mmcblk1boot1 0x0 0x4000
>
> to (allegedly) represent a
i'm sure there's a simple answer to this -- i built u-boot for my
beaglebone black using the "am335x_boneblack" config, which supports
saving env info to the eMMC HW partition boot1. but now that it's
there, is there a way i can manipulate that info with fw_printenv and
fw_setenv?
that info i
Writing magic bits into LDO SRAM was suggested only for OMAP5432
ES1.0. Now these are no longer applicable. Moreover these bits should
not be overwritten as they are loaded from EFUSE. So avoid
writing into these registers.
Boot tested on OMAP5432 ES2.0
Signed-off-by: Lokesh Vutla
---
arch/arm/
dra7xx_evm has eMMC and the default environment can be stored in it.
So enabling saveenv command and the configs to store environment in eMMC.
Tested on DRA752 ES1.0
Signed-off-by: Lokesh Vutla
---
include/configs/dra7xx_evm.h |8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
dif
Hi, experts:
If i defined CONFIG_OF_EMBED, then:
Where could i find _binary_dt_dtb_start's definition?
In arch/arm/lib/board.c:
gd->fdt_blob = _binary_dt_dtb_start;
but i could not find _binary_dt_dtb_start's definition.
Best wishes,
___
U-Bo
Dear Marek, Andrew,
On Friday, August 23, 2013 5:23:14 AM, Marek Vasut wrote:
> Dear Andrew Murray,
>
> > Hello,
> >
> > I'm unable to use some mass storage devices with the current git version
> > (6612ab33956ae09c5ba2fde9c1540b519625ba37) of UBoot on a TI Davinci custom
> > board. I have 7 pen
On 23/08/13 11:25, Lokesh Vutla wrote:
> Hi Mark,
>
> On Friday 23 August 2013 02:58 PM, Mark Jackson wrote:
>> On 30/07/13 06:18, Lokesh Vutla wrote:
>>> From: Heiko Schocher
>>>
>>> s_init has the same outline for all the AM33xx based
>>> board. So making it generic.
>>> This also helps in addi
Hi Mark,
On Friday 23 August 2013 02:58 PM, Mark Jackson wrote:
> On 30/07/13 06:18, Lokesh Vutla wrote:
>> From: Heiko Schocher
>>
>> s_init has the same outline for all the AM33xx based
>> board. So making it generic.
>> This also helps in addition of new Soc with minimal changes.
>>
>> Signed-
On Thu, 18 Jul 2013 13:30:55 -0400 Michael Cashwell
mboa...@prograde.net wrote,
> On Jul 18, 2013, at 12:39 PM, Tom Rini wrote:
>
> > uImage | raw | nand | 0 | "kernel" | "-" | "-" |
> > "-" |
> >
> > Since partitions provide start/size.
>
Hi Michael,
> I've got some WIP tha
On 30/07/13 06:18, Lokesh Vutla wrote:
> From: Heiko Schocher
>
> s_init has the same outline for all the AM33xx based
> board. So making it generic.
> This also helps in addition of new Soc with minimal changes.
>
> Signed-off-by: Lokesh Vutla
> Signed-off-by: Heiko Schocher
> Signed-off-by:
Hello,
I'm unable to use some mass storage devices with the current git version
(6612ab33956ae09c5ba2fde9c1540b519625ba37) of UBoot on a TI Davinci custom
board. I have 7 pen drives, and 2 of them fail.
I-O DATA USB Flash Disk (0x04bb/0x0c43)
...
2 USB Device(s) found
scan end
scanning us
From: Heiko Schocher
i2c dev command does not work anymore for legacy drivers
because a check is executed that is valid only
in the new framework.
Signed-off-by: Heiko Schocher
Tested-by: Stefano Babic
---
common/cmd_i2c.c |2 ++
1 file changed, 2 insertions(+)
diff --git a/common/cmd_i2
The PMECC use BCH algorithm to correct error. In BCH algorithm, the
primitive polynomial value is GF(2^13) for 512-bytes sector size. And it is
GF(2^14) for 1024-bytes sector size.
This patch will choose correct degree of the remainders(13 or 14) for
different sector size.
Tested in AT91SAM9X5-EK
54 matches
Mail list logo