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

Simon Glass sjg at chromium.org
Wed Mar 25 23:33:00 CET 2015


Hi Tom,

These are improvements to a new board and some code clean-ups that I
requested, so I think it is probably reasonable to take these now.


The following changes since commit b81bdf62e0cf9b5c64d30284d01658a851f142f7:

  bav335x: Update defconfigs and fix typo in EEPROM config format
(2015-03-24 10:56:35 -0400)

are available in the git repository at:

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

for you to fetch changes up to 6f1eba49a558421e3fcb06ab0addc12b9a3804c6:

  x86: Add ramboot and nfsboot commands in x86-common.h (2015-03-24
21:22:38 -0600)

----------------------------------------------------------------
Bin Meng (11):
      x86: quark: MRC codes clean up
      fdtdec: Improve fdtdec_get_pci_bdf() documentation
      x86: Add queensbay fsp patch information in README.x86
      x86: quark: Enable on-chip ethernet controllers
      net: Add ethernet FCS length macro in net.h
      net: Update README.drivers.eth to mention latest APIs
      net: Add Intel Topcliff GMAC driver
      x86: crownbay: Enable Intel Topcliff GMAC support
      x86: crownbay: Enable saving environment in SPI flash
      x86: galileo: Enable saving environment in SPI flash
      x86: Add ramboot and nfsboot commands in x86-common.h

Tom Rini (1):
      arch/x86/cpu/quark/mrc.c: Switch to U_BOOT_DATE / U_BOOT_TIME

 arch/x86/cpu/quark/hte.c      |   74 ++++----
 arch/x86/cpu/quark/hte.h      |    4 +-
 arch/x86/cpu/quark/mrc.c      |   15 +-
 arch/x86/cpu/quark/mrc_util.c |  326 ++++++++++++++++----------------
 arch/x86/cpu/quark/mrc_util.h |   34 ----
 arch/x86/cpu/quark/quark.c    |   19 ++
 arch/x86/cpu/quark/smc.c      | 1205
++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------------
 arch/x86/cpu/quark/smc.h      |  349 ++++++++++++++++++++++-------------
 doc/README.drivers.eth        |   51 +++--
 doc/README.x86                |    7 +
 drivers/net/Makefile          |    1 +
 drivers/net/e1000.h           |    7 +-
 drivers/net/pch_gbe.c         |  466
++++++++++++++++++++++++++++++++++++++++++++++
 drivers/net/pch_gbe.h         |  300 ++++++++++++++++++++++++++++++
 drivers/usb/gadget/ether.c    |    1 -
 drivers/usb/gadget/rndis.c    |    1 -
 include/configs/crownbay.h    |   12 ++
 include/configs/galileo.h     |   13 ++
 include/configs/x86-common.h  |   31 +++-
 include/fdtdec.h              |    5 +-
 include/net.h                 |    2 +
 include/netdev.h              |    4 +
 include/usb_ether.h           |    1 -
 23 files changed, 1852 insertions(+), 1076 deletions(-)
 create mode 100644 drivers/net/pch_gbe.c
 create mode 100644 drivers/net/pch_gbe.h

Regards,
Simon


More information about the U-Boot mailing list