public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 02/15] Renamed cpu/i386/reset.S to resetvec.S
Date: Sat, 24 Jan 2009 01:03:40 +0100	[thread overview]
Message-ID: <20090124000340.178C9832E425@gemini.denx.de> (raw)
In-Reply-To: <1228606151-10839-3-git-send-email-graeme.russ@gmail.com>

Dear Graeme Russ,

In message <1228606151-10839-3-git-send-email-graeme.russ@gmail.com> you wrote:
> --===============0593892280==
> 
> Brings i386 in line with other CPUs with a reset vector and frees up reset.c
> for CPU reset functions
> 
> Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
> ---
>  Makefile                     |    2 +-
>  board/sc520_cdp/u-boot.lds   |    6 +++---
>  board/sc520_spunk/u-boot.lds |    6 +++---
>  cpu/i386/Makefile            |    2 +-
>  cpu/i386/reset.S             |   37 -------------------------------------
>  cpu/i386/resetvec.S          |   37 +++++++++++++++++++++++++++++++++++++
>  6 files changed, 45 insertions(+), 45 deletions(-)
>  delete mode 100644 cpu/i386/reset.S
>  create mode 100644 cpu/i386/resetvec.S

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
: 1.  What is the possibility of this being added in the future?
In the near future, the probability is close to zero. In the  distant
future, I'll be dead, and posterity can do whatever they like... :-)
                                                              - lwall

  parent reply	other threads:[~2009-01-24  0:03 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-06 23:28 [U-Boot] [PATCH 00/15] i386 Modifications and new board (eNET) Graeme Russ
2008-12-06 23:28 ` [U-Boot] [PATCH 01/15] Added initial eNET board support Graeme Russ
2008-12-06 23:28   ` [U-Boot] [PATCH 02/15] Renamed cpu/i386/reset.S to resetvec.S Graeme Russ
2008-12-06 23:28     ` [U-Boot] [PATCH 03/15] Updated eNET link script for reset -> resetvec section rename Graeme Russ
2008-12-06 23:29       ` [U-Boot] [PATCH 04/15] Moved sc520 specific code into new cpu/i386/sc520 folder Graeme Russ
2008-12-06 23:29         ` [U-Boot] [PATCH 05/15] Moved definition of set_vector() to new header file Graeme Russ
2008-12-06 23:29           ` [U-Boot] [PATCH 06/15] Moved generic (triple fault) reset code Graeme Russ
2008-12-06 23:29             ` [U-Boot] [PATCH 07/15] Added MMCR reset functionality Graeme Russ
2008-12-06 23:29               ` [U-Boot] [PATCH 08/15] Remove #ifdef CONFIG_SC520 in source code Graeme Russ
2008-12-06 23:29                 ` [U-Boot] [PATCH 09/15] Removed all references to CONFIG_SYS_RESET_GENERIC Graeme Russ
2008-12-06 23:29                   ` [U-Boot] [PATCH 10/15] Renamed SC520 configuration options Graeme Russ
2008-12-06 23:29                     ` [U-Boot] [PATCH 11/15] Removed #ifdef CONFIG_SYS_SC520 Graeme Russ
2008-12-06 23:29                       ` [U-Boot] [PATCH 12/15] Fixed CONFIG_SYS_SC520_RESET for eNET board Graeme Russ
2008-12-06 23:29                         ` [U-Boot] [PATCH 13/15] Moved ali512x.h from include/asm-i386/ic/ to /include Graeme Russ
2008-12-06 23:29                           ` [U-Boot] [PATCH 14/15] Added MMCR initialisation to real mode eNET board initialisation Graeme Russ
2008-12-06 23:29                             ` [U-Boot] [PATCH 15/15] Seperated exception handling functionality out of interrupts.c Graeme Russ
2008-12-08  6:41                         ` [U-Boot] [PATCH 12/15] Fixed CONFIG_SYS_SC520_RESET for eNET board Jean-Christophe PLAGNIOL-VILLARD
2008-12-08  8:04                           ` Graeme Russ
2008-12-08  8:45                             ` Jean-Christophe PLAGNIOL-VILLARD
2008-12-08 16:32                             ` Peter Tyser
2008-12-08  6:38                       ` [U-Boot] [PATCH 11/15] Removed #ifdef CONFIG_SYS_SC520 Jean-Christophe PLAGNIOL-VILLARD
2009-01-24  0:18                     ` [U-Boot] [PATCH 10/15] Renamed SC520 configuration options Wolfgang Denk
2009-01-26  9:36                       ` Graeme Russ
2009-01-24  0:16                   ` [U-Boot] [PATCH 09/15] Removed all references to CONFIG_SYS_RESET_GENERIC Wolfgang Denk
2008-12-08  6:37                 ` [U-Boot] [PATCH 08/15] Remove #ifdef CONFIG_SC520 in source code Jean-Christophe PLAGNIOL-VILLARD
2009-01-24  0:16                 ` Wolfgang Denk
2009-01-24  0:12             ` [U-Boot] [PATCH 06/15] Moved generic (triple fault) reset code Wolfgang Denk
2009-01-24  0:11           ` [U-Boot] [PATCH 05/15] Moved definition of set_vector() to new header file Wolfgang Denk
2009-01-24  0:10         ` [U-Boot] [PATCH 04/15] Moved sc520 specific code into new cpu/i386/sc520 folder Wolfgang Denk
2008-12-08  6:33       ` [U-Boot] [PATCH 03/15] Updated eNET link script for reset -> resetvec section rename Jean-Christophe PLAGNIOL-VILLARD
2009-01-24  0:08         ` Wolfgang Denk
2009-01-24  0:07       ` Wolfgang Denk
2009-01-24  0:03     ` Wolfgang Denk [this message]
2009-01-24  0:02   ` [U-Boot] [PATCH 01/15] Added initial eNET board support Wolfgang Denk

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=20090124000340.178C9832E425@gemini.denx.de \
    --to=wd@denx.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox