summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)Author
2015-11-13x86: Rename pcat_ to i8254 and i8259 accordinglyBin Meng
2015-11-13x86: Initialize i8254 timer counter 1Bin Meng
2015-11-13x86: Fix cosmetic issues in the i8254 and i8259 codesBin Meng
2015-11-13x86: Remove dead codes wrapped by PARANOID_IRQ_TRIGGERSBin Meng
2015-11-13x86: Rename CONFIG_SYS_NUM_IRQS to SYS_NUM_IRQSBin Meng
2015-10-21x86: fsp: Pass mrc cache to fsp_init() and save it to gd after fsp_init()Bin Meng
2015-10-21x86: Use struct mrc_region to describe a mrc regionBin Meng
2015-10-21x86: Add more common routines to manipulate mrc cacheBin Meng
2015-10-21x86: Add various minor tidy-ups in mrccache codesBin Meng
2015-10-21x86: Do sanity test on the cache record in mrccache_update()Bin Meng
2015-10-21x86: Move mrccache.[c|h] to a common placeBin Meng
2015-10-21x86: fsp: Add a hdr sub-command to show header informationBin Meng
2015-10-21x86: fsp: Make hob command a sub-command to fspBin Meng
2015-10-21x86: fsp: Print GUID whenever applicable in the hob command outputBin Meng
2015-10-21x86: fsp: Compact the output of hob commandBin Meng
2015-10-21x86: Add SMBIOS table supportBin Meng
2015-10-21x86: Move install_e820_map() out of zimage.cBin Meng
2015-09-29x86: fsp: Report correct number of E820 table entriesBin Meng
2015-08-26x86: Generate a valid ACPI tableSaket Sinha
2015-08-26x86: fsp: Add comments about U-Boot entering start.S twiceBin Meng
2015-08-26x86: fsp: Enlarge the size of malloc() pool before relocationBin Meng
2015-08-26x86: Remove calculate_relocation_address()Bin Meng
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