x86: Fix up PIRQ routing table checksum earlier
[oweals/u-boot.git] / arch / x86 / cpu /
2016-01-25 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-imx
2016-01-24 Simon Glassx86: ivybridge: Use syscon for the GMA device
2016-01-24 Simon Glassx86: Set up a shared syscon numbering schema
2016-01-24 Simon Glassx86: ivybridge: Drop the SMM-locking code
2016-01-24 Simon Glassx86: ivybridge: Drop XHCI support
2016-01-24 Simon Glassx86: ivybridge: Drop special EHCI init
2016-01-24 Simon Glassx86: ivybridge: Sort out the calls to bridge_silicon_re...
2016-01-24 Simon Glassx86: ivybridge: Move code from pch.c to bd82x6x.c
2016-01-24 Simon Glassx86: ivybridge: Convert pch.c to use DM PCI API
2016-01-24 Simon Glassx86: ivybridge: Convert report_platform to DM PCI API
2016-01-24 Simon Glassx86: ivybridge: Convert SDRAM init to use driver model
2016-01-24 Simon Glassx86: ivybridge: Convert sdram_initialise() to use DM...
2016-01-24 Simon Glassx86: ivybridge: Convert dram_init() to use DM PCI API
2016-01-24 Simon Glassx86: ivybridge: Convert enable_usb_bar() to use DM...
2016-01-24 Simon Glassx86: ivybridge: Use the I2C driver to perform SMbus...
2016-01-24 Simon Glassx86: ivybridge: Convert lpc init code to DM PCI API
2016-01-24 Simon Glassx86: ivybridge: Drop the special PCI driver
2016-01-24 Simon Glassx86: ivybridge: Move LPC init into the LPC probe()...
2016-01-24 Simon Glassx86: ivybridge: Move lpc_enable() into gma.c
2016-01-24 Simon Glassx86: ivybridge: Use driver model PCI API in sata.c
2016-01-24 Simon Glassx86: ivybridge: Use the SATA driver to do the init
2016-01-24 Simon Glassx86: ivybridge: Drop the unused bd82x6x_init_extra()
2016-01-24 Simon Glassx86: ivybridge: Do the SATA init before relocation
2016-01-24 Simon Glassx86: ivybridge: Drop unnecessary northbridge setup
2016-01-24 Simon Glassx86: ivybridge: Use driver model PCI API in bd82x6x.c
2016-01-24 Simon Glassx86: ivybridge: Move northbridge and PCH init into...
2016-01-24 Simon Glassx86: Bring up northbridge, pch and lpc after the CPUs
2016-01-24 Simon Glassx86: Make x86_init_cpus() static
2016-01-24 Simon Glassx86: ivybridge: Move early init code into northbridge.c
2016-01-24 Simon Glassx86: ivybridge: Drop the dead MTRR code
2016-01-24 Simon Glassx86: ivybridge: Set up the thermal target correctly
2016-01-24 Simon Glassx86: ivybridge: Move CPU init code into the driver
2016-01-24 Simon Glassx86: ivybridge: Use common CPU init code
2016-01-24 Simon Glassx86: ivybridge: Move GPIO init to the LPC init() method
2016-01-24 Simon Glassx86: ivybridge: Move sandybridge init to the lpc probe...
2016-01-24 Simon Glassx86: ivybridge: Move graphics init much later
2016-01-24 Simon Glassx86: ivybridge: Probe the LPC in CPU init
2016-01-24 Simon Glassx86: ivybridge: Rename lpc_init() to lpc_init_extra()
2016-01-24 Simon Glassx86: ivybridge: Move LPC and PCH init into northbridge...
2016-01-24 Simon Glassx86: ivybridge: Move northbridge init into the probe...
2016-01-24 Simon Glassx86: ivybridge: Add a driver for the bd82x6x northbridge
2016-01-24 Simon Glassx86: ivybridge: Rename bd82x6x_init()
2016-01-24 Simon Glassx86: ivybridge: Move more init to the probe() function
2016-01-24 Simon Glassx86: ivybridge: Move lpc_early_init() to probe()
2016-01-24 Simon Glassx86: ivybridge: Set up the LPC device using driver...
2016-01-24 Simon Glassdm: x86: Drop the weak cpu_irq_init() function
2016-01-24 Simon Glassdm: x86: queensbay: Add an interrupt driver
2016-01-24 Simon Glassdm: x86: quark: Add an interrupt driver
2016-01-24 Simon Glassx86: Use the IRQ device when setting up the mptable
2016-01-24 Simon Glassdm: x86: Add a common PIRQ init function
2016-01-24 Simon Glassdm: x86: Set up interrupt routing from interrupt_init()
2016-01-24 Simon Glassdm: x86: Create a driver for x86 interrupts
2016-01-24 Simon Glassdm: x86: spi: Convert ICH SPI driver to driver model...
2016-01-21 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-i2c...
2016-01-19 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-video
2016-01-19 Bin Mengx86: quark: Fix boot breakage
2016-01-15 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-x86
2016-01-14 Tom RiniMerge git://www.denx.de/git/u-boot-marvell
2016-01-14 Albert ARIBAUDFix board init code to respect the C runtime environment
2016-01-14 Tom RiniMerge branch 'master' of git://denx.de/git/u-boot-micro...
2016-01-14 Tom RiniMerge git://git.denx.de/u-boot-net
2016-01-13 Miao Yanx86: qemu: fix cpu device in smp boot
2016-01-13 Miao Yanx86: use actual CPU number for allocating memory
2016-01-13 Miao Yanx86: fix a typo in function name
2016-01-13 Miao Yanx86: qemu: add a cpu uclass driver for qemu target
2016-01-13 Miao Yanx86: qemu: add fw_cfg support
2016-01-13 Bin Mengx86: ivybridge: Do not require HAVE_INTEL_ME
2016-01-13 Bin Mengx86: fsp: Set up init runtime buffer in update_fsp_conf...
2016-01-13 Bin Mengx86: queensbay: Remove invalid comments in update_fsp_c...
2016-01-13 Bin Mengx86: fsp: Rename update_fsp_upd() and change its signature
2016-01-12 Tom RiniMerge git://git.denx.de/u-boot-dm
2016-01-12 Simon Glassdm: Convert PCI MMC over to use DM PCI API
2016-01-12 Simon Glassdm: pci: video: Convert video and pci_rom to use DM...
2016-01-12 Simon Glassdm: x86: ivybridge: Convert graphics init to use DM...
2016-01-03 Tom RiniMerge branch 'master' of git://denx.de/git/u-boot-imx
2015-12-11 Tom RiniMerge git://git.denx.de/u-boot-dm
2015-12-09 Bin Mengx86: Remove HAVE_ACPI_RESUME
2015-12-09 Bin Mengx86: Remove CPU_INTEL_SOCKET_RPGA989
2015-12-09 Bin Mengx86: Clean up ivybridge/chrome Kconfig options
2015-12-09 Bin Mengx86: ivybridge: Remove NORTHBRIDGE_INTEL_SANDYBRIDGE
2015-12-09 Bin Mengx86: Move i8254_init() to x86_cpu_init_f()
2015-12-04 Tom RiniMerge branch 'master' of git://denx.de/git/u-boot-imx
2015-12-01 Bin Mengx86: tsc: Remove legacy timer codes
2015-12-01 Bin Mengx86: Convert to use driver model timer
2015-12-01 Bin Mengx86: Remove MIN_PORT80_KCLOCKS_DELAY
2015-11-16 Tom RiniMerge branch 'master' of git://denx.de/git/u-boot-imx
2015-11-13 Tom RiniMerge branch 'series1_v2' of git://git.denx.de/u-boot...
2015-11-13 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-x86
2015-11-13 Bin Mengx86: Remove legacy pci codes
2015-11-13 Bin Mengx86: qemu: Convert to use driver model pci
2015-11-13 Bin Mengx86: qemu: Move chipset-specific codes from pci.c to...
2015-11-13 Bin Mengx86: qemu: Remove call to vgabios execution
2015-11-13 Bin Mengx86: queensbay: Really disable IGD
2015-11-13 Bin Mengx86: Rename pcat_ to i8254 and i8259 accordingly
2015-10-23 Stefano BabicMerge branch 'master' of git://git.denx.de/u-boot
2015-10-22 Tom RiniMerge git://git.denx.de/u-boot-x86
2015-10-21 Bin Mengx86: ivybridge: Enable the MRC cache
2015-10-21 Simon Glassx86: ivybridge: Measure the MRC code execution time
2015-10-21 Simon Glassx86: ivybridge: Fix car_uninit() to correctly set run...
2015-10-21 Simon Glassx86: ivybridge: Check the RTC return value
next