Re: [U-Boot-Users] u-boot for SC32442B

2008-02-02 Thread tanwani ronak
Dear sir, I am working on BSP development for S3C2443. I need to boot system with NOR spansion (S29JL064. please help me how should i deal this. awaiting for you reply Thanks, with regards, Ronak --- tangwei <[EMAIL PROTECTED]> wrote: > > thanks, > > i have note this,but i think the p

[U-Boot-Users] 答复: [U-Boot-Users] Re: 答复: [U-Boot-Users] HELP: How to make PPC booting easier

2008-02-02 Thread tony liu
Thanks for all your suggestions. I've used the environment to do the auto-booting after enabling the CFI driver for environment storage to FLASH. One of my important targets to use u-boot is to let my board be able to boot Linux kernel as the following way: 1) Power ON 2) VxWorks Bootrom started

Re: [U-Boot-Users] Re: 答复: [U-Boot-Users] HELP: How to make PPC booting easier

2008-02-02 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > I'm very, very far from being a device tree expert and am not up to > date on the wonderful FDT work that Jerry Van Baren and friends have > worked on over the last several months. AFAIK, there's no way around > having the kernel and device tree as sep

[U-Boot-Users] Re: 答复: [U-Boot-Users] HELP: How to make PPC booting easier

2008-02-02 Thread Ben Warren
Tony, 2008/2/2 tony liu <[EMAIL PROTECTED]>: > Ben, > > But I need to change the kernel and DTB frequently, because I am now > debugging the kernel along with the DTB definitions so that it could run well > on my board. > > Can I just give a big package so that u-boot can handle everything > au

Re: [U-Boot-Users] u-boot for SC32442B

2008-02-02 Thread tangwei
thanks, i have note this,but i think the project they created is in a mess, inorder to use it: first, you must have to spend much time to figure out the patch's order; second, i consider some of their patchs are not placed correctly in u-boot's directory; the SC32442B43 is a complete minimal sy

Re: [U-Boot-Users] HELP: How to make PPC booting easier

2008-02-02 Thread Ben Warren
On Feb 2, 2008 7:55 PM, tony liu <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > I'm a new guy to u boot and Linux. Currently, when I want to boot my PPC8247 > board through u-boot, I have to download Linux Kernel (2.6.23), download > initrd, download DTB, and finally boot them with three differen

[U-Boot-Users] Heave better attraction!

2008-02-02 Thread mcdaniel
Size truly does matter! http://72.187.98.224/rv/ - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___

[U-Boot-Users] HELP: How to make PPC booting easier

2008-02-02 Thread tony liu
Hi, I'm a new guy to u boot and Linux. Currently, when I want to boot my PPC8247 board through u-boot, I have to download Linux Kernel (2.6.23), download initrd, download DTB, and finally boot them with three different memory addresses. Is there any other easier way in booting the system? R

Re: [U-Boot-Users] [PATCH] ARM926: Display Ethernet info indo_bdinfo only if CONFIG_CMD_NET is defined

2008-02-02 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > AVR32 passes it through ATAGs. That should be easily portable to ARM. Easily portable from the technical point of view; but it will not be accepted for the ARM Linux kernel tree. See the FAQ. Best regards, Wolfgang Denk -- DENX Software Engineerin

Re: [U-Boot-Users] u-boot for SC32442B

2008-02-02 Thread Harald Welte
On Wed, Jan 23, 2008 at 09:02:06AM +0800, tangwei wrote: > > dear ,all > > I have a board use S3C2442B43 (400MHz, 64MB mSDRAM, 128MB Nand),and > there is no flash or other memory,so have to use the nand boot,is > there someone have done something for this ,please give me some > advices,thanks.

Re: [U-Boot-Users] [PATCH 4/5] AT91CAP9 support : board/ files

2008-02-02 Thread Stelian Pop
Le samedi 02 février 2008 à 06:59 +0100, Stefan Roese a écrit : > > I did think of that. I have no strong feeling about that. Except that if > > we put at91cap9adk under board/atmel, at91rm9200dk should go there too. > > Right. I always prefer to "collect" board ports from one manufacturer/brand

[U-Boot-Users] [PATCH] Make MPC83xx one step closer to full relocation.

2008-02-02 Thread Joakim Tjernlund
Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx and use GOT relative reference. --- cpu/mpc83xx/start.S | 11 +++ lib_ppc/board.c |3 ++- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/cpu/mpc83xx/start.S b/cpu/mpc83xx/start.S index 1dfbf62..5

Re: [U-Boot-Users] [PATCH] Move AT91RM9200DK board support under board/atmel

2008-02-02 Thread Stefan Roese
On Saturday 02 February 2008, Haavard Skinnemoen wrote: > We already have a vendor subdir for Atmel, so we should use it. > > Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]> Nice, thanks. Acked-by: Stefan Roese <[EMAIL PROTECTED]> Best regards, Stefan =

Re: [U-Boot-Users] [PATCH] Move AT91RM9200DK board support under board/atmel

2008-02-02 Thread Haavard Skinnemoen
On Sat, 2 Feb 2008 12:40:50 +0100 Haavard Skinnemoen <[EMAIL PROTECTED]> wrote: > Compile-tested and found exactly as broken as before since it tries to > compile a freescale SPI driver for some reason... After fixing that issue, the u-boot.bin files generated before and after this patch are ide

[U-Boot-Users] [PATCH] Move AT91RM9200DK board support under board/atmel

2008-02-02 Thread Haavard Skinnemoen
We already have a vendor subdir for Atmel, so we should use it. Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]> --- Compile-tested and found exactly as broken as before since it tries to compile a freescale SPI driver for some reason... Makefile |2

Re: [U-Boot-Users] [PATCH] ARM926: Display Ethernet info indo_bdinfo only if CONFIG_CMD_NET is defined

2008-02-02 Thread Haavard Skinnemoen
On Fri, 1 Feb 2008 12:01:36 - "Peter Pearse" <[EMAIL PROTECTED]> wrote: > Is there another architecture in U-Boot passing the MAC address that I could > look at to understand what you mean? AVR32 passes it through ATAGs. That should be easily portable to ARM. Look at setup_ethernet_tags() in

[U-Boot-Users] Fw: help ---> Usage of TEXT_BASE in U-Boot

2008-02-02 Thread john
Hi Gurus, I am designing the BSP for our customized Router motherboard based on MPC8248. I am currently referring to the MPC8272ADS BSP for the same. It seems TEXT_BASE in u-boot-1.1.1\board\mpc8260ads\config.mk could be used to program HRCW with U-Boot by specifying it to be 0xfe00 instea

Re: [U-Boot-Users] OR1200 (OpenRISC) Support?

2008-02-02 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > Please do NOT post HTML here! > I have a project I'm working on that I think u-Boot would be perfect > for.  The core processor architecture is the OpenCores OR1200 RISC > platform, however, and I see it doesn't appear to be part of the > standard