summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86: Adjust the FSP types slightlySimon Glass2015-02-051-2/+2
* x86: Move common FSP code into a common locationSimon Glass2015-02-054-1/+417
* x86: Test mtrr support flag before accessing mtrr msrBin Meng2015-01-231-1/+3
* x86: Fix out of bounds irq handlers accessSebastien Ronsse2015-01-231-1/+1
* x86: Allow a hardcoded TSC frequency provided by KconfigBin Meng2015-01-131-2/+6
* x86: fsp: Drop get_hob_type() and get_hob_length()Bin Meng2015-01-131-3/+3
* x86: Add an 'mtrr' command to list and adjust MTRRsSimon Glass2015-01-132-0/+139
* x86: Commit the current MTRRs before relocationSimon Glass2015-01-131-0/+8
* x86: Tidy up VESA mode numbersSimon Glass2015-01-131-4/+7
* x86: Use cache, don't clear the display in video BIOSSimon Glass2015-01-131-3/+2
* x86: Simplify the fsp hob access functionsBin Meng2015-01-121-8/+8
* x86: Clean up the FSP support codesBin Meng2014-12-181-12/+10
* x86: move arch-specific asmlinkage to <asm/linkage.h>Masahiro Yamada2014-12-152-0/+3
* x86: Add a simple command to show FSP HOB informationBin Meng2014-12-132-0/+68
* x86: Support Intel FSP initialization path in start.SBin Meng2014-12-131-0/+3
* x86: Clean up asm-offsetsBin Meng2014-12-131-1/+1
* Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada2014-12-081-2/+2
* x86: Add support for running option ROMs nativelySimon Glass2014-11-255-0/+946
* x86: Refactor interrupt_init()Bin Meng2014-11-251-8/+1
* x86: Call cpu_init_interrupts() from interrupt_init()Bin Meng2014-11-251-0/+3
* x86: Set up edge triggering on interrupt 9Simon Glass2014-11-251-0/+38
* x86: Panic if there is no relocation dataSimon Glass2014-11-251-0/+3
* x86: ivybridge: Implement SDRAM initSimon Glass2014-11-212-0/+80
OpenPOWER on IntegriCloud