summaryrefslogtreecommitdiff
path: root/arch/x86/lib/Makefile
AgeCommit message (Expand)Author
2015-04-18dm: x86: Add a uclass for an Low Pin Count (LPC) deviceSimon Glass
2015-04-18dm: x86: Add a uclass for a Platform Controller HubSimon Glass
2015-04-18dm: x86: pci: Add a PCI driver for driver modelSimon Glass
2015-02-06x86: Move common FSP code into a common locationSimon Glass
2015-01-13x86: Add an 'mtrr' command to list and adjust MTRRsSimon Glass
2014-12-14x86: Add a simple command to show FSP HOB informationBin Meng
2014-11-25x86: Add support for running option ROMs nativelySimon Glass
2014-11-21x86: ivybridge: Implement SDRAM initSimon Glass
2014-10-23x86: set CONFIG_USE_PRIVATE_LIBGCC to yMasahiro Yamada
2014-03-12kbuild, x86: use a short log for arch/x86/lib/libgcc.aMasahiro Yamada
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada
2013-11-01x86: convert makefiles to Kbuild styleMasahiro Yamada
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-05-13x86: Re-enable PCAT timer 2 for beepingSimon Glass
2013-05-13x86: Remove ISR timerSimon Glass
2013-05-13x86: Add TSC timerSimon Glass
2013-05-13x86: Remove legacy board init codeSimon Glass
2013-05-13x86: Remove unused bios/pci codeSimon Glass
2013-03-15x86: Enable generic board supportSimon Glass
2013-02-15x86: Remove unused real mode codeSimon Glass
2012-12-06x86: Build vga video code only if CONFIG_VIDEO_VGA is definedSimon Glass
2012-12-06x86: Implement arch_phys_memset so that it can wipe memory above 4GBGabe Black
2012-11-30x86: Allow compiling out realmode/bios codeGabe Black
2012-01-04x86: Split init functions out of board.cGraeme Russ
2012-01-04x86: Move relocation code out of board.cGraeme Russ
2012-01-04x86: Move do_go_exec() out of board.cGraeme Russ
2011-11-29x86: Wrap small helper functions from libgcc to avoid an ABI mismatchGabe Black
2011-11-29x86: Import the glibc memset implementationGabe Black
2011-11-29x86: Provide more configuration granularityGraeme Russ
2011-04-13x86: Rename i386 to x86Graeme Russ