summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
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-23dm: x86: Convert coreboot serial to use driver modelSimon Glass
2014-10-23dm: x86: dts: Add additional info to the serial port nodeSimon Glass
2014-10-23dm: x86: Add a gpio header for corebootSimon Glass
2014-10-23dm: x86: Support pre-reloc malloc()Simon Glass
2014-10-23dm: x86: Zero global data before board_init_f()Simon Glass
2014-10-23dm: 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-22x86: 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
2014-06-23x86: Enable 32-bit build using x86_64 multilib toolchainVasili Galka
2014-06-20Makefile: Support include files for .dts filesSimon Glass
2014-03-28kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/libMasahiro Yamada
2014-03-12x86: specify CONFIG_USE_PRIVATE_LIBGCC more simplyMasahiro Yamada
2014-03-12kbuild, x86: use a short log for arch/x86/lib/libgcc.aMasahiro Yamada
2014-03-07kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCCMasahiro Yamada
2014-03-04x86: Delete redundant compiler flagsMasahiro Yamada
2014-02-19dts: generate multiple device tree blobsMasahiro Yamada
2014-02-19dts: move device tree sources to arch/$(ARCH)/dts/Masahiro Yamada
2014-02-19dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada
2014-01-24x86: delete unused header filesMasahiro Yamada
2013-11-08cosmetic: remove empty lines at the top of fileMasahiro Yamada
2013-11-01x86: convert makefiles to Kbuild styleMasahiro Yamada
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk
2013-08-19SPDX-License-Identifier: convert BSD-3-Clause filesWolfgang Denk
2013-08-02config: don't define CONFIG_ARCH_DEVICE_TREEStephen Warren
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-16Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach
2013-07-12blackfin: x86: bootm: Handle PREP stage of bootmSimon Glass
2013-06-26x86: Support tracing functionSimon Glass
2013-06-26x86: Correct missing local variable in bootmSimon Glass
2013-05-13x86: Add coreboot timestampsSimon Glass
2013-05-13x86: Support adding coreboot timestanps to bootstageSimon Glass
2013-05-13x86: Re-enable PCAT timer 2 for beepingSimon Glass
2013-05-13x86: Remove ISR timerSimon Glass
2013-05-13x86: Remove old broken timer implementationSimon Glass
2013-05-13x86: Add TSC timerSimon Glass