mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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:
@@ -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,
|
||||
|
||||
17
c/src/lib/libbsp/powerpc/shared/irq/README.deprecated
Normal file
17
c/src/lib/libbsp/powerpc/shared/irq/README.deprecated
Normal 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
|
||||
14
c/src/lib/libbsp/powerpc/shared/vectors/README.deprecated
Normal file
14
c/src/lib/libbsp/powerpc/shared/vectors/README.deprecated
Normal 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
|
||||
Reference in New Issue
Block a user