summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)Author
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
2015-01-13x86: Allow a hardcoded TSC frequency provided by KconfigBin Meng
2015-01-13x86: fsp: Drop get_hob_type() and get_hob_length()Bin Meng
2015-01-13x86: Add an 'mtrr' command to list and adjust MTRRsSimon Glass
2015-01-13x86: Commit the current MTRRs before relocationSimon Glass
2015-01-13x86: Tidy up VESA mode numbersSimon Glass
2015-01-13x86: Use cache, don't clear the display in video BIOSSimon Glass
2015-01-13x86: Simplify the fsp hob access functionsBin Meng
2014-12-19x86: Clean up the FSP support codesBin Meng
2014-12-15x86: move arch-specific asmlinkage to <asm/linkage.h>Masahiro Yamada
2014-12-14x86: Add a simple command to show FSP HOB informationBin Meng
2014-12-14x86: Support Intel FSP initialization path in start.SBin Meng
2014-12-14x86: Clean up asm-offsetsBin Meng
2014-12-08Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada
2014-11-25x86: Add support for running option ROMs nativelySimon Glass
2014-11-25x86: Refactor interrupt_init()Bin Meng
2014-11-25x86: Call cpu_init_interrupts() from interrupt_init()Bin Meng
2014-11-25x86: Set up edge triggering on interrupt 9Simon Glass
2014-11-25x86: Panic if there is no relocation dataSimon Glass
2014-11-21x86: ivybridge: Implement SDRAM initSimon Glass