aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2015-09-16x86: quark: Configure MTRR to enable cacheBin Meng3-0/+111
2015-09-16x86: galileo: Add PCIe root port IRQ routingBin Meng1-0/+12
2015-09-16x86: quark: Initialize thermal sensor properlyBin Meng2-0/+54
2015-09-16x86: quark: Lock HMBOUND register before jumping to kernelBin Meng2-0/+4
2015-09-16x86: quark: Convert to use clrbits, setbits, clrsetbits macrosBin Meng1-51/+21
2015-09-16x86: quark: Add clrbits, setbits, clrsetbits macros for message port accessBin Meng1-0/+31
2015-09-16x86: quark: Add PCIe/USB static register programming after memory initBin Meng2-0/+86
2015-09-16x86: Convert to use driver model eth on quark/galileoBin Meng1-19/+0
2015-09-09x86: quark: Add USB PHY initialization supportBin Meng2-0/+49
2015-09-09x86: Convert to use driver model pci on quark/galileoBin Meng4-78/+6
2015-09-09x86: Enable PCIe controller on quark/galileoBin Meng2-0/+105
2015-09-09x86: quark: Avoid chicken and egg problemBin Meng1-15/+15
2015-09-09x86: quark: Optimize MRC execution timeBin Meng2-22/+57
2015-09-09x86: coreboot: Convert to use more dm driversBin Meng1-6/+0
2015-09-09x86: panther: Add PCI and video configurationSimon Glass1-0/+10
2015-08-31exynos: x86: dts: Add tpm nodes to the device tree for Chrome OS devicesSimon Glass2-0/+10
2015-08-26x86: crownbay: Support Topcliff integrated pci uart devices with driver modelBin Meng1-5/+10
2015-08-26x86: crownbay: Enable on-board SMSC superio keyboard controllerBin Meng1-1/+1
2015-08-26x86: minnowmax: Correct pad-offset value for host_en1Simon Glass1-1/+1
2015-08-26x86: minnowmax: Add access to GPIOs E0, E1, E2Simon Glass1-0/+27
2015-08-26x86: Add DSDT table for supporting ACPI on QEMUSaket Sinha7-1/+712
2015-08-26x86: Add ACPI table support to QEMUSaket Sinha2-0/+177
2015-08-26x86: Generate a valid ACPI tableSaket Sinha5-0/+844
2015-08-26x86: superio: Add keyboard controller support to smsc_lpc47m driverBin Meng1-0/+3
2015-08-26x86: baytrail: Remove the fsp_init_phase_pci() callBin Meng1-7/+1
2015-08-26x86: queensbay: Move unprotect_spi_flash() to arch_misc_init()Bin Meng1-2/+2
2015-08-26x86: fsp: Add comments about U-Boot entering start.S twiceBin Meng3-4/+6
2015-08-26x86: fsp: Enlarge the size of malloc() pool before relocationBin Meng3-1/+30
2015-08-26x86: baytrail: Support multiple microcode copiesBin Meng2-0/+9
2015-08-26x86: baytrail: Add microcode for BayTrail-I D0 steppingBin Meng1-0/+3284
2015-08-26x86: kconfig: Hide "System tables" for corebootBin Meng1-1/+1
2015-08-26x86: kconfig: Hide "System tables" for EFIBin Meng1-3/+1
2015-08-26x86: coreboot: Allow >=4GiB memory bank sizeBin Meng1-5/+4
2015-08-26x86: Remove calculate_relocation_address()Bin Meng3-60/+2
2015-08-26x86: coreboot: Correctly report E820 typesBin Meng1-2/+13
2015-08-26x86: coreboot: Increase memrange entry number to 32Bin Meng1-6/+3
2015-08-14x86: minnowmax: Define and enable interrupt setupSimon Glass1-3/+66
2015-08-14x86: Return -1 when reading a PCI config register failsSimon Glass1-3/+6
2015-08-14x86: Drop FSP error defines and use EFI insteadSimon Glass2-12/+1
2015-08-14x86: Set APs' req_seq to the reg number from device treeBin Meng1-0/+7
2015-08-14x86: Show the un-relocated IP address in exceptionsSimon Glass1-0/+2
2015-08-14x86: Switch to using generic global_data setupSimon Glass2-83/+16
2015-08-14x86: Move the GDT into global_dataSimon Glass2-5/+8
2015-08-14x86: Remove init_gd() functionSimon Glass1-1/+0
2015-08-14x86: baytrail: Support running as an EFI payloadSimon Glass1-0/+2
2015-08-14x86: baytrail: Tidy up interrupt and FSP initSimon Glass1-1/+8
2015-08-14x86: Allow pirq_init() to return an errorSimon Glass6-19/+18
2015-08-14x86: Split out fsp_init_phase_pci() code into a new functionSimon Glass2-3/+15
2015-08-14x86: Tidy up the PIRQ routing code a littleSimon Glass1-28/+13
2015-08-14x86: fsp: Do not assert VPD_IMAGE_REV when DEBUGBin Meng3-4/+1