aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2014-10-27x86: Use correct printf() format string for uintptr_tSimon Glass1-1/+2
2014-10-27Provide option to avoid defining a custom version of uintptr_t.Gabe Black1-0/+5
2014-10-23dm: x86: Convert coreboot serial to use driver modelSimon Glass2-12/+2
2014-10-23dm: x86: dts: Add additional info to the serial port nodeSimon Glass2-3/+20
2014-10-23dm: x86: Add a gpio header for corebootSimon Glass2-0/+16
2014-10-23dm: x86: Support pre-reloc malloc()Simon Glass1-0/+7
2014-10-23dm: x86: Zero global data before board_init_f()Simon Glass1-0/+6
2014-10-23dm: x86: Remove ebp assembler warning in zimage.cSimon Glass1-1/+0
2014-10-23kconfig: move CONFIG_USE_PRIVATE_LIBGCC to KconfigMasahiro Yamada2-2/+3
2014-10-23x86: set CONFIG_USE_PRIVATE_LIBGCC to yMasahiro Yamada3-6/+5
2014-10-22x86: Add device tree information for Chrome OS ECSimon Glass1-0/+18
2014-10-22x86: Fix GDT limit in start16.SBin Meng1-1/+1
2014-10-22x86: Fix rom version build with CONFIG_X86_RESET_VECTORBin Meng1-2/+2
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 Glass3-53/+130
2014-10-22x86: Enable LMB and RAMDISK_HIGH by defaultSimon Glass1-0/+3
2014-09-24cosmetic: replace MIN, MAX with min, maxMasahiro Yamada1-2/+2
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada1-1/+0
2014-07-30kconfig: delete redundant CONFIG_${ARCH} definitionMasahiro Yamada1-1/+1
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+18
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-06-23x86: Enable 32-bit build using x86_64 multilib toolchainVasili Galka2-3/+4
2014-06-20Makefile: Support include files for .dts filesSimon Glass1-0/+1
2014-03-28kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/libMasahiro Yamada1-0/+0
2014-03-12x86: specify CONFIG_USE_PRIVATE_LIBGCC more simplyMasahiro Yamada1-3/+1
2014-03-12kbuild, x86: use a short log for arch/x86/lib/libgcc.aMasahiro Yamada1-2/+3
2014-03-07kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCCMasahiro Yamada1-1/+1
2014-03-04x86: Delete redundant compiler flagsMasahiro Yamada1-4/+1
2014-02-19dts: generate multiple device tree blobsMasahiro Yamada2-0/+13
2014-02-19dts: move device tree sources to arch/$(ARCH)/dts/Masahiro Yamada2-0/+59
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
2014-01-24x86: delete unused header filesMasahiro Yamada1-193/+0
2013-11-08cosmetic: remove empty lines at the top of fileMasahiro Yamada1-1/+0
2013-11-01x86: convert makefiles to Kbuild styleMasahiro Yamada4-91/+30
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk2-2/+2
2013-08-19SPDX-License-Identifier: convert BSD-3-Clause filesWolfgang Denk3-66/+3
2013-08-02config: don't define CONFIG_ARCH_DEVICE_TREEStephen Warren1-7/+0
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk50-814/+50
2013-07-16Build 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 Glass5-7/+10
2013-06-26x86: Correct missing local variable in bootmSimon Glass1-0/+2
2013-05-13x86: Add coreboot timestampsSimon Glass1-0/+3
2013-05-13x86: Support adding coreboot timestanps to bootstageSimon Glass2-0/+45
2013-05-13x86: Re-enable PCAT timer 2 for beepingSimon Glass4-68/+10
2013-05-13x86: Remove ISR timerSimon Glass2-119/+0
2013-05-13x86: Remove old broken timer implementationSimon Glass2-21/+1
2013-05-13x86: Add TSC timerSimon Glass5-1/+112