[U-Boot] Divine call reply for more information.

2010-09-27 Thread Ukadi Toyo.
新しいメールアドレスをお知らせします新しいメールアドレス: toyoreply2...@yahoo.co.jp Greetings in name of our Lord.I am Mrs Ukadi,69years old widow & a Christian, suffering from long time cancer of the blood.I have the sum($5.1m)USD in COTE D'IVOIRE i want to donate it for you to use it to help the poor.Contact me for more

[U-Boot] [PATCH] ARMV7: S5P: serial: support the s5pc210

2010-09-27 Thread Minkyu Kang
This patch is for s5pc210 support. Due to the resigter of baudrate is changed from slot to value, add both of them to uart structure. Signed-off-by: Minkyu Kang Signed-off-by: Kyungmin Park --- arch/arm/include/asm/arch-s5pc1xx/uart.h | 14 +++--- drivers/serial/serial_s5p.c

[U-Boot] [PATCH] README: Fix description of version numbering scheme

2010-09-27 Thread Thomas Weber
The version numbering scheme was changed in Oct, 2008. This patch brings the documentation to the actual level. The description is taken from: http://www.denx.de/wiki/U-Boot/ReleaseCycle Signed-off-by: Thomas Weber --- README | 18 ++ 1 files changed, 10 insertions(+), 8 delet

Re: [U-Boot] U-boot hangs

2010-09-27 Thread Wolfgang Denk
Dear Stefan Roese, In message <201009280617.00377...@denx.de> you wrote: > Hi Jacob, > > On Tuesday 28 September 2010 02:55:01 Gorelik, Jacob (335F) wrote: > > I am trying to boot linux on a PPC440GP based board; however, u-boot hangs > > after decompressing the kernel. I checked the __log_buf, a

Re: [U-Boot] How to debug u-boot with GDB & BDI3000

2010-09-27 Thread sywang
Thanks for your comments. Who has done this? Please contact me. Thanks! Shuyou -Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: 2010年9月27日 18:08 To: sywang Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] How to debug u-boot with GDB & BDI3000 Dear "sywang", In mess

Re: [U-Boot] U-boot hangs

2010-09-27 Thread Stefan Roese
Hi Jacob, On Tuesday 28 September 2010 02:55:01 Gorelik, Jacob (335F) wrote: > I am trying to boot linux on a PPC440GP based board; however, u-boot hangs > after decompressing the kernel. I checked the __log_buf, and I see a > message saying that the interrupt is not syncing and a message saying t

Re: [U-Boot] Coldfire Architecture and SELF

2010-09-27 Thread Ben Warren
Hello, On Monday, September 27, 2010, SANCHEZ VITORICA, GUILLERMO wrote: > > > > > > > > > > > > > > > Hi again, > > > > So, if I have got it > straight, with VirtualBox + Ubuntu + ELDK + U-BOOT sources I can start > developing U-BOOT for the MCF5445EVB? > > Yes, that's how I'd do it if in your s

[U-Boot] U-boot hangs

2010-09-27 Thread Gorelik, Jacob (335F)
Hello, I am trying to boot linux on a PPC440GP based board; however, u-boot hangs after decompressing the kernel. I checked the __log_buf, and I see a message saying that the interrupt is not syncing and a message saying that there is a BUG_ON uic_get_irq (BUG_ON(! primary_uic)). It seems like

Re: [U-Boot] [PATCH] ARMV7: OMAP4: Calculate SDRAM size

2010-09-27 Thread Steve Sakoman
On Mon, 2010-09-27 at 23:37 +0200, Wolfgang Denk wrote: > Dear Steve Sakoman, > > In message <1285622277.4705.43.ca...@quadra> you wrote: > > > > The subject patch does indeed set the ram size properly in the OMAP4 > > specific dram_init() function. As Wolfgang says above, this is the > > proper

Re: [U-Boot] [PATCH] ARMV7: OMAP4: Calculate SDRAM size

2010-09-27 Thread Wolfgang Denk
Dear Steve Sakoman, In message <1285622277.4705.43.ca...@quadra> you wrote: > > The subject patch does indeed set the ram size properly in the OMAP4 > specific dram_init() function. As Wolfgang says above, this is the > proper place. If there are no other objections we should try to get > this i

Re: [U-Boot] [PATCH] ARMV7: OMAP4: Calculate SDRAM size

2010-09-27 Thread Steve Sakoman
On Mon, 2010-09-27 at 11:02 +0200, Wolfgang Denk wrote: > Dear "V, Aneesh", > > In message you > wrote: > > > > > SDRAM configuration must be done while still running from NOR, i. e. > > > before relocation. Only then free reconfiguration, auto-sizing etc. > > > is > > > possible. > > > > We sh

[U-Boot] [PATCH v5 2/2] APM821xx: Add bluestone board support

2010-09-27 Thread tmarri
From: Tirumala Marri Add support code for bluestone board wth APM821XX processor based. This patch includes early board init, misc init, configure EBC, initializes UIC, MAKEALL, board.cfg and MAINTAINERS file. Signed-off-by: Tirumala R Marri inka4x0 MPC5200 +Tirumala Marri

[U-Boot] [PATCH v5 1/2] APM821xx: Add CPU support

2010-09-27 Thread tmarri
From: Tirumala Marri APM821XX is a new line of SoCs which are derivatives of PPC44X family of processors. This patch adds support of CPU, cache, tlb, 32k ocm, bootstraps, PLB and AHB bus. Signed-off-by: Tirumala R Marri --- V4: * Rebase with Stefan Roese tree V5: * Move CONFIG_SYS_PERIPHERA

[U-Boot] [PATCH v5 0/2] Add support for new SoC APM821XX

2010-09-27 Thread tmarri
From: Tirumala Marri APM821XX is Applied Micro Circuits Corporations naming convention for new line of SoCs. V4: * Rebasing with Stefan Roese tree V5: * Move CONFIG_SYS_PERIPHERAL_BASE to apm821xx.h * MAKEALL change is not needed anymore * CONFIG_SYS_NOR_CS is not used anywhere. * CON

Re: [U-Boot] [PATCH 08/14] PXA: Voipac270 improvements

2010-09-27 Thread Wolfgang Denk
Dear Marek Vasut, In message <1285226769-9619-8-git-send-email-marek.va...@gmail.com> you wrote: > 128MB NOR module support. > Define __io to get harddrive working. > Fix saving of environment into OneNAND. > Boot from harddrive when possible. > Add missing MAINTAINERS entry. > > Signed-off-by: M

Re: [U-Boot] [PATCH 07/14] PXA: Add initial Palm LifeDrive support

2010-09-27 Thread Wolfgang Denk
Dear Marek Vasut, In message <1285226769-9619-7-git-send-email-marek.va...@gmail.com> you wrote: > Signed-off-by: Marek Vasut ... > diff --git a/include/configs/palmld.h b/include/configs/palmld.h > new file mode 100644 > index 000..affc116 ... > +/* > + * Clock Configuration > + */ > +#undef

Re: [U-Boot] [PATCH 06/14] PXA: Palm Tungsten|C Support

2010-09-27 Thread Wolfgang Denk
Dear Marek Vasut, In message <1285226769-9619-6-git-send-email-marek.va...@gmail.com> you wrote: > This patch adds support for the Palm Tungsten|C PXA255 board. The support > includes: > - LCD > - MMC > - UART > - NOR > > Signed-off-by: Marek Vasut ... > +/* > + * Clock Configuration > + */ > +#

Re: [U-Boot] [PATCH 05/14] common: Enable serial for PXA250

2010-09-27 Thread Wolfgang Denk
Dear Marek Vasut, In message <1285226769-9619-5-git-send-email-marek.va...@gmail.com> you wrote: > Signed-off-by: Marek Vasut > --- > common/serial.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/common/serial.c b/common/serial.c > index 1345c08..3edeff9 100644

Re: [U-Boot] [PATCH 02/14] PXA: pxa-regs.h cleanup

2010-09-27 Thread Wolfgang Denk
Dear Marek Vasut, In message <1285226769-9619-2-git-send-email-marek.va...@gmail.com> you wrote: > Signed-off-by: Marek Vasut ... > + debug("FDADR0 = 0x%08x\n", (unsigned int)readl(FDADR0)); > + debug("FDADR1 = 0x%08x\n", (unsigned int)readl(FDADR1)); > + debug("LCCR0 = 0x%08x\n", (un

[U-Boot] Please pull u-boot-video/next

2010-09-27 Thread Anatolij Gustschin
Dear Wolfgang, The following changes since commit 6aa3d3bfaa986f1aff5e21a9b9f68d087715b1a9: Peter Tyser (1): 83xx: Remove warmboot parameter from PCI init functions are available in the git repository at: git://git.denx.de/u-boot-video.git next Alexander Stein (1): atmel_lcd:

Re: [U-Boot] [PATCH 01/14] PXA: pxafb: Fix indent problems

2010-09-27 Thread Wolfgang Denk
Dear Marek Vasut, In message <1285226769-9619-1-git-send-email-marek.va...@gmail.com> you wrote: > Signed-off-by: Marek Vasut > --- > arch/arm/cpu/pxa/pxafb.c | 200 > +++--- > 1 files changed, 100 insertions(+), 100 deletions(-) > > diff --git a/arch/a

Re: [U-Boot] [PATCH] Add support for operating system OSE

2010-09-27 Thread Wolfgang Denk
Dear "Torkel Lundgren", In message you wrote: > This is a multi-part message in MIME format. Please submit patches as plain text (using git send-email). We don't want the "This is a multi-part message in MIME format." in the commit message. > Add OSE as operating system for mkimage and bootm.

Re: [U-Boot] Please pull u-boot-ubi/master

2010-09-27 Thread Wolfgang Denk
Dear Stefan Roese, In message <201009271511.45564...@denx.de> you wrote: > The following changes since commit d03161b455125f0581918b25fabc5fde0268ae4e: > > Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx (2010-09-23 > 21:16:32 +0200) > > are available in the git repository at: > >

Re: [U-Boot] P4080 Reset Vector

2010-09-27 Thread Scott Wood
On Mon, 27 Sep 2010 01:43:53 -0700 MArunKumar wrote: > > hi > Kindly let me know how the branch instruction is loaded in reset vector > address (0x_fffc), but i have mapped my boot flash from 0xE000_ to > EFFF_ in LAW. When the chip starts execution, the boot vector is mapped at 0

Re: [U-Boot] [RFC] utilize flash small block sizes to reduce flash footprint

2010-09-27 Thread Albert ARIBAUD
Le 27/09/2010 18:16, Andreas Pretzsch a écrit : > Dear Albert, > > first, thanks for reading through my RFC. I agree that there are a > couple of simplifications in there, e.g. reset vectors. Written after > about 12 hours of hacking... :) > I see you're struggling with a comparable, yet a bit mo

Re: [U-Boot] [RFC] utilize flash small block sizes to reduce flash footprint

2010-09-27 Thread Andreas Pretzsch
Dear Albert, first, thanks for reading through my RFC. I agree that there are a couple of simplifications in there, e.g. reset vectors. Written after about 12 hours of hacking... I see you're struggling with a comparable, yet a bit more complicated issue. I have to admit that I only skimmed over

Re: [U-Boot] Coldfire Architecture and SELF

2010-09-27 Thread SANCHEZ VITORICA, GUILLERMO
Hi again, So, if I have got it straight, with VirtualBox + Ubuntu + ELDK + U-BOOT sources I can start developing U-BOOT for the MCF5445EVB? Cheers, Guillermo Sanchez Vitorica Email: gsanc...@gamesacorp.com " Before printing this mail or any of its attachments, please be sure it

Re: [U-Boot] [RFC] utilize flash small block sizes to reduce flash footprint

2010-09-27 Thread Andreas Pretzsch
Am Montag, den 27.09.2010, 10:59 +0200 schrieb Wolfgang Denk: > You design a big and somewhat complicate solution for a problem which ACK. Had the linker approach also in mind, but didn't want to touch each and every lds. But definitively the more elegant solution. > does not exist, because it ha

Re: [U-Boot] Coldfire Architecture and SELF

2010-09-27 Thread Ben Warren
Hello, On Mon, Sep 27, 2010 at 12:42 AM, Wolfgang Wegner wrote: > Hi, > > On Mon, Sep 27, 2010 at 08:43:00AM +0200, SANCHEZ VITORICA, GUILLERMO > wrote: > > Hi again, > > > > Thank you for your fast answers. > > > > Sorry. I was reading the manual in the U-Boot webpage and miss understood > some

Re: [U-Boot] how to u-boot in LPC2468 board using uClinux

2010-09-27 Thread Shashidhar.H.G
Hi, I'm trying to port uCLinux on to the LPC 2468-16 OEM Board. .HEX file is been generated by following the steps (Section 10) given in the document (Getting_started_with_uClinux), and now am trying to flash the same .HEX file to the board using Flash Magic tool and am facing some issue, please

[U-Boot] Please pull u-boot-ubi/master

2010-09-27 Thread Stefan Roese
The following changes since commit d03161b455125f0581918b25fabc5fde0268ae4e: Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx (2010-09-23 21:16:32 +0200) are available in the git repository at: git://www.denx.de/git/u-boot-ubi.git master Karl Beldan (1): Fix "ubi part" cmd re

Re: [U-Boot] [PATCH] Fix "ubi part" cmd re-entrancy

2010-09-27 Thread Stefan Roese
On Thursday 23 September 2010 10:46:31 Karl Beldan wrote: > Commit 2ee951ba (UBI: Enable re-initializing of the "ubi part" command) > reset mtd_devs in ubi_exit() but missed ubi_init()'s failure path. Applied to u-boot-ubi/master. Thanks. Cheers, Stefan -- DENX Software Engineering GmbH, M

[U-Boot] [PATCH] Add support for operating system OSE

2010-09-27 Thread Torkel Lundgren
Add OSE as operating system for mkimage and bootm. --- common/cmd_bootm.c| 39 +++ common/image.c|1 + include/config_defaults.h |1 + include/image.h |1 + 4 files changed, 42 insertions(+), 0 deletions(-) diff --git

Re: [U-Boot] [PATCH 0/5] Add support for Seagate FreeAgent DockStar

2010-09-27 Thread Eric Cooper
On Mon, Sep 27, 2010 at 11:07:52AM +0200, Thomas Weber wrote: > can you rework your patch set and send v2? Or do you need help? I was going to wait until the sheevaplug or guruplug boards had been modified for the ARM relocation changes and then base my v2 on that. I don't really know enough about

Re: [U-Boot] How to debug u-boot with GDB & BDI3000

2010-09-27 Thread Wolfgang Denk
Dear "sywang", In message <20100927093617.0423028...@theia.denx.de> you wrote: > > I 'm just working on a u-boot on the board with CN5010, but it looks like > there are some problems with GDB and BDI3000. I have built the debug > environment covering GDB & BDI3000 & my board, but later I sadly

Re: [U-Boot] [PATCH v4 2/2] APM821xx: Add bluestone board support

2010-09-27 Thread Stefan Roese
Hi Marri, On Saturday 25 September 2010 04:04:20 tma...@apm.com wrote: > From: Tirumala Marri > > Add support code for bluestone board wth APM821XX processor based. > This patch includes early board init, misc init, configure EBC, > initializes UIC, MAKEALL, board.cfg and MAINTAINERS file. Than

[U-Boot] How to debug u-boot with GDB & BDI3000

2010-09-27 Thread sywang
Thanks for your time. I 'm just working on a u-boot on the board with CN5010, but it looks like there are some problems with GDB and BDI3000. I have built the debug environment covering GDB & BDI3000 & my board, but later I sadly found that the breakpoint doesn't work. Could you give me s

Re: [U-Boot] [PATCH v4 1/2] APM821xx: Add CPU support

2010-09-27 Thread Stefan Roese
Hi Marri, On Saturday 25 September 2010 04:04:14 tma...@apm.com wrote: > From: Tirumala Marri > > APM821XX is a new line of SoCs which are derivatives of > PPC44X family of processors. This patch adds support of CPU, cache, > tlb, 32k ocm, bootstraps, PLB and AHB bus. Thanks. Please see below f

Re: [U-Boot] [PATCH 0/5] Add support for Seagate FreeAgent DockStar

2010-09-27 Thread Thomas Weber
Am 07.09.2010 16:28, schrieb Eric Cooper: > This patch series adds support for the Seagate FreeAgent DockStar. > The DockStar is almost identical to the Marvell SheevaPlug, > but has 256M of NAND flash, 128M of SDRAM, and different LED pins. > > A new machine ID (2998) has already been registered

Re: [U-Boot] [PATCH] ARMV7: OMAP4: Calculate SDRAM size

2010-09-27 Thread Wolfgang Denk
Dear "V, Aneesh", In message you wrote: > > > SDRAM configuration must be done while still running from NOR, i. e. > > before relocation. Only then free reconfiguration, auto-sizing etc. > > is > > possible. > > We shall rework the patch to do SDRAM size calculation as part of > 'lowlevel_init

Re: [U-Boot] [PATCH] ARMV7: OMAP4: Calculate SDRAM size

2010-09-27 Thread V, Aneesh
Dear Wolfgang Denk, > -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot- > boun...@lists.denx.de] On Behalf Of V, Aneesh > Sent: Monday, September 27, 2010 12:03 PM > To: Wolfgang Denk; Nishanth Menon > Cc: u-boot@lists.denx.de; Steve Sakoman > Subject: Re: [U-Boot] [P

Re: [U-Boot] [RFC] utilize flash small block sizes to reduce flash footprint

2010-09-27 Thread Wolfgang Denk
Dear Andreas Pretzsch, In message <1285564526.21734.187.ca...@ws-apr.office.loc> you wrote: > In a nit-picking moment trying to save some flash storage, I looked at > the current typical flash layout of U-Boot and came up with below RFC. Thanks. > I'd volunteer to provide an implementation for t

Re: [U-Boot] P4080 Reset Vector

2010-09-27 Thread MArunKumar
hi Kindly let me know how the branch instruction is loaded in reset vector address (0x_fffc), but i have mapped my boot flash from 0xE000_ to EFFF_ in LAW. please clarify me. Liu Dave-R63238-2 wrote: > >> It look same as other PQ2/3 which using BR0/OR0 to set boot vecror > base ad

Re: [U-Boot] How to do pci_init in flash

2010-09-27 Thread sywang
Wolfgang, Thanks for your feedback. Because the CPU-hang issue when pci_init still puzzle me, I want to check if the issue is caused by relocate_code, in spite of the very probability. Do you have any suggestions about how to identify the root cause of PCI Init configuration hang? Thanks!

Re: [U-Boot] Coldfire Architecture and SELF

2010-09-27 Thread Wolfgang Wegner
Hi, On Mon, Sep 27, 2010 at 08:43:00AM +0200, SANCHEZ VITORICA, GUILLERMO wrote: > Hi again, > > Thank you for your fast answers. > > Sorry. I was reading the manual in the U-Boot webpage and miss understood > some of the topics. I just wanted to get the develop tools in order to > compile an

Re: [U-Boot] How to do pci_init in flash

2010-09-27 Thread Wolfgang Denk
Dear "sywang", In message <20100927020635.0547228...@theia.denx.de> you wrote: > > I want to do pci configuration in the function 'board_init_f'. How to do > this? Why would you want to do that? Why cannot you wait until U-Boot has relocateditself to RAM so you have full access to all resource

Re: [U-Boot] u-boot boot sequence

2010-09-27 Thread Wolfgang Denk
Dear Marcel, In message <201009270011.32850.korg...@home.nl> you wrote: > > I do however have some questions about the u-boot startup behaviour. Please read the manual; it should cover most of your questions. > What I want to create is the following : > > 1) u-boot starts and checks if it can