]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* Avoid flicker on the TRAB's VFD by synchronizing the enable with
authorwdenk <wdenk>
Fri, 14 Mar 2003 20:47:52 +0000 (20:47 +0000)
committerwdenk <wdenk>
Fri, 14 Mar 2003 20:47:52 +0000 (20:47 +0000)
commit06d01dbe000057e5df4af0f113242f0eba716340
tree9188617ad1907e44f41910b99af9bde7258338f9
parent09127c60964c47621937ada7b0ccbf0c26329376
* Avoid flicker on the TRAB's VFD by synchronizing the enable with
  the HSYNC/VSYNC. Requires new CPLD code (Version 101 for Rev. 100
  boards, version 153 for Rev. 200 boards).

* Patch by Vladimir Gurevich, 12 Mar 2003:
  Fix relocation problem of statically initialized string pointers
  in common/cmd_pci.c

* Patch by Kai-Uwe Blöm, 12 Mar 2003:
  Cleanup & bug fixes for JFFS2 code:
  - the memory mangement was broken. It caused havoc on malloc by
    writing beyond the block boundaries.
  - the length calculation for files was wrong, sometimes resulting
    in short file reads.
  - data copying now optionally takes fragment version numbers into
    account, to avoid copying from older data.
  See doc/README.JFFS2 for details.
22 files changed:
CHANGELOG
board/csb226/csb226.c
board/emk/top860/config.mk
board/innokom/innokom.c
board/lubbock/flash.c
board/mpl/common/common_util.c
board/mpl/vcma9/cmd_vcma9.c
board/mpl/vcma9/vcma9.c
board/trab/vfd.c
common/cmd_pci.c
cpu/arm920t/interrupts.c
cpu/arm920t/start.S
doc/README.JFFS2
drivers/cs8900.c
drivers/cs8900.h
drivers/s3c24x0_i2c.c
fs/jffs2/jffs2_1pass.c
fs/jffs2/jffs2_private.h
include/asm-arm/global_data.h
include/asm-arm/io.h
include/configs/innokom.h
include/i2c.h