[U-Boot] Please pull u-boot-x86

Simon Glass sjg at chromium.org
Wed Oct 29 20:13:37 CET 2014


Hi Tom,

I am leaving out the common bootm change until I have looked into
tests more.  I doubt it will make RC1 at this stage. But here are the
rest of the x86 pending changes before the 'raw' support starts.


The following changes since commit 6c499abe05f93d9f53338b9831196efeede5f2e0:

  e1000: add i211 and unprogrammed i210/i211 support (2014-10-28 07:13:56 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-x86.git

for you to fetch changes up to 026090e4c51e00841b04abf58f48cc3a45654bc4:

  x86: config: Increase CONFIG_SYS_BOOTM_LEN to 16MB (2014-10-29 13:11:54 -0600)

----------------------------------------------------------------
Simon Glass (9):
      x86: Move paging functions into cpu.c
      x86: Bring in msr-index.h from linux 3.8
      x86: Display basic CPU information on boot
      x86: Add support for starting 64-bit kernel
      x86: Move kernel boot function to arch/x86/lib/bootm.c
      x86: image: Add new image type for x64_64
      x86: bootm: Support booting a 64-bit raw kernel
      x86: Correct a few progress message nits
      x86: config: Increase CONFIG_SYS_BOOTM_LEN to 16MB

 arch/x86/cpu/Makefile            |   2 +-
 arch/x86/cpu/call64.S            |  93
+++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/x86/cpu/cpu.c               | 144
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/x86/include/asm/bootm.h     |  16 ++++++++++
 arch/x86/include/asm/cpu.h       |  55 +++++++++++++++++++++++++++++++
 arch/x86/include/asm/msr-index.h | 108
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 arch/x86/include/asm/zimage.h    |   4 +--
 arch/x86/lib/bootm.c             |  56 +++++++++++++++++++++++++-------
 arch/x86/lib/physmem.c           |  33 ++-----------------
 arch/x86/lib/zimage.c            |  47 ++++++---------------------
 common/bootm.c                   |   3 +-
 common/image-fit.c               |   3 +-
 common/image.c                   |   1 +
 include/configs/coreboot.h       |   4 ++-
 include/image.h                  |   1 +
 15 files changed, 483 insertions(+), 87 deletions(-)
 create mode 100644 arch/x86/cpu/call64.S
 create mode 100644 arch/x86/include/asm/cpu.h

Regards,
Simon


More information about the U-Boot mailing list