summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | test/py: fs: add extended write operation testAKASHI Takahiro2018-09-233-0/+310
| * | test/py: convert fs-test.sh to pytestAKASHI Takahiro2018-09-233-0/+515
| * | fs-test: update the test result as of v2018.09AKASHI Takahiro2018-09-231-10/+12
| * | fs-test: fix false positive error at Test Case 12AKASHI Takahiro2018-09-231-1/+1
| * | efi_loader: implement a file deleteAKASHI Takahiro2018-09-231-1/+13
| * | cmd: fat: add fatrm commandAKASHI Takahiro2018-09-231-0/+12
| * | fs: fat: support unlinkAKASHI Takahiro2018-09-233-1/+135
| * | fs: add unlink interfaceAKASHI Takahiro2018-09-232-0/+52
| * | efi_loader: file: support creating a directoryAKASHI Takahiro2018-09-231-4/+10
| * | cmd: fat: add fatmkdir commandAKASHI Takahiro2018-09-231-0/+13
| * | fs: fat: support mkdirAKASHI Takahiro2018-09-233-1/+139
| * | fs: fat: remember the starting cluster number of directoryAKASHI Takahiro2018-09-231-0/+3
| * | fs: add mkdir interfaceAKASHI Takahiro2018-09-232-0/+55
| * | cmd: fat: add offset parameter to fatwriteAKASHI Takahiro2018-09-231-3/+6
| * | fs: fat: support write with non-zero offsetAKASHI Takahiro2018-09-231-15/+273
| * | fs: fat: refactor write interface for a file offsetAKASHI Takahiro2018-09-231-114/+65
| * | fs: fat: support write with sub-directory pathAKASHI Takahiro2018-09-232-322/+156
| * | fs: fat: write returns error code instead of -1AKASHI Takahiro2018-09-231-4/+15
| * | fs: fat: check and normalize file nameAKASHI Takahiro2018-09-231-8/+44
| * | Revert "fs: fat: cannot write to subdirectories"AKASHI Takahiro2018-09-231-15/+1
| * | fs: fat: assure iterator's ->dent belongs to ->clustAKASHI Takahiro2018-09-231-8/+17
| * | fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve()AKASHI Takahiro2018-09-231-0/+21
| * | fs: fat: extend get_fs_info() for write useAKASHI Takahiro2018-09-232-0/+9
| * | efi_loader: typos in efi_console.cHeinrich Schuchardt2018-09-231-4/+4
| * | efi_loader: SPDX-License-Identifier for efi.hHeinrich Schuchardt2018-09-231-0/+1