]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Merge with /home/wd/git/u-boot/master
authorWolfgang Denk <wd@pollux.denx.de>
Sun, 3 Sep 2006 16:13:21 +0000 (18:13 +0200)
committerWolfgang Denk <wd@pollux.denx.de>
Sun, 3 Sep 2006 16:13:21 +0000 (18:13 +0200)
1  2 
CHANGELOG

diff --cc CHANGELOG
index bd46c8c3b47179e557eaff4300e2e3cfbdfab776,197af8d5020293ee9b7c761697d55a9fd9dd2b4f..5e6e1f368472f4d0cb41d67b7ac5777d674f81a8
+++ b/CHANGELOG
@@@ -2,9 -2,16 +2,19 @@@
  Changes since U-Boot 1.1.4:
  ======================================================================
  
+ * Extended README entry on coding style
+ * Added another example showing simple interrupt interception.
+ * Added simple_strtoul(), getenv() and setenv() to the exported functions.
+   Also bumped up ABI version to reflect this change.
+ * Added interrupt handling capabilities for mpc5xxx processors.
+   Also added Linux like BUG() macros.
 +* Coding Style cleanup.
 +  Patch by Stefano Babic, 31 Aug 2006
 +
  * Add splashscreen support for MCC200 board.
  
  * Make the serial driver framework work with CONFIG_SERIAL_MULTI