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

Hi Tom,
The following changes since commit 9ac4fc82071ce346e3885118242ff45d22f69b82:
board_init: Change the logic to setup malloc_base (2015-11-12 20:34:07 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git master
for you to fetch changes up to 6d41027fe2e734aa1e15fabc1523417b3b871691:
x86: Remove CONFIG_SYS_EARLY_PCI_INIT (2015-11-13 06:46:26 -0800)
---------------------------------------------------------------- Bin Meng (16): x86: Rename CONFIG_SYS_NUM_IRQS to SYS_NUM_IRQS x86: Remove dead codes wrapped by PARANOID_IRQ_TRIGGERS x86: Fix cosmetic issues in the i8254 and i8259 codes x86: Initialize i8254 timer counter 1 x86: Rename pcat_ to i8254 and i8259 accordingly x86: Move CONFIG_8259_PIC and CONFIG_8254_TIMER to Kconfig x86: queensbay: Really disable IGD x86: Move timer_init() call a bit earlier x86: qemu: Remove call to vgabios execution x86: qemu: Move chipset-specific codes from pci.c to qemu.c x86: qemu: Convert to use driver model pci x86: qemu: Convert to use driver model usb x86: qemu: Convert to use driver model eth x86: crownbay: Remove unused PCI region address macros x86: Remove legacy pci codes x86: Remove CONFIG_SYS_EARLY_PCI_INIT
arch/x86/Kconfig | 15 +++ arch/x86/cpu/interrupts.c | 2 +- arch/x86/cpu/pci.c | 45 --------- arch/x86/cpu/qemu/Makefile | 1 - arch/x86/cpu/qemu/pci.c | 138 --------------------------- arch/x86/cpu/qemu/qemu.c | 82 ++++++++++++++++ arch/x86/cpu/queensbay/tnc.c | 26 +++-- arch/x86/include/asm/arch-queensbay/tnc.h | 7 +- arch/x86/include/asm/i8254.h | 43 ++++----- arch/x86/include/asm/i8259.h | 31 +++--- arch/x86/include/asm/interrupt.h | 2 + arch/x86/include/asm/pci.h | 21 ---- arch/x86/include/asm/u-boot-x86.h | 2 +- arch/x86/lib/Makefile | 4 +- arch/x86/lib/fsp/fsp_common.c | 5 - arch/x86/lib/i8254.c | 37 +++++++ arch/x86/lib/{pcat_interrupts.c => i8259.c} | 47 +++------ arch/x86/lib/interrupts.c | 10 +- arch/x86/lib/pcat_timer.c | 27 ------ arch/x86/lib/tsc_timer.c | 6 +- board/emulation/qemu-x86/Makefile | 2 +- board/emulation/qemu-x86/qemu-x86.c | 13 --- common/board_f.c | 2 +- common/board_r.c | 3 +- configs/qemu-x86_defconfig | 5 +- include/configs/bayleybay.h | 1 - include/configs/crownbay.h | 13 --- include/configs/galileo.h | 1 - include/configs/minnowmax.h | 1 - include/configs/qemu-x86.h | 13 +-- include/configs/som-6896.h | 1 - include/configs/x86-chromebook.h | 1 - include/configs/x86-common.h | 3 - 33 files changed, 229 insertions(+), 381 deletions(-) delete mode 100644 arch/x86/cpu/qemu/pci.c create mode 100644 arch/x86/lib/i8254.c rename arch/x86/lib/{pcat_interrupts.c => i8259.c} (70%) delete mode 100644 arch/x86/lib/pcat_timer.c delete mode 100644 board/emulation/qemu-x86/qemu-x86.c
Regards, Bin

On Fri, Nov 13, 2015 at 10:58:04PM +0800, Bin Meng wrote:
Hi Tom,
The following changes since commit 9ac4fc82071ce346e3885118242ff45d22f69b82:
board_init: Change the logic to setup malloc_base (2015-11-12 20:34:07 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git master
for you to fetch changes up to 6d41027fe2e734aa1e15fabc1523417b3b871691:
x86: Remove CONFIG_SYS_EARLY_PCI_INIT (2015-11-13 06:46:26 -0800)
Applied to u-boot/master, thanks!
participants (2)
-
Bin Meng
-
Tom Rini