]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* Patches by David Müller, 12 Jun 2003:
authorwdenk <wdenk>
Thu, 19 Jun 2003 23:01:32 +0000 (23:01 +0000)
committerwdenk <wdenk>
Thu, 19 Jun 2003 23:01:32 +0000 (23:01 +0000)
commit48b42616e928ce6eacfe20276a1614e2b27ac4b5
tree0c194fbd1059185f158c0b37dc3c846b50c2ee2f
parent15ef8a5d17181ea376fac94579dce0af1cfcdeb7
* Patches by David Müller, 12 Jun 2003:
  - rewrite of the S3C24X0 register definitions stuff
  - "driver" for the built-in S3C24X0 RTC

* Patches by Yuli Barcohen, 12 Jun 2003:
  - Add MII support and Ethernet PHY initialization for MPC8260ADS board
  - Fix incorrect SIUMCR initialisation caused by wrong Hard Reset
    configuration word supplied by FPGA on some MPC8260ADS boards

* Patch by Pantelis Antoniou, 10 Jun 2003:
  Unify status LED interface
38 files changed:
CHANGELOG
board/mpc8260ads/mpc8260ads.c
board/mpl/common/common_util.c
board/mpl/vcma9/config.mk
board/mpl/vcma9/memsetup.S
board/mpl/vcma9/vcma9.c
board/mpl/vcma9/vcma9.h
board/smdk2400/smdk2400.c
board/smdk2410/config.mk
board/smdk2410/smdk2410.c
board/trab/trab.c
board/trab/vfd.c
cpu/arm920t/interrupts.c
cpu/arm920t/serial.c
cpu/arm920t/speed.c
cpu/mpc5xx/Makefile
cpu/mpc5xx/status_led.c [deleted file]
cpu/mpc8260/Makefile
cpu/mpc8260/ether_scc.c
cpu/mpc8260/start.S
cpu/mpc8260/status_led.c [deleted file]
cpu/mpc8xx/Makefile
drivers/Makefile
drivers/s3c24x0_i2c.c
drivers/status_led.c [moved from cpu/mpc8xx/status_led.c with 53% similarity]
include/asm-ppc/status_led.h [new file with mode: 0644]
include/configs/MPC8260ADS.h
include/configs/VCMA9.h
include/configs/smdk2400.h
include/configs/smdk2410.h
include/configs/trab.h
include/s3c2400.h
include/s3c2410.h
include/s3c24x0.h [new file with mode: 0644]
include/status_led.h
lib_arm/board.c
rtc/Makefile
rtc/s3c24x0_rtc.c [new file with mode: 0644]