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