summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-23rtc: pl031: convert the driver to driver modelAKASHI Takahiro3-50/+80
2018-09-23efi_loader: Fix loaded_image handle passing from EL3Alexander Graf1-1/+1
2018-09-23efi_loader: Disable efi selftest on sandbox for nowAlexander Graf1-1/+1
2018-09-23efi_loader: remove efi_exit_caches()Heinrich Schuchardt1-28/+0
2018-09-23dm: video: check bounds for column and rowHeinrich Schuchardt1-0/+8
2018-09-23efi_loader: remove redundant statementHeinrich Schuchardt2-2/+18
2018-09-23efi_loader: create root nodeHeinrich Schuchardt6-22/+94
2018-09-23efi_loader: avoid out of bound access in efi_get_variable()Heinrich Schuchardt1-1/+1
2018-09-23efi_selftest: test qemu-arm(64)_defconfigHeinrich Schuchardt2-0/+2
2018-09-23efi_driver: convert function descriptions to Sphinx styleHeinrich Schuchardt1-32/+54
2018-09-23efi_loader: query serial console size reliablyHeinrich Schuchardt1-13/+37
2018-09-23efi_loader: Merge memory map entriesAlexander Graf1-0/+45
2018-09-23efi_loader: memory leak in efi_set_bootdev()Heinrich Schuchardt1-0/+7
2018-09-23efi_loader: do not use local variable for handleHeinrich Schuchardt1-7/+12
2018-09-23efi_selftest: missing braces in efi_selftest_textinputex.cHeinrich Schuchardt1-1/+1
2018-09-23efi_loader: check parameter new_handle of efi_file_open()Heinrich Schuchardt1-1/+1
2018-09-23sandbox: Allow to execute from RAMAlexander Graf1-1/+2
2018-09-23sandbox: Fix setjmp/longjmpAlexander Graf4-55/+5
2018-09-23efi_loader: terminal left upper corner is [1, 1]Heinrich Schuchardt1-3/+21
2018-09-23efi_loader: more debug info for efi_file_getinfo()Heinrich Schuchardt1-1/+1
2018-09-23efi: sandbox: Enable selftest commandSimon Glass1-0/+1
2018-09-23efi: Correct the operation of efi_file_write()Simon Glass1-4/+2
2018-09-23sandbox: Enhance map_to_sysmem() to handle foreign pointersSimon Glass3-9/+161
2018-09-23sandbox: Add support for calling abort()Simon Glass2-0/+9
2018-09-23sandbox: Align RAM buffer to the machine page sizeSimon Glass1-3/+4
2018-09-23efi: sandbox: Enable EFI loader build for sandboxSimon Glass1-1/+1
2018-09-23efi: sandbox: Add distroboot supportSimon Glass1-6/+10
2018-09-23efi_loader: loosen check of parameters of efi_file_open()Heinrich Schuchardt1-1/+10
2018-09-23fs: fat: unaligned buffers are not an errorHeinrich Schuchardt2-2/+2
2018-09-23efi_loader: provide description of file_open()Heinrich Schuchardt1-2/+12
2018-09-23efi_loader: check parameters of efi_file_open()Heinrich Schuchardt1-4/+26
2018-09-23efi_loader: unset CONFIG_EFI_UNICODE_CAPITALIZATIONHeinrich Schuchardt2-0/+2
2018-09-23efi_selftest: test key notification functionsHeinrich Schuchardt2-9/+68
2018-09-23efi_loader: implement key notify functionsHeinrich Schuchardt1-3/+98
2018-09-23test/py: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOLHeinrich Schuchardt1-0/+79
2018-09-23efi_selftest: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOLHeinrich Schuchardt2-0/+140
2018-09-23efi_loader: support modifiers for F1 - F4Heinrich Schuchardt1-25/+39
2018-09-23efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOLHeinrich Schuchardt2-22/+287
2018-09-23test/py: rework test_efi_selftest_text_input()Heinrich Schuchardt1-6/+11
2018-09-23efi_selftest: use WaitForKey to test text inputHeinrich Schuchardt1-3/+24
2018-09-23efi_loader: rework event handling for consoleHeinrich Schuchardt1-38/+137
2018-09-23efi_selftest: refactor text input testHeinrich Schuchardt3-107/+111
2018-09-23test/py: Unicode w/ EFI_SIMPLE_TEXT_INPUT_PROTOCOLHeinrich Schuchardt1-0/+7
2018-09-23efi_loader: support Unicode text inputHeinrich Schuchardt4-58/+108
2018-09-23test/py: fs: add fstest/unlink testAkashi, Takahiro2-0/+171
2018-09-23test/py: fs: add fstest/mkdir testAKASHI Takahiro2-0/+141
2018-09-23test/py: fs: add extended write operation testAKASHI Takahiro3-0/+310
2018-09-23test/py: convert fs-test.sh to pytestAKASHI Takahiro3-0/+515
2018-09-23fs-test: update the test result as of v2018.09AKASHI Takahiro1-10/+12
2018-09-23fs-test: fix false positive error at Test Case 12AKASHI Takahiro1-1/+1