Age | Commit message (Expand) | Author |
2018-09-23 | efi_loader: remove redundant statement | Heinrich Schuchardt |
2018-09-23 | efi_loader: create root node | Heinrich Schuchardt |
2018-09-23 | efi_loader: avoid out of bound access in efi_get_variable() | Heinrich Schuchardt |
2018-09-23 | efi_selftest: test qemu-arm(64)_defconfig | Heinrich Schuchardt |
2018-09-23 | efi_driver: convert function descriptions to Sphinx style | Heinrich Schuchardt |
2018-09-23 | efi_loader: query serial console size reliably | Heinrich Schuchardt |
2018-09-23 | efi_loader: Merge memory map entries | Alexander Graf |
2018-09-23 | efi_loader: memory leak in efi_set_bootdev() | Heinrich Schuchardt |
2018-09-23 | efi_loader: do not use local variable for handle | Heinrich Schuchardt |
2018-09-23 | efi_selftest: missing braces in efi_selftest_textinputex.c | Heinrich Schuchardt |
2018-09-23 | efi_loader: check parameter new_handle of efi_file_open() | Heinrich Schuchardt |
2018-09-23 | sandbox: Allow to execute from RAM | Alexander Graf |
2018-09-23 | sandbox: Fix setjmp/longjmp | Alexander Graf |
2018-09-23 | efi_loader: terminal left upper corner is [1, 1] | Heinrich Schuchardt |
2018-09-23 | efi_loader: more debug info for efi_file_getinfo() | Heinrich Schuchardt |
2018-09-23 | efi: sandbox: Enable selftest command | Simon Glass |
2018-09-23 | efi: Correct the operation of efi_file_write() | Simon Glass |
2018-09-23 | sandbox: Enhance map_to_sysmem() to handle foreign pointers | Simon Glass |
2018-09-23 | sandbox: Add support for calling abort() | Simon Glass |
2018-09-23 | sandbox: Align RAM buffer to the machine page size | Simon Glass |
2018-09-23 | efi: sandbox: Enable EFI loader build for sandbox | Simon Glass |
2018-09-23 | efi: sandbox: Add distroboot support | Simon Glass |
2018-09-23 | efi_loader: loosen check of parameters of efi_file_open() | Heinrich Schuchardt |
2018-09-23 | fs: fat: unaligned buffers are not an error | Heinrich Schuchardt |
2018-09-23 | efi_loader: provide description of file_open() | Heinrich Schuchardt |
2018-09-23 | efi_loader: check parameters of efi_file_open() | Heinrich Schuchardt |
2018-09-23 | efi_loader: unset CONFIG_EFI_UNICODE_CAPITALIZATION | Heinrich Schuchardt |
2018-09-23 | efi_selftest: test key notification functions | Heinrich Schuchardt |
2018-09-23 | efi_loader: implement key notify functions | Heinrich Schuchardt |
2018-09-23 | test/py: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL | Heinrich Schuchardt |
2018-09-23 | efi_selftest: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL | Heinrich Schuchardt |
2018-09-23 | efi_loader: support modifiers for F1 - F4 | Heinrich Schuchardt |
2018-09-23 | efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL | Heinrich Schuchardt |
2018-09-23 | test/py: rework test_efi_selftest_text_input() | Heinrich Schuchardt |
2018-09-23 | efi_selftest: use WaitForKey to test text input | Heinrich Schuchardt |
2018-09-23 | efi_loader: rework event handling for console | Heinrich Schuchardt |
2018-09-23 | efi_selftest: refactor text input test | Heinrich Schuchardt |
2018-09-23 | test/py: Unicode w/ EFI_SIMPLE_TEXT_INPUT_PROTOCOL | Heinrich Schuchardt |
2018-09-23 | efi_loader: support Unicode text input | Heinrich Schuchardt |
2018-09-23 | test/py: fs: add fstest/unlink test | Akashi, Takahiro |
2018-09-23 | test/py: fs: add fstest/mkdir test | AKASHI Takahiro |
2018-09-23 | test/py: fs: add extended write operation test | AKASHI Takahiro |
2018-09-23 | test/py: convert fs-test.sh to pytest | AKASHI Takahiro |
2018-09-23 | fs-test: update the test result as of v2018.09 | AKASHI Takahiro |
2018-09-23 | fs-test: fix false positive error at Test Case 12 | AKASHI Takahiro |
2018-09-23 | efi_loader: implement a file delete | AKASHI Takahiro |
2018-09-23 | cmd: fat: add fatrm command | AKASHI Takahiro |
2018-09-23 | fs: fat: support unlink | AKASHI Takahiro |
2018-09-23 | fs: add unlink interface | AKASHI Takahiro |
2018-09-23 | efi_loader: file: support creating a directory | AKASHI Takahiro |