From e82bc62c038859b5bf7daae1bc24b7226f9ed74a Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Thu, 28 Jul 2005 01:50:14 +0200 Subject: Fix CFG_CMD_SETGETDCR handling in "common/cmd_dcr.c" [Patch by Cedric Vincent, 6 Jul 2005] --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index e89c98f..bde6eaf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,9 @@ Changes for U-Boot 1.1.3: ====================================================================== +* Patch by Cedric Vincent, 6 Jul 2005: + Fix CFG_CMD_SETGETDCR handling in "common/cmd_dcr.c" + * Patch by Jon Loeliger, 20 Jul 2005: Add missing PCI IO port definitions. -- cgit v1.1 From 15f36a5efd31fe608b43dc197ebbd80d3cecbe44 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Thu, 28 Jul 2005 10:42:26 +0200 Subject: 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 system keeps running. --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index bde6eaf..35c3969 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,11 @@ Changes for U-Boot 1.1.3: ====================================================================== +* 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 + system keeps running. + * Patch by Cedric Vincent, 6 Jul 2005: Fix CFG_CMD_SETGETDCR handling in "common/cmd_dcr.c" -- cgit v1.1