summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-04-06 00:16:58 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-04-06 00:16:58 +0200
commit71b405df4e8efc0d6ac3b308d15e74eaa029eb5c (patch)
tree4733e2865b61662f2b9f690f1ba79bf630b6f4b8 /CHANGELOG
parent197b049b8b8a488384f351b988dd15f78830ba4e (diff)
parent2662b40cace272da5759040622561d821c878d56 (diff)
downloadtalos-obmc-uboot-71b405df4e8efc0d6ac3b308d15e74eaa029eb5c.tar.gz
talos-obmc-uboot-71b405df4e8efc0d6ac3b308d15e74eaa029eb5c.zip
Merge with /home/sr/git/u-boot/cfi-flash
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG27
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 59f12b8afb..5040a6b1db 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,33 @@
Changes since U-Boot 1.1.4:
======================================================================
+* Changes/fixes for drivers/cfi_flash.c:
+
+ - Add Intel legacy lock/unlock support to common CFI driver
+
+ On some Intel flash's (e.g. Intel J3) legacy unlocking is
+ supported, meaning that unlocking of one sector will unlock
+ all sectors of this bank. Using this feature, unlocking
+ of all sectors upon startup (via env var "unlock=yes") will
+ get much faster.
+
+ - Fixed problem with multiple reads of envronment variable
+ "unlock" as pointed out by Reinhard Arlt & Anders Larsen.
+
+ - Removed unwanted linefeeds from "protect" command when
+ CFG_FLASH_PROTECTION is enabled.
+
+ - Changed p3p400 board to use CFG_FLASH_PROTECTION
+
+ Patch by Stefan Roese, 01 Apr 2006
+
+* Changes/fixes for drivers/cfi_flash.c:
+ - Correctly handle the cases where CFG_HZ != 1000 (several
+ XScale-based boards)
+ - Fix the timeout calculation of buffered writes (off by a
+ factor of 1000)
+ Patch by Anders Larsen, 31 Mar 2006
+
* Updates to common PPC4xx onboard (DDR)SDRAM init code (405 and 440)
405 SDRAM: - The SDRAM parameters can now be defined in the board
OpenPOWER on IntegriCloud