summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86: Correct missing local variable in bootmSimon Glass2013-06-261-0/+2
* x86: Add coreboot timestampsSimon Glass2013-05-131-0/+3
* x86: Support adding coreboot timestanps to bootstageSimon Glass2013-05-132-0/+45
* x86: Re-enable PCAT timer 2 for beepingSimon Glass2013-05-134-68/+10
* x86: Remove ISR timerSimon Glass2013-05-132-119/+0
* x86: Remove old broken timer implementationSimon Glass2013-05-132-21/+1
* x86: Add TSC timerSimon Glass2013-05-135-1/+112
* x86: Rationalise kernel booting logic and bootstageSimon Glass2013-05-133-12/+12
* x86: Implement panic output for corebootSimon Glass2013-05-132-0/+11
* x86: Declare global_data pointer when it is usedSimon Glass2013-05-135-0/+10
* x86: Remove legacy board init codeSimon Glass2013-05-137-616/+0
* x86: Remove unused portion of link scriptSimon Glass2013-05-131-12/+0
* x86: Remove unused bios/pci codeSimon Glass2013-05-134-363/+0
* lib: consolidate hang()Andreas Bießmann2013-05-011-7/+0
* x86: Fix DRAM bank size init with generic boardSimon Glass2013-04-151-1/+6
* x86: Move PCI init before SPI initSimon Glass2013-03-191-4/+4
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-03-181-1/+1
|\
| * Refactor linker-generated arraysAlbert ARIBAUD2013-03-121-1/+1
* | x86: Enable generic boardSimon Glass2013-03-151-0/+1
* | x86: Enable generic board supportSimon Glass2013-03-153-0/+17
* | x86: Use sections header to obtain link symbolsSimon Glass2013-03-156-12/+5
* | Introduce generic pre-relocation board_f.cSimon Glass2013-03-153-6/+6
* | Change stub example to use asm-generic/sections.hSimon Glass2013-03-151-3/+3
OpenPOWER on IntegriCloud