From d49389adb995168842d8f5b967945f6bbb281244 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 20 Feb 2003 22:07:22 +0000 Subject: 2003-02-20 Till Straumann PR 349/bsps * mpc6xx/exceptions/raw_exception.c, mpc6xx/mmu/bat.c, mpc6xx/mmu/pte121.c, shared/include/cpuIdent.c, shared/include/cpuIdent.h, shared/src/Makefile.am, shared/src/stack.c, shared/src/stackTrace.h, powerpc/registers.h: - undo improper 'fix' who broke mpc604r identification - fix: 7400 identification PVR value was wrong - enhance 'setdbat()' to switch OFF a given BAT if called with 0 size - fix: page table support bugfix - enhancement: provide routines to take and print stack trace snapshots - add definitions for HID1 and DABR SPRs --- c/src/lib/libcpu/powerpc/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'c/src/lib/libcpu/powerpc/ChangeLog') diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog index 408d44b691..dc007ce489 100644 --- a/c/src/lib/libcpu/powerpc/ChangeLog +++ b/c/src/lib/libcpu/powerpc/ChangeLog @@ -1,3 +1,18 @@ +2003-02-20 Till Straumann + + PR 349/bsps + * mpc6xx/exceptions/raw_exception.c, mpc6xx/mmu/bat.c, + mpc6xx/mmu/pte121.c, shared/include/cpuIdent.c, + shared/include/cpuIdent.h, shared/src/Makefile.am, shared/src/stack.c, + shared/src/stackTrace.h, powerpc/registers.h: + - undo improper 'fix' who broke mpc604r identification + - fix: 7400 identification PVR value was wrong + - enhance 'setdbat()' to switch OFF a given BAT if called with 0 size + - fix: page table support bugfix + - enhancement: provide routines to take and print stack trace + snapshots + - add definitions for HID1 and DABR SPRs + 2003-02-14 Greg Menke PR 348/bsps -- cgit v1.2.3