[U-Boot] [PATCH-OMAP3 1/2] OMAP3: Convert register access to structure style, part #1

2008-11-30 Thread Dirk Behme
Convert register access to structure style, part #1. No functional change. Signed-off-by: Jason Kridner [EMAIL PROTECTED] Signed-off-by: Dirk Behme [EMAIL PROTECTED] --- * These two patches apply on top of last 3 pending OMAP3 patches:

[U-Boot] [PATCH-OMAP3 2/2] OMAP3: Convert register access to structure style, part #2

2008-11-30 Thread Dirk Behme
Convert register access to structure style, part #2. No functional change. Signed-off-by: Jason Kridner [EMAIL PROTECTED] Signed-off-by: Dirk Behme [EMAIL PROTECTED] --- board/omap3/beagle/beagle.c| 16 + board/omap3/evm/evm.c | 39 +---

Re: [U-Boot] [PATCH] drivers/net/ax88796.h revised

2008-11-30 Thread Ben Warren
Hi Daniel, On Sat, Nov 29, 2008 at 9:47 AM, Daniel Mack [EMAIL PROTECTED] wrote: Hi, I overhauled drivers/net/ax88796.h a bit to make some more settings board-dependend that used to be hard-coded. No board-specific code in drivers please. Ignore the existing mess and strive to do better.

[U-Boot] How to backup the working u-boot image from the flash image.

2008-11-30 Thread Mohamed Thalib .H
Hi all, Since I dont have the source code of u-boot image which is prgrammed in the board. I want to know how can I back up the working u-boot present in the flash and store it in a file in my system before flashing the new u-boot. so the working image can used to restore the board to

[U-Boot] U-boot freezes on relocate code to RAM

2008-11-30 Thread Elison Niven
Hi List, I am trying to port U-boot to a modified MPC8360 platform. It's pretty much the same as the MPC8360EMDS board, but there is no SDRAM soldered to the local bus. I only have 256 MB of DDR2. U-boot reaches board_init_f in libppc/board.c but freezes when trying to relocate code to RAM.

Re: [U-Boot] How to backup the working u-boot image from the flash image.

2008-11-30 Thread Daniel Mack
Hi, On Mon, Dec 01, 2008 at 12:13:28PM +0530, Mohamed Thalib .H wrote: Since I dont have the source code of u-boot image which is prgrammed in the board. I want to know how can I back up the working u-boot present in the flash and store it in a file in my system before flashing the new

Re: [U-Boot] How to backup the working u-boot image from the flash image.

2008-11-30 Thread Mohamed Thalib .H
On Mon, 2008-12-01 at 08:03 +0100, Daniel Mack wrote: Hi, On Mon, Dec 01, 2008 at 12:13:28PM +0530, Mohamed Thalib .H wrote: Since I dont have the source code of u-boot image which is prgrammed in the board. I want to know how can I back up the working u-boot present in the flash and

Re: [U-Boot] Error compiling UBOOT 1.3.4 for AT91RM9200

2008-11-30 Thread Mohamed Thalib .H
On Sat, 2008-11-29 at 14:14 +0100, Linux RegaTech wrote: Hello UBOOT mailinglist I have encountered a problem when i try to compile any newer version of UBOOT than V1.2.0 for AT91RM9200, below is given the output from console when i try to compile the UBOOT V1.3.4 for AT91RM9200,