summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-01drivers: clk: Add clock driver for Microchip PIC32 Microcontroller.Purna Chandra Mandal
2016-02-01MIPS: initial infrastructure for Microchip PIC32 architecturePurna Chandra Mandal
2016-02-01malta: Use I/O accessors for SuperI/O controllerPaul Burton
2016-02-01malta: Set I/O port base earlyPaul Burton
2016-02-01MIPS: Support dynamic I/O port base addressPaul Burton
2016-02-01MIPS: Remove SLOW_DOWN_IOPaul Burton
2016-02-01mips: cache: Bulletproof the code against cornercasesMarek Vasut
2016-02-01MIPS: start.S: fix and optimize instructionsDaniel Schwierzeck
2016-02-01MIPS: initialize board_init_f() argument to zero.Purna Chandra Mandal
2016-01-30video: Correct 'tor' typo in commentSimon Glass
2016-01-30video: test: Add console tests for truetypeSimon Glass
2016-01-30video: sandbox: Enable truetype fonts for sandboxSimon Glass
2016-01-30video: sandbox: Allow selection of font size and console nameSimon Glass
2016-01-30video: Allow selection of the driver and font sizeSimon Glass
2016-01-30License: Add the Open Font LicenseSimon Glass
2016-01-30video: Add the Cantoraone decorative fontSimon Glass
2016-01-30video: Add the Rufscript handwriting fontSimon Glass
2016-01-30video: Add the AnkaCoder mono-spaced fontSimon Glass
2016-01-30video: Add the Nimbus sans fontSimon Glass
2016-01-30video: Add a console driver that uses TrueType fontsSimon Glass
2016-01-30video: Provide a backspace methodSimon Glass
2016-01-30video: Provide a signal when a new console line is startedSimon Glass
2016-01-30video: Provide a left margin for the text consoleSimon Glass
2016-01-30video: Handle the 'bell' characterSimon Glass
2016-01-30video: Use fractional units for X coordinatesSimon Glass
2016-01-30video kconfig console_normalSimon Glass
2016-01-30Makefile: Add rules to build in .ttf filesSimon Glass
2016-01-30video: Add stb TrueType font rendererSimon Glass
2016-01-29Merge git://git.denx.de/u-boot-dmTom Rini
2016-01-28test/py: dfu: allow boardenv to specify test sizesStephen Warren
2016-01-28test/py: fix a couple typos in commentsStephen Warren
2016-01-28test/py: run sandbox in source directoryStephen Warren
2016-01-28test/py: pass test DTB to sandboxStephen Warren
2016-01-28test/py: correctly log xfail/xpass testsStephen Warren
2016-01-28test/py: detect another "bad pattern" in console outputStephen Warren
2016-01-28test/py: check for bad patterns everywhere we waitStephen Warren
2016-01-28test.py: calculate bad patterns on change onlyStephen Warren
2016-01-28test/py: fix spawn.expect multiple match handlingStephen Warren
2016-01-28test/dm: clear unit test failure count each runStephen Warren
2016-01-28test/py: Provide custom IDs when parametrizing testsStephen Warren
2016-01-28test/py: Quote consistencyStephen Warren
2016-01-28test/py: use " for docstringsStephen Warren
2016-01-28test/py: make net test aware of USB and PCI enumerationStephen Warren
2016-01-28distro bootcmd: enumerate PCI before network operationsStephen Warren
2016-01-28distro bootcmd: make net boot only optionally start USBStephen Warren
2016-01-28Implement "pci enum" command for CONFIG_DM_PCIStephen Warren
2016-01-28test/py: dfu: error out if USB device already existsStephen Warren
2016-01-28ARM: tegra: shut down USB device controller at bootStephen Warren
2016-01-28test/py: make crash detection more robustStephen Warren
2016-01-28dm: Remove device_probe_child()Simon Glass