diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-06-10 01:36:27 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-06-10 01:36:27 +0200 |
commit | 9d4d3e3833ca7f4dada190ddcb3fea1da9bb9b5b (patch) | |
tree | 2e48d77afa769a4515101e4ce4ef2c6ba48cbeff /CHANGELOG | |
parent | 5d7022b0418b3aab977ac51dbfd179c296ae442e (diff) | |
parent | 9cc833783206efd25b4655aa451ce81e5cc28fc2 (diff) |
Merge with http://www.psyent.com/git/uboot (NIOS2 - Scott McNutt)
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 23 |
1 files changed, 22 insertions, 1 deletions
@@ -2,7 +2,28 @@ 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 |