summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86: Allow timer calibration to work on ivybridgeSimon Glass2014-11-211-11/+21
* x86: Remove unnecessary find_fdt(), prepare_fdt() functionsSimon Glass2014-11-211-27/+0
* x86: Save TSC frequency in the global dataBin Meng2014-11-211-0/+4
* x86: Add quick TSC calibration via PITBin Meng2014-11-211-0/+156
* x86: Do TSC MSR calibration only for known/supported CPUsBin Meng2014-11-211-7/+108
* x86: Correct a few progress message nitsSimon Glass2014-10-282-3/+3
* x86: bootm: Support booting a 64-bit raw kernelSimon Glass2014-10-281-2/+8
* x86: Move kernel boot function to arch/x86/lib/bootm.cSimon Glass2014-10-282-45/+46
* x86: Move paging functions into cpu.cSimon Glass2014-10-281-30/+3
* x86: Use correct printf() format string for uintptr_tSimon Glass2014-10-271-1/+2
* dm: x86: Remove ebp assembler warning in zimage.cSimon Glass2014-10-231-1/+0
* x86: set CONFIG_USE_PRIVATE_LIBGCC to yMasahiro Yamada2014-10-231-3/+3
* x86: Allow cmdline setup in setup_zimage() to be optionalSimon Glass2014-10-221-9/+12
* x86: Rewrite bootm.c to make it similar to ARMSimon Glass2014-10-222-53/+118
* cosmetic: replace MIN, MAX with min, maxMasahiro Yamada2014-09-241-2/+2
* stdio: Pass device pointer to stdio methodsSimon Glass2014-07-231-2/+2
* stdio: Remove redundant code around stdio_register() callsSimon Glass2014-07-231-4/+0
* kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/libMasahiro Yamada2014-03-281-0/+22
* kbuild, x86: use a short log for arch/x86/lib/libgcc.aMasahiro Yamada2014-03-121-2/+3
* dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada2014-02-191-1/+1
* kbuild: change out-of-tree buildMasahiro Yamada2014-02-191-1/+1
* x86: convert makefiles to Kbuild styleMasahiro Yamada2013-11-011-37/+19
OpenPOWER on IntegriCloud