diff options
author | Detlev Zundel <dzu@pollux.denx.de> | 2006-09-01 15:39:02 +0200 |
---|---|---|
committer | Detlev Zundel <dzu@pollux.denx.de> | 2006-09-01 15:39:02 +0200 |
commit | 2c051651734cfc1e97da0f81d05c45f4f8dbca6a (patch) | |
tree | 2d2c632ef4d46d142f2cf621727e3bfc4da5146d /CHANGELOG | |
parent | ec0f7277cbb76565a203b5909acb2a6b93ba35fa (diff) | |
download | u-boot-imx-2c051651734cfc1e97da0f81d05c45f4f8dbca6a.zip u-boot-imx-2c051651734cfc1e97da0f81d05c45f4f8dbca6a.tar.gz u-boot-imx-2c051651734cfc1e97da0f81d05c45f4f8dbca6a.tar.bz2 |
Added changelog entry for previous small commits and extended README on
coding style.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -2,6 +2,16 @@ 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. + * Add splashscreen support for MCC200 board. * Make the serial driver framework work with CONFIG_SERIAL_MULTI |