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

Hi Tom,
Here are the rest of the quark networkng support, plus fixes for Linux booting, etc.
The following changes since commit fa43ce842c3026c2abf19d4234d02cd4c62eeec0:
Merge git://git.denx.de/u-boot-fdt (2015-09-16 09:53:37 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git
for you to fetch changes up to c6d4705f41d4e45e8cecc6e08b0b89df1ffe57ef:
x86: quark: Configure MTRR to enable cache (2015-09-16 19:53:53 -0600)
---------------------------------------------------------------- Bin Meng (13): dm: pci: Add an inline API to test if a device is on a PCI bus net: designware: Add support to PCI designware devices x86: Convert to use driver model eth on quark/galileo x86: quark: Add PCIe/USB static register programming after memory init x86: galileo: Enable random mac address for Quark x86: quark: Add clrbits, setbits, clrsetbits macros for message port access x86: quark: Convert to use clrbits, setbits, clrsetbits macros x86: quark: Lock HMBOUND register before jumping to kernel x86: quark: Initialize thermal sensor properly x86: galileo: Add PCIe root port IRQ routing x86: doc: Document some porting hints about Intel Quark x86: doc: Add DMI to the TODO list x86: quark: Configure MTRR to enable cache
arch/x86/cpu/quark/dram.c | 10 ++++++ arch/x86/cpu/quark/quark.c | 249 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------- arch/x86/dts/galileo.dts | 12 +++++++ arch/x86/include/asm/arch-quark/msg_port.h | 31 ++++++++++++++++ arch/x86/include/asm/arch-quark/quark.h | 81 +++++++++++++++++++++++++++++++++++++++++ configs/galileo_defconfig | 3 +- doc/README.x86 | 26 ++++++++++++++ drivers/net/designware.c | 42 ++++++++++++++++++++++ drivers/pci/pci-uclass.c | 4 +-- include/configs/galileo.h | 1 + include/dm/device.h | 11 ++++++ 11 files changed, 400 insertions(+), 70 deletions(-)
Regards, Simon

On Thu, Sep 17, 2015 at 12:56:04PM -0600, Simon Glass wrote:
Hi Tom,
Here are the rest of the quark networkng support, plus fixes for Linux booting, etc.
The following changes since commit fa43ce842c3026c2abf19d4234d02cd4c62eeec0:
Merge git://git.denx.de/u-boot-fdt (2015-09-16 09:53:37 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git
for you to fetch changes up to c6d4705f41d4e45e8cecc6e08b0b89df1ffe57ef:
x86: quark: Configure MTRR to enable cache (2015-09-16 19:53:53 -0600)
Applied to u-boot/master, thanks!
participants (2)
-
Simon Glass
-
Tom Rini