summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
2015-01-13x86: Allow a hardcoded TSC frequency provided by KconfigBin Meng1-2/+6
2015-01-13x86: fsp: Drop get_hob_type() and get_hob_length()Bin Meng1-3/+3
2015-01-13x86: Add an 'mtrr' command to list and adjust MTRRsSimon Glass2-0/+139
2015-01-13x86: Commit the current MTRRs before relocationSimon Glass1-0/+8
2015-01-13x86: Tidy up VESA mode numbersSimon Glass1-4/+7
2015-01-13x86: Use cache, don't clear the display in video BIOSSimon Glass1-3/+2
2015-01-13x86: Simplify the fsp hob access functionsBin Meng1-8/+8
2014-12-19x86: Clean up the FSP support codesBin Meng1-12/+10
2014-12-15x86: move arch-specific asmlinkage to <asm/linkage.h>Masahiro Yamada2-0/+3
2014-12-14x86: Add a simple command to show FSP HOB informationBin Meng2-0/+68
2014-12-14x86: Support Intel FSP initialization path in start.SBin Meng1-0/+3
2014-12-14x86: Clean up asm-offsetsBin Meng1-1/+1
2014-12-08Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada1-2/+2
2014-11-25x86: Add support for running option ROMs nativelySimon Glass5-0/+946
2014-11-25x86: Refactor interrupt_init()Bin Meng1-8/+1
2014-11-25x86: Call cpu_init_interrupts() from interrupt_init()Bin Meng1-0/+3
2014-11-25x86: Set up edge triggering on interrupt 9Simon Glass1-0/+38
2014-11-25x86: Panic if there is no relocation dataSimon Glass1-0/+3
2014-11-21x86: ivybridge: Implement SDRAM initSimon Glass2-0/+80
2014-11-21x86: Allow timer calibration to work on ivybridgeSimon Glass1-11/+21
2014-11-21x86: Remove unnecessary find_fdt(), prepare_fdt() functionsSimon Glass1-27/+0
2014-11-21x86: Save TSC frequency in the global dataBin Meng1-0/+4
2014-11-21x86: Add quick TSC calibration via PITBin Meng1-0/+156
2014-11-21x86: Do TSC MSR calibration only for known/supported CPUsBin Meng1-7/+108
2014-10-29x86: Correct a few progress message nitsSimon Glass2-3/+3
2014-10-29x86: bootm: Support booting a 64-bit raw kernelSimon Glass1-2/+8
2014-10-29x86: Move kernel boot function to arch/x86/lib/bootm.cSimon Glass2-45/+46
2014-10-29x86: Move paging functions into cpu.cSimon Glass1-30/+3
2014-10-27x86: Use correct printf() format string for uintptr_tSimon Glass1-1/+2
2014-10-24dm: x86: Remove ebp assembler warning in zimage.cSimon Glass1-1/+0
2014-10-23x86: set CONFIG_USE_PRIVATE_LIBGCC to yMasahiro Yamada1-3/+3
2014-10-22x86: Allow cmdline setup in setup_zimage() to be optionalSimon Glass1-9/+12
2014-10-22x86: Rewrite bootm.c to make it similar to ARMSimon Glass2-53/+118
2014-09-25cosmetic: replace MIN, MAX with min, maxMasahiro Yamada1-2/+2
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass1-2/+2
2014-07-23stdio: Remove redundant code around stdio_register() callsSimon Glass1-4/+0
2014-03-28kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/libMasahiro Yamada1-0/+22
2014-03-13kbuild, x86: use a short log for arch/x86/lib/libgcc.aMasahiro Yamada1-2/+3
2014-02-19dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada1-1/+1
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada1-1/+1
2013-11-01x86: convert makefiles to Kbuild styleMasahiro Yamada1-37/+19
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk13-218/+13
2013-07-17Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach1-1/+1
2013-07-12blackfin: x86: bootm: Handle PREP stage of bootmSimon Glass1-0/+2
2013-06-26x86: Support tracing functionSimon Glass2-4/+6
2013-06-26x86: Correct missing local variable in bootmSimon Glass1-0/+2
2013-05-14x86: Re-enable PCAT timer 2 for beepingSimon Glass3-68/+9
2013-05-14x86: Remove ISR timerSimon Glass2-119/+0
2013-05-14x86: Add TSC timerSimon Glass2-0/+104
2013-05-14x86: Rationalise kernel booting logic and bootstageSimon Glass2-12/+7