summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu
Commit message (Expand)AuthorAgeFilesLines
* x86: Do CPU identification in the early phaseBin Meng2014-11-211-43/+229
* x86: Save the BIST value on resetSimon Glass2014-11-212-4/+12
* x86: Fix up some missing prototypesSimon Glass2014-11-214-8/+5
* x86: Use the standard arch_cpu_init() functionSimon Glass2014-11-212-7/+5
* x86: Use the standard dram_init() functionSimon Glass2014-11-211-7/+4
* x86: Tidy up global descriptor table setupSimon Glass2014-11-211-3/+16
* x86: Invalidate TLB as early as possibleSimon Glass2014-11-211-0/+3
* x86: Remove board_init16() call which is not usedSimon Glass2014-11-211-9/+1
* x86: Add support for starting 64-bit kernelSimon Glass2014-10-283-1/+139
* x86: Display basic CPU information on bootSimon Glass2014-10-281-0/+64
* x86: Move paging functions into cpu.cSimon Glass2014-10-281-0/+35
* dm: x86: Support pre-reloc malloc()Simon Glass2014-10-231-0/+7
* dm: x86: Zero global data before board_init_f()Simon Glass2014-10-231-0/+6
* x86: Fix GDT limit in start16.SBin Meng2014-10-221-1/+1
* x86: Fix rom version build with CONFIG_X86_RESET_VECTORBin Meng2014-10-221-2/+2
* kconfig: delete redundant CONFIG_${ARCH} definitionMasahiro Yamada2014-07-301-1/+1
* x86: Enable 32-bit build using x86_64 multilib toolchainVasili Galka2014-06-231-1/+1
* kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/libMasahiro Yamada2014-03-281-22/+0
* x86: convert makefiles to Kbuild styleMasahiro Yamada2013-11-012-53/+10
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-142-2/+2
* SPDX-License-Identifier: convert BSD-3-Clause filesWolfgang Denk2013-08-191-22/+1
* config: don't define CONFIG_ARCH_DEVICE_TREEStephen Warren2013-08-021-7/+0
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-2415-242/+15
* x86: Add coreboot timestampsSimon Glass2013-05-131-0/+3
* x86: Support adding coreboot timestanps to bootstageSimon Glass2013-05-131-0/+38
* x86: Remove old broken timer implementationSimon Glass2013-05-132-21/+1
* x86: Add TSC timerSimon Glass2013-05-132-1/+6
* x86: Rationalise kernel booting logic and bootstageSimon Glass2013-05-131-0/+5
* x86: Implement panic output for corebootSimon Glass2013-05-131-0/+10
* x86: Declare global_data pointer when it is usedSimon Glass2013-05-131-0/+2
* x86: Remove unused portion of link scriptSimon Glass2013-05-131-12/+0
* x86: Fix DRAM bank size init with generic boardSimon Glass2013-04-151-1/+6
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-03-181-1/+1
|\
| * Refactor linker-generated arraysAlbert ARIBAUD2013-03-121-1/+1
* | x86: Use sections header to obtain link symbolsSimon Glass2013-03-152-3/+2
|/
* x86: Rearrange the output input to remove BSSSimon Glass2013-03-041-7/+12
* x86: Add an __end symbol to signal the end of the U-Boot binarySimon Glass2013-03-041-0/+2
* x86: Permit bootstage and timer data to be used prior to relocationSimon Glass2013-03-042-13/+9
* x86: Add basic cache operationsSimon Glass2013-03-041-0/+23
* x86: Add function to get top of usable ramSimon Glass2013-03-041-14/+4
* x86: Rename CONFIG_NO_X86_RESET_VECTOR to CONFIG_X86_RESET_VECTORSimon Glass2013-02-142-3/+3
* x86: Remove sc520 cpuSimon Glass2013-02-149-1106/+0
* x86: Move gd_addr into arch_global_dataSimon Glass2013-02-011-2/+2
* x86: Set up the global data pointer in C instead of asmSimon Glass2013-02-012-7/+3
* x86: drop unused code in coreboot.cStefan Reinauer2012-12-061-7/+0
* x86: Remove coreboot_ from file nameStefan Reinauer2012-12-062-2/+1
* x86: Provide a way to throttle port80 accessesVadim Bendebury2012-12-061-0/+21
* x86: Provide tick counter and frequency reference for Intel core architectureVadim Bendebury2012-12-061-0/+31
* x86: Issue SMI to finalize Coreboot in final stageDuncan Laurie2012-12-061-0/+4
* x86: Fix MTRR clear to detect which MTRR to useDuncan Laurie2012-12-061-4/+15
OpenPOWER on IntegriCloud