aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-25Remove the cmd_ prefix from command filesSimon Glass127-129/+129
2016-01-25Move all command code into its own directorySimon Glass133-737/+761
2016-01-24x86: ivybridge: Use syscon for the GMA deviceSimon Glass6-15/+17
2016-01-24x86: Set up a shared syscon numbering schemaSimon Glass4-4/+16
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
2016-01-24x86: ivybridge: Move code from pch.c to bd82x6x.cSimon Glass4-145/+129
2016-01-24x86: ivybridge: Convert pch.c to use DM PCI APISimon Glass4-32/+76
2016-01-24x86: ivybridge: Convert report_platform to DM PCI APISimon Glass3-7/+8
2016-01-24x86: ivybridge: Convert SDRAM init to use driver modelSimon Glass4-38/+101
2016-01-24x86: chromebook_link: Enable the syscon uclassSimon Glass1-0/+2
2016-01-24x86: ivybridge: Convert sdram_initialise() to use DM PCI APISimon Glass1-9/+10
2016-01-24x86: ivybridge: Convert dram_init() to use DM PCI APISimon Glass1-14/+25
2016-01-24x86: ivybridge: Convert enable_usb_bar() to use DM PCI APISimon Glass1-17/+17
2016-01-24x86: ivybridge: Use the I2C driver to perform SMbus initSimon Glass4-36/+35
2016-01-24x86: i2c: Add a stub driver for Intel I2C/SMbusSimon Glass3-0/+61
2016-01-24x86: Enable DM_USB for link and pantherSimon Glass2-0/+4
2016-01-24x86: ivybridge: Convert lpc init code to DM PCI APISimon Glass1-63/+66
2016-01-24x86: ivybridge: Drop the special PCI driverSimon Glass3-48/+1
2016-01-24x86: ivybridge: Move LPC init into the LPC probe() methodSimon Glass3-14/+9
2016-01-24x86: ivybridge: Move lpc_enable() into gma.cSimon Glass4-9/+4
2016-01-24x86: ivybridge: Use driver model PCI API in sata.cSimon Glass1-49/+45
2016-01-24x86: ivybridge: Use the SATA driver to do the initSimon Glass3-10/+8
2016-01-24x86: ivybridge: Drop the unused bd82x6x_init_extra()Simon Glass3-18/+0
2016-01-24x86: ivybridge: Do the SATA init before relocationSimon Glass5-11/+36
2016-01-24ahci: Add a disk-controller uclassSimon Glass4-0/+25
2016-01-24x86: ivybridge: Drop unnecessary northbridge setupSimon Glass1-20/+0
2016-01-24x86: ivybridge: Use driver model PCI API in bd82x6x.cSimon Glass2-16/+7
2016-01-24x86: ivybridge: Move northbridge and PCH init into driversSimon Glass4-55/+12
2016-01-24x86: Bring up northbridge, pch and lpc after the CPUsSimon Glass1-2/+18
2016-01-24x86: Don't show an error when the MRC cache is up to dateSimon Glass1-1/+5
2016-01-24x86: Make x86_init_cpus() staticSimon Glass2-3/+1
2016-01-24x86: ivybridge: Move early init code into northbridge.cSimon Glass3-82/+67
2016-01-24x86: ivybridge: Drop the dead MTRR codeSimon Glass1-10/+0
2016-01-24x86: ivybridge: Set up the thermal target correctlySimon Glass1-11/+10
2016-01-24x86: ivybridge: Move CPU init code into the driverSimon Glass3-22/+4
2016-01-24x86: ivybridge: Use common CPU init codeSimon Glass3-52/+79
2016-01-24x86: ivybridge: Move GPIO init to the LPC init() methodSimon Glass2-4/+3
2016-01-24x86: ivybridge: Move sandybridge init to the lpc probe() methodSimon Glass2-17/+18
2016-01-24x86: ivybridge: Move graphics init much laterSimon Glass3-78/+76
2016-01-24x86: ivybridge: Probe the LPC in CPU initSimon Glass1-3/+2
2016-01-24x86: ivybridge: Rename lpc_init() to lpc_init_extra()Simon Glass3-3/+3
2016-01-24x86: ivybridge: Move LPC and PCH init into northbridge probe()Simon Glass1-23/+24
2016-01-24x86: ivybridge: Move northbridge init into the probe() methodSimon Glass2-14/+21
2016-01-24x86: ivybridge: Add a driver for the bd82x6x northbridgeSimon Glass2-0/+25
2016-01-24dm: x86: Add a northbridge uclassSimon Glass3-0/+17
2016-01-24x86: ivybridge: Rename bd82x6x_init()Simon Glass4-3/+11
2016-01-24x86: ivybridge: Move more init to the probe() functionSimon Glass2-43/+43