Hi Tom, Here are a few more driver model PCI fixes, the tftp revert and some driver model conversions for x86, as well as a few other minor fixes. There are a few more patches in flight but I could not apply them due to problems. I thought it best to get this out in the interim since the hour is late.
The following changes since commit efde6a579fe3c172d214fb3047b02c827779738a: Prepare v2015.10-rc3 (2015-09-07 08:56:35 -0400) are available in the git repository at: git://git.denx.de/u-boot-x86.git for you to fetch changes up to f0dc73c090317c7d0660443bc933d612a4c0c699: net: designware: Fix build warnings (2015-09-09 07:48:03 -0600) ---------------------------------------------------------------- Bin Meng (21): x86: ifdtool: Support checking region overlap before U-Boot x86: doc: Change to use CONFIG_VGA_BIOS_ADDR x86: bayleybay: Change default vga bios rom address net: Revert "tftp: adjust settings to be suitable for 100Mbit ethernet" dm: eth: Do not print misleading "Net Initialization Skipped" dm: test: Add a new test case for dm_test_eth_rotate dm: eth: Correctly detect alias in eth_get_dev_by_name() x86: crownbay: Convert to use CONFIG_DM_USB x86: crownbay: Convert to use CONFIG_DM_ETH for E1000 net: pch_gbe: Convert to driver model net: pch_gbe: Add Kconfig option x86: crownbay: Enable CONFIG_PCH_GBE x86: coreboot: Convert to use more dm drivers x86: bayleybay: Convert to use more dm drivers x86: quark: Optimize MRC execution time x86: quark: Avoid chicken and egg problem x86: Enable PCIe controller on quark/galileo x86: Convert to use driver model pci on quark/galileo x86: quark: Add USB PHY initialization support x86: galileo: Convert to use CONFIG_DM_USB net: designware: Fix build warnings Masahiro Yamada (1): Revert "patman: use -D option for git format-patch" Simon Glass (3): x86: panther: Add PCI and video configuration buildman: Improve the config comparison feature dm: pci: Allow a PCI bus to be found without an alias arch/sandbox/dts/test.dts | 7 +++ arch/x86/cpu/coreboot/coreboot.c | 6 --- arch/x86/cpu/quark/Makefile | 1 - arch/x86/cpu/quark/msg_port.c | 44 ++++++++-------- arch/x86/cpu/quark/pci.c | 70 ------------------------- arch/x86/cpu/quark/quark.c | 139 +++++++++++++++++++++++++++++++++++++++++------- arch/x86/dts/chromebox_panther.dts | 10 ++++ arch/x86/dts/galileo.dts | 8 ++- arch/x86/include/asm/arch-quark/quark.h | 85 ++++++++++++++++++++++++++++++ board/intel/bayleybay/bayleybay.c | 6 --- board/intel/crownbay/crownbay.c | 6 --- board/intel/galileo/galileo.c | 56 ++++++++++++++++++++ configs/bayleybay_defconfig | 5 +- configs/coreboot-x86_defconfig | 5 +- configs/crownbay_defconfig | 5 +- configs/galileo_defconfig | 3 ++ doc/README.x86 | 2 +- drivers/net/Kconfig | 13 +++++ drivers/net/designware.c | 8 +-- drivers/net/pch_gbe.c | 133 +++++++++++++++++++++++++--------------------- drivers/net/pch_gbe.h | 2 - drivers/pci/pci-uclass.c | 28 ++++++++-- include/configs/chromebox_panther.h | 2 + include/configs/crownbay.h | 4 -- include/configs/galileo.h | 12 ----- include/configs/sandbox.h | 3 +- include/netdev.h | 4 -- net/eth.c | 7 ++- net/tftp.c | 10 ++-- test/dm/eth.c | 5 ++ tools/buildman/builder.py | 186 +++++++++++++++++++++++++++++++++++++++++++++++++---------------- tools/ifdtool.c | 66 ++++++++++++++++------- tools/patman/gitutil.py | 2 +- 33 files changed, 643 insertions(+), 300 deletions(-) delete mode 100644 arch/x86/cpu/quark/pci.c Regards, Simon _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot