public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Graeme Russ <graeme.russ@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 4/6] x86: Rename i386 to x86
Date: Wed, 13 Apr 2011 20:01:08 +1000	[thread overview]
Message-ID: <4DA57464.2060000@gmail.com> (raw)
In-Reply-To: <1302520020-4767-5-git-send-email-graeme.russ@gmail.com>

On 11/04/11 21:06, Graeme Russ wrote:
> Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
> ---
>  MAKEALL                                            |    4 ++--
>  Makefile                                           |    4 ++--
>  README                                             |    2 +-
>  arch/{i386 => x86}/config.mk                       |    0
>  arch/{i386 => x86}/cpu/Makefile                    |    0
>  arch/{i386 => x86}/cpu/config.mk                   |    2 +-
>  arch/{i386 => x86}/cpu/cpu.c                       |    2 +-
>  arch/{i386 => x86}/cpu/interrupts.c                |    0
>  arch/{i386 => x86}/cpu/resetvec.S                  |    2 +-
>  arch/{i386 => x86}/cpu/sc520/Makefile              |    0
>  arch/{i386 => x86}/cpu/sc520/sc520.c               |    0
>  arch/{i386 => x86}/cpu/sc520/sc520_car.S           |    0
>  arch/{i386 => x86}/cpu/sc520/sc520_pci.c           |    0
>  arch/{i386 => x86}/cpu/sc520/sc520_sdram.c         |    0
>  arch/{i386 => x86}/cpu/sc520/sc520_ssi.c           |    0
>  arch/{i386 => x86}/cpu/sc520/sc520_timer.c         |    0
>  arch/{i386 => x86}/cpu/start.S                     |    6 +++---
>  arch/{i386 => x86}/cpu/start16.S                   |    2 +-
>  arch/{i386 => x86}/cpu/u-boot.lds                  |    0
>  arch/{i386 => x86}/include/asm/bitops.h            |    0
>  arch/{i386 => x86}/include/asm/bootparam.h         |    0
>  arch/{i386 => x86}/include/asm/byteorder.h         |    0
>  arch/{i386 => x86}/include/asm/config.h            |    0
>  arch/{i386 => x86}/include/asm/e820.h              |    0
>  arch/{i386 => x86}/include/asm/errno.h             |    0
>  arch/{i386 => x86}/include/asm/global_data.h       |    0
>  arch/{i386 => x86}/include/asm/i8254.h             |    0
>  arch/{i386 => x86}/include/asm/i8259.h             |    0
>  arch/{i386 => x86}/include/asm/ibmpc.h             |    0
>  arch/{i386 => x86}/include/asm/ic/pci.h            |    0
>  arch/{i386 => x86}/include/asm/ic/sc520.h          |    0
>  arch/{i386 => x86}/include/asm/ic/ssi.h            |    0
>  arch/{i386 => x86}/include/asm/interrupt.h         |    4 ++--
>  arch/{i386 => x86}/include/asm/io.h                |    0
>  arch/{i386 => x86}/include/asm/ioctl.h             |    0
>  arch/{i386 => x86}/include/asm/ist.h               |    0
>  arch/{i386 => x86}/include/asm/pci.h               |    0
>  arch/{i386 => x86}/include/asm/posix_types.h       |    0
>  arch/{i386 => x86}/include/asm/processor-flags.h   |    0
>  arch/{i386 => x86}/include/asm/processor.h         |    0
>  arch/{i386 => x86}/include/asm/ptrace.h            |    0
>  arch/{i386 => x86}/include/asm/realmode.h          |    0
>  arch/{i386 => x86}/include/asm/string.h            |    0
>  arch/{i386 => x86}/include/asm/types.h             |    0
>  .../u-boot-i386.h => x86/include/asm/u-boot-x86.h} |    4 ++--
>  arch/{i386 => x86}/include/asm/u-boot.h            |    0
>  arch/{i386 => x86}/include/asm/unaligned.h         |    0
>  arch/{i386 => x86}/include/asm/video/edid.h        |    0
>  arch/{i386 => x86}/include/asm/zimage.h            |    0
>  arch/{i386 => x86}/lib/Makefile                    |    0
>  arch/{i386 => x86}/lib/bios.S                      |    0
>  arch/{i386 => x86}/lib/bios.h                      |    0
>  arch/{i386 => x86}/lib/bios_pci.S                  |    0
>  arch/{i386 => x86}/lib/bios_setup.c                |    0
>  arch/{i386 => x86}/lib/board.c                     |    2 +-
>  arch/{i386 => x86}/lib/bootm.c                     |    0
>  arch/{i386 => x86}/lib/interrupts.c                |    0
>  arch/{i386 => x86}/lib/pcat_interrupts.c           |    0
>  arch/{i386 => x86}/lib/pcat_timer.c                |    0
>  arch/{i386 => x86}/lib/pci.c                       |    0
>  arch/{i386 => x86}/lib/pci_type1.c                 |    0
>  arch/{i386 => x86}/lib/realmode.c                  |    0
>  arch/{i386 => x86}/lib/realmode_switch.S           |    0
>  arch/{i386 => x86}/lib/timer.c                     |    0
>  arch/{i386 => x86}/lib/video.c                     |    0
>  arch/{i386 => x86}/lib/video_bios.c                |    0
>  arch/{i386 => x86}/lib/zimage.c                    |    0
>  boards.cfg                                         |    4 ++--
>  common/exports.c                                   |    2 +-
>  doc/{README-i386 => README-x86}                    |    2 +-
>  examples/standalone/stubs.c                        |    4 ++--
>  include/common.h                                   |    6 +++---
>  include/configs/eNET.h                             |    1 -
>  include/exports.h                                  |    2 +-
>  74 files changed, 27 insertions(+), 28 deletions(-)

Applied to u-boot-x86, master branch, thanks.

Regards,

Graeme Russ

  reply	other threads:[~2011-04-13 10:01 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-11 11:06 [U-Boot] [PATCH 0/6] x86: General cleanup Graeme Russ
2011-04-11 11:06 ` [U-Boot] [PATCH 1/6] eNET: Fix saveenv crash Graeme Russ
2011-04-13  9:59   ` Graeme Russ
2011-04-11 11:06 ` [U-Boot] [PATCH 2/6] eNET: Remove config.mk Graeme Russ
2011-04-13 10:00   ` Graeme Russ
2011-04-11 11:06 ` [U-Boot] [PATCH 3/6] x86: Code cleanup Graeme Russ
2011-04-13 10:00   ` Graeme Russ
2011-04-11 11:06 ` [U-Boot] [PATCH 4/6] x86: Rename i386 to x86 Graeme Russ
2011-04-13 10:01   ` Graeme Russ [this message]
2011-04-11 11:06 ` [U-Boot] [PATCH 5/6] sc520: Move reset to stand-alone file Graeme Russ
2011-04-13 10:01   ` Graeme Russ
2011-04-11 11:07 ` [U-Boot] [PATCH 6/6] x86: Update MAINTAINERS and delete README files Graeme Russ
2011-04-13 10:01   ` Graeme Russ

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=4DA57464.2060000@gmail.com \
    --to=graeme.russ@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox