summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2016-01-25serial: Remove serial_putc_raw_devTom Rini
2016-01-25arm, powerpc: Update cc-version tests to check for cc-name as wellTom Rini
2016-01-24x86: ivybridge: Use syscon for the GMA deviceSimon Glass
2016-01-24x86: Set up a shared syscon numbering schemaSimon Glass
2016-01-24x86: ivybridge: Drop the SMM-locking codeSimon Glass
2016-01-24x86: ivybridge: Drop XHCI supportSimon Glass
2016-01-24x86: ivybridge: Drop special EHCI initSimon Glass
2016-01-24x86: ivybridge: Sort out the calls to bridge_silicon_revision()Simon Glass
2016-01-24x86: ivybridge: Move code from pch.c to bd82x6x.cSimon Glass
2016-01-24x86: ivybridge: Convert pch.c to use DM PCI APISimon Glass
2016-01-24x86: ivybridge: Convert report_platform to DM PCI APISimon Glass
2016-01-24x86: ivybridge: Convert SDRAM init to use driver modelSimon Glass
2016-01-24x86: ivybridge: Convert sdram_initialise() to use DM PCI APISimon Glass
2016-01-24x86: ivybridge: Convert dram_init() to use DM PCI APISimon Glass
2016-01-24x86: ivybridge: Convert enable_usb_bar() to use DM PCI APISimon Glass
2016-01-24x86: ivybridge: Use the I2C driver to perform SMbus initSimon Glass
2016-01-24x86: ivybridge: Convert lpc init code to DM PCI APISimon Glass
2016-01-24x86: ivybridge: Drop the special PCI driverSimon Glass
2016-01-24x86: ivybridge: Move LPC init into the LPC probe() methodSimon Glass
2016-01-24x86: ivybridge: Move lpc_enable() into gma.cSimon Glass
2016-01-24x86: ivybridge: Use driver model PCI API in sata.cSimon Glass
2016-01-24x86: ivybridge: Use the SATA driver to do the initSimon Glass
2016-01-24x86: ivybridge: Drop the unused bd82x6x_init_extra()Simon Glass
2016-01-24x86: ivybridge: Do the SATA init before relocationSimon Glass
2016-01-24x86: ivybridge: Drop unnecessary northbridge setupSimon Glass
2016-01-24x86: ivybridge: Use driver model PCI API in bd82x6x.cSimon Glass
2016-01-24x86: ivybridge: Move northbridge and PCH init into driversSimon Glass
2016-01-24x86: Bring up northbridge, pch and lpc after the CPUsSimon Glass
2016-01-24x86: Don't show an error when the MRC cache is up to dateSimon Glass
2016-01-24x86: Make x86_init_cpus() staticSimon Glass
2016-01-24x86: ivybridge: Move early init code into northbridge.cSimon Glass
2016-01-24x86: ivybridge: Drop the dead MTRR codeSimon Glass
2016-01-24x86: ivybridge: Set up the thermal target correctlySimon Glass
2016-01-24x86: ivybridge: Move CPU init code into the driverSimon Glass
2016-01-24x86: ivybridge: Use common CPU init codeSimon Glass
2016-01-24x86: ivybridge: Move GPIO init to the LPC init() methodSimon Glass
2016-01-24x86: ivybridge: Move sandybridge init to the lpc probe() methodSimon Glass
2016-01-24x86: ivybridge: Move graphics init much laterSimon Glass
2016-01-24x86: ivybridge: Probe the LPC in CPU initSimon Glass
2016-01-24x86: ivybridge: Rename lpc_init() to lpc_init_extra()Simon Glass
2016-01-24x86: ivybridge: Move LPC and PCH init into northbridge probe()Simon Glass
2016-01-24x86: ivybridge: Move northbridge init into the probe() methodSimon Glass
2016-01-24x86: ivybridge: Add a driver for the bd82x6x northbridgeSimon Glass
2016-01-24dm: x86: Add a northbridge uclassSimon Glass
2016-01-24x86: ivybridge: Rename bd82x6x_init()Simon Glass
2016-01-24x86: ivybridge: Move more init to the probe() functionSimon Glass
2016-01-24x86: ivybridge: Move lpc_early_init() to probe()Simon Glass
2016-01-24x86: ivybridge: Set up the LPC device using driver modelSimon Glass
2016-01-24dm: x86: Drop the weak cpu_irq_init() functionSimon Glass
2016-01-24dm: x86: queensbay: Add an interrupt driverSimon Glass