summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2015-08-06x86: Enable debug UART for MinnowmaxSimon Glass1-0/+9
2015-08-05x86: qemu: Support operation as an EFI payloadSimon Glass2-1/+6
2015-08-05x86: baytrail: Support operation as an EFI payloadSimon Glass3-1/+5
2015-08-05x86: Add helper code for running from EFISimon Glass4-0/+165
2015-08-05x86: Handle running as EFI payloadSimon Glass5-10/+43
2015-08-05x86: Add support for passing tables into U-BootSimon Glass3-1/+20
2015-08-05efi: Add 64-bit payload supportSimon Glass3-1/+65
2015-08-05x86: Add a way to call 32-bit code from 64-bit modeSimon Glass3-0/+79
2015-08-05x86: Add an enum for some commonly-used GDT bitsSimon Glass1-0/+18
2015-08-05x86: Support building the EFI stubSimon Glass2-1/+25
2015-08-05efi: Add support for loading U-Boot through an EFI stubSimon Glass1-0/+7
2015-08-05x86: Add relocation and link script for a 64-bit EFI applicationSimon Glass2-0/+149
2015-08-05x86: Allow relocation code to build without text baseSimon Glass1-6/+11
2015-08-05x86: dts: Add a device tree file for EFISimon Glass2-0/+23
2015-08-05x86: Add EFI board codeBen Stoltz1-0/+1
2015-08-05x86: Add support for U-Boot as an EFI applicationBen Stoltz11-0/+319
2015-08-05x86: Add asm/elf.h for x86-specific ELF definitionsSimon Glass1-0/+46
2015-08-05x86: Support skipping relocation for EFISimon Glass1-0/+6
2015-08-05x86: Set up toolchain flags for running as EFI applicationBen Stoltz1-3/+27
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: Tidy up a few minor issues with interruptsSimon Glass1-5/+4
2015-08-05x86: Add some missing global_data declarations in files that use gdSimon Glass5-0/+10
2015-08-05x86: Tidy up the 64-bit calling codeSimon Glass1-2/+2
2015-08-05x86: Drop unused copy_fdt_to_ram()Simon Glass2-19/+0
2015-08-05x86: Tidy up global_data flagsSimon Glass2-7/+11
2015-08-05x86: Use CR0 constants in CPU initSimon Glass1-1/+1
2015-08-05x86: Add various minor tidy-ups to the 32-bit startup codeSimon Glass1-20/+26
2015-08-05x86: bayleybay: Configure PCI IRQBin Meng2-0/+71
2015-08-05x86: Add Intel Bayley Bay board supportBin Meng2-1/+136
2015-08-05x86: Add microcode for BayTrail-I B0 steppingBin Meng1-0/+4244
2015-08-05x86: baytrail: Update UPD setting for FSP Gold4 releaseBin Meng1-1/+2
2015-08-05x86: qemu: Add MP initializationBin Meng2-0/+14
2015-08-05x86: Add a 'pause' instruction in __udelay() for QEMU targetMiao Yan1-0/+8
2015-07-28x86: Reserve PCIe ECAM address range in the E820 tableBin Meng3-1/+20
2015-07-28x86: qemu: Turn on PCIe ECAM address range decoding on Q35Bin Meng2-0/+8
2015-07-28x86: qemu: Enable writing MP tableBin Meng3-3/+55
2015-07-28x86: Allow cpu-x86 driver to be probed for UPBin Meng1-0/+9
2015-07-28x86: qemu: Enable I/O APIC chip select on PIIX3Bin Meng2-2/+11
2015-07-28x86: mpspec: Move writing ISA interrupt entry after PCIBin Meng1-5/+21
2015-07-28x86: mpspec: Allow platform to determine how PIRQ is connected to I/O APICBin Meng2-7/+34
2015-07-28x86: Convert to use driver model pci on queensbay/crownbayBin Meng4-53/+5
2015-07-28x86: pci: Do not assign irq 0 to pci deviceBin Meng1-0/+2
2015-07-28x86: pci: Assign pci irqs to all functionsBin Meng3-14/+19
2015-07-28x86: Enable DM RTC support for all x86 boardsBin Meng9-9/+31
2015-07-28x86: Change pci option rom area MTRR setting to cacheableBin Meng2-7/+22
2015-07-28x86: Simplify architecture defined exception handling in irq_llsr()Bin Meng1-105/+46
2015-07-28x86: Display correct CS/EIP/EFLAGS when there is an error codeBin Meng3-4/+65
2015-07-27Kill unneeded #include <linux/kconfig.h>Masahiro Yamada1-1/+0
2015-07-22x86: delete unneeded declarations of disable_irq() and enable_irq()Masahiro Yamada1-4/+0