summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2006-10-19 12:03:44 -0500
committerJon Loeliger <jdl@freescale.com>2006-10-19 12:03:44 -0500
commitd22200f0204ce3210ed47d4e13864ebc60b93918 (patch)
treec47f9526f6d90d5f50018d962e1ad6a7d57bc43c /CHANGELOG
parent4d45f69e362b05892c9e92a7907e5820995612aa (diff)
parentfcfed4f2f234836a0b308fd0a782f4625cd40bad (diff)
Merge branch 'master' of http://www.denx.de/git/u-boot
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 166cfa3a4e..da785f4ba8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,17 @@
Changes since U-Boot 1.1.4:
======================================================================
+* Add (preliminary) support for V38B board
+
+* PPC405EP: Add support for board configuration of CPC0_PCI register
+ This is needed to be able to configure PerWE*/PCI_INT* pin as PerWE*
+ Patch by Tolunay Orkun, 07 Apr 2006
+
+* PPC405EP: Add CFG_GPIO0_OR, CFG_GPIO0_ODR to setup GPIO completely.
+ - Add configuration of Open Drain GPIO Output selection
+ - Add configuration of initial value of GPIO output pins
+ Patch by Tolunay Orkun, 07 Apr 2006
+
* Fix spelling; minor code cleanup.
* Fix JFFS2 compilation problem