[U-Boot-Users] [PATCH] Update OMAP242x for git head.
Woodruff, Richard
r-woodruff2 at ti.com
Wed Sep 28 23:08:36 CEST 2005
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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: omap242x-git.patch.gz
Type: application/x-gzip
Size: 21676 bytes
Desc: omap242x-git.patch.gz
Url : http://lists.denx.de/pipermail/u-boot/attachments/20050928/d822e744/attachment.bin
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: changelog-git.txt
Url: http://lists.denx.de/pipermail/u-boot/attachments/20050928/d822e744/attachment.txt
More information about the U-Boot
mailing list