All of lore.kernel.org
 help / color / mirror / Atom feed
From: mushtaq khan <mushtaq_k@procsys.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Patch fixes bug for clearing the bss section
Date: Mon, 30 Apr 2007 15:57:22 +0530	[thread overview]
Message-ID: <4635C48A.5050703@procsys.com> (raw)

Hi,
There is a bug in the code of clearing the bss section for processor 
i386.(File: cpu/i386/start.S)
In the code, bss_start addr (starting addr of bss section) is put into 
the register %eax, but the code which clears the bss section refers to 
the addr pointed by %edi.

This patch fixes this bug by putting bss_start into %edi register.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: bss_clear.patch
Url: http://lists.denx.de/pipermail/u-boot/attachments/20070430/77637fd9/attachment.txt 

             reply	other threads:[~2007-04-30 10:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-30 10:27 mushtaq khan [this message]
2007-05-15 21:40 ` [U-Boot-Users] Patch fixes bug for clearing the bss section Wolfgang Denk
2007-06-01 13:01   ` mushtaq khan
2007-06-01 15:16     ` Wolfgang Denk
2007-06-05  9:31       ` mushtaq khan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4635C48A.5050703@procsys.com \
    --to=mushtaq_k@procsys.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.