summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2014-11-21x86: Emit post codes in startup code for ChromebooksSimon Glass
2014-11-21x86: Build a .rom file which can be flashed to an x86 machineSimon Glass
2014-11-21x86: Add chromebook_link boardSimon Glass
2014-11-21x86: Allow timer calibration to work on ivybridgeSimon Glass
2014-11-21x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directoryMasahiro Yamada
2014-11-21x86: Replace fill_processor_name() with cpu_get_name()Simon Glass
2014-11-21x86: Remove unnecessary find_fdt(), prepare_fdt() functionsSimon Glass
2014-11-21x86: Add processor functions to halt and get stack pointerSimon Glass
2014-11-21x86: Fix a warning with gcc 4.4.4Simon Glass
2014-11-21x86: Save TSC frequency in the global dataBin Meng
2014-11-21x86: Add quick TSC calibration via PITBin Meng
2014-11-21x86: Do TSC MSR calibration only for known/supported CPUsBin Meng
2014-11-21x86: Do CPU identification in the early phaseBin Meng
2014-11-21x86: Save the BIST value on resetSimon Glass
2014-11-21x86: Fix up some missing prototypesSimon Glass
2014-11-21x86: Use the standard arch_cpu_init() functionSimon Glass
2014-11-21x86: Use the standard dram_init() functionSimon Glass
2014-11-21x86: Tidy up global descriptor table setupSimon Glass
2014-11-21x86: Invalidate TLB as early as possibleSimon Glass
2014-11-21x86: Remove board_init16() call which is not usedSimon Glass
2014-11-21x86: Remove REALMODE_BASE which is no longer usedSimon Glass
2014-10-29x86: Correct a few progress message nitsSimon Glass
2014-10-29x86: bootm: Support booting a 64-bit raw kernelSimon Glass
2014-10-29x86: Move kernel boot function to arch/x86/lib/bootm.cSimon Glass
2014-10-29x86: Add support for starting 64-bit kernelSimon Glass
2014-10-29x86: Display basic CPU information on bootSimon Glass
2014-10-29x86: Bring in msr-index.h from linux 3.8Simon Glass
2014-10-29x86: Move paging functions into cpu.cSimon Glass
2014-10-27x86: Use correct printf() format string for uintptr_tSimon Glass
2014-10-27Provide option to avoid defining a custom version of uintptr_t.Gabe Black
2014-10-24dm: x86: Convert coreboot serial to use driver modelSimon Glass
2014-10-24dm: x86: dts: Add additional info to the serial port nodeSimon Glass
2014-10-24dm: x86: Add a gpio header for corebootSimon Glass
2014-10-24dm: x86: Support pre-reloc malloc()Simon Glass
2014-10-24dm: x86: Zero global data before board_init_f()Simon Glass
2014-10-24dm: x86: Remove ebp assembler warning in zimage.cSimon Glass
2014-10-23kconfig: move CONFIG_USE_PRIVATE_LIBGCC to KconfigMasahiro Yamada
2014-10-23x86: set CONFIG_USE_PRIVATE_LIBGCC to yMasahiro Yamada
2014-10-23x86: Add device tree information for Chrome OS ECSimon Glass
2014-10-22x86: Fix GDT limit in start16.SBin Meng
2014-10-22x86: Fix rom version build with CONFIG_X86_RESET_VECTORBin Meng
2014-10-22x86: Allow cmdline setup in setup_zimage() to be optionalSimon Glass
2014-10-22x86: Rewrite bootm.c to make it similar to ARMSimon Glass
2014-10-22x86: Enable LMB and RAMDISK_HIGH by defaultSimon Glass
2014-09-24cosmetic: replace MIN, MAX with min, maxMasahiro Yamada
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada
2014-07-30kconfig: delete redundant CONFIG_${ARCH} definitionMasahiro Yamada
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass
2014-07-23stdio: Remove redundant code around stdio_register() callsSimon Glass