aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2015-08-26x86: Generate a valid ACPI tableSaket Sinha1-0/+393
2015-08-26x86: superio: Add keyboard controller support to smsc_lpc47m driverBin Meng1-0/+3
2015-08-26x86: Remove calculate_relocation_address()Bin Meng1-2/+0
2015-08-26x86: coreboot: Increase memrange entry number to 32Bin Meng1-6/+3
2015-08-14x86: Drop FSP error defines and use EFI insteadSimon Glass1-11/+0
2015-08-14x86: Move the GDT into global_dataSimon Glass1-1/+3
2015-08-14x86: Remove init_gd() functionSimon Glass1-1/+0
2015-08-14x86: Allow pirq_init() to return an errorSimon Glass1-1/+3
2015-08-14x86: Split out fsp_init_phase_pci() code into a new functionSimon Glass1-0/+7
2015-08-14x86: fsp: Do not assert VPD_IMAGE_REV when DEBUGBin Meng2-2/+0
2015-08-05x86: Add support for passing tables into U-BootSimon Glass1-0/+1
2015-08-05efi: Add 64-bit payload supportSimon Glass1-1/+4
2015-08-05x86: Add a way to call 32-bit code from 64-bit modeSimon Glass1-0/+9
2015-08-05x86: Add an enum for some commonly-used GDT bitsSimon Glass1-0/+18
2015-08-05x86: Add support for U-Boot as an EFI applicationBen Stoltz1-0/+10
2015-08-05x86: Add asm/elf.h for x86-specific ELF definitionsSimon Glass1-0/+46
2015-08-05efi: Add start-up library codeSimon Glass1-57/+2
2015-08-05x86: Allow use of global_data with EFISimon Glass1-0/+7
2015-08-05x86: Drop unused copy_fdt_to_ram()Simon Glass1-1/+0
2015-08-05x86: Tidy up global_data flagsSimon Glass1-4/+4
2015-08-05x86: baytrail: Update UPD setting for FSP Gold4 releaseBin Meng1-1/+2
2015-07-28x86: qemu: Turn on PCIe ECAM address range decoding on Q35Bin Meng1-0/+4
2015-07-28x86: qemu: Enable I/O APIC chip select on PIIX3Bin Meng1-1/+5
2015-07-28x86: mpspec: Allow platform to determine how PIRQ is connected to I/O APICBin Meng1-0/+17
2015-07-28x86: pci: Assign pci irqs to all functionsBin Meng1-2/+1
2015-07-28x86: Change pci option rom area MTRR setting to cacheableBin Meng1-0/+2
2015-07-28x86: Display correct CS/EIP/EFLAGS when there is an error codeBin Meng2-3/+37
2015-07-22x86: delete unneeded declarations of disable_irq() and enable_irq()Masahiro Yamada1-4/+0
2015-07-14x86: Configure VESA parameters before loading Linux kernelBin Meng1-0/+1
2015-07-14x86: Setup fixed range MTRRs for legacy regionsBin Meng1-11/+16
2015-07-14x86: Generate a valid MultiProcessor (MP) tableBin Meng1-0/+10
2015-07-14x86: Add MultiProcessor (MP) table APIsBin Meng2-0/+448
2015-07-14x86: Remove inline for lapic access routinesBin Meng1-124/+10
2015-07-14x86: Add I/O APIC register access routinesBin Meng1-0/+24
2015-07-14x86: Clean up ioapic header fileBin Meng1-23/+3
2015-07-14x86: Clean up lapic codesBin Meng3-161/+85
2015-07-14x86: Move MP initialization codes into a common placeBin Meng1-1/+0
2015-07-14x86: dm: Clean up cpu driversBin Meng2-14/+34
2015-07-14x86: fsp: Move FspInitEntry call to board_init_f()Bin Meng1-0/+3
2015-07-14x86: fsp: Load GDT before calling FspInitEntryBin Meng1-0/+7
2015-06-04x86: gpio: add pinctrl support from the device treeGabriel Huau1-0/+1
2015-06-04x86: coreboot: Fix cosmetic issuesBin Meng1-1/+0
2015-06-04x86: qemu: Adjust VGA initializationBin Meng1-0/+2
2015-06-04x86: qemu: Enable legacy IDE I/O ports decodeBin Meng2-0/+24
2015-06-04x86: qemu: Turn on legacy segments decodeBin Meng1-0/+6
2015-06-04x86: quark: Implement PIRQ routingBin Meng2-15/+70
2015-06-04x86: Refactor PIRQ routing supportBin Meng2-55/+76
2015-06-04x86: Support QEMU x86 targetsBin Meng2-0/+30
2015-04-30x86: Add a CPU driver for baytrailSimon Glass3-6/+21
2015-04-30x86: Allow CPUs to be set up after relocationSimon Glass2-0/+16