summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2016-03-17x86: Create a common header for Intel register accessSimon Glass
2016-03-17x86: Move microcode code to a common locationSimon Glass
2016-03-17x86: cpu: Add functions to return the family and steppingSimon Glass
2016-03-17x86: Add comments to the SIPI vectorSimon Glass
2016-03-17x86: Correct duplicate POST valuesSimon Glass
2016-03-17x86: gpio: Correct GPIO setup orderingSimon Glass
2016-03-17x86: Add some more common MSR indexesSimon Glass
2016-03-17x86: Support booting SeaBIOSBin Meng
2016-03-17x86: Implement functions for writing coreboot tableBin Meng
2016-03-17x86: Change write_acpi_tables() signature a little bitBin Meng
2016-03-17x86: Use a macro for ROM table alignmentBin Meng
2016-03-17x86: Clean up coreboot_tables.hBin Meng
2016-03-17x86: Move sysinfo related to sysinfo.hBin Meng
2016-03-17x86: Move asm/arch-coreboot/tables.h to a common placeBin Meng
2016-02-21x86: ivybridge: Add FSP supportBin Meng
2016-02-05x86: Drop pci_type1.c and DEFINE_PCI_DEVICE_TABLEBin Meng
2016-02-05x86: pci: Drop legacy PCI APIsBin Meng
2016-02-05x86: irq: Move irq_router to a per driver privBin Meng
2016-02-05x86: Drop asm/arch/gpio.hBin Meng
2016-01-28x86: qemu: add the ability to load and link ACPI tables from QEMUMiao Yan
2016-01-28x86: qemu: setup PM IO base for ACPI in southbridgeMiao Yan
2016-01-28x86: qemu: re-structure qemu_fwcfg_list_firmware()Miao Yan
2016-01-28x86: baytrail: Add option to disable the internal UART to setup_early_uart()Stefan Roese
2016-01-24x86: ivybridge: Use syscon for the GMA deviceSimon Glass
2016-01-24x86: Set up a shared syscon numbering schemaSimon Glass
2016-01-24x86: ivybridge: Drop XHCI supportSimon Glass
2016-01-24x86: ivybridge: Drop special EHCI initSimon Glass
2016-01-24x86: ivybridge: Sort out the calls to bridge_silicon_revision()Simon Glass
2016-01-24x86: ivybridge: Move code from pch.c to bd82x6x.cSimon Glass
2016-01-24x86: ivybridge: Convert pch.c to use DM PCI APISimon Glass
2016-01-24x86: ivybridge: Convert report_platform to DM PCI APISimon Glass
2016-01-24x86: ivybridge: Convert SDRAM init to use driver modelSimon Glass
2016-01-24x86: ivybridge: Move LPC init into the LPC probe() methodSimon Glass
2016-01-24x86: ivybridge: Move lpc_enable() into gma.cSimon Glass
2016-01-24x86: ivybridge: Use the SATA driver to do the initSimon Glass
2016-01-24x86: ivybridge: Drop the unused bd82x6x_init_extra()Simon Glass
2016-01-24x86: ivybridge: Do the SATA init before relocationSimon Glass
2016-01-24x86: ivybridge: Use driver model PCI API in bd82x6x.cSimon Glass
2016-01-24x86: ivybridge: Move northbridge and PCH init into driversSimon Glass
2016-01-24x86: Make x86_init_cpus() staticSimon Glass
2016-01-24x86: ivybridge: Move CPU init code into the driverSimon Glass
2016-01-24x86: ivybridge: Rename lpc_init() to lpc_init_extra()Simon Glass
2016-01-24x86: ivybridge: Rename bd82x6x_init()Simon Glass
2016-01-24x86: ivybridge: Move lpc_early_init() to probe()Simon Glass
2016-01-24dm: x86: Drop the weak cpu_irq_init() functionSimon Glass
2016-01-24dm: x86: Add a common PIRQ init functionSimon Glass
2016-01-24dm: x86: Set up interrupt routing from interrupt_init()Simon Glass
2016-01-19Add more SPDX-License-Identifier tagsTom Rini
2016-01-15Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini
2016-01-13x86: qemu: add fw_cfg supportMiao Yan