summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
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
2013-05-13x86: Rationalise kernel booting logic and bootstageSimon Glass
2013-05-13x86: Implement panic output for corebootSimon Glass
2013-05-13x86: Declare global_data pointer when it is usedSimon Glass
2013-05-13x86: Remove legacy board init codeSimon Glass
2013-05-13x86: Remove unused portion of link scriptSimon Glass
2013-05-13x86: Remove unused bios/pci codeSimon Glass
2013-05-01lib: consolidate hang()Andreas Bießmann
2013-04-15x86: Fix DRAM bank size init with generic boardSimon Glass
2013-03-19x86: Move PCI init before SPI initSimon Glass
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2013-03-15x86: Enable generic boardSimon Glass
2013-03-15x86: Enable generic board supportSimon Glass
2013-03-15x86: Use sections header to obtain link symbolsSimon Glass
2013-03-15Introduce generic pre-relocation board_f.cSimon Glass
2013-03-15Change stub example to use asm-generic/sections.hSimon Glass
2013-03-15Introduce generic link section.h symbol filesSimon Glass
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD
2013-03-04x86: Add error checking to x86 relocation codeSimon Glass