diff options
author | Markus Klotzbücher <mk@pollux.(none)> | 2006-02-24 11:34:34 +0100 |
---|---|---|
committer | Markus Klotzbücher <mk@pollux.(none)> | 2006-02-24 11:34:34 +0100 |
commit | 7d4d1ce48c849ec5a7e034fd4bc4d0e624075e7b (patch) | |
tree | 50c39015f2bbbd9f50e9ee623146100c3a673f99 /CHANGELOG | |
parent | 599f52253ab38e1b9d3966279ce83e7816f1e5e0 (diff) | |
parent | 6624b687bc2b747233090e67628df37d1c84ed17 (diff) | |
download | u-boot-7d4d1ce48c849ec5a7e034fd4bc4d0e624075e7b.tar.gz u-boot-7d4d1ce48c849ec5a7e034fd4bc4d0e624075e7b.tar.xz u-boot-7d4d1ce48c849ec5a7e034fd4bc4d0e624075e7b.zip |
Merge branch 'master' of http://www.denx.de/git/u-boot
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -2,6 +2,32 @@ Changes since U-Boot 1.1.4: ====================================================================== +* Add basic support for the SMMACO4 Board from PanDaCom. + Patch by Heiko Schocher, 20 Feb 2006 + +* Add GIT version information (commid ID) to untagged U-Boot versions + + As done in the linux kernel, the U-Boot version (U_BOOT_VERSION) + of all unreleased (untagged) U-Boot images will be automatically + extended upon compiletime with a part of the GIT commit ID and + possibly with "dirty" if uncommited changes are detected. + + Here an example for the resulting version: + "U-Boot 1.1.4-g3457ac18-dirty" + + The version is now maintained in the toplevel Makefile and the + version headers are autogenerated. + + Patch by Stefan Roese, 9 Feb 2006 + +* Update default environment for INKA4x00 board. + +* Convert CPCI750 to use common CFI flash driver + Patch by Reinhard Arlt, 8 Feb 2006 + +* Various changes to esd HH405 board specific files + Patch by Matthias Fuchs, 07 Feb 2006 + * Cleanup U-Boot boot messages on ARM. To match the U-Boot user interface on ARM platforms to the U-Boot |