summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* 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
* kbuild: change out-of-tree buildMasahiro Yamada2014-02-191-1/+1
* x86: delete unused header filesMasahiro Yamada2014-01-241-193/+0
* cosmetic: remove empty lines at the top of fileMasahiro Yamada2013-11-081-1/+0
* x86: convert makefiles to Kbuild styleMasahiro Yamada2013-11-014-91/+30
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-142-2/+2
* SPDX-License-Identifier: convert BSD-3-Clause filesWolfgang Denk2013-08-193-66/+3
* 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-2450-814/+50
* Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach2013-07-161-1/+1
* blackfin: x86: bootm: Handle PREP stage of bootmSimon Glass2013-07-121-0/+2
* x86: Support tracing functionSimon Glass2013-06-265-7/+10
OpenPOWER on IntegriCloud