summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib
Commit message (Expand)AuthorAgeFilesLines
* x86: Generate a valid ACPI tableSaket Sinha2015-08-263-0/+442
* x86: fsp: Add comments about U-Boot entering start.S twiceBin Meng2015-08-261-1/+1
* x86: fsp: Enlarge the size of malloc() pool before relocationBin Meng2015-08-261-1/+15
* x86: Remove calculate_relocation_address()Bin Meng2015-08-261-50/+1
* x86: Drop FSP error defines and use EFI insteadSimon Glass2015-08-141-1/+1
* x86: Split out fsp_init_phase_pci() code into a new functionSimon Glass2015-08-141-3/+8
* x86: fsp: Do not assert VPD_IMAGE_REV when DEBUGBin Meng2015-08-141-2/+1
* x86: Add helper code for running from EFISimon Glass2015-08-054-0/+165
* x86: Handle running as EFI payloadSimon Glass2015-08-052-0/+16
* x86: Add support for passing tables into U-BootSimon Glass2015-08-051-0/+1
* efi: Add 64-bit payload supportSimon Glass2015-08-051-0/+51
* x86: Support building the EFI stubSimon Glass2015-08-052-1/+25
* x86: Add relocation and link script for a 64-bit EFI applicationSimon Glass2015-08-051-0/+66
* x86: Allow relocation code to build without text baseSimon Glass2015-08-051-6/+11
* x86: Add support for U-Boot as an EFI applicationBen Stoltz2015-08-052-0/+124
* x86: Support skipping relocation for EFISimon Glass2015-08-051-0/+6
* x86: Add some missing global_data declarations in files that use gdSimon Glass2015-08-054-0/+8
* x86: Drop unused copy_fdt_to_ram()Simon Glass2015-08-051-18/+0
* 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-282-1/+10
* 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-281-7/+17
* x86: pci: Assign pci irqs to all functionsBin Meng2015-07-281-2/+1
* x86: Configure VESA parameters before loading Linux kernelBin Meng2015-07-141-0/+2
* x86: cmd_mtrr: Improve MTRR list informationBin Meng2015-07-141-1/+2
* x86: bios: Allow pci config read/write to host bridge in int1a_handlerJian Luo2015-07-141-9/+1
* x86: bios: Synchronize stack between real and protected modeJian Luo2015-07-141-0/+23
* x86: Generate a valid MultiProcessor (MP) tableBin Meng2015-07-142-0/+162
* x86: Add MultiProcessor (MP) table APIsBin Meng2015-07-143-0/+240
* x86: fsp: Move FspInitEntry call to board_init_f()Bin Meng2015-07-142-21/+13
* x86: fsp: Load GDT before calling FspInitEntryBin Meng2015-07-141-0/+3
* x86: fsp_support: Correct high mem comment typoAndrew Bradford2015-06-041-1/+1
* x86: Add support for the Simple Firmware Interface (SFI)Simon Glass2015-04-293-0/+160
* x86: fsp: Use reset_cpu()Simon Glass2015-04-291-7/+0
* x86: Correct the typo in write_tables()Bin Meng2015-04-291-1/+1
* x86: Check PIRQ routing table sanity in the F segmentBin Meng2015-04-291-5/+13
* x86: Support platform PIRQ routingBin Meng2015-04-292-0/+130
* x86: Write configuration tables in last_stage_init()Bin Meng2015-04-292-0/+31
* x86: Install a default e820 table in the __weak install_e820_map()Bin Meng2015-04-291-7/+22
* x86: Remove the old VGA driverBin Meng2015-04-292-206/+0
* dm: x86: Add a uclass for an Low Pin Count (LPC) deviceSimon Glass2015-04-182-0/+29
* dm: x86: Add a uclass for a Platform Controller HubSimon Glass2015-04-182-0/+29
* dm: x86: spi: Convert ICH SPI driver to driver modelSimon Glass2015-04-181-8/+0
* dm: x86: pci: Add a PCI driver for driver modelSimon Glass2015-04-181-0/+2
* x86: Add a x86_ prefix to the x86-specific PCI functionsSimon Glass2015-04-161-6/+6
* x86: Define macros for pci configuration space accessBin Meng2015-02-061-5/+2
* x86: Allow a UART to be set up before the FSP is readySimon Glass2015-02-061-0/+4
* x86: Remove unnecessary casts and fix comment typosSimon Glass2015-02-061-5/+5
* x86: mmc: Move common FSP functions into a common fileSimon Glass2015-02-062-0/+56
* x86: Make CAR and DRAM FSP code commonSimon Glass2015-02-053-0/+207
OpenPOWER on IntegriCloud