| Commit message (Expand) | Author | Age | Files | Lines |
* | drivers/pci/pci_rom.c: fix compile warning under 64bit mode | Minghuan Lian | 2015-01-30 | 1 | -1/+1 |
* | drivers/net/e1000.c: fix compile warning under 64bit mode | Minghuan Lian | 2015-01-30 | 1 | -14/+17 |
* | Merge branch 'master' of git://git.denx.de/u-boot-x86 | Tom Rini | 2015-01-26 | 14 | -139/+384 |
|\ |
|
| * | x86: spi: Add device tree support | Simon Glass | 2015-01-24 | 1 | -0/+7 |
| * | x86: rtc: mc146818: Add helpers to read/write CMOS RAM | Simon Glass | 2015-01-24 | 1 | -48/+73 |
| * | pci: tegra: Fix port information parsing | Sjoerd Simons | 2015-01-23 | 1 | -3/+2 |
| * | x86: video: Add support for CONFIG_CONSOLE_SCROLL_LINES | Simon Glass | 2015-01-23 | 1 | -9/+17 |
| * | x86: Access the VGA ROM when needed | Simon Glass | 2015-01-23 | 2 | -2/+33 |
| * | x86: ahci: Make sure interface is not busy after enabling the port | Bin Meng | 2015-01-23 | 1 | -1/+19 |
| * | x86: Drop the x86_fb driver | Simon Glass | 2015-01-23 | 3 | -48/+0 |
| * | x86: Add a VESA video driver | Simon Glass | 2015-01-23 | 3 | -0/+75 |
| * | x86: pci: Don't stop when we get a vendor/device mismatch | Simon Glass | 2015-01-23 | 1 | -1/+1 |
| * | bios_emulator: Add some VESA interface debugging | Simon Glass | 2015-01-23 | 1 | -20/+141 |
| * | bios_emulator: Don't display error when emulator terminates | Simon Glass | 2015-01-23 | 1 | -1/+1 |
| * | x86: Support ROMs on other archs | Simon Glass | 2015-01-23 | 1 | -0/+6 |
| * | x86: Correct endianness isues in pci_rom | Simon Glass | 2015-01-23 | 1 | -11/+14 |
| * | bios_emulator: Fix an #ifdef typo in the header file | Simon Glass | 2015-01-23 | 1 | -1/+1 |
* | | Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze | Tom Rini | 2015-01-26 | 1 | -23/+7 |
|\ \ |
|
| * | | serial: Extend structure comments with register offset | Michal Simek | 2015-01-26 | 1 | -6/+6 |
| * | | serial: zynq: Use global baudrate instead of hardcoded one | Michal Simek | 2015-01-26 | 1 | -17/+1 |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-marvell | Tom Rini | 2015-01-25 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | kirkwood: define empty CONFIG_MVGBE_PORTS by default | Luka Perkov | 2015-01-25 | 1 | -0/+4 |
| | |/
| |/| |
|
* | | | crypto/fsl: Add fixup for crypto node | Ruchika Gupta | 2015-01-23 | 2 | -0/+185 |
* | | | arm/ls1021a: Add workaround for DDR erratum A008378 | York Sun | 2015-01-23 | 1 | -0/+8 |
|/ / |
|
* | | powerpc: mpc5xxx: remove Total5200 board support | Masahiro Yamada | 2015-01-23 | 3 | -13/+0 |
* | | powerpc: ppc4xx: remove PPChameleonEVB, CATcenter boards | Masahiro Yamada | 2015-01-23 | 1 | -5/+0 |
* | | Merge branch 'master' of http://git.denx.de/u-boot-sunxi | Tom Rini | 2015-01-23 | 11 | -20/+993 |
|\ \ |
|
| * | | sunxi: video: Make pwm polarity configurable | Hans de Goede | 2015-01-23 | 1 | -6/+11 |
| * | | sunxi: video: Add support for Hitachi tx18d42vm LVDS LCD panels | Hans de Goede | 2015-01-23 | 1 | -0/+5 |
| * | | video: Add support for Hitachi tx18d42vm LVDS LCD panels | Hans de Goede | 2015-01-22 | 4 | -3/+103 |
| * | | sunxi: video: Use frontend for dma on sun4i to fix memory bandwidth problems | Hans de Goede | 2015-01-22 | 1 | -4/+130 |
| * | | video: ssd2828: Allow using 'pclk' as the PLL clock source | Siarhei Siamashka | 2015-01-22 | 3 | -7/+28 |
| * | | video: sunxi: Hook up SSD2828 with the sunxi video driver | Siarhei Siamashka | 2015-01-22 | 1 | -0/+38 |
| * | | video: Add support for SSD2828 (parallel LCD to MIPI bridge) | Siarhei Siamashka | 2015-01-22 | 4 | -0/+616 |
| * | | sunxi: axp221: Add ELDO[1-3] support | Siarhei Siamashka | 2015-01-22 | 2 | -0/+43 |
| * | | sunxi: axp209: Disable interrupts when intializing the axp209 | Hans de Goede | 2015-01-22 | 1 | -1/+13 |
| * | | sunxi: mmc: Add support for sun9i (A80) | Hans de Goede | 2015-01-22 | 1 | -2/+14 |
| * | | sunxi: mmc: Use a realistic timeout when sending a mmc command | Hans de Goede | 2015-01-22 | 1 | -1/+1 |
| * | | sunxi: display: Make lcd display clk phase configurable | Hans de Goede | 2015-01-22 | 1 | -6/+1 |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Tom Rini | 2015-01-22 | 7 | -13/+678 |
|\ \ \ |
|
| * | | | net/vsc9953: Add driver for Vitesse VSC9953 L2 Switch IP | Codrin Ciubotariu | 2015-01-16 | 2 | -0/+498 |
| * | | | net/fm: Enable FMAN ports if l2switch ports are connected over SGMII | Codrin Ciubotariu | 2015-01-16 | 1 | -1/+2 |
| * | | | net/fm: Fix error when FMAN MAC has no PHY | Codrin Ciubotariu | 2015-01-16 | 1 | -12/+18 |
| * | | | phylib: add support for aquantia PHYs | Shaohui Xie | 2015-01-16 | 3 | -0/+160 |
* | | | | Merge branch 'phys_t' of git://www.denx.de/git/u-boot-microblaze | Tom Rini | 2015-01-22 | 3 | -5/+6 |
|\ \ \ \ |
|
| * | | | | mmc: zynq: Use phys_addr_t for addresses | Michal Simek | 2015-01-21 | 1 | -2/+2 |
| * | | | | net: ll_temac: Fix compilation warning because of phys_addr_t | Michal Simek | 2015-01-21 | 1 | -1/+1 |
| * | | | | net: gem: Use phys_addr_t instead of int for addresses | Michal Simek | 2015-01-21 | 1 | -2/+3 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblaze | Tom Rini | 2015-01-22 | 2 | -5/+19 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | fpga: xilinx: Show fpga info if defined | Michal Simek | 2015-01-21 | 1 | -4/+5 |