summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: implement InstallProtocolInterfacexypron.glpk@gmx.de2017-07-192-2/+54
* efi_loader: efi_open_protocol: parameter checksxypron.glpk@gmx.de2017-07-191-4/+27
* efi_loader: refactor efi_open_protocolxypron.glpk@gmx.de2017-07-197-92/+26
* Merge git://git.denx.de/u-boot-dmTom Rini2017-07-11282-1978/+3277
|\
| * dm: ofnode: use fdt32_t for DT property value to fix sparse warningMasahiro Yamada2017-07-111-2/+2
| * dm: include <dm/util.h> from driver/core/dump.cMasahiro Yamada2017-07-111-0/+1
| * dm: ofnode: simplify ofnode_read_bool()Masahiro Yamada2017-07-111-9/+5
| * dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()Masahiro Yamada2017-07-118-11/+10
| * dm: ofnode: simplify ofnode_read_prop()Masahiro Yamada2017-07-111-9/+3
| * dm: ofnode: use ofnode_read_bool() to check property existenceMasahiro Yamada2017-07-111-5/+5
| * dm: include <dm/util.h> from drivers/core/util.cMasahiro Yamada2017-07-111-0/+5
| * fdt: Check for NULL return from fdt_getprop in 'fdt set'Tom Rini2017-07-111-0/+4
| * tegra: fdt: Ensure that the console UART is enabledSimon Glass2017-07-1117-0/+68
| * tegra: Show a debug message if the LCD PMIC fails to startSimon Glass2017-07-111-1/+3
| * dm: serial: Add livetree supportSimon Glass2017-07-111-3/+15
| * dm: serial: Separate out the core serial-device finding codeSimon Glass2017-07-111-40/+44
| * dm: serial: ns16550: Convert to livetreeSimon Glass2017-07-111-10/+5
| * tegra: Fix up include file orderingSimon Glass2017-07-112-16/+10
| * video: simple-panel: Add a little more debuggingSimon Glass2017-07-111-0/+2
| * dm: video: Update pwm_backlight to support livetreeSimon Glass2017-07-111-10/+12
| * dm: video: Sync display on backspaceSimon Glass2017-07-111-0/+1
| * tegra: nyan-big: Enable bootstageSimon Glass2017-07-111-0/+5
| * dm: Fix error handling when unflattening the DTSimon Glass2017-07-111-1/+6
| * tegra: nyan-big: Enable the debug UARTSimon Glass2017-07-111-0/+4
| * tegra: video: Time the LCD initSimon Glass2017-07-111-0/+2
| * dm: core: Add functions to obtain node's address/size cellsSimon Glass2017-07-118-6/+128
| * dm: core: Add dev_read_enabled() to check if a device is enabledSimon Glass2017-07-112-0/+29
| * dm: core: Add dev_read_resource() to read device resourcesSimon Glass2017-07-113-1/+50
| * dm: core: Add ofnode_read_string_count()Simon Glass2017-07-113-1/+39
| * binman: Put our local modules ahead of system modulesSimon Glass2017-07-111-5/+4
| * dtoc: Add testsSimon Glass2017-07-117-4/+411
| * sandbox: Stop printing platdata at the start of SPLSimon Glass2017-07-112-40/+1
| * dtoc: Add a comment about string replace in conv_name_to_c()Simon Glass2017-07-111-0/+3
| * dtoc: Move the main logic into the dtb_platdata fileSimon Glass2017-07-112-17/+31
| * dtoc: Move static functions out of the classSimon Glass2017-07-111-62/+63
| * dtoc: Pass include_disabled explicitlySimon Glass2017-07-112-5/+5
| * dtoc: Don't handle properties with / in themSimon Glass2017-07-111-1/+0
| * dtoc: Fix pylint warningsSimon Glass2017-07-112-131/+144
| * dtoc: Split out the main class into its own fileSimon Glass2017-07-112-405/+414
| * dtoc: Add a comment at the topSimon Glass2017-07-111-0/+20
| * dtoc: Use self._options instead of the global optionsSimon Glass2017-07-111-2/+2
| * moveconfig: Allow automatic location and adding of 'imply'Simon Glass2017-07-111-9/+215
| * moveconfig: Allow control of which implying configs are shownSimon Glass2017-07-111-4/+32
| * moveconfig: Allow piping in 'git show --stat' outputSimon Glass2017-07-111-0/+2
| * sandbox: Drop special case console code for sandboxSimon Glass2017-07-111-13/+0
| * sandbox: Enable more console optionsSimon Glass2017-07-114-1/+5
| * console: Use map_sysmem() for the pre-relocation consoleSimon Glass2017-07-111-2/+9
| * test: Add a test for snprintf() and the banner/versionSimon Glass2017-07-112-0/+84
| * Allow displaying the U-Boot banner on a video displaySimon Glass2017-07-113-4/+26
| * display_options: Refactor to allow obtaining the bannerSimon Glass2017-07-113-6/+53