
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.
Signed-off-by: Richard Woodruff r-woodruff2@ti.com
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.