summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2018-09-2681-1226/+8024
|\
| * sandbox: Fix set_working_fdt_addr usersAlexander Graf2018-09-262-2/+2
| * efi_loader: refactor efi_setup_loaded_image()Heinrich Schuchardt2018-09-235-100/+117
| * arm: qemu-arm: enable RTC (PL031) by defaultAKASHI Takahiro2018-09-231-0/+2
| * rtc: pl031: convert the driver to driver modelAKASHI Takahiro2018-09-233-50/+80
| * efi_loader: Fix loaded_image handle passing from EL3Alexander Graf2018-09-231-1/+1
| * efi_loader: Disable efi selftest on sandbox for nowAlexander Graf2018-09-231-1/+1
| * efi_loader: remove efi_exit_caches()Heinrich Schuchardt2018-09-231-28/+0
| * dm: video: check bounds for column and rowHeinrich Schuchardt2018-09-231-0/+8
| * efi_loader: remove redundant statementHeinrich Schuchardt2018-09-232-2/+18
| * efi_loader: create root nodeHeinrich Schuchardt2018-09-236-22/+94
| * efi_loader: avoid out of bound access in efi_get_variable()Heinrich Schuchardt2018-09-231-1/+1
| * efi_selftest: test qemu-arm(64)_defconfigHeinrich Schuchardt2018-09-232-0/+2
| * efi_driver: convert function descriptions to Sphinx styleHeinrich Schuchardt2018-09-231-32/+54
| * efi_loader: query serial console size reliablyHeinrich Schuchardt2018-09-231-13/+37
| * efi_loader: Merge memory map entriesAlexander Graf2018-09-231-0/+45
| * efi_loader: memory leak in efi_set_bootdev()Heinrich Schuchardt2018-09-231-0/+7
| * efi_loader: do not use local variable for handleHeinrich Schuchardt2018-09-231-7/+12
| * efi_selftest: missing braces in efi_selftest_textinputex.cHeinrich Schuchardt2018-09-231-1/+1
| * efi_loader: check parameter new_handle of efi_file_open()Heinrich Schuchardt2018-09-231-1/+1
| * sandbox: Allow to execute from RAMAlexander Graf2018-09-231-1/+2
| * sandbox: Fix setjmp/longjmpAlexander Graf2018-09-234-55/+5
| * efi_loader: terminal left upper corner is [1, 1]Heinrich Schuchardt2018-09-231-3/+21
| * efi_loader: more debug info for efi_file_getinfo()Heinrich Schuchardt2018-09-231-1/+1
| * efi: sandbox: Enable selftest commandSimon Glass2018-09-231-0/+1
| * efi: Correct the operation of efi_file_write()Simon Glass2018-09-231-4/+2
| * sandbox: Enhance map_to_sysmem() to handle foreign pointersSimon Glass2018-09-233-9/+161
| * sandbox: Add support for calling abort()Simon Glass2018-09-232-0/+9
| * sandbox: Align RAM buffer to the machine page sizeSimon Glass2018-09-231-3/+4
| * efi: sandbox: Enable EFI loader build for sandboxSimon Glass2018-09-231-1/+1
| * efi: sandbox: Add distroboot supportSimon Glass2018-09-231-6/+10
| * efi_loader: loosen check of parameters of efi_file_open()Heinrich Schuchardt2018-09-231-1/+10
| * fs: fat: unaligned buffers are not an errorHeinrich Schuchardt2018-09-232-2/+2
| * efi_loader: provide description of file_open()Heinrich Schuchardt2018-09-231-2/+12
| * efi_loader: check parameters of efi_file_open()Heinrich Schuchardt2018-09-231-4/+26
| * efi_loader: unset CONFIG_EFI_UNICODE_CAPITALIZATIONHeinrich Schuchardt2018-09-232-0/+2
| * efi_selftest: test key notification functionsHeinrich Schuchardt2018-09-232-9/+68
| * efi_loader: implement key notify functionsHeinrich Schuchardt2018-09-231-3/+98
| * test/py: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOLHeinrich Schuchardt2018-09-231-0/+79
| * efi_selftest: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOLHeinrich Schuchardt2018-09-232-0/+140
| * efi_loader: support modifiers for F1 - F4Heinrich Schuchardt2018-09-231-25/+39
| * efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOLHeinrich Schuchardt2018-09-232-22/+287
| * test/py: rework test_efi_selftest_text_input()Heinrich Schuchardt2018-09-231-6/+11
| * efi_selftest: use WaitForKey to test text inputHeinrich Schuchardt2018-09-231-3/+24
| * efi_loader: rework event handling for consoleHeinrich Schuchardt2018-09-231-38/+137
| * efi_selftest: refactor text input testHeinrich Schuchardt2018-09-233-107/+111
| * test/py: Unicode w/ EFI_SIMPLE_TEXT_INPUT_PROTOCOLHeinrich Schuchardt2018-09-231-0/+7
| * efi_loader: support Unicode text inputHeinrich Schuchardt2018-09-234-58/+108
| * test/py: fs: add fstest/unlink testAkashi, Takahiro2018-09-232-0/+171
| * test/py: fs: add fstest/mkdir testAKASHI Takahiro2018-09-232-0/+141