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

Simon Glass sjg at chromium.org
Sat Dec 1 15:38:43 CET 2012


The following changes since commit b8715d8def240014da5614a4f940130ec06d9ebf:

  Merge branch 'master' of git://git.denx.de/u-boot-fdt (2012-11-29
06:41:56 -0700)

are available in the git repository at:

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

Gabe Black (6):
      x86: Allow compiling out realmode/bios code
      x86: Add an fdt pointer to the global data structure
      x86: Add a minimal device tree for alex x86
      x86: Add a default implementation for cleanup_before_linux()
      x86: Add a dummy implementation for timer_get_us
      x86: Include types.h explicitly in the i386 version of io.h

Simon Glass (4):
      x86: coreboot: Decode additional coreboot sysinfo tags
      x86: Select stdio devices for coreboot
      x86: Remove coreboot start16 code
      x86: Define CONFIG_SYS_VSNPRINTF for coreboot

Stefan Reinauer (4):
      x86: coreboot: Drop sysinfo.c
      x86: video: Add coreboot framebuffer support
      x86: Fix typo in pcat_timer.c
      x86: Don't spam POST80 codes with slow IO functions

Vadim Bendebury (2):
      x86: Add CBMEM console driver for coreboot
      x86: Add console command to display CBMEM console buffer

 README                                           |    6 +
 arch/x86/cpu/Makefile                            |    2 +-
 arch/x86/cpu/coreboot/Makefile                   |    1 -
 arch/x86/cpu/coreboot/sysinfo.c                  |   39 -------
 arch/x86/cpu/coreboot/tables.c                   |  117 ++++++++++++++++++----
 arch/x86/cpu/cpu.c                               |    5 +
 arch/x86/cpu/timer.c                             |   17 +++
 arch/x86/include/asm/arch-coreboot/sysinfo.h     |   34 +++++--
 arch/x86/include/asm/arch-coreboot/tables.h      |   74 ++++++++++++++
 arch/x86/include/asm/global_data.h               |    1 +
 arch/x86/include/asm/io.h                        |    4 +-
 arch/x86/include/asm/u-boot-x86.h                |    1 +
 arch/x86/lib/Makefile                            |    9 +-
 arch/x86/lib/pcat_timer.c                        |    2 +-
 arch/x86/lib/video.c                             |    2 +
 arch/x86/lib/zimage.c                            |    4 +-
 board/chromebook-x86/coreboot/Makefile           |    1 -
 board/chromebook-x86/coreboot/coreboot_start16.S |   33 ------
 board/chromebook-x86/dts/x86-alex.dts            |   30 ++++++
 common/stdio.c                                   |    4 +-
 drivers/misc/Makefile                            |    1 +
 drivers/misc/cbmem_console.c                     |   67 ++++++++++++
 drivers/video/Makefile                           |    1 +
 drivers/video/coreboot_fb.c                      |  101 +++++++++++++++++++
 include/configs/coreboot.h                       |   13 +++
 include/stdio_dev.h                              |    3 +
 26 files changed, 460 insertions(+), 112 deletions(-)
 delete mode 100644 arch/x86/cpu/coreboot/sysinfo.c
 create mode 100644 arch/x86/cpu/timer.c
 delete mode 100644 board/chromebook-x86/coreboot/coreboot_start16.S
 create mode 100644 board/chromebook-x86/dts/x86-alex.dts
 create mode 100644 drivers/misc/cbmem_console.c
 create mode 100644 drivers/video/coreboot_fb.c


More information about the U-Boot mailing list