summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2015-07-15dm: x86: baytrail: Correct PCI region 3 when driver model is usedSimon Glass1-0/+2
2015-07-15dm: x86: minnowmax: Move PCI to use driver modelSimon Glass3-47/+10
2015-07-15x86: pci: Tidy up the generic x86 PCI driverSimon Glass1-22/+0
2015-07-15x86: Configure VESA parameters before loading Linux kernelBin Meng2-0/+3
2015-07-15x86: Remove MARK_GRAPHICS_MEM_WRCOMBBin Meng1-8/+0
2015-07-15x86: Move VGA option rom macros to KconfigBin Meng1-0/+22
2015-07-15x86: cmd_mtrr: Improve MTRR list informationBin Meng1-1/+2
2015-07-15x86: queensbay: Change CPU_ADDR_BITS to 32Bin Meng1-0/+4
2015-07-15x86: Setup fixed range MTRRs for legacy regionsBin Meng2-11/+38
2015-07-15x86: bios: Allow pci config read/write to host bridge in int1a_handlerJian Luo1-9/+1
2015-07-15x86: bios: Synchronize stack between real and protected modeJian Luo1-0/+23
2015-07-15x86: queensbay: Change PCIe root ports' interrupt routingBin Meng2-10/+23
2015-07-15x86: Generate a valid MultiProcessor (MP) tableBin Meng4-0/+181
2015-07-15x86: Add MultiProcessor (MP) table APIsBin Meng5-0/+688
2015-07-15x86: Remove inline for lapic access routinesBin Meng3-151/+153
2015-07-15x86: Add I/O APIC register access routinesBin Meng3-1/+46
2015-07-15x86: Clean up ioapic header fileBin Meng1-23/+3
2015-07-15x86: Reduce PIRQ routing table sizeBin Meng1-9/+56
2015-07-15x86: Ignore function number when writing PIRQ routing tableBin Meng1-4/+3
2015-07-15x86: Write correct bus number for the irq routerBin Meng1-1/+1
2015-07-15x86: queensbay: Correct Topcliff device irqsBin Meng1-12/+12
2015-07-15x86: crownbay: Enable DM RTC supportBin Meng2-0/+7
2015-07-15x86: crownbay: Add MP initializationBin Meng1-0/+20
2015-07-15x86: Clean up lapic codesBin Meng5-183/+103
2015-07-15x86: Move lapic_setup() call into init_bsp()Bin Meng2-3/+1
2015-07-15x86: Move MP initialization codes into a common placeBin Meng5-73/+112
2015-07-15x86: ivybridge: Remove SMP from CPU_SPECIFIC_OPTIONSBin Meng1-1/+0
2015-07-15x86: kconfig: Fix minor nits in MAX_CPUSBin Meng1-12/+12
2015-07-15x86: kconfig: Make MAX_CPUS and AP_STACK_SIZE depend on SMPBin Meng1-0/+2
2015-07-15x86: dm: Clean up cpu driversBin Meng6-55/+86
2015-07-15x86: fsp: Move FspInitEntry call to board_init_f()Bin Meng4-22/+21
2015-07-15x86: fsp: Load GDT before calling FspInitEntryBin Meng4-2/+33
2015-07-15x86: Add Kconfig options to be used by arch/x86/cpu/config.mkBin Meng2-3/+18
2015-06-26Move default y configs out of arch/board KconfigJoe Hershberger1-15/+0
2015-06-04x86: gpio: add pinctrl support from the device treeGabriel Huau2-0/+24
2015-06-04x86: baytrail: pci region 3 is not always mapped to end of ramAndrew Bradford1-1/+1
2015-06-04x86: qemu: Implement PIRQ routingBin Meng4-0/+61
2015-06-04x86: coreboot: Control I/O port 0xb2 writing via device treeBin Meng2-3/+10
2015-06-04x86: qemu: Create separate i440fx and q35 device treesBin Meng3-2/+37
2015-06-04x86: coreboot: Fix cosmetic issuesBin Meng2-25/+3
2015-06-04x86: kconfig: Make FSP_TEMP_RAM_ADDR depend on HAVE_FSPBin Meng1-0/+1
2015-06-04x86: qemu: Adjust VGA initializationBin Meng2-19/+17
2015-06-04x86: qemu: Enable legacy IDE I/O ports decodeBin Meng3-0/+38
2015-06-04x86: qemu: Turn on legacy segments decodeBin Meng2-0/+26
2015-06-04x86: fsp_support: Correct high mem comment typoAndrew Bradford1-1/+1
2015-06-04x86: Do sanity test on pirq table before writingBin Meng1-0/+3
2015-06-04x86: quark: Implement PIRQ routingBin Meng4-15/+123
2015-06-04x86: Refactor PIRQ routing supportBin Meng8-300/+383
2015-06-04x86: qemu: Add graphics supportBin Meng1-1/+23
2015-06-04x86: Move FRAMEBUFFER_SET_VESA_MODE etc to video KconfigBin Meng1-141/+0