summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
* | x86: ivybridge: Drop special EHCI initSimon Glass2016-01-24-34/+12
* | x86: ivybridge: Sort out the calls to bridge_silicon_revision()Simon Glass2016-01-24-42/+46
* | x86: ivybridge: Move code from pch.c to bd82x6x.cSimon Glass2016-01-24-145/+129
* | x86: ivybridge: Convert pch.c to use DM PCI APISimon Glass2016-01-24-32/+76
* | x86: ivybridge: Convert report_platform to DM PCI APISimon Glass2016-01-24-7/+8
* | x86: ivybridge: Convert SDRAM init to use driver modelSimon Glass2016-01-24-38/+101
* | x86: chromebook_link: Enable the syscon uclassSimon Glass2016-01-24-0/+2
* | x86: ivybridge: Convert sdram_initialise() to use DM PCI APISimon Glass2016-01-24-9/+10
* | x86: ivybridge: Convert dram_init() to use DM PCI APISimon Glass2016-01-24-14/+25
* | x86: ivybridge: Convert enable_usb_bar() to use DM PCI APISimon Glass2016-01-24-17/+17
* | x86: ivybridge: Use the I2C driver to perform SMbus initSimon Glass2016-01-24-36/+35
* | x86: i2c: Add a stub driver for Intel I2C/SMbusSimon Glass2016-01-24-0/+61
* | x86: Enable DM_USB for link and pantherSimon Glass2016-01-24-0/+4
* | x86: ivybridge: Convert lpc init code to DM PCI APISimon Glass2016-01-24-63/+66
* | x86: ivybridge: Drop the special PCI driverSimon Glass2016-01-24-48/+1
* | x86: ivybridge: Move LPC init into the LPC probe() methodSimon Glass2016-01-24-14/+9
* | x86: ivybridge: Move lpc_enable() into gma.cSimon Glass2016-01-24-9/+4
* | x86: ivybridge: Use driver model PCI API in sata.cSimon Glass2016-01-24-49/+45
* | x86: ivybridge: Use the SATA driver to do the initSimon Glass2016-01-24-10/+8
* | x86: ivybridge: Drop the unused bd82x6x_init_extra()Simon Glass2016-01-24-18/+0
* | x86: ivybridge: Do the SATA init before relocationSimon Glass2016-01-24-11/+36
* | ahci: Add a disk-controller uclassSimon Glass2016-01-24-0/+25
* | x86: ivybridge: Drop unnecessary northbridge setupSimon Glass2016-01-24-20/+0
* | x86: ivybridge: Use driver model PCI API in bd82x6x.cSimon Glass2016-01-24-16/+7
* | x86: ivybridge: Move northbridge and PCH init into driversSimon Glass2016-01-24-55/+12
* | x86: Bring up northbridge, pch and lpc after the CPUsSimon Glass2016-01-24-2/+18
* | x86: Don't show an error when the MRC cache is up to dateSimon Glass2016-01-24-1/+5
* | x86: Make x86_init_cpus() staticSimon Glass2016-01-24-3/+1
* | x86: ivybridge: Move early init code into northbridge.cSimon Glass2016-01-24-82/+67
* | x86: ivybridge: Drop the dead MTRR codeSimon Glass2016-01-24-10/+0
* | x86: ivybridge: Set up the thermal target correctlySimon Glass2016-01-24-11/+10
* | x86: ivybridge: Move CPU init code into the driverSimon Glass2016-01-24-22/+4
* | x86: ivybridge: Use common CPU init codeSimon Glass2016-01-24-52/+79
* | x86: ivybridge: Move GPIO init to the LPC init() methodSimon Glass2016-01-24-4/+3
* | x86: ivybridge: Move sandybridge init to the lpc probe() methodSimon Glass2016-01-24-17/+18
* | x86: ivybridge: Move graphics init much laterSimon Glass2016-01-24-78/+76
* | x86: ivybridge: Probe the LPC in CPU initSimon Glass2016-01-24-3/+2
* | x86: ivybridge: Rename lpc_init() to lpc_init_extra()Simon Glass2016-01-24-3/+3
* | x86: ivybridge: Move LPC and PCH init into northbridge probe()Simon Glass2016-01-24-23/+24
* | x86: ivybridge: Move northbridge init into the probe() methodSimon Glass2016-01-24-14/+21
* | x86: ivybridge: Add a driver for the bd82x6x northbridgeSimon Glass2016-01-24-0/+25
* | dm: x86: Add a northbridge uclassSimon Glass2016-01-24-0/+17
* | x86: ivybridge: Rename bd82x6x_init()Simon Glass2016-01-24-3/+11
* | x86: ivybridge: Move more init to the probe() functionSimon Glass2016-01-24-43/+43
* | x86: ivybridge: Move lpc_early_init() to probe()Simon Glass2016-01-24-28/+26
* | x86: ivybridge: Set up the LPC device using driver modelSimon Glass2016-01-24-1/+15
* | dm: pci: Convert bios_emu to use the driver model PCI APISimon Glass2016-01-24-8/+165
* | dm: syscon: Allow finding devices by driver dataSimon Glass2016-01-24-12/+50
* | dm: usb: Add a compatible string for PCI EHCI controllerSimon Glass2016-01-24-0/+6
* | dm: core: Display the error number when driver binding failsSimon Glass2016-01-24-1/+2