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] Pull request: u-boot-x86
Date: Tue, 29 Nov 2011 21:42:04 +1100	[thread overview]
Message-ID: <4ED4B6FC.7060909@gmail.com> (raw)

Hi Wolfgang,

After much wailing and gnashing of teeth,

The following changes since commit a63d9652757605ec5f7104addc5d38bf10ba8671:

  menu.c: use puts() instead of printf() where possible (2011-11-28
20:19:41 +0100)

are available in the git repository at:
  git://git.denx.de/u-boot-x86.git master

Gabe Black (7):
      x86: Fix how the location of the realmode and bios blobs are calculated
      x86: Don't relocate symbols which point to things that aren't relocated
      x86: Fix a few recently added bugs
      x86: Import the glibc memset implementation
      x86: Wrap small helper functions from libgcc to avoid an ABI mismatch
      x86: Make the i8042 driver checkpatch clean
      x86: Fix some bugs in the i8402 driver when no controller is present

Graeme Russ (12):
      x86: Call hang() on unrecoverable exception
      cosmetic: checkpatch cleanup of arch/x86/cpu/*.c
      cosmetic: checkpatch cleanup of arch/x86/cpu/sc520/*.c
      cosmetic: checkpatch cleanup of arch/x86/lib/*.c
      cosmetic: checkpatch cleanup of board/eNET/*.c
      x86: Punt cold- and warm-boot flags
      sc520: Create arch asm-offsets
      x86: Add multiboot header
      x86: Provide more configuration granularity
      x86: Ensure IDT and GDT remain 16-byte aligned post relocation
      x86: Misc PCI touchups
      x86: Misc cleanups

 arch/x86/config.mk                      |    7 +
 arch/x86/cpu/cpu.c                      |   23 +-
 arch/x86/cpu/interrupts.c               |   53 +-
 arch/x86/cpu/sc520/asm-offsets.c        |   45 ++
 arch/x86/cpu/sc520/sc520.c              |    2 +-
 arch/x86/cpu/sc520/sc520_car.S          |    3 +-
 arch/x86/cpu/sc520/sc520_pci.c          |   28 +-
 arch/x86/cpu/sc520/sc520_sdram.c        |   53 --
 arch/x86/cpu/sc520/sc520_ssi.c          |   43 +-
 arch/x86/cpu/sc520/sc520_timer.c        |    4 +-
 arch/x86/cpu/start.S                    |   30 +-
 arch/x86/cpu/start16.S                  |    3 -
 arch/x86/include/asm/arch-sc520/sc520.h |   26 -
 arch/x86/include/asm/global_data.h      |   21 -
 arch/x86/include/asm/pci.h              |    5 +-
 arch/x86/include/asm/realmode.h         |    4 +
 arch/x86/include/asm/string.h           |    2 +-
 arch/x86/include/asm/u-boot-x86.h       |    8 +
 arch/x86/lib/Makefile                   |   25 +-
 arch/x86/lib/bios.h                     |  201 +++++--
 arch/x86/lib/bios_pci.S                 |   92 ++-
 arch/x86/lib/bios_setup.c               |   96 +---
 arch/x86/lib/board.c                    |  147 +++--
 arch/x86/lib/bootm.c                    |   27 +-
 arch/x86/lib/gcc.c                      |   38 ++
 arch/x86/lib/interrupts.c               |   20 +-
 arch/x86/lib/pcat_interrupts.c          |    2 +-
 arch/x86/lib/pcat_timer.c               |   37 +-
 arch/x86/lib/pci.c                      |   98 +++-
 arch/x86/lib/pci_type1.c                |   13 +-
 arch/x86/lib/realmode.c                 |   23 +-
 arch/x86/lib/string.c                   |   87 +++
 arch/x86/lib/timer.c                    |   16 +-
 arch/x86/lib/video.c                    |    6 +-
 arch/x86/lib/video_bios.c               |  130 ++---
 arch/x86/lib/zimage.c                   |   94 ++--
 board/eNET/eNET.c                       |    8 +-
 board/eNET/eNET_pci.c                   |   19 +-
 board/eNET/eNET_start16.S               |    5 +-
 common/cmd_bdinfo.c                     |    3 +-
 drivers/input/i8042.c                   |  980 +++++++++++++++----------------
 include/configs/eNET.h                  |    5 +
 42 files changed, 1372 insertions(+), 1160 deletions(-)
 create mode 100644 arch/x86/cpu/sc520/asm-offsets.c
 create mode 100644 arch/x86/lib/gcc.c
 create mode 100644 arch/x86/lib/string.c

Can you please pull

Thanks,

Graeme

             reply	other threads:[~2011-11-29 10:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-29 10:42 Graeme Russ [this message]
2011-12-01 22:57 ` [U-Boot] Pull request: u-boot-x86 Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2012-02-07  9:46 Graeme Russ
2012-02-17 22:51 ` Wolfgang Denk
2010-10-07  9:27 Graeme Russ
2010-10-11  8:05 ` 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=4ED4B6FC.7060909@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