summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2016-01-24x86: ivybridge: Drop the special PCI driverSimon Glass3-48/+1
2016-01-24x86: ivybridge: Move LPC init into the LPC probe() methodSimon Glass3-14/+9
2016-01-24x86: ivybridge: Move lpc_enable() into gma.cSimon Glass4-9/+4
2016-01-24x86: ivybridge: Use driver model PCI API in sata.cSimon Glass1-49/+45
2016-01-24x86: ivybridge: Use the SATA driver to do the initSimon Glass3-10/+8
2016-01-24x86: ivybridge: Drop the unused bd82x6x_init_extra()Simon Glass3-18/+0
2016-01-24x86: ivybridge: Do the SATA init before relocationSimon Glass5-11/+36
2016-01-24x86: ivybridge: Drop unnecessary northbridge setupSimon Glass1-20/+0
2016-01-24x86: ivybridge: Use driver model PCI API in bd82x6x.cSimon Glass2-16/+7
2016-01-24x86: ivybridge: Move northbridge and PCH init into driversSimon Glass3-47/+12
2016-01-24x86: Bring up northbridge, pch and lpc after the CPUsSimon Glass1-2/+18
2016-01-24x86: Don't show an error when the MRC cache is up to dateSimon Glass1-1/+5
2016-01-24x86: Make x86_init_cpus() staticSimon Glass2-3/+1
2016-01-24x86: ivybridge: Move early init code into northbridge.cSimon Glass3-82/+67
2016-01-24x86: ivybridge: Drop the dead MTRR codeSimon Glass1-10/+0
2016-01-24x86: ivybridge: Set up the thermal target correctlySimon Glass1-11/+10
2016-01-24x86: ivybridge: Move CPU init code into the driverSimon Glass3-22/+4
2016-01-24x86: ivybridge: Use common CPU init codeSimon Glass2-52/+76
2016-01-24x86: ivybridge: Move GPIO init to the LPC init() methodSimon Glass2-4/+3
2016-01-24x86: ivybridge: Move sandybridge init to the lpc probe() methodSimon Glass2-17/+18
2016-01-24x86: ivybridge: Move graphics init much laterSimon Glass3-78/+76
2016-01-24x86: ivybridge: Probe the LPC in CPU initSimon Glass1-3/+2
2016-01-24x86: ivybridge: Rename lpc_init() to lpc_init_extra()Simon Glass3-3/+3
2016-01-24x86: ivybridge: Move LPC and PCH init into northbridge probe()Simon Glass1-23/+24
2016-01-24x86: ivybridge: Move northbridge init into the probe() methodSimon Glass2-14/+21
2016-01-24x86: ivybridge: Add a driver for the bd82x6x northbridgeSimon Glass2-0/+25
2016-01-24dm: x86: Add a northbridge uclassSimon Glass2-0/+16
2016-01-24x86: ivybridge: Rename bd82x6x_init()Simon Glass4-3/+11
2016-01-24x86: ivybridge: Move more init to the probe() functionSimon Glass2-43/+43
2016-01-24x86: ivybridge: Move lpc_early_init() to probe()Simon Glass4-28/+26
2016-01-24x86: ivybridge: Set up the LPC device using driver modelSimon Glass4-1/+15
2016-01-24dm: x86: Drop the weak cpu_irq_init() functionSimon Glass2-17/+0
2016-01-24dm: x86: queensbay: Add an interrupt driverSimon Glass4-39/+67
2016-01-24dm: x86: quark: Add an interrupt driverSimon Glass4-27/+51
2016-01-24x86: Use the IRQ device when setting up the mptableSimon Glass2-19/+11
2016-01-24dm: x86: Add a common PIRQ init functionSimon Glass2-1/+13
2016-01-24dm: x86: Set up interrupt routing from interrupt_init()Simon Glass7-25/+12
2016-01-24dm: x86: Create a driver for x86 interruptsSimon Glass1-0/+25
2016-01-24dm: x86: spi: Convert ICH SPI driver to driver model PCI APISimon Glass12-326/+425
2016-01-24dm: Expand the uclass for Platform Controller Hubs (PCH)Simon Glass2-31/+0
2016-01-19x86: quark: Fix boot breakageBin Meng1-11/+16
2016-01-19Add more SPDX-License-Identifier tagsTom Rini2-24/+2
2016-01-15Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini24-101/+3092
2016-01-14Fix board init code to respect the C runtime environmentAlbert ARIBAUD2-3/+4
2016-01-13x86: qemu: remove cpu node in device treeMiao Yan2-14/+0
2016-01-13x86: qemu: fix cpu device in smp bootMiao Yan2-11/+72
2016-01-13x86: use actual CPU number for allocating memoryMiao Yan1-3/+3
2016-01-13x86: fix a typo in function nameMiao Yan1-3/+3
2016-01-13x86: qemu: add a cpu uclass driver for qemu targetMiao Yan4-5/+62
2016-01-13x86: qemu: add fw_cfg supportMiao Yan4-1/+380