]> git.ipfire.org Git - people/ms/u-boot.git/commit - README
* Patches by Yuli Barcohen, 13 Jul 2003:
authorwdenk <wdenk>
Mon, 14 Jul 2003 22:13:32 +0000 (22:13 +0000)
committerwdenk <wdenk>
Mon, 14 Jul 2003 22:13:32 +0000 (22:13 +0000)
commit8564acf936726c5568d71e4fa93a0ae9814e0d07
tree05fa981555adf1d333970f3d52d0683008fe3cfb
parent5702923e23238df6c6f62d53f73863462ae62f4e
* Patches by Yuli Barcohen, 13 Jul 2003:
  - Correct flash and JFFS2 support for MPC8260ADS
  - fix PVR values and clock generation for PowerQUICC II family
    (8270/8275/8280)

* Patch by Bernhard Kuhn, 08 Jul 2003:
  - add support for M68K targets

* Patch by Ken Chou, 3 Jul:
  - Fix PCI config table for A3000
  - Fix iobase for natsemi.c
    (PCI_BASE_ADDRESS_0 is the IO base register for DP83815)

* Allow to enable "slow" POST routines by key press on power-on
* Fix temperature dependend switching of LCD backlight on LWMON
* Tweak output format for LWMON
40 files changed:
CHANGELOG
MAINTAINERS
MAKEALL
README
board/RRvision/video_ad7179.h [new file with mode: 0644]
board/a3000/a3000.c
board/gen860t/gen860t.c
board/lwmon/lwmon.c
board/mpc8260ads/flash.c
board/sacsng/sacsng.c
common/cmd_bootm.c
cpu/mpc8260/commproc.c
cpu/mpc8260/cpu.c
cpu/mpc8260/speed.c
cpu/mpc8xx/lcd.c
cpu/mpc8xx/video.c
doc/README.POST
doc/README.autoboot
drivers/natsemi.c
dtt/ds1621.c
include/asm-ppc/global_data.h
include/asm-ppc/processor.h
include/configs/A3000.h
include/configs/MPC8260ADS.h
include/configs/RRvision.h
include/configs/lwmon.h
include/image.h
include/mpc8260.h
include/post.h
include/version.h
include/video_ad7176.h
include/video_ad7177.h
include/video_ad7179.h [new file with mode: 0644]
lib_i386/board.c
lib_ppc/board.c
post/memory.c
post/post.c
post/sysmon.c
post/tests.c
tools/mkimage.c