aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2016-03-17x86: Implement functions for writing coreboot tableBin Meng3-0/+147
2016-03-17x86: Support writing configuration tables in high areaBin Meng1-0/+11
2016-03-17x86: Simplify codes in write_tables()Bin Meng1-27/+34
2016-03-17x86: Change write_acpi_tables() signature a little bitBin Meng3-6/+5
2016-03-17x86: Use a macro for ROM table alignmentBin Meng2-5/+7
2016-03-17x86: Change to use start/end address pair in write_tables()Bin Meng1-6/+12
2016-03-17x86: Clean up coreboot_tables.hBin Meng1-73/+80
2016-03-17x86: Move sysinfo related to sysinfo.hBin Meng2-4/+2
2016-03-17x86: Move asm/arch-coreboot/tables.h to a common placeBin Meng4-3/+1
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass6-20/+12
2016-02-21x86: Add Intel Cougar Canyon 2 boardBin Meng3-0/+109
2016-02-21x86: ivybridge: bd82x6x: Support FSP enabled configurationBin Meng2-1/+5
2016-02-21x86: fsp: Make sure HOB list is not overwritten by U-BootBin Meng2-0/+43
2016-02-21x86: ivybridge: Add FSP supportBin Meng6-0/+131
2016-02-21x86: fix memalign() parameter orderStephen Warren1-1/+1
2016-02-08Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini2-2/+2
2016-02-06Use correct spelling of "U-Boot"Bin Meng2-2/+2
2016-02-05x86: Drop pci_type1.c and DEFINE_PCI_DEVICE_TABLEBin Meng3-60/+0
2016-02-05x86: Disable DM_PCI_COMPATBin Meng1-3/+0
2016-02-05x86: quark: Use Quark's own PCI config APIsBin Meng1-2/+3
2016-02-05x86: pci: Drop legacy PCI APIsBin Meng2-65/+0
2016-02-05x86: pci: Use DM PCI APIs in pci_assign_irqs()Bin Meng1-3/+3
2016-02-05x86: qemu: Convert to use DM PCI APIBin Meng1-17/+17
2016-02-05x86: tnc: Remove IGD and SDVO devices from driver modelBin Meng1-0/+36
2016-02-05x86: tnc: Use DM PCI API in disable_igd()Bin Meng1-3/+19
2016-02-05x86: tnc: Change disable_igd() to have a return valueBin Meng1-3/+7
2016-02-05x86: irq: Convert to use DM PCI APIBin Meng2-4/+4
2016-02-05x86: irq: Move irq_router to a per driver privBin Meng3-46/+51
2016-02-05x86: irq: Get irq_router's bdf via dm_pci_get_bdf()Bin Meng1-8/+1
2016-02-05x86: minnowmax: Drop io-base property in the pch_pinctrl nodeBin Meng1-1/+0
2016-02-05x86: Drop asm/arch/gpio.hBin Meng8-89/+0
2016-02-05x86: ich6_gpio: Convert to use proper DM APIBin Meng6-153/+163
2016-02-05x86: pch: Implement get_gpio_base opBin Meng1-0/+33
2016-02-05dm: pch: Rename get_sbase op to get_spi_baseBin Meng1-2/+2
2016-02-05dm: pch: Remove pch_get_version opBin Meng1-6/+0
2016-02-05x86: quark: Drop unprotect_spi_flash()Bin Meng1-17/+0
2016-02-05x86: tnc: Drop unprotect_spi_flash()Bin Meng1-16/+0
2016-02-05spi: ich: Use compatible strings to distinguish controller versionBin Meng7-7/+7
2016-01-28x86: Correct spi node aliasBin Meng7-14/+14
2016-01-28x86: config option for loading ACPI table from QEMUMiao Yan1-0/+9
2016-01-28x86: qemu: add the ability to load and link ACPI tables from QEMUMiao Yan5-0/+322
2016-01-28x86: qemu: setup PM IO base for ACPI in southbridgeMiao Yan4-0/+43
2016-01-28x86: qemu: re-structure qemu_fwcfg_list_firmware()Miao Yan2-17/+55
2016-01-28x86: baytrail: Add option to disable the internal UART to setup_early_uart()Stefan Roese3-5/+9
2016-01-24x86: ivybridge: Use syscon for the GMA deviceSimon Glass6-15/+17
2016-01-24x86: Set up a shared syscon numbering schemaSimon Glass3-4/+14
2016-01-24x86: ivybridge: Drop the SMM-locking codeSimon Glass1-57/+0
2016-01-24x86: ivybridge: Drop XHCI supportSimon Glass3-34/+0
2016-01-24x86: ivybridge: Drop special EHCI initSimon Glass5-34/+12
2016-01-24x86: ivybridge: Sort out the calls to bridge_silicon_revision()Simon Glass3-42/+46