summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2015-08-14x86: minnowmax: Define and enable interrupt setupSimon Glass
2015-08-14x86: Return -1 when reading a PCI config register failsSimon Glass
2015-08-14x86: Drop FSP error defines and use EFI insteadSimon Glass
2015-08-14x86: Set APs' req_seq to the reg number from device treeBin Meng
2015-08-14x86: Show the un-relocated IP address in exceptionsSimon Glass
2015-08-14x86: Switch to using generic global_data setupSimon Glass
2015-08-14x86: Move the GDT into global_dataSimon Glass
2015-08-14x86: Remove init_gd() functionSimon Glass
2015-08-14x86: baytrail: Support running as an EFI payloadSimon Glass
2015-08-14x86: baytrail: Tidy up interrupt and FSP initSimon Glass
2015-08-14x86: Allow pirq_init() to return an errorSimon Glass
2015-08-14x86: Split out fsp_init_phase_pci() code into a new functionSimon Glass
2015-08-14x86: Tidy up the PIRQ routing code a littleSimon Glass
2015-08-14x86: fsp: Do not assert VPD_IMAGE_REV when DEBUGBin Meng
2015-08-14x86: baytrail: Configure FSP UPD from device treeAndrew Bradford
2015-08-06x86: Enable debug UART for MinnowmaxSimon Glass
2015-08-05x86: qemu: Support operation as an EFI payloadSimon Glass
2015-08-05x86: baytrail: Support operation as an EFI payloadSimon Glass
2015-08-05x86: Add helper code for running from EFISimon Glass
2015-08-05x86: Handle running as EFI payloadSimon Glass
2015-08-05x86: Add support for passing tables into U-BootSimon Glass
2015-08-05efi: Add 64-bit payload supportSimon Glass
2015-08-05x86: Add a way to call 32-bit code from 64-bit modeSimon Glass
2015-08-05x86: Add an enum for some commonly-used GDT bitsSimon Glass
2015-08-05x86: Support building the EFI stubSimon Glass
2015-08-05efi: Add support for loading U-Boot through an EFI stubSimon Glass
2015-08-05x86: Add relocation and link script for a 64-bit EFI applicationSimon Glass
2015-08-05x86: Allow relocation code to build without text baseSimon Glass
2015-08-05x86: dts: Add a device tree file for EFISimon Glass
2015-08-05x86: Add EFI board codeBen Stoltz
2015-08-05x86: Add support for U-Boot as an EFI applicationBen Stoltz
2015-08-05x86: Add asm/elf.h for x86-specific ELF definitionsSimon Glass
2015-08-05x86: Support skipping relocation for EFISimon Glass
2015-08-05x86: Set up toolchain flags for running as EFI applicationBen Stoltz
2015-08-05efi: Add start-up library codeSimon Glass
2015-08-05x86: Allow use of global_data with EFISimon Glass
2015-08-05x86: Tidy up a few minor issues with interruptsSimon Glass
2015-08-05x86: Add some missing global_data declarations in files that use gdSimon Glass
2015-08-05x86: Tidy up the 64-bit calling codeSimon Glass
2015-08-05x86: Drop unused copy_fdt_to_ram()Simon Glass
2015-08-05x86: Tidy up global_data flagsSimon Glass
2015-08-05x86: Use CR0 constants in CPU initSimon Glass
2015-08-05x86: Add various minor tidy-ups to the 32-bit startup codeSimon Glass
2015-08-05x86: bayleybay: Configure PCI IRQBin Meng
2015-08-05x86: Add Intel Bayley Bay board supportBin Meng
2015-08-05x86: Add microcode for BayTrail-I B0 steppingBin Meng
2015-08-05x86: baytrail: Update UPD setting for FSP Gold4 releaseBin Meng
2015-08-05x86: qemu: Add MP initializationBin Meng
2015-08-05x86: Add a 'pause' instruction in __udelay() for QEMU targetMiao Yan
2015-07-28x86: Reserve PCIe ECAM address range in the E820 tableBin Meng