commit | b52cde9c0b75401d212e6b413901383c3158b5e6 | [log] [tgz] |
---|---|---|
author | Victor Gallardo <vgallardo@apm.com> | Thu Sep 16 11:32:04 2010 -0700 |
committer | Stefan Roese <sr@denx.de> | Thu Sep 23 09:02:06 2010 +0200 |
tree | 75217d83f79d94fec3226a1113ad6d13e11cc013 | |
parent | 43e1b45f2c92fc90c1718eb09695e0e50830e035 [diff] |
ppc4xx: Disable trace broadcast for 44x non debug mode By default the trace broadcast is enabled on 44x systems. To reduce power consumption when instruction tracing is not needed, disable trace broadcast. Check External Debug Mode (EDM) bit to detect if it should be disabled or not. Resetting system via a debugger will set the DBCR0[EDM] bit. Resetting via u-boot or OS will not. Signed-off-by: Victor Gallardo <vgallardo@apm.com> Signed-off-by: Stefan Roese <sr@denx.de>