summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-23efi_loader: implement a file deleteAKASHI Takahiro1-1/+13
2018-09-23cmd: fat: add fatrm commandAKASHI Takahiro1-0/+12
2018-09-23fs: fat: support unlinkAKASHI Takahiro3-1/+135
2018-09-23fs: add unlink interfaceAKASHI Takahiro2-0/+52
2018-09-23efi_loader: file: support creating a directoryAKASHI Takahiro1-4/+10
2018-09-23cmd: fat: add fatmkdir commandAKASHI Takahiro1-0/+13
2018-09-23fs: fat: support mkdirAKASHI Takahiro3-1/+139
2018-09-23fs: fat: remember the starting cluster number of directoryAKASHI Takahiro1-0/+3
2018-09-23fs: add mkdir interfaceAKASHI Takahiro2-0/+55
2018-09-23cmd: fat: add offset parameter to fatwriteAKASHI Takahiro1-3/+6
2018-09-23fs: fat: support write with non-zero offsetAKASHI Takahiro1-15/+273
2018-09-23fs: fat: refactor write interface for a file offsetAKASHI Takahiro1-114/+65
2018-09-23fs: fat: support write with sub-directory pathAKASHI Takahiro2-322/+156
2018-09-23fs: fat: write returns error code instead of -1AKASHI Takahiro1-4/+15
2018-09-23fs: fat: check and normalize file nameAKASHI Takahiro1-8/+44
2018-09-23Revert "fs: fat: cannot write to subdirectories"AKASHI Takahiro1-15/+1
2018-09-23fs: fat: assure iterator's ->dent belongs to ->clustAKASHI Takahiro1-8/+17
2018-09-23fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve()AKASHI Takahiro1-0/+21
2018-09-23fs: fat: extend get_fs_info() for write useAKASHI Takahiro2-0/+9
2018-09-23efi_loader: typos in efi_console.cHeinrich Schuchardt1-4/+4
2018-09-23efi_loader: SPDX-License-Identifier for efi.hHeinrich Schuchardt1-0/+1
2018-09-23efi_loader: SPDX-License-Identifier for efi_api.hHeinrich Schuchardt1-18/+10
2018-09-23efi_loader: struct efi_simple_text_input_protocolHeinrich Schuchardt6-12/+12
2018-09-23test/py: typo occuredHeinrich Schuchardt1-1/+1
2018-09-23test/py: test EFI_SIMPLE_TEXT_INPUT_PROTOCOLHeinrich Schuchardt1-0/+58
2018-09-23efi_selftest: EFI_UNICODE_COLLATION_PROTOCOLHeinrich Schuchardt2-0/+261
2018-09-23efi_loader: EFI_UNICODE_COLLATION_PROTOCOLHeinrich Schuchardt8-3/+455
2018-09-23test: tests for utf_to_lower() utf_to_upper().Heinrich Schuchardt1-0/+34