Index: packages/hal/common/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/common/current/ChangeLog,v retrieving revision 1.108 diff -u -u -r1.108 ChangeLog --- packages/hal/common/current/ChangeLog 27 Apr 2005 19:08:34 -0000 1.108 +++ packages/hal/common/current/ChangeLog 19 May 2005 10:58:29 -0000 @@ -1,3 +1,8 @@ +2005-05-19 Peter Korsgaard + + * doc/porting.sgml: Changed dead sourceware.cygnus.com links to + ecos.sourceware.org. + 2005-04-27 Enrico Piria * src/hal_if.c Added missing declarations of tries when compiling Index: packages/hal/common/current/doc/porting.sgml =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/common/current/doc/porting.sgml,v retrieving revision 1.3 diff -u -u -r1.3 porting.sgml --- packages/hal/common/current/doc/porting.sgml 22 Aug 2004 12:06:44 -0000 1.3 +++ packages/hal/common/current/doc/porting.sgml 19 May 2005 10:58:33 -0000 @@ -65,12 +65,12 @@ However, what is covered here should be a large part of the process. If you get stuck, you are advised to read the - + ecos-discuss archive where you may find discussions which apply to the problem at hand. You are also invited to ask questions on the - + ecos-discuss mailing list to help you resolve problems - but as is always the case @@ -78,9 +78,9 @@ questions. Use common sense - if you ask too many questions which could have been answered by reading the documentation, -FAQ or - +url="http://ecos.sourceware.org/ecos/docs-latest/">documentation, +FAQ or + source code , you are likely to be ignored. @@ -90,7 +90,7 @@ time allows. Feedback and help with improving the document is sought, so if you have any comments at all, please do not hesitate to post them on - + ecos-discuss (please prefix the subject with [porting]). @@ -149,14 +149,14 @@ -Common HAL (hal/common) +Common HAL (hal/common) Configuration options and functionality shared by all HALs. Generic debugging functionality, driver API, eCos/ROM monitor calling interface, and tests. - Architecture HAL (hal/<architecture>/arch) + Architecture HAL (hal/<architecture>/arch) Functionality specific to the given architecture. Also default implementations of some functionality which can be overridden by variant or platform HALs. @@ -168,7 +168,7 @@ and possibly tests. - Variant HAL (hal/<architecture>/<variant>) + Variant HAL (hal/<architecture>/<variant>) Some CPU architectures consist of a number variants, for example MIPS CPUs come in both 32 and 64 bit versions, and some variants have embedded features additional to the CPU core. @@ -178,7 +178,7 @@ variant on-core devices, and possibly tests. - Platform HAL (hal/<architecture>/<platform>) + Platform HAL (hal/<architecture>/<platform>) Contains functionality and configuration options specific to the platform. @@ -189,7 +189,7 @@ (off-core interrupt controller), and possibly tests. - Auxiliary HAL (hal/<architecture>/<module>) + Auxiliary HAL (hal/<architecture>/<module>) Some variants share common modules on the core. Motorola's PowerPC QUICC is an example of such a module.