From mboxrd@z Thu Jan 1 00:00:00 1970 From: eija_flight Date: Mon, 20 Apr 2009 21:02:06 -0700 (PDT) Subject: [U-Boot] standalone application for ppc internal registers access Message-ID: <23148835.post@talk.nabble.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, I am using GCC inline assembly in standalone applications to access my cpu (ppc) internal registers. And it seems some of the registers were needed by U-boot to run, because when I am accessing some of these registers via standalone applications, the board will go reset or hangs. Is there any method to avoid this reset/hangs matter and peacefully back to U-boot after exiting the standalone applications? because I need to use each of registers, respectively. Best regards, -- View this message in context: http://www.nabble.com/-U-Boot--standalone-application-for-ppc-internal-registers-access-tp23148835p23148835.html Sent from the Uboot - Users mailing list archive at Nabble.com.