summaryrefslogtreecommitdiff
path: root/arch/x86/lib
Commit message (Expand)AuthorAgeLines
* x86: Add support for the Simple Firmware Interface (SFI)Simon Glass2015-04-29-0/+160
* x86: fsp: Use reset_cpu()Simon Glass2015-04-29-7/+0
* x86: Correct the typo in write_tables()Bin Meng2015-04-29-1/+1
* x86: Check PIRQ routing table sanity in the F segmentBin Meng2015-04-29-5/+13
* x86: Support platform PIRQ routingBin Meng2015-04-29-0/+130
* x86: Write configuration tables in last_stage_init()Bin Meng2015-04-29-0/+31
* x86: Install a default e820 table in the __weak install_e820_map()Bin Meng2015-04-29-7/+22
* x86: Remove the old VGA driverBin Meng2015-04-29-206/+0
* dm: x86: Add a uclass for an Low Pin Count (LPC) deviceSimon Glass2015-04-18-0/+29
* dm: x86: Add a uclass for a Platform Controller HubSimon Glass2015-04-18-0/+29
* dm: x86: spi: Convert ICH SPI driver to driver modelSimon Glass2015-04-18-8/+0
* dm: x86: pci: Add a PCI driver for driver modelSimon Glass2015-04-18-0/+2
* x86: Add a x86_ prefix to the x86-specific PCI functionsSimon Glass2015-04-16-6/+6
* x86: Define macros for pci configuration space accessBin Meng2015-02-06-5/+2
* x86: Allow a UART to be set up before the FSP is readySimon Glass2015-02-06-0/+4
* x86: Remove unnecessary casts and fix comment typosSimon Glass2015-02-06-5/+5
* x86: mmc: Move common FSP functions into a common fileSimon Glass2015-02-06-0/+56
* x86: Make CAR and DRAM FSP code commonSimon Glass2015-02-05-0/+207
* x86: Adjust the FSP types slightlySimon Glass2015-02-05-2/+2
* x86: Move common FSP code into a common locationSimon Glass2015-02-05-1/+417
* x86: Test mtrr support flag before accessing mtrr msrBin Meng2015-01-23-1/+3
* x86: Fix out of bounds irq handlers accessSebastien Ronsse2015-01-23-1/+1
* x86: Allow a hardcoded TSC frequency provided by KconfigBin Meng2015-01-13-2/+6
* x86: fsp: Drop get_hob_type() and get_hob_length()Bin Meng2015-01-13-3/+3
* x86: Add an 'mtrr' command to list and adjust MTRRsSimon Glass2015-01-13-0/+139
* x86: Commit the current MTRRs before relocationSimon Glass2015-01-13-0/+8
* x86: Tidy up VESA mode numbersSimon Glass2015-01-13-4/+7
* x86: Use cache, don't clear the display in video BIOSSimon Glass2015-01-13-3/+2
* x86: Simplify the fsp hob access functionsBin Meng2015-01-12-8/+8
* x86: Clean up the FSP support codesBin Meng2014-12-18-12/+10
* x86: move arch-specific asmlinkage to <asm/linkage.h>Masahiro Yamada2014-12-15-0/+3
* x86: Add a simple command to show FSP HOB informationBin Meng2014-12-13-0/+68
* x86: Support Intel FSP initialization path in start.SBin Meng2014-12-13-0/+3
* x86: Clean up asm-offsetsBin Meng2014-12-13-1/+1
* Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada2014-12-08-2/+2
* x86: Add support for running option ROMs nativelySimon Glass2014-11-25-0/+946
* x86: Refactor interrupt_init()Bin Meng2014-11-25-8/+1
* x86: Call cpu_init_interrupts() from interrupt_init()Bin Meng2014-11-25-0/+3
* x86: Set up edge triggering on interrupt 9Simon Glass2014-11-25-0/+38
* x86: Panic if there is no relocation dataSimon Glass2014-11-25-0/+3
* x86: ivybridge: Implement SDRAM initSimon Glass2014-11-21-0/+80
* x86: Allow timer calibration to work on ivybridgeSimon Glass2014-11-21-11/+21
* x86: Remove unnecessary find_fdt(), prepare_fdt() functionsSimon Glass2014-11-21-27/+0
* x86: Save TSC frequency in the global dataBin Meng2014-11-21-0/+4
* x86: Add quick TSC calibration via PITBin Meng2014-11-21-0/+156
* x86: Do TSC MSR calibration only for known/supported CPUsBin Meng2014-11-21-7/+108
* x86: Correct a few progress message nitsSimon Glass2014-10-28-3/+3
* x86: bootm: Support booting a 64-bit raw kernelSimon Glass2014-10-28-2/+8
* x86: Move kernel boot function to arch/x86/lib/bootm.cSimon Glass2014-10-28-45/+46
* x86: Move paging functions into cpu.cSimon Glass2014-10-28-30/+3