]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Merge with http://www.psyent.com/git/uboot (NIOS2 - Scott McNutt)
authorWolfgang Denk <wd@pollux.denx.de>
Fri, 9 Jun 2006 23:36:27 +0000 (01:36 +0200)
committerWolfgang Denk <wd@pollux.denx.de>
Fri, 9 Jun 2006 23:36:27 +0000 (01:36 +0200)
1  2 
CHANGELOG

diff --cc CHANGELOG
index 8ea96307f9bd7a744e0626922f4f16dc4db33a11,79dfde547c65aca167e88b476da8a63059b38044..3b81ff618ddcd1f717dcd058d49eba7d2f7dda35
+++ b/CHANGELOG
@@@ -2,8 -2,27 +2,29 @@@
  Changes since U-Boot 1.1.4:
  ======================================================================
  
- * Fix U-Boot enviroenment sector protection on MCC200 board
+ * Nios II - Add Altera EP1C20, EP1S10 and EP1S40 boards
+   Patch by Scott McNutt, 08 Jun 2006
+ * Nios II - Add EPCS Controller bootrom work-around
+   -When booting from an epcs controller, the epcs bootrom may leave the
+   slave select in an asserted state causing soft reset hang. This
+   patch ensures slave select is negated at reset.
+   Patch by Scott McNutt, 08 Jun 2006
+ * Update PK1C20 board
+   -Update base addresses for standard configuration
+   -Eliminate use of CACHE_BYPASS in board code
+   Patch by Scott McNutt, 08 Jun 2006
+ * Nios II - Fix I/O Macros and mini-app stubs
+   -Fix asm/io.h macros
+   -Eliminate use of CACHE_BYPASS in cpu code
+   -Eliminate assembler warnings
+   -Fix mini-app stubs and force no small data
+   Patch by Scott McNutt, 08 Jun 2006
++* Fix U-Boot environment sector protection on MCC200 board
 +
  * Minor cleanup for PCS440EP board
  
  * Update PCS440EP port to fit into one flash device (incl. environment)