diff packages/hal/sh/arch/current/ChangeLog @ 84:489eb5632bc3 ecos-sw-2000-04-28

Merge from eCos master repository on 2000-04-28-18:44:39-BST
author jlarmour
date Fri, 28 Apr 2000 18:18:36 +0000
parents 6736c52df507
children afdeb44241de
line wrap: on
line diff
--- a/packages/hal/sh/arch/current/ChangeLog
+++ b/packages/hal/sh/arch/current/ChangeLog
@@ -1,3 +1,17 @@
+2000-04-26  Jesper Skov  <jskov@redhat.com>
+
+	* src/hal_mk_defs.c: Added some caching data.
+
+	* src/vectors.S:
+	* include/hal_cache.h:
+	Rewrote caching functions in assembly with appropriate magic to
+	have the code execute out of a non-cachable memory shadow.
+
+2000-04-25  Jesper Skov  <jskov@redhat.com>
+
+	* include/hal_cache.h (HAL_UCACHE_WRITE_MODE): Also wiggle the WT
+	bit. It has opposite polarity of the CB bit.
+
 2000-04-12  Jesper Skov  <jskov@redhat.com>
 
 	* src/vectors.S: Entry code rewritten to allow ROMRAM startups.