From cf9919239415fee8e6733c0bd013b46888feb874 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Sat, 30 Jul 2005 16:45:16 +0200 Subject: Add missing CHANGELOG entry --- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 35c3969..bf23537 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,13 @@ Changes for U-Boot 1.1.3: ====================================================================== +* Implement h/w sector protection status synchronization at boot. + The code is provided for, and was tested on, the Yukon/Alaska + and PM520 boards only. + + A bug in flash_real_protect() for the Yukon board was fixed by + adding a function that tells if two banks are on one flash chip. + * Fix sysmon POST problem: check I2C error codes This fixes a problem of displaying bogus voltages when the voltages are so low that the I2C devices start failing while the rest of the -- cgit v1.1 From 0f18cb6eef469688a1c57647e486c1341c045b9f Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Sun, 31 Jul 2005 00:30:09 +0200 Subject: Minor fixes for PPChameleon Board: * fix alignment of NAND size * make code do what the comment says --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index bf23537..093169b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,10 @@ Changes for U-Boot 1.1.3: ====================================================================== +* Minor fixes for PPChameleon Board: + - fix alignment of NAND size + - make code do what the comment says + * Implement h/w sector protection status synchronization at boot. The code is provided for, and was tested on, the Yukon/Alaska and PM520 boards only. -- cgit v1.1 From 8a316c9b6215266b8f5f7bbae5ee12e8b8afac83 Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Mon, 1 Aug 2005 16:49:12 +0200 Subject: Major cleanup for AMCC PPC4xx eval boards. Patch by Stefan Roese, 01 Aug 2005 --- CHANGELOG | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 35c3969..37f9c57 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,18 @@ Changes for U-Boot 1.1.3: ====================================================================== +* Patch by Stefan Roese, 01 Aug 2005: + - Major cleanup for AMCC eval boards Walnut, Bubinga, Ebony, Ocotea + (former IBM eval board). Please see "doc/README.AMCC-eval-boards-cleanup" + for details. + - Sycamore (PPC405GPr) eval board added (Walnut port is extended + to run on both 405GP and 405GPr eval boards). + +* Patch by Steven Blakeslee, 27 Jul 2005: + - Add support for AMCC PPC440EP/GR. + - Add support for AMCC Yosemite PPC440EP eval board. + - Add support for AMCC Yellowstone PPC440GR eval board. + * Fix sysmon POST problem: check I2C error codes This fixes a problem of displaying bogus voltages when the voltages are so low that the I2C devices start failing while the rest of the -- cgit v1.1