diff options
author | Scott McNutt <smcnutt@psyent.com> | 2006-06-08 12:08:12 -0400 |
---|---|---|
committer | Scott McNutt <smcnutt@psyent.com> | 2006-06-08 12:08:12 -0400 |
commit | 1f6ce8f5ba013b9cfd2b8f9cea051d70f3b1bc43 (patch) | |
tree | c3334c350ad666a82f7a00797c8b86d26a6017d1 /CHANGELOG | |
parent | 3d22d0b89bb3d669e27ff98d15ab013fbe04ee87 (diff) | |
download | u-boot-imx-1f6ce8f5ba013b9cfd2b8f9cea051d70f3b1bc43.zip u-boot-imx-1f6ce8f5ba013b9cfd2b8f9cea051d70f3b1bc43.tar.gz u-boot-imx-1f6ce8f5ba013b9cfd2b8f9cea051d70f3b1bc43.tar.bz2 |
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
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,12 @@ Changes since U-Boot 1.1.4: ====================================================================== +* 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 |