summaryrefslogtreecommitdiff
path: root/arch/x86/lib/Makefile
AgeCommit message (Expand)AuthorFilesLines
2015-10-21x86: Move install_e820_map() out of zimage.cBin Meng1-0/+1
2015-08-26x86: Generate a valid ACPI tableSaket Sinha1-0/+1
2015-08-05x86: Add helper code for running from EFISimon Glass1-0/+1
2015-08-05x86: Support building the EFI stubSimon Glass1-1/+1
2015-07-15x86: Add MultiProcessor (MP) table APIsBin Meng1-0/+1
2015-04-30x86: Add support for the Simple Firmware Interface (SFI)Simon Glass1-0/+1
2015-04-30x86: Support platform PIRQ routingBin Meng1-0/+1
2015-04-30x86: Write configuration tables in last_stage_init()Bin Meng1-0/+1
2015-04-30x86: Remove the old VGA driverBin Meng1-1/+0
2015-04-18dm: x86: Add a uclass for an Low Pin Count (LPC) deviceSimon Glass1-0/+1
2015-04-18dm: x86: Add a uclass for a Platform Controller HubSimon Glass1-0/+1
2015-04-18dm: x86: pci: Add a PCI driver for driver modelSimon Glass1-0/+2
2015-02-06x86: Move common FSP code into a common locationSimon Glass1-0/+1
2015-01-13x86: Add an 'mtrr' command to list and adjust MTRRsSimon Glass1-0/+1
2014-12-14x86: Add a simple command to show FSP HOB informationBin Meng1-0/+1
2014-11-25x86: Add support for running option ROMs nativelySimon Glass1-0/+3
2014-11-21x86: ivybridge: Implement SDRAM initSimon Glass1-0/+1
2014-10-23x86: set CONFIG_USE_PRIVATE_LIBGCC to yMasahiro Yamada1-3/+3
2014-03-13kbuild, x86: use a short log for arch/x86/lib/libgcc.aMasahiro Yamada1-2/+3
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada1-1/+1
2013-11-01x86: convert makefiles to Kbuild styleMasahiro Yamada1-37/+19
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-17Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach1-1/+1
2013-05-14x86: Re-enable PCAT timer 2 for beepingSimon Glass1-1/+1
2013-05-14x86: Remove ISR timerSimon Glass1-1/+0
2013-05-14x86: Add TSC timerSimon Glass1-0/+1
2013-05-14x86: Remove legacy board init codeSimon Glass1-5/+0
2013-05-14x86: Remove unused bios/pci codeSimon Glass1-1/+0
2013-03-16x86: Enable generic board supportSimon Glass1-0/+3
2013-02-15x86: Remove unused real mode codeSimon Glass1-10/+0
2012-12-07x86: Build vga video code only if CONFIG_VIDEO_VGA is definedSimon Glass1-2/+2
2012-12-07x86: Implement arch_phys_memset so that it can wipe memory above 4GBGabe Black1-0/+1
2012-12-01x86: Allow compiling out realmode/bios codeGabe Black1-3/+6
2012-01-04x86: Split init functions out of board.cGraeme Russ1-0/+2
2012-01-04x86: Move relocation code out of board.cGraeme Russ1-0/+1
2012-01-04x86: Move do_go_exec() out of board.cGraeme Russ1-0/+1
2011-11-29x86: Wrap small helper functions from libgcc to avoid an ABI mismatchGabe Black1-0/+6
2011-11-29x86: Import the glibc memset implementationGabe Black1-0/+1
2011-11-29x86: Provide more configuration granularityGraeme Russ1-9/+9
2011-04-13x86: Rename i386 to x86Graeme Russ1-0/+59