From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael R. Hines Date: Thu, 29 Jun 2006 19:01:13 -0700 Subject: [U-Boot-Users] logbuffer Message-ID: <44A485E9.7050905@google.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I'd like to use the logbuffer functionality in u-boot... After #define'ing CONFIG_LOGBUFFER, I can successfully see our data getting printed to the reserved 16K region in dram. However, we want to grab that data back out after linux has booted. During the various initializations that linux does on boot, (somewhere before init is actually run, I believe), the data in the 16K buffer at the end of dram gets over-written by somebody inside linux, and is lost. I found a thread somewhere on the net where Wolfgang mentioned that linux needed a patch to be told not to intrude on those logbuffer pages, but nothing more than that. Is there a proper way to handle this? Thanks, - Michael R. Hines