Hello dear,
My name is Rita I am a girl, I saw your profile here and my spirite ask me to
contact you about this important issue so please, I would like you to send me
mail here (rita_1m...@yahoo.com) so that i will tell you about me important
issue and also give you my sweet picture. I am wait
This defines the basics of a new boot time measurement feature. This allows
logging of very accurate time measurements as the boot proceeds, by using
an available microsecond counter.
To enable the feature, define CONFIG_BOOTSTAGE in your board config file.
Also available is CONFIG_BOOTSTAGE_REPOR
You can call bootstage_report() at any time to print a report on boot stage
timings. It should ideally be called just before U-Boot hands off execution
to the next stage boot.
Signed-off-by: Simon Glass
---
common/bootstage.c | 48
include/boot
This adds calls to to the bootstage_mark() function at various places
through the boot process.
Signed-off-by: Simon Glass
---
arch/arm/lib/board.c |2 ++
arch/arm/lib/bootm.c |1 +
common/cmd_bootm.c |2 ++
common/cmd_net.c |7 ++-
common/cmd_usb.c |1 +
net/bo
This defines the basics of a new boot time measurement feature. This allows
logging of very accurate time measurements as the boot proceeds, by using
an available microsecond counter.
Signed-off-by: Simon Glass
---
README | 11
common/Makefile |1 +
common/bootsta
Define CONFIG_BOOTSTAGE_REPORT to get a timing report before the kernel
runs.
Signed-off-by: Simon Glass
---
README |6 ++
arch/arm/lib/bootm.c |3 +++
2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/README b/README
index f9e4e65..d53981c 100644
--- a/REA
Dear Holger Brunck,
In message <4dcd3c43.7030...@keymile.com> you wrote:
>
> >> From: Holger Brunck
> >
> > This line should be removed or moved to cc/ack/test list, it will appear in
> > commit log
>
> this is only the indication that the patch is not from Valentin and is common
> practice o
The following changes since commit 91081e01b10d64e99dc485e477e6ae3b1171e8ce:
Revert "Fix building tools alone with host compiler" (2011-05-13 13:37:20
+0200)
are available in the git repository at:
git://git.denx.de/u-boot-nand-flash.git master
Alex Waterman (1):
Decreases code size o
On Wed, May 04, 2011 at 09:10:15AM -0400, Alex Waterman wrote:
> From b59f1e5b0bc3684615756c12fd5c5f9fcaa4c812 Mon Sep 17 00:00:00 2001
> From: Alex Waterman
> Date: Tue, 3 May 2011 15:00:23 -0400
> Subject: [PATCH] Decreases code size of the nand_spl
>
> The canyonland boards nand_spl size is ju
On Wed, May 04, 2011 at 11:44:44AM +0200, Stefan Roese wrote:
> Patch 65a9db7b [nand_spl: Fix large page nand_command()] broke
> nand booting on canyonlands. "options" has to be initialized to
> 0. If not, boards might have the NAND_BUSWIDTH_16 bit set,
> resulting in wrong offset calculation.
>
>
On Wed, May 04, 2011 at 11:44:14AM +0200, Stefan Roese wrote:
> There are multiple reasons why this define should be removed:
>
> First it saves some space and therefore fixes a problem we have on
> the canyonlands_nand and glacier_nand targets right now.
>
> Second, the define was hackish and wo
Hi.
I see that "[PATCH v2] AT91: Add SD/MMC controller support" and "[PATCH
v3] AT91: Add SD/MMC controller support" adds the possibility (I
suppose) to use the SD card inside the U-BOOT also for my board based on
Atmel at91sam9263. But these patches also integrate the mmc commands
(like mmcin
Hi Prafulla,
thanks for reviewing.
On 05/12/2011 01:01 PM, Prafulla Wadaskar wrote:
>
>
>> -Original Message-
>> From: Valentin Longchamp [mailto:valentin.longch...@keymile.com]
>> Sent: Wednesday, May 04, 2011 9:24 PM
>> To: u-boot@lists.denx.de
>> Cc: holger.bru...@keymile.com; Prafull
On 05/13/2011 02:35 PM, Fabio Estevam wrote:
> Hi,
>
Hi Fbio,
> When trying to save environment variables into a SD card on MX51 and
> MX53 boards I am getting the following error:
>
> MX51EVK U-Boot > set ipaddr 192.168.1.1
> MX51EVK U-Boot > save
> Saving Environment to MMC...
> Writing to MMC
Signed-off-by: Fabio Estevam
---
Changes since v1:
- Fix Copyright typo
- Drop board_late_init
MAINTAINERS |1 +
board/freescale/mx53smd/Makefile | 48
board/freescale/mx53smd/imximage.cfg | 96 +++
board/freescale/mx53smd/mx53smd.c|
Hi Stefano,
On Fri, May 13, 2011 at 6:01 AM, Stefano Babic wrote:
...
>> +#
>> +# (C Copyright 2009
>
> Can you add the missing ")" ? I know it was my mistake, but we are
> spreading this on more files ;-)
Sure. Will send it in v2.
...
>> +int board_mmc_init(bd_t *bis)
>> +{
>> + u32 index;
Thomas,
Applied to git://git.denx.de/u-boot-nios.git next
Thanks,
--Scott
Thomas Chou wrote:
> Follow commit 8ae86b76c648d8bef97241c78e2fddb1c4f164d3
> which changed the variable name.
>
> Fix this error,
> nios2-elf-ld: invalid hex number `-o'
>
> Signed-off-by: Thomas Chou
> ---
> for u-boo
Hi,
When trying to save environment variables into a SD card on MX51 and
MX53 boards I am getting the following error:
MX51EVK U-Boot > set ipaddr 192.168.1.1
MX51EVK U-Boot > save
Saving Environment to MMC...
Writing to MMC(0)... MMC: block number 0x6be604 exceeds max(0x3aa000)
failed
I will st
This patch add initial support for freescale MX53LOCO board.
Network(FEC),SD/MMC,UART have been supported by this patch
Signed-off-by: Jason Liu
---
Changes since v6:
- move the pmic support out from this patchset
Changes since v5:
- merge the "Add power init support" patch
changes since v4:
- re
> -Original Message-
> From: Wolfgang Denk [mailto:w...@denx.de]
> Sent: Thursday, May 12, 2011 10:42 PM
> To: Simon Guinot
> Cc: Prafulla Wadaskar; u-boot@lists.denx.de
> Subject: Re: [U-Boot] [PATH v7 1/2] netconsole: remove `serverip' check
>
> Dear Simon Guinot,
>
> In message <1305
Dear Kumar Gala,
In message <11222111-2be4-4e1e-a56d-a82f86588...@freescale.com> you wrote:
> The following commit breaks building MPC8572DS_config (and a lot more):
>
> commit bbc6353c740064c8e0741b772376a1a67a1c3f01
> Author: Fran=E7ois Revol
> Date: Fri Mar 18 11:03:03 2011 +
>
>Fi
Hi Einar
On which platform you faced this issue ?
Regards,
Ramneek.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On 05/12/2011 09:33 PM, Fabio Estevam wrote:
> commit 262951(MMC: make b_max unconditional) missed to update fsl_esdhc.
>
> Signed-off-by: Fabio Estevam
> ---
> drivers/mmc/fsl_esdhc.c |1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/mmc/fsl_esdhc.c b/driver
Hi, Stefano
On Fri, May 13, 2011 at 4:47 PM, Stefano Babic wrote:
> On 05/13/2011 10:41 AM, Jason Liu wrote:
>
>>> The patch adds several functions that are strictly related to the
>>> processor and I am checking with the reference manuals to understand
>>> them. I need more time for it.
>>
>> If
On 05/12/2011 08:56 PM, Fabio Estevam wrote:
> Signed-off-by: Fabio Estevam
> ---
Hi Fabio,
only a few comments.
> diff --git a/board/freescale/mx53smd/imximage.cfg
> b/board/freescale/mx53smd/imximage.cfg
> new file mode 100644
> index 000..921f2d9
> --- /dev/null
> +++ b/board/freescale/
On 05/13/2011 10:41 AM, Jason Liu wrote:
>> The patch adds several functions that are strictly related to the
>> processor and I am checking with the reference manuals to understand
>> them. I need more time for it.
>
> If that, can we consider that I just add the basic mx53loco support:
> which
Dear Albert,
The following changes since commit 2e73808ee97d75400881d1fe144b062f427cfcb9:
Clint Adams (1):
Enable multiple fs options for Marvell SoC family on OpenRD boards
are available in the git repository at:
git://git.denx.de/u-boot-atmel.git next
Andreas Bießmann (19):
Hi, Stefano,
2011/5/13 Stefano Babic :
> On 05/13/2011 05:08 AM, Jason Liu wrote:
>> Hi, Stefano,
>
> Hi Jason,
>
[...]
>>
>> And BTW, do you have any comments about the 1/3 clock patch? If you
>> have, please tell it
>> as early as possible and I don't want to let the patch version goes up
>> ver
Hi Simon,
>> This patch touches a lot of files in different subsystems.
>> Please split it up. For example start with a patch series modifying
>> the generic USB code in drivers/usb, followed by a series that
>> modifies board files.
>
> Hi Remy,
> Thanks for the response. The series has 7 patches
Hi Wolfgang,
Wolfgang Denk wrote:
> Dear Luca Ceresoli,
>
> In message<1303143594-5345-4-git-send-email-luca.ceres...@comelit.it> you
> wrote:
>> With the upcoming TFTP server implementation, the remote node can be
>> either a client or a server, so avoid ambiguities.
>>
>> Signed-off-by: Luca C
From: Mingkai Hu
Add P2040 SoC specific information:
* LIODN setup
* Portal configuration
* etc
Signed-off-by: Mingkai Hu
Signed-off-by: Roy Zang
Signed-off-by: Kumar Gala
---
arch/powerpc/cpu/mpc85xx/Makefile |3 +
arch/powerpc/cpu/mpc85xx/p2040_ids.c| 103 +++
The P2041 is similar to P2040, however has a 10G port and backside L2
Signed-off-by: Kumar Gala
---
arch/powerpc/cpu/mpc85xx/Makefile |3 +++
arch/powerpc/cpu/mpc85xx/p2040_ids.c |3 +++
arch/powerpc/cpu/mpc8xxx/cpu.c|2 ++
arch/powerpc/include/asm/config_mpc
Hi there,
Im happy to introduce to you the company supply most comprehensive China tablet
pcs of best quality and price, Shenzhen Danhonghaotian Ecommerce Co., Ltd. Our
company is a hi-tech OEM/ODM manufacturer of consumer electronic products based
in Shenzhen, China. With our own experienc
33 matches
Mail list logo