From 0418016acf6bf74f3edfd364654981920fcb6cb0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 29 Sep 2004 20:11:54 +0000 Subject: 2004-09-29 Joel Sherrill * README: i960 obsoleted. * i960/.cvsignore, i960/ChangeLog, i960/Makefile.am, i960/configure.ac, i960/i960ca/.cvsignore, i960/i960ca/Makefile.am, i960/i960ca/cpu_install_intr_stack.c, i960/i960ca/cpu_install_raw_isr.c, i960/i960ka/.cvsignore, i960/i960ka/Makefile.am, i960/i960ka/cpu_install_intr_stack.c, i960/i960ka/cpu_install_raw_isr.c, i960/i960rp/.cvsignore, i960/i960rp/Makefile.am, i960/i960rp/cpu_install_intr_stack.c, i960/i960rp/cpu_install_raw_isr.c, i960/include/i960CA.h, i960/include/i960HA.h, i960/include/i960JX_RP_common.h, i960/include/i960KA.h, i960/include/i960RP.h: Removed. --- c/src/lib/libcpu/README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'c/src/lib/libcpu/README') diff --git a/c/src/lib/libcpu/README b/c/src/lib/libcpu/README index e7e293660c..21d0dee7cb 100644 --- a/c/src/lib/libcpu/README +++ b/c/src/lib/libcpu/README @@ -5,10 +5,11 @@ This is the README file for libcpu. This directory contains reusable libraries which are CPU dependent but not -target board dependent. For example, the HPPA has an on chip interval timer -which may be used by all HPPA bsp's. +target board dependent. For example, the PowerPC has an on CPU decrementer +register which may be used by all PowerPC BSP's for the Clock and Timer +Drivers. -Another example might be the Intel i960CA has on-chip DMA which could be -supported in a library and placed in lib/libcpu/i960. This level of support +Other examples include the caching support for the m68k CPU models and +MIPS CPU model exception vectoring routines. This level of support will make it easier for others developing embedded applications on a given CPU. -- cgit v1.2.3