]> git.ipfire.org Git - people/ms/u-boot.git/commit - README
* Patches by Reinhard Meyer, 14 Feb 2004:
authorwdenk <wdenk>
Mon, 23 Feb 2004 22:22:28 +0000 (22:22 +0000)
committerwdenk <wdenk>
Mon, 23 Feb 2004 22:22:28 +0000 (22:22 +0000)
commit63e73c9a8ed5b32d9c4067ffaad953e9a8fe8f0a
tree2f8915e0b3024c639748e930b56d60c0d8cf2d99
parentcd0a9de68b03e5a54fd2a08f44be318e4397be01
* Patches by Reinhard Meyer, 14 Feb 2004:
  - update board/emk tree; use common flash driver
  - Corrected tested bits in machine check exception in cpu/mpc5xxx/traps.c
    [adapted for other PPC CPUs -- wd]
  - Added support for the M48T08 on the EVAL5200 board in rtc/mk48t59.c

* Patch by Jon Diekema, 13 Feb 2004:
  Call show_boot_progress() whenever POST "FAILED" is printed.

* Patch by Nishant Kamat, 13 Feb 2004:
  Add support for TI OMAP1610 H2 Board
  Fixes for cpu/arm926ejs/interrupt.c
       (based on Richard Woodruff's patch for arm925, 16 Oct 03)
  Fix for a timer bug in OMAP1610 Innovator
  Add support for CS0 (ROM)/CS3 (Flash) boot in OMAP1610 Innovator and H2

* Patches by Stephan Linz, 12 Feb 2004:
  - add support for NIOS timer with variable period preload counter value
  - prepare POST framework support for NIOS targets

* Patch by Denis Peter, 11 Feb 2004:
  add POST support for the MIP405 board
39 files changed:
CHANGELOG
MAINTAINERS
MAKEALL
Makefile
README
board/emk/common/flash.c
board/emk/top5200/Makefile
board/emk/top5200/flash.c [deleted file]
board/emk/top5200/top5200.c
board/emk/top860/Makefile
board/emk/top860/flash.c [deleted file]
board/emk/top860/top860.c
board/mpl/mip405/mip405.c
board/omap1610inn/omap1610innovator.c
board/omap1610inn/platform.S
cpu/74xx_7xx/traps.c
cpu/arm926ejs/interrupts.c
cpu/mpc5xx/traps.c
cpu/mpc5xxx/traps.c
cpu/mpc824x/traps.c
cpu/mpc8260/traps.c
cpu/mpc85xx/traps.c
cpu/mpc8xx/traps.c
cpu/nios/interrupts.c
cpu/ppc4xx/Makefile
cpu/ppc4xx/commproc.c [new file with mode: 0644]
cpu/ppc4xx/traps.c
doc/README.nios
include/asm-nios/cache.h [new file with mode: 0644]
include/asm-nios/global_data.h
include/configs/DK1C20.h
include/configs/DK1S10.h
include/configs/MIP405.h
include/configs/TOP5200.h
include/configs/omap1610h2.h [new file with mode: 0644]
include/configs/omap1610inn.h
lib_ppc/board.c
post/post.c
rtc/mk48t59.c