Commit Graph

52442 Commits (e10203864156ff7c31cae101448b4bcaf7dba58f)
 

Author SHA1 Message Date
Heinrich Schuchardt e102038641 efi_selftest: missing braces in efi_selftest_textinputex.c 6 years ago
Heinrich Schuchardt d3dce35aab efi_loader: check parameter new_handle of efi_file_open() 6 years ago
Alexander Graf 6e6e4b2f73 sandbox: Allow to execute from RAM 6 years ago
Alexander Graf 3fcb714758 sandbox: Fix setjmp/longjmp 6 years ago
Heinrich Schuchardt aaace4b086 efi_loader: terminal left upper corner is [1, 1] 6 years ago
Heinrich Schuchardt 008fb489fa efi_loader: more debug info for efi_file_getinfo() 6 years ago
Simon Glass 12ddfd4989 efi: sandbox: Enable selftest command 6 years ago
Simon Glass 2ae843f732 efi: Correct the operation of efi_file_write() 6 years ago
Simon Glass 428aa0ca56 sandbox: Enhance map_to_sysmem() to handle foreign pointers 6 years ago
Simon Glass fe938fb0df sandbox: Add support for calling abort() 6 years ago
Simon Glass 613185023f sandbox: Align RAM buffer to the machine page size 6 years ago
Simon Glass a46714ffc3 efi: sandbox: Enable EFI loader build for sandbox 6 years ago
Simon Glass a4958a7101 efi: sandbox: Add distroboot support 6 years ago
Heinrich Schuchardt bd66588657 efi_loader: loosen check of parameters of efi_file_open() 6 years ago
Heinrich Schuchardt 1c381cebb7 fs: fat: unaligned buffers are not an error 6 years ago
Heinrich Schuchardt 050cea770a efi_loader: provide description of file_open() 6 years ago
Heinrich Schuchardt 143acd1ef1 efi_loader: check parameters of efi_file_open() 6 years ago
Heinrich Schuchardt a90bf07afc efi_loader: unset CONFIG_EFI_UNICODE_CAPITALIZATION 6 years ago
Heinrich Schuchardt 6dec87396e efi_selftest: test key notification functions 6 years ago
Heinrich Schuchardt 4fdcf06648 efi_loader: implement key notify functions 6 years ago
Heinrich Schuchardt 4f17d8d391 test/py: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL 6 years ago
Heinrich Schuchardt 3394f20021 efi_selftest: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL 6 years ago
Heinrich Schuchardt 55fbdf9982 efi_loader: support modifiers for F1 - F4 6 years ago
Heinrich Schuchardt 110c628058 efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL 6 years ago
Heinrich Schuchardt ca09f1df0c test/py: rework test_efi_selftest_text_input() 6 years ago
Heinrich Schuchardt 1d69c8d850 efi_selftest: use WaitForKey to test text input 6 years ago
Heinrich Schuchardt 0dfd13a4c8 efi_loader: rework event handling for console 6 years ago
Heinrich Schuchardt 262ff411c2 efi_selftest: refactor text input test 6 years ago
Heinrich Schuchardt 7d044886c9 test/py: Unicode w/ EFI_SIMPLE_TEXT_INPUT_PROTOCOL 6 years ago
Heinrich Schuchardt 35cbb796aa efi_loader: support Unicode text input 6 years ago
Akashi, Takahiro cce289a928 test/py: fs: add fstest/unlink test 6 years ago
AKASHI Takahiro 50ca19cca9 test/py: fs: add fstest/mkdir test 6 years ago
AKASHI Takahiro 71f27af58e test/py: fs: add extended write operation test 6 years ago
AKASHI Takahiro de8106c198 test/py: convert fs-test.sh to pytest 6 years ago
AKASHI Takahiro 9461fcce37 fs-test: update the test result as of v2018.09 6 years ago
AKASHI Takahiro e75996ce54 fs-test: fix false positive error at Test Case 12 6 years ago
AKASHI Takahiro d39f6a617c efi_loader: implement a file delete 6 years ago
AKASHI Takahiro d4b751e9f3 cmd: fat: add fatrm command 6 years ago
AKASHI Takahiro f8240ce95d fs: fat: support unlink 6 years ago
AKASHI Takahiro e2519daf5c fs: add unlink interface 6 years ago
AKASHI Takahiro 5bc84a1303 efi_loader: file: support creating a directory 6 years ago
AKASHI Takahiro 0349da5100 cmd: fat: add fatmkdir command 6 years ago
AKASHI Takahiro 31a18d570d fs: fat: support mkdir 6 years ago
AKASHI Takahiro 3a10e07234 fs: fat: remember the starting cluster number of directory 6 years ago
AKASHI Takahiro e7074cffb8 fs: add mkdir interface 6 years ago
AKASHI Takahiro cda40b2aea cmd: fat: add offset parameter to fatwrite 6 years ago
AKASHI Takahiro cb8af8af5b fs: fat: support write with non-zero offset 6 years ago
AKASHI Takahiro 704df6aa0a fs: fat: refactor write interface for a file offset 6 years ago
AKASHI Takahiro 4ced2039dc fs: fat: support write with sub-directory path 6 years ago
AKASHI Takahiro f1149cea16 fs: fat: write returns error code instead of -1 6 years ago