summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cmd: i2c: Fix use sdram sub command with CONFIG_DM_I2CNobuhiro Iwamatsu2017-12-071-2/+12
* i2c: at91_i2c: remove the .probe_chip functionAlan Ott2017-12-071-22/+0
* i2c: at91_i2c: Wait for TXRDY after sending the first byteAlan Ott2017-12-071-0/+2
* i2c: meson: add some commentsBeniamino Galvani2017-12-071-6/+19
* i2c: meson: fix return codes on errorBeniamino Galvani2017-12-071-2/+2
* i2c: meson: reduce timeoutBeniamino Galvani2017-12-071-1/+1
* i2c: meson: improve Kconfig descriptionBeniamino Galvani2017-12-071-1/+6
* tools: omapimage: fix corner-case in byteswap pathPhilipp Tomsich2017-12-051-1/+5
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2017-12-0533-659/+2391
|\
| * efi_stub: Use efi_uintn_tAlexander Graf2017-12-051-1/+1
| * efi_loader helloworld.efi: Fix building with -OsAlexander Graf2017-12-011-2/+2
| * efi_loader: Fix partition offsetsAlexander Graf2017-12-011-47/+13
| * efi_loader: add missing breaksRob Clark2017-12-011-0/+2
| * efi_loader: comments for EFI_DEVICE_PATH_TO_TEXT_PROTOCOLHeinrich Schuchardt2017-12-011-0/+24
| * efi_loader: helper function to add EFI object to listHeinrich Schuchardt2017-12-015-16/+38
| * efi_loader: pass handle of loaded imageHeinrich Schuchardt2017-12-012-4/+5
| * test/py: check return code of helloworldHeinrich Schuchardt2017-12-011-0/+2
| * efi_loader: output load options in helloworldHeinrich Schuchardt2017-12-011-2/+35
| * efi_selftest: add missing line feedHeinrich Schuchardt2017-12-011-1/+1
| * efi_selftest: compile without special compiler flagsHeinrich Schuchardt2017-12-011-25/+0
| * efi_loader: manage protocols in a linked listHeinrich Schuchardt2017-12-015-58/+58
| * efi_loader: simplify find_objHeinrich Schuchardt2017-12-011-24/+19
| * efi_loader: simplify efi_open_protocolHeinrich Schuchardt2017-12-011-30/+6
| * efi_loader: efi_gop: use efi_add_protocolHeinrich Schuchardt2017-12-011-5/+10
| * efi_loader: efi_net: use efi_add_protocolHeinrich Schuchardt2017-12-011-14/+20
| * efi_loader: efi_disk: use efi_add_protocolHeinrich Schuchardt2017-12-011-16/+23
| * efi_selftest: test EFI_DEVICE_PATH_TO_TEXT_PROTOCOLHeinrich Schuchardt2017-12-012-0/+393
| * efi_loader: reimplement LocateDevicePathHeinrich Schuchardt2017-12-011-30/+76
| * efi_loader: fix efi_convert_device_node_to_textHeinrich Schuchardt2017-12-011-66/+88
| * efi_loader: efi_dp_str should print path not nodeHeinrich Schuchardt2017-12-011-7/+6
| * efi_loader: size of media device path node represenationHeinrich Schuchardt2017-12-011-1/+1
| * efi_loader: Exit in efi_set_bootdev() upon invalid "desc"Stefan Roese2017-12-011-0/+2
| * efi_loader: helloworld.c: remove superfluous includeHeinrich Schuchardt2017-12-011-1/+0
| * efi_loader: initialise partition_signature memoryJonathan Gray2017-12-011-2/+19
| * efi_loader: efi_console: use helper functionsHeinrich Schuchardt2017-12-012-23/+37
| * efi_loader: refactor efi_setup_loaded_imageHeinrich Schuchardt2017-12-011-14/+25
| * efi_loader: simplify efi_locate_protocolHeinrich Schuchardt2017-12-011-12/+6
| * efi_loader: simplify efi_uninstall_protocol_interfaceHeinrich Schuchardt2017-12-011-27/+11
| * efi_loader: simplify efi_searchHeinrich Schuchardt2017-12-011-9/+6
| * efi_loader: simplify efi_install_protocol_interfaceHeinrich Schuchardt2017-12-011-36/+2
| * efi_loader: helper functions for protocol managementHeinrich Schuchardt2017-12-012-0/+131
| * efi_selftest: test for graphics output protocolHeinrich Schuchardt2017-12-012-0/+98
| * efi_loader: efi_gop: use correct types for parametersHeinrich Schuchardt2017-12-012-12/+12
| * efi_loader: argument of efi_search_obj should be constHeinrich Schuchardt2017-12-012-2/+2
| * efi_loader: make efi_create_handle non-staticHeinrich Schuchardt2017-12-012-1/+9
| * efi_loader: efi_dp_match should have const argumentsHeinrich Schuchardt2017-12-012-2/+4
| * efi_loader: efi_net: check return value of callocHeinrich Schuchardt2017-12-011-0/+4
| * efi_loader: efi_disk: check return value of callocHeinrich Schuchardt2017-12-011-0/+13
| * efi_loader: efi_gop: check calloc return valueHeinrich Schuchardt2017-12-011-0/+4
| * efi_loader implement UninstallMultipleProtocolInterfacesHeinrich Schuchardt2017-12-011-1/+39