summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* x86: qemu: Convert to use driver model pciBin Meng2015-11-13-62/+1
* x86: qemu: Move chipset-specific codes from pci.c to qemu.cBin Meng2015-11-13-72/+84
* x86: qemu: Remove call to vgabios executionBin Meng2015-11-13-18/+1
* x86: Move timer_init() call a bit earlierBin Meng2015-11-13-3/+2
* x86: queensbay: Really disable IGDBin Meng2015-11-13-10/+23
* x86: Move CONFIG_8259_PIC and CONFIG_8254_TIMER to KconfigBin Meng2015-11-13-2/+15
* x86: Rename pcat_ to i8254 and i8259 accordinglyBin Meng2015-11-13-10/+10
* x86: Initialize i8254 timer counter 1Bin Meng2015-11-13-0/+10
* x86: Fix cosmetic issues in the i8254 and i8259 codesBin Meng2015-11-13-53/+52
* x86: Remove dead codes wrapped by PARANOID_IRQ_TRIGGERSBin Meng2015-11-13-16/+0
* x86: Rename CONFIG_SYS_NUM_IRQS to SYS_NUM_IRQSBin Meng2015-11-13-13/+10
* board_init: Change the logic to setup malloc_baseFabio Estevam2015-11-12-2/+4
* Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2015-11-12-669/+1353
|\
| * ARM: tegra: note that p2371-2180 is Jetson TX1Stephen Warren2015-11-12-5/+5
| * Tegra: T210: Add QSPI driverTom Warren2015-11-12-0/+425
| * ARM: tegra: rename GPU functionsAlexandre Courbot2015-11-12-8/+8
| * ARM: tegra: simplify GPU setupAlexandre Courbot2015-11-12-29/+22
| * ARM: tegra: remove vpr_configured() functionAlexandre Courbot2015-11-12-12/+1
| * ARM: tegra: error check Tegra210 XUSB padctl waitsStephen Warren2015-11-12-5/+20
| * ARM: tegra: add lane tables to Tegra210 XUSB padctlStephen Warren2015-11-12-6/+76
| * ARM: tegra: switch Tegra210 to common XUSB padctlStephen Warren2015-11-12-158/+16
| * ARM: tegra: parameterize common XUSB codeStephen Warren2015-11-12-82/+34
| * ARM: tegra: create common XUSB padctl driver fileStephen Warren2015-11-12-341/+414
| * ARM: tegra: clean up XUSB padctl error() callsStephen Warren2015-11-12-19/+14
| * ARM: tegra: rename dummy XUSB padctl implementationStephen Warren2015-11-12-1/+1
| * ARM: tegra: enable PCI support of p2371-2180Stephen Warren2015-11-12-0/+90
| * ARM: tegra: add PCI to Tegra210 SoC DTStephen Warren2015-11-12-0/+66
| * pci: tegra: add/enable support for Tegra210Stephen Warren2015-11-12-0/+24
| * pci: tegra: call tegra_pcie_board_init() earlierStephen Warren2015-11-12-2/+2
| * pci: tegra: implement PCA enable workaroundStephen Warren2015-11-12-0/+14
| * pci: tegra: use #address-/size-cells from DTStephen Warren2015-11-12-3/+30
| * pci: tegra: clip RAM size to 32-bitsStephen Warren2015-11-12-1/+9
| * ARM: tegra210: implement PLLE init procedure from TRMStephen Warren2015-11-12-47/+132
* | am43xx_evm: Add DFU support for qspi flashVignesh R2015-11-12-1/+12
* | spl: Add support for CONFIG_OF_EMBED=yMichal Simek2015-11-12-0/+1
* | openrisc: updating build tools naming conventionGuillaume REMBERT2015-11-12-2/+2
* | Fix trini email in the get_maintainer.pl scriptAndy Fleming2015-11-12-1/+1
* | pengwyn: nand and ethernet fixesVincent BENOIT2015-11-12-28/+90
* | block: ahci: Remove dead codeFabio Estevam2015-11-12-36/+0
* | common: Simplify get_clocks() #ifdefPeng Fan2015-11-12-4/+1
* | configs: Use config_distro_defaults.h in ti_armv7_common.hMatwey V. Kornilov2015-11-12-14/+2
* | i2c: Fix pca953x endianess issueDirk Eibach2015-11-12-1/+3
* | i2c: soft_i2c: Fix bus indizesDirk Eibach2015-11-12-10/+10
* | board: gdsys: Enable osd on output onlyDirk Eibach2015-11-12-2/+4
* | board: gdsys: Add osdsize commandDirk Eibach2015-11-12-0/+38
* | hrcon: Add fan controllersDirk Eibach2015-11-12-36/+119
* | hrcon: Add support for the DH variantDirk Eibach2015-11-12-37/+225
* | hrcon: Fix videoboard i2c setupDirk Eibach2015-11-12-2/+8
* | hrcon: Use generic ioep-fpga supportDirk Eibach2015-11-12-239/+9
* | mpc83xx: Add strider boardDirk Eibach2015-11-12-41/+1764