summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86: Add quick TSC calibration via PITBin Meng2014-11-212-0/+159
* x86: Do TSC MSR calibration only for known/supported CPUsBin Meng2014-11-211-7/+108
* x86: Do CPU identification in the early phaseBin Meng2014-11-213-47/+398
* x86: Save the BIST value on resetSimon Glass2014-11-213-4/+13
* x86: Fix up some missing prototypesSimon Glass2014-11-215-8/+14
* x86: Use the standard arch_cpu_init() functionSimon Glass2014-11-213-7/+6
* x86: Use the standard dram_init() functionSimon Glass2014-11-212-9/+6
* 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: Remove REALMODE_BASE which is no longer usedSimon Glass2014-11-211-1/+0
* 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-284-48/+63
* x86: Add support for starting 64-bit kernelSimon Glass2014-10-284-1/+165
* x86: Display basic CPU information on bootSimon Glass2014-10-282-0/+71
* x86: Bring in msr-index.h from linux 3.8Simon Glass2014-10-281-2/+106
* x86: Move paging functions into cpu.cSimon Glass2014-10-283-30/+60
* x86: Use correct printf() format string for uintptr_tSimon Glass2014-10-271-1/+2
* Provide option to avoid defining a custom version of uintptr_t.Gabe Black2014-10-271-0/+5
* dm: x86: Convert coreboot serial to use driver modelSimon Glass2014-10-232-12/+2
* dm: x86: dts: Add additional info to the serial port nodeSimon Glass2014-10-232-3/+20
* dm: x86: Add a gpio header for corebootSimon Glass2014-10-232-0/+16
* 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
* dm: x86: Remove ebp assembler warning in zimage.cSimon Glass2014-10-231-1/+0
* kconfig: move CONFIG_USE_PRIVATE_LIBGCC to KconfigMasahiro Yamada2014-10-232-2/+3
* x86: set CONFIG_USE_PRIVATE_LIBGCC to yMasahiro Yamada2014-10-233-6/+5
* x86: Add device tree information for Chrome OS ECSimon Glass2014-10-221-0/+18
* 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
* 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-223-53/+130
* x86: Enable LMB and RAMDISK_HIGH by defaultSimon Glass2014-10-221-0/+3
* cosmetic: replace MIN, MAX with min, maxMasahiro Yamada2014-09-241-2/+2
* kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada2014-09-131-1/+0
* kconfig: delete redundant CONFIG_${ARCH} definitionMasahiro Yamada2014-07-301-1/+1
* kconfig: add board Kconfig and defconfig filesMasahiro Yamada2014-07-301-0/+18
* 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
* x86: Enable 32-bit build using x86_64 multilib toolchainVasili Galka2014-06-232-3/+4
* Makefile: Support include files for .dts filesSimon Glass2014-06-201-0/+1
* kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/libMasahiro Yamada2014-03-281-0/+0
* x86: specify CONFIG_USE_PRIVATE_LIBGCC more simplyMasahiro Yamada2014-03-121-3/+1
* kbuild, x86: use a short log for arch/x86/lib/libgcc.aMasahiro Yamada2014-03-121-2/+3
* kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCCMasahiro Yamada2014-03-071-1/+1
* x86: Delete redundant compiler flagsMasahiro Yamada2014-03-041-4/+1
* dts: generate multiple device tree blobsMasahiro Yamada2014-02-192-0/+13
* dts: move device tree sources to arch/$(ARCH)/dts/Masahiro Yamada2014-02-192-0/+59
* dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada2014-02-191-1/+1
OpenPOWER on IntegriCloud