mbox

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

Message ID CAPnjgZ0Sytv4VPrOmH89ziJOD_nQpcc3fj1W4R6wRY5SSTAqWQ@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Simon Glass Oct. 23, 2014, 3:55 a.m. UTC
Hi Tom,

These are the last of the x86 patches before it is converted to driver model.


The following changes since commit 35d4fed320d577a4446531d7b9350ce40065c4b0:

  x86: Fix GDT limit in start16.S (2014-10-22 09:03:07 -0600)

are available in the git repository at:

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

for you to fetch changes up to 8104f546296a8e1fc1dd6129041e22f508b314f9:

  net: Display the size when tftpboot finishes (2014-10-22 21:50:33 -0600)

----------------------------------------------------------------
Simon Glass (10):
      x86: config: Enable dhcp on link
      x86: Add device tree information for Chrome OS EC
      x86: dts: Add device tree compatible string for Intel IPC
      x86: cros_ec: Update LPC driver for new cros_ec header
      x86: cros_ec: Enable cros_ec for link
      doc: Remove note about auto-complete not working with hush
      x86: link: Tidy up the command lines options
      x86: config: link: Display the board model on the screen
      x86: Enable FIT, ELF on coreboot
      net: Display the size when tftpboot finishes

 README                                   |  4 ----
 arch/x86/dts/link.dts                    | 18 ++++++++++++++++++
 board/chromebook-x86/coreboot/Makefile   |  2 +-
 board/chromebook-x86/coreboot/coreboot.c | 16 ++++++++++++++++
 drivers/misc/cros_ec_lpc.c               |  4 ++--
 include/configs/coreboot.h               | 22 ++++++++++++++++++----
 include/fdtdec.h                         |  1 +
 lib/fdtdec.c                             |  1 +
 net/tftp.c                               |  2 ++
 9 files changed, 59 insertions(+), 11 deletions(-)
 create mode 100644 board/chromebook-x86/coreboot/coreboot.c

Regards,
Simon

Comments

Tom Rini Oct. 23, 2014, 1:53 p.m. UTC | #1
On Wed, Oct 22, 2014 at 09:55:47PM -0600, Simon Glass wrote:

> Hi Tom,
> 
> These are the last of the x86 patches before it is converted to driver model.
> 
> 
> The following changes since commit 35d4fed320d577a4446531d7b9350ce40065c4b0:
> 
>   x86: Fix GDT limit in start16.S (2014-10-22 09:03:07 -0600)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 8104f546296a8e1fc1dd6129041e22f508b314f9:
> 
>   net: Display the size when tftpboot finishes (2014-10-22 21:50:33 -0600)
> 
> ----------------------------------------------------------------
> Simon Glass (10):
>       x86: config: Enable dhcp on link
>       x86: Add device tree information for Chrome OS EC
>       x86: dts: Add device tree compatible string for Intel IPC
>       x86: cros_ec: Update LPC driver for new cros_ec header
>       x86: cros_ec: Enable cros_ec for link
>       doc: Remove note about auto-complete not working with hush
>       x86: link: Tidy up the command lines options
>       x86: config: link: Display the board model on the screen
>       x86: Enable FIT, ELF on coreboot
>       net: Display the size when tftpboot finishes
> 
>  README                                   |  4 ----
>  arch/x86/dts/link.dts                    | 18 ++++++++++++++++++
>  board/chromebook-x86/coreboot/Makefile   |  2 +-
>  board/chromebook-x86/coreboot/coreboot.c | 16 ++++++++++++++++
>  drivers/misc/cros_ec_lpc.c               |  4 ++--
>  include/configs/coreboot.h               | 22 ++++++++++++++++++----
>  include/fdtdec.h                         |  1 +
>  lib/fdtdec.c                             |  1 +
>  net/tftp.c                               |  2 ++
>  9 files changed, 59 insertions(+), 11 deletions(-)
>  create mode 100644 board/chromebook-x86/coreboot/coreboot.c

Applied to u-boot/master, thanks!