removed references to outdated "old-exception-handling" PPC support

This commit is contained in:
Thomas Doerfler
2008-04-07 09:35:45 +00:00
parent 4ce0e0baa4
commit eaa58dc9aa
2 changed files with 7 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
2008-04-07 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* README:
removed reference to outdated "old-exception-handling" PPC support
2008-03-20 Till Straumann <strauman@slac.stanford.edu>
* new-exceptions/bspsupport/irq.c: don't disable irqs

View File

@@ -21,14 +21,9 @@ family members using the new exception processing model:
+ mpc850 (uses mpc860 directory)
+ mpc860
+ mpc8260
The following PowerPC family members are supported but
still use the old exception processing model:
+ ppc403
+ ppc405 (uses ppc403 directory)
+ ppc6xx (no libcpu support)
+ ppc405
Note that because of similarities in various family members,
the mpc823 should be able to use the mpc821 code and the
mpc850 should be able to use the mpc850 code.