aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2016-02-05x86: pci: Drop legacy PCI APIsBin Meng1-12/+0
2016-02-05x86: irq: Move irq_router to a per driver privBin Meng1-4/+8
2016-02-05x86: Drop asm/arch/gpio.hBin Meng8-89/+0
2016-01-28x86: qemu: add the ability to load and link ACPI tables from QEMUMiao Yan1-0/+61
2016-01-28x86: qemu: setup PM IO base for ACPI in southbridgeMiao Yan2-0/+7
2016-01-28x86: qemu: re-structure qemu_fwcfg_list_firmware()Miao Yan1-3/+6
2016-01-28x86: baytrail: Add option to disable the internal UART to setup_early_uart()Stefan Roese1-1/+1
2016-01-24x86: ivybridge: Use syscon for the GMA deviceSimon Glass2-2/+4
2016-01-24x86: Set up a shared syscon numbering schemaSimon Glass1-0/+9
2016-01-24x86: ivybridge: Drop XHCI supportSimon Glass1-1/+0
2016-01-24x86: ivybridge: Drop special EHCI initSimon Glass1-1/+0
2016-01-24x86: ivybridge: Sort out the calls to bridge_silicon_revision()Simon Glass1-1/+7
2016-01-24x86: ivybridge: Move code from pch.c to bd82x6x.cSimon Glass1-18/+0
2016-01-24x86: ivybridge: Convert pch.c to use DM PCI APISimon Glass1-5/+37
2016-01-24x86: ivybridge: Convert report_platform to DM PCI APISimon Glass1-1/+1
2016-01-24x86: ivybridge: Convert SDRAM init to use driver modelSimon Glass1-5/+40
2016-01-24x86: ivybridge: Move LPC init into the LPC probe() methodSimon Glass1-2/+0
2016-01-24x86: ivybridge: Move lpc_enable() into gma.cSimon Glass1-1/+0
2016-01-24x86: ivybridge: Use the SATA driver to do the initSimon Glass1-1/+0
2016-01-24x86: ivybridge: Drop the unused bd82x6x_init_extra()Simon Glass1-1/+0
2016-01-24x86: ivybridge: Do the SATA init before relocationSimon Glass1-1/+0
2016-01-24x86: ivybridge: Use driver model PCI API in bd82x6x.cSimon Glass1-3/+0
2016-01-24x86: ivybridge: Move northbridge and PCH init into driversSimon Glass1-1/+0
2016-01-24x86: Make x86_init_cpus() staticSimon Glass1-2/+0
2016-01-24x86: ivybridge: Move CPU init code into the driverSimon Glass1-15/+0
2016-01-24x86: ivybridge: Rename lpc_init() to lpc_init_extra()Simon Glass1-1/+1
2016-01-24x86: ivybridge: Rename bd82x6x_init()Simon Glass1-1/+1
2016-01-24x86: ivybridge: Move lpc_early_init() to probe()Simon Glass1-10/+0
2016-01-24dm: x86: Drop the weak cpu_irq_init() functionSimon Glass1-10/+0
2016-01-24dm: x86: Add a common PIRQ init functionSimon Glass1-0/+7
2016-01-24dm: x86: Set up interrupt routing from interrupt_init()Simon Glass1-10/+0
2016-01-19Add more SPDX-License-Identifier tagsTom Rini1-12/+1
2016-01-14Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini7-29/+159
2016-01-13x86: qemu: add fw_cfg supportMiao Yan1-0/+93
2016-01-13x86: ivybridge: Add macros for LPC decode rangesBin Meng1-0/+10
2016-01-13x86: fsp: Set up init runtime buffer in update_fsp_configs()Bin Meng1-1/+3
2016-01-13x86: fsp: Move struct fspinit_rtbuf definition to chipset headerBin Meng4-16/+8
2016-01-13x86: fsp: Rename update_fsp_upd() and change its signatureBin Meng1-3/+3
2016-01-13x86: fsp: Rename shared_data to fsp_config_dataBin Meng4-7/+41
2016-01-13x86: fsp: Add boot_mode as a member of struct shared_dataBin Meng1-0/+1
2016-01-13x86: fsp: Avoid cast stack_top in struct shared_dataBin Meng2-2/+2
2016-01-13x86: fsp: Simplify fsp_continue()Bin Meng1-3/+1
2016-01-12dm: x86: ivybridge: Convert graphics init to use DM PCI APISimon Glass1-2/+1
2015-12-01x86: tsc: Remove legacy timer codesBin Meng1-1/+0
2015-12-01x86: Remove MIN_PORT80_KCLOCKS_DELAYBin Meng1-2/+0
2015-11-13x86: Remove legacy pci codesBin Meng1-21/+0
2015-11-13x86: queensbay: Really disable IGDBin Meng1-4/+3
2015-11-13x86: Rename pcat_ to i8254 and i8259 accordinglyBin Meng1-1/+1
2015-11-13x86: Fix cosmetic issues in the i8254 and i8259 codesBin Meng2-37/+37
2015-11-13x86: Rename CONFIG_SYS_NUM_IRQS to SYS_NUM_IRQSBin Meng1-0/+2