summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: disk: iterate only over valid block devicesxypron.glpk@gmx.de2017-07-191-2/+2
* efi_loader: provide meaningful status codexypron.glpk@gmx.de2017-07-191-8/+8
* efi_loader: define all known status codesxypron.glpk@gmx.de2017-07-191-13/+37
* bootefi: allow return without EFI_BOOT_SERVICES.Exitxypron.glpk@gmx.de2017-07-191-5/+18
* efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOLxypron.glpk@gmx.de2017-07-195-1/+98
* efi_loader: reimplement efi_locate_protocolxypron.glpk@gmx.de2017-07-193-22/+24
* efi_loader: provide a sufficient number of protocolsxypron.glpk@gmx.de2017-07-191-2/+2
* efi_loader: implement LocateHandleBufferxypron.glpk@gmx.de2017-07-191-1/+24
* efi_loader: refactor efi_locate_handlexypron.glpk@gmx.de2017-07-191-6/+15
* efi_loader: implement InstallMultipleProtocolInterfacesxypron.glpk@gmx.de2017-07-191-1/+38
* efi_loader: refactor efi_uninstall_protocol_interfacexypron.glpk@gmx.de2017-07-191-4/+11
* efi_loader: refactor efi_install_protocol_interfacexypron.glpk@gmx.de2017-07-191-5/+14
* efi_loader: implement UninstallProtocolInterfacexypron.glpk@gmx.de2017-07-191-2/+38
* 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