2007-12-10 Till Straumann <strauman@slac.stanford.edu>

* shared/vectors/README.deprecated, shared/irq/README.deprecated:
	added READMEs stating that certain files should not be
	copy/paste/modified when creating new BSPs. New BSPs
	are encouraged to use the new library under
	libcpu/powerpc/new-exceptions/bspsupport.
This commit is contained in:
Till Straumann
2007-12-11 05:38:44 +00:00
parent 83d44561a5
commit 3aff05fbd3
3 changed files with 39 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
2007-12-10 Till Straumann <strauman@slac.stanford.edu>
* shared/vectors/README.deprecated, shared/irq/README.deprecated:
added READMEs stating that certain files should not be
copy/paste/modified when creating new BSPs. New BSPs
are encouraged to use the new library under
libcpu/powerpc/new-exceptions/bspsupport.
2007-12-10 Till Straumann <strauman@slac.stanford.edu>
* shared/vectors/vectors_entry.S, motorola_powerpc/bsp_specs,

View File

@@ -0,0 +1,17 @@
The files:
irq.c, irq_asm.S
in this directory are DEPRECATED.
DO NOT COPY/MODIFY FOR NEW BSPs
as this has created major maintenance headache.
Consider using the library in
libcpu/powercp/new-exceptions/bspsupport/
which implements the same functionality in a
(hopefully) generic way.
T.S., 12/2007

View File

@@ -0,0 +1,14 @@
The files in this directory (vectors.S, vectors.h, vectors_init.c)
are DEPRECATED.
DO NOT COPY/MODIFY FOR NEW BSPs
as this has created major maintenance headache.
Consider using the library in
libcpu/powercp/new-exceptions/bspsupport/
which implements the same functionality in a
(hopefully) generic way.
T.S., 12/2007