summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86: minnowmax: Define and enable interrupt setupSimon Glass2015-08-141-3/+66
* x86: Return -1 when reading a PCI config register failsSimon Glass2015-08-141-3/+6
* x86: Drop FSP error defines and use EFI insteadSimon Glass2015-08-142-12/+1
* x86: Set APs' req_seq to the reg number from device treeBin Meng2015-08-141-0/+7
* x86: Show the un-relocated IP address in exceptionsSimon Glass2015-08-141-0/+2
* x86: Switch to using generic global_data setupSimon Glass2015-08-142-83/+16
* x86: Move the GDT into global_dataSimon Glass2015-08-142-5/+8
* x86: Remove init_gd() functionSimon Glass2015-08-141-1/+0
* x86: baytrail: Support running as an EFI payloadSimon Glass2015-08-141-0/+2
* x86: baytrail: Tidy up interrupt and FSP initSimon Glass2015-08-141-1/+8
* x86: Allow pirq_init() to return an errorSimon Glass2015-08-146-19/+18
* x86: Split out fsp_init_phase_pci() code into a new functionSimon Glass2015-08-142-3/+15
* x86: Tidy up the PIRQ routing code a littleSimon Glass2015-08-141-28/+13
* x86: fsp: Do not assert VPD_IMAGE_REV when DEBUGBin Meng2015-08-143-4/+1
* x86: baytrail: Configure FSP UPD from device treeAndrew Bradford2015-08-143-30/+226
* 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
OpenPOWER on IntegriCloud