On Friday, December 31, 2010 02:13:48 Macpaul Lin wrote:
> There are several way to reset the u-boot.
> Some platform will use watchdog timeout to reset the system.
> Some platfrom will jump to 0x0 to reload the u-boot.
> Some platform will jump to CONFIG_SYS_TEXT_BASE to do fast reset.
>
> This p
HI all,
2010/12/24 Macpaul Lin :
> Dear Wolfgang,
>
> 2010/12/23 Wolfgang Denk :
>> Dear Macpaul Lin,
>>
>> In message you wrote:
>>>
>>> The problem is that, after the command "reset" under u-boot console.
>>> The cpu will do flush I/D cache , disable interrupt , redo
>>> mem_malloc_init().
>>>
There are several way to reset the u-boot.
Some platform will use watchdog timeout to reset the system.
Some platfrom will jump to 0x0 to reload the u-boot.
Some platform will jump to CONFIG_SYS_TEXT_BASE to do fast reset.
This patch fixed the problem of static varible didn't cleared on
the platfo
Hi, Stefano,
2010/12/31 Jason Liu :
> Hi, Stefano,
>
> 2010/12/30 Stefano Babic :
>> On 12/29/2010 01:49 PM, Jason Liu wrote:
>>> This patch add the MX53 boot image support.
>>> @@ -82,44 +213,91 @@ static int imximage_check_image_types(uint8_t type)
>>> static int imximage_verify_header(unsigned
Thanks Vaibhav! I will check this out.
Regards,
Shyama.
-Original Message-
From: Bedia, Vaibhav [mailto:vaibhav.be...@ti.com]
Sent: Friday, December 31, 2010 9:43 AM
To: Asokan, Shyama Trikkadeeri; U-Boot@lists.denx.de
Subject: RE: [U-Boot] Regarding the config.mk in U-boot TOP directory
On Thursday, December 30, 2010 6:51 PM, Asokan, Shyama Trikkadeeri
wrote:
> Hi Wolfgang,
> I have been facing an issue while building u-boot for AT91SAM9263ek
> board. The environment I am using is CYGWIN and toolchain is the
> Code sourcery toolchain.
>
>
> The make configuration step works f
Hi, Stefano,
2010/12/31 Stefano Babic :
> On 12/29/2010 01:38 PM, Jason Liu wrote:
>> This patch add I2C interface for fsl_pmic driver support
>>
>> Signed-off-by: Jason Liu
>>
>> ---
>> Changes for v2:
>> - Address the comments from Stefano,
>> - factor out the param_check in pmic_reg for both
Hello,everybody,i am new to uboot.
now i choose v2010.09-rc2 Uboot for porting.
I used to compiling uboot1.1.2 by arm-elf-20050511 and works well.Now i do
not know which version of arm cross-compiler to choose? Any suggestions are
appreciated !
Thanks all . By MrGates
__
Hi, Stefano,
2010/12/30 Stefano Babic :
> On 12/29/2010 01:49 PM, Jason Liu wrote:
>> This patch add the MX53 boot image support.
>>
>> This patch has been tested on Freescale MX53EVK board
>> and MX51EVK board.
>>
>> Signed-off-by: Jason Liu
>
> Hi Jason,
>
>> diff --git a/board/freescale/mx51ev
Hi, Stefano,
2010/12/30 Stefano Babic :
> On 12/29/2010 01:38 PM, Jason Liu wrote:
>> Add initial support for Freescale MX53 processor,
>>
>> - Add the iomux support and the pin definition,
>> - Add the regs definition, clean up some unused def from mx51,
>> - Add the low level init support, make
Hi, Stefano,
2010/12/30 Stefano Babic :
> On 12/29/2010 01:38 PM, Jason Liu wrote:
>> Add initial support for MX53EVK board support.
>> FEC, SD/MMC, UART, I2C, have been support.
>>
>> Signed-off-by: Jason Liu
>
> Hi Jason,
>
>> Changes for v3:
>> - put uart and fec iomux setting to board_early_i
When a flash partition was positioned at the very top of a 32-bit memory
map (eg located at 0xf800 with a size of 0x800)
get_part_sector_size_nor() would incorrectly calculate the partition's
ending address to 0x0 due to overflow. When the overflow occurred
get_part_sector_size_nor() would
From: Cliff Cai
The timer register is 32bits, not 16bit, so 0x won't fill it.
Write out -1 to make sure to fill the whole thing.
Signed-off-by: Cliff Cai
Signed-off-by: Mike Frysinger
---
drivers/mmc/bfin_sdh.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/driv
From: Sonic Zhang
Don't forget to count full data size for the multiblock operation request.
Signed-off-by: Sonic Zhang
Signed-off-by: Mike Frysinger
---
drivers/mmc/bfin_sdh.c |9 +
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/drivers/mmc/bfin_sdh.c b/drivers/mm
The kernel DSS2 code is mature now, and keeping this setting hurts performance
Signed-off-by: Steve Sakoman
---
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 56363f7..d0ef313 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@
On 12/29/2010 01:38 PM, Jason Liu wrote:
> This patch add I2C interface for fsl_pmic driver support
>
> Signed-off-by: Jason Liu
>
> ---
> Changes for v2:
> - Address the comments from Stefano,
> - factor out the param_check in pmic_reg for both spi/i2c
> ---
> drivers/misc/fsl_pmic.c | 52
Albert,
Please pull u-boot-ti/master
Regards,
Sandeep
The following changes since commit b722e646f9a6e2ebcae4845afc596b4dad4f7bcb:
Sandeep Paulraj (1):
DaVinci DM6467: Enhance board Support
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
Sandeep Paul
On Dec 17, 2010, at 5:30 PM, Kumar Gala wrote:
> Being able to get back a pci_controller struct back by searching for it
> means we can do things like dynamically allocate them or not have to
> expose the static structures to all users.
>
> Signed-off-by: Kumar Gala
> ---
> drivers/pci/pci.c |
Hi Wolfgang,
I have been facing an issue while building u-boot for AT91SAM9263ek
board. The environment I am using is CYGWIN and toolchain is the Code
sourcery toolchain.
The make configuration step works fine while "make CROSS_COMPILE " step
throws the following error:
make CROSS_COMPILE=arm-n
On 12/29/2010 01:49 PM, Jason Liu wrote:
> This patch add the MX53 boot image support.
>
> This patch has been tested on Freescale MX53EVK board
> and MX51EVK board.
>
> Signed-off-by: Jason Liu
Hi Jason,
> diff --git a/board/freescale/mx51evk/imximage.cfg
> b/board/freescale/mx51evk/imximage
On 12/29/2010 01:38 PM, Jason Liu wrote:
> Add initial support for Freescale MX53 processor,
>
> - Add the iomux support and the pin definition,
> - Add the regs definition, clean up some unused def from mx51,
> - Add the low level init support, make use the freq input of setup_pll macro
Hi Jason
> -Original Message-
> From: u-boot-boun...@lists.denx.de
> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Dirk Behme
> Sent: Friday, December 17, 2010 4:10 PM
> To: Wolfgang Denk
> Cc: u-boot@lists.denx.de
> Subject: Re: [U-Boot] OMAP3: EVM: Linker errors across tool
> chain versions
On 12/29/2010 01:38 PM, Jason Liu wrote:
> Add initial support for MX53EVK board support.
> FEC, SD/MMC, UART, I2C, have been support.
>
> Signed-off-by: Jason Liu
Hi Jason,
> Changes for v3:
> - put uart and fec iomux setting to board_early_init_f so that uart can print
> out the early infor
Our loans within the range of $20,000 to $200,000,000 USD. Interested Persons
should contact me via E-mail:___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On 30.12.2010 00:10, Alessandro Rubini wrote:
> Dirk Behme:
>> Just for the record:
>>
>> The trick is to ensure that the __arch_putx() containing the volatile
>> is not the last statement in the GCC statement-expression. So, using
>> something like
>>
>> #define writeb(v,c) ({ __iowmb(); _
Hi Wolfgang,
I have been facing an issue while building u-boot for AT91SAM9263ek
board. The environment I am using is CYGWIN and toolchain is the Code
sourcery toolchain.
The make configuration step works fine while "make CROSS_COMPILE " step
throws the following error:
make CROSS_COMPILE
Hi Wolfgang,
I have been facing an issue while building u-boot for AT91SAM9263ek
board. The environment I am using is CYGWIN and toolchain is the Code
sourcery toolchain.
The make configuration step works fine while "make CROSS_COMPILE " step
throws the following error:
make CROSS_COMPILE
27 matches
Mail list logo