Changeset cd228d76 in rtems for cpukit/score/cpu/powerpc
- Timestamp:
- Feb 20, 2003, 10:11:46 PM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a696c7a
- Parents:
- 8860f103
- Location:
- cpukit/score/cpu/powerpc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/powerpc/ChangeLog
r8860f103 rcd228d76 1 2003-02-20 Till Straumann <strauman@slac.stanford.edu> 2 3 PR 349/bsps 4 * rtems/powerpc/registers.h: Add definitions for HID1 and DABR SPRs. 5 1 6 2002-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
cpukit/score/cpu/powerpc/rtems/powerpc/registers.h
r8860f103 rcd228d76 102 102 #define CTR 9 103 103 #define HID0 1008 /* Hardware Implementation */ 104 #define HID1 1009 /* Hardware Implementation */ 105 #define DABR 1013 /* Data Access Breakpoint */ 104 106 #define PVR 287 /* Processor Version */ 105 107 #define IBAT0U 528 /* Instruction BAT #0 Upper/Lower */
Note: See TracChangeset
for help on using the changeset viewer.