[U-Boot-Users] [PATCH] Update OMAP242x for git head.

Hello Wolfgang,
Attached is a patch generated today from a pull from the u-boot.git tree using cg-mkpatch. Please apply this and dump any patches you might have in your queue. Your updates over the weekend left the omap242x processor on head non-functional.
This patch is completely 24xx contained. I have stopped using drivers/cfi_flash.c and moved to using a private board copy as discussed in an earlier thread. The couple of files external touches are just changing from CONFG_OMAP2420 to CONFIG_OMAP24XX.
* Patch by Richard Woodruff, 28 Sep 2005: OMAP242x H4 board update - Switch to private cfi_flah.c file. - Make work for 2422 mono-ddr. - Make work for 2420-POP. - Use clock gauging to determine crystal speed. - Fix warm reset problem with bad OTGCTRL access. - Switch to DDR unlock mode operation for DLL errata. - Remove obsolete APTIX conditionals. - Display more information at startup. - Use 24XX instead of 2420 in prep for future chips.
README | 2 board/omap2420h4/Makefile | 2 board/omap2420h4/mem.c | 150 ++++++++- board/omap2420h4/omap2420h4.c | 497 +++++++++++++------------------ board/omap2420h4/platform.S | 2 board/omap2420h4/sys_info.c | 61 +++- common/env_flash.c | 8 cpu/arm1136/cpu.c | 3 cpu/arm1136/interrupts.c | 2 cpu/arm1136/start.S | 4 drivers/ns16550.c | 4 drivers/serial.c | 8 include/asm-arm/arch-arm1136/clocks.h | 91 +----- include/asm-arm/arch-arm1136/mem.h | 61 ++-- include/asm-arm/arch-arm1136/mux.h | 215 +++++++------ include/asm-arm/arch-arm1136/omap2420.h | 151 ++------- include/asm-arm/arch-arm1136/sys_info.h | 57 +++- include/configs/omap2420h4.h | 73 +---- lib_arm/cache.c | 2 19 files changed, 643 insertions(+), 750 deletions(-)
Regards, Richard W.

I am using ELDK kit with u-boot on my powerpc405 board. Kernel comes up fine with the uRamdisk image provided.
But can I load any ramdisk image ? I am trying to load latest buildroot image ( this is 14MB), when I issue bootm 0x100000 0x400000 , u-boot reboots the system (DATA CRC for RAMdisk image. iminfo says ok) System memory is 128M.
thanks
__________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com

In message 20050928224809.5370.qmail@web60719.mail.yahoo.com you wrote:
I am using ELDK kit with u-boot on my powerpc405 board. Kernel comes up fine with the uRamdisk image provided.
This means that U-Boot and Linux are working fine. Good.
But can I load any ramdisk image ? I am trying to load
Just like you did with the one you got from the ELDK ...
latest buildroot image ( this is 14MB), when I issue bootm 0x100000 0x400000 , u-boot reboots the system (DATA CRC for RAMdisk image. iminfo says ok) System memory is 128M.
Read the REDME, especially about initrd_high; try setting it to 0xFFFFFFFF.
Best regards,
Wolfgang Denk
participants (3)
-
manju mahajan
-
Wolfgang Denk
-
Woodruff, Richard