summaryrefslogtreecommitdiff
path: root/arch/x86/lib/Makefile
AgeCommit message (Expand)Author
2016-05-23x86: Compile coreboot_table.c only for SeaBIOSBin Meng
2016-05-23x86: qemu: fix ACPI Kconfig optionsMiao Yan
2016-03-17x86: Add an ICH6 pin configuration driverSimon Glass
2016-03-17x86: Implement functions for writing coreboot tableBin Meng
2016-02-05x86: Drop pci_type1.c and DEFINE_PCI_DEVICE_TABLEBin Meng
2016-01-28x86: qemu: add the ability to load and link ACPI tables from QEMUMiao Yan
2016-01-24dm: x86: Add a northbridge uclassSimon Glass
2016-01-24dm: Expand the uclass for Platform Controller Hubs (PCH)Simon Glass
2015-12-01x86: tsc: Move tsc_timer.c to drivers/timerBin Meng
2015-11-13x86: Rename pcat_ to i8254 and i8259 accordinglyBin Meng
2015-10-21x86: Move mrccache.[c|h] to a common placeBin Meng
2015-10-21x86: fsp: Make hob command a sub-command to fspBin Meng
2015-10-21x86: Add SMBIOS table supportBin Meng
2015-10-21x86: Move install_e820_map() out of zimage.cBin Meng
2015-08-26x86: Generate a valid ACPI tableSaket Sinha
2015-08-05x86: Add helper code for running from EFISimon Glass
2015-08-05x86: Support building the EFI stubSimon Glass
2015-07-15x86: Add MultiProcessor (MP) table APIsBin Meng
2015-04-30x86: Add support for the Simple Firmware Interface (SFI)Simon Glass
2015-04-30x86: Support platform PIRQ routingBin Meng
2015-04-30x86: Write configuration tables in last_stage_init()Bin Meng
2015-04-30x86: Remove the old VGA driverBin Meng
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