summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)Author
2015-08-14x86: Drop FSP error defines and use EFI insteadSimon Glass
2015-08-14x86: Split out fsp_init_phase_pci() code into a new functionSimon Glass
2015-08-14x86: fsp: Do not assert VPD_IMAGE_REV when DEBUGBin Meng
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: Support building the 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: Add support for U-Boot as an EFI applicationBen Stoltz
2015-08-05x86: Support skipping relocation for EFISimon Glass
2015-08-05x86: Add some missing global_data declarations in files that use gdSimon Glass
2015-08-05x86: Drop unused copy_fdt_to_ram()Simon Glass
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
2015-07-28x86: mpspec: Move writing ISA interrupt entry after PCIBin Meng
2015-07-28x86: mpspec: Allow platform to determine how PIRQ is connected to I/O APICBin Meng
2015-07-28x86: pci: Assign pci irqs to all functionsBin Meng
2015-07-15x86: Configure VESA parameters before loading Linux kernelBin Meng
2015-07-15x86: cmd_mtrr: Improve MTRR list informationBin Meng
2015-07-15x86: bios: Allow pci config read/write to host bridge in int1a_handlerJian Luo
2015-07-15x86: bios: Synchronize stack between real and protected modeJian Luo
2015-07-15x86: Generate a valid MultiProcessor (MP) tableBin Meng
2015-07-15x86: Add MultiProcessor (MP) table APIsBin Meng
2015-07-15x86: fsp: Move FspInitEntry call to board_init_f()Bin Meng
2015-07-15x86: fsp: Load GDT before calling FspInitEntryBin Meng
2015-06-04x86: fsp_support: Correct high mem comment typoAndrew Bradford
2015-04-30x86: Add support for the Simple Firmware Interface (SFI)Simon Glass
2015-04-30x86: fsp: Use reset_cpu()Simon Glass
2015-04-30x86: Correct the typo in write_tables()Bin Meng
2015-04-30x86: Check PIRQ routing table sanity in the F segmentBin Meng
2015-04-30x86: Support platform PIRQ routingBin Meng
2015-04-30x86: Write configuration tables in last_stage_init()Bin Meng
2015-04-30x86: Install a default e820 table in the __weak install_e820_map()Bin Meng
2015-04-30x86: Remove the old VGA driverBin Meng
2015-04-18dm: x86: Add a uclass for an Low Pin Count (LPC) deviceSimon Glass
2015-04-18dm: x86: Add a uclass for a Platform Controller HubSimon Glass
2015-04-18dm: x86: spi: Convert ICH SPI driver to driver modelSimon Glass
2015-04-18dm: x86: pci: Add a PCI driver for driver modelSimon Glass
2015-04-17x86: Add a x86_ prefix to the x86-specific PCI functionsSimon Glass
2015-02-06x86: Define macros for pci configuration space accessBin Meng
2015-02-06x86: Allow a UART to be set up before the FSP is readySimon Glass
2015-02-06x86: Remove unnecessary casts and fix comment typosSimon Glass
2015-02-06x86: mmc: Move common FSP functions into a common fileSimon Glass
2015-02-06x86: Make CAR and DRAM FSP code commonSimon Glass
2015-02-06x86: Adjust the FSP types slightlySimon Glass
2015-02-06x86: Move common FSP code into a common locationSimon Glass
2015-01-24x86: Test mtrr support flag before accessing mtrr msrBin Meng
2015-01-24x86: Fix out of bounds irq handlers accessSebastien Ronsse