summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-10-08 22:14:02 +0000
committerwdenk <wdenk>2003-10-08 22:14:02 +0000
commitef1464cc01cf9dcab52396283bf597e609caa450 (patch)
tree8425585ca09e0fb257c0648c02a7bc7848616807 /CHANGELOG
parentd9a405aaf62cc8204f7300eb94713b39df793f04 (diff)
downloadu-boot-imx-ef1464cc01cf9dcab52396283bf597e609caa450.zip
u-boot-imx-ef1464cc01cf9dcab52396283bf597e609caa450.tar.gz
u-boot-imx-ef1464cc01cf9dcab52396283bf597e609caa450.tar.bz2
* Patch by Anders Larsen, 18 Sep 2003:
allow mkimage to build and run on Cygwin-hosted systems * Patch by Frank Müller, 18 Sep 2003: use bi_intfreq instead of bi_busfreq to compute fec_mii_speed in cpu/mpc8xx/fec.c * Patch by Pantelis Antoniou, 16 Sep 2003: add tool to compute fileds in the PLPRCR register for MPC86x
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c1492cc..9244e64 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,16 @@
Changes for U-Boot 1.0.0:
======================================================================
+* Patch by Anders Larsen, 18 Sep 2003:
+ allow mkimage to build and run on Cygwin-hosted systems
+
+* Patch by Frank Müller, 18 Sep 2003:
+ use bi_intfreq instead of bi_busfreq to compute fec_mii_speed in
+ cpu/mpc8xx/fec.c
+
+* Patch by Pantelis Antoniou, 16 Sep 2003:
+ add tool to compute fileds in the PLPRCR register for MPC86x
+
* Use IH_TYPE_FILESYSTEM for TRAB "disk" images.
* Fix build problems under FreeBSD