summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* drivers: net: Add ethernet driver for Microchip PIC32.Purna Chandra Mandal2016-02-01-0/+899
* drivers: net: phy: add SMSC LAN8740 Phy support.Purna Chandra Mandal2016-02-01-0/+10
* board: add SDHCI support for PIC32MZDASK board.Purna Chandra Mandal2016-02-01-3/+77
* drivers: mmc: add driver for Microchip PIC32 SDHCI controller.Andrei Pistirica2016-02-01-1/+72
* board: Add Microchip PIC32MZ[DA]-Starter-Kit board.Purna Chandra Mandal2016-02-01-1/+254
* MIPS: Add support for Microchip PIC32MZ[DA] SoC family.Purna Chandra Mandal2016-02-01-2/+379
* drivers: ddr: Add DDR2 SDRAM controller driver for Microchip PIC32.Purna Chandra Mandal2016-02-01-0/+530
* drivers: serial: add driver for Microchip PIC32 UART controller.Paul Thacker2016-02-01-0/+219
* drivers: gpio: add driver for Microchip PIC32 GPIO controller.Purna Chandra Mandal2016-02-01-1/+182
* drivers: pinctrl: Add pinctrl driver for Microchip PIC32.Purna Chandra Mandal2016-02-01-0/+374
* drivers: clk: Add clock driver for Microchip PIC32 Microcontroller.Purna Chandra Mandal2016-02-01-0/+496
* MIPS: initial infrastructure for Microchip PIC32 architecturePurna Chandra Mandal2016-02-01-0/+110
* malta: Use I/O accessors for SuperI/O controllerPaul Burton2016-02-01-11/+11
* malta: Set I/O port base earlyPaul Burton2016-02-01-4/+2
* MIPS: Support dynamic I/O port base addressPaul Burton2016-02-01-34/+34
* MIPS: Remove SLOW_DOWN_IOPaul Burton2016-02-01-37/+3
* mips: cache: Bulletproof the code against cornercasesMarek Vasut2016-02-01-0/+8
* MIPS: start.S: fix and optimize instructionsDaniel Schwierzeck2016-02-01-11/+11
* MIPS: initialize board_init_f() argument to zero.Purna Chandra Mandal2016-02-01-1/+1
* video: Correct 'tor' typo in commentSimon Glass2016-01-30-1/+1
* video: test: Add console tests for truetypeSimon Glass2016-01-30-0/+63
* video: sandbox: Enable truetype fonts for sandboxSimon Glass2016-01-30-1/+22
* video: sandbox: Allow selection of font size and console nameSimon Glass2016-01-30-0/+4
* video: Allow selection of the driver and font sizeSimon Glass2016-01-30-4/+21
* License: Add the Open Font LicenseSimon Glass2016-01-30-0/+98
* video: Add the Cantoraone decorative fontSimon Glass2016-01-30-0/+15
* video: Add the Rufscript handwriting fontSimon Glass2016-01-30-0/+14
* video: Add the AnkaCoder mono-spaced fontSimon Glass2016-01-30-0/+17
* video: Add the Nimbus sans fontSimon Glass2016-01-30-0/+20
* video: Add a console driver that uses TrueType fontsSimon Glass2016-01-30-2/+580
* video: Provide a backspace methodSimon Glass2016-01-30-1/+25
* video: Provide a signal when a new console line is startedSimon Glass2016-01-30-0/+28
* video: Provide a left margin for the text consoleSimon Glass2016-01-30-3/+5
* video: Handle the 'bell' characterSimon Glass2016-01-30-1/+4
* video: Use fractional units for X coordinatesSimon Glass2016-01-30-53/+137
* video kconfig console_normalSimon Glass2016-01-30-4/+15
* Makefile: Add rules to build in .ttf filesSimon Glass2016-01-30-0/+21
* video: Add stb TrueType font rendererSimon Glass2016-01-30-0/+3240
* Merge git://git.denx.de/u-boot-dmTom Rini2016-01-29-868/+2630
|\
| * test/py: dfu: allow boardenv to specify test sizesStephen Warren2016-01-28-2/+10
| * test/py: fix a couple typos in commentsStephen Warren2016-01-28-2/+2
| * test/py: run sandbox in source directoryStephen Warren2016-01-28-3/+7
| * test/py: pass test DTB to sandboxStephen Warren2016-01-28-1/+6
| * test/py: correctly log xfail/xpass testsStephen Warren2016-01-28-24/+74
| * test/py: detect another "bad pattern" in console outputStephen Warren2016-01-28-0/+2
| * test/py: check for bad patterns everywhere we waitStephen Warren2016-01-28-7/+19
| * test.py: calculate bad patterns on change onlyStephen Warren2016-01-28-24/+25
| * test/py: fix spawn.expect multiple match handlingStephen Warren2016-01-28-1/+1
| * test/dm: clear unit test failure count each runStephen Warren2016-01-28-0/+2
| * test/py: Provide custom IDs when parametrizing testsStephen Warren2016-01-28-1/+13