]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* Patch by Rune Torgersen, 13 Feb 2003: LABEL_2003_03_06_0200
authorwdenk <wdenk>
Thu, 6 Mar 2003 00:58:30 +0000 (00:58 +0000)
committerwdenk <wdenk>
Thu, 6 Mar 2003 00:58:30 +0000 (00:58 +0000)
commitdb2f721ffcf9693086a7e5c6c7015f2019e7f52e
tree1d755e28c035c1247f30b570ed239a097a7d13c8
parent43d9616cffb4a130e1620e3e33fc9bc1bcabe399
* Patch by Rune Torgersen, 13 Feb 2003:
  Add support for Motorola MPC8266ADS board

* Patch by Kyle Harris, 19 Feb 2003:
  patches for the Intel lubbock board:
  memsetup.S - general cleanup (based on Robert's csb226 code)
  flash.c - overhaul, actually works now
  lubbock.c - fix init funcs to return proper value

* Patch by Kenneth Johansson, 26 Feb 2003:
  - Fixed off by one in RFTA calculation.
  - No need to abort when LDF is lower than we can program it's only
    minimum timing so clamp it to what we can do.
  - Takes function pointer to function for reading the spd_nvram. Usefull
    for faking data or hardcode a module without the nvram.
  - fix other user for above change
  - fix some comments.

* Patches by Brian Waite, 26 Feb 2003:
  - fix port for evb64260 board
  - fix PCI for evb64260 board
  - fix PCI scan

* Patch by Reinhard Meyer, 1 Mar 2003:
  Add support for EMK TOP860 Module

* Patch by Yuli Barcohen, 02 Mar 2003:
  Add SPD EEPROM support for MPC8260ADS board
35 files changed:
CHANGELOG
CREDITS
MAINTAINERS
MAKEALL
Makefile
board/ebony/ebony.c
board/emk/top860/Makefile [new file with mode: 0644]
board/emk/top860/flash.c [new file with mode: 0644]
board/emk/top860/top860.c [new file with mode: 0644]
board/emk/top860/u-boot.lds [new file with mode: 0644]
board/emk/top860/u-boot.lds.debug [new file with mode: 0644]
board/evb64260/evb64260.c
board/evb64260/pci.c
board/lubbock/config.mk
board/lubbock/flash.c
board/lubbock/lubbock.c
board/lubbock/memsetup.S
board/mpc8260ads/mpc8260ads.c
board/mpc8266ads/Makefile [new file with mode: 0644]
board/mpc8266ads/config.mk [new file with mode: 0644]
board/mpc8266ads/flash.c [new file with mode: 0644]
board/mpc8266ads/mpc8266ads.c [new file with mode: 0644]
board/mpc8266ads/u-boot.lds [new file with mode: 0644]
board/w7o/init.S
board/walnut405/walnut405.c
cpu/ppc4xx/spd_sdram.c
drivers/pci_auto.c
include/configs/MPC8260ADS.h
include/configs/MPC8266ADS.h [new file with mode: 0644]
include/configs/TOP860.h [new file with mode: 0644]
include/configs/W7OLMC.h
include/configs/W7OLMG.h
include/configs/lubbock.h
include/spd.h [new file with mode: 0644]
include/spd_sdram.h [new file with mode: 0644]