Age | Commit message (Expand) | Author |
2018-09-23 | cmd: fat: add fatmkdir command | AKASHI Takahiro |
2018-09-23 | fs: fat: support mkdir | AKASHI Takahiro |
2018-09-23 | fs: fat: remember the starting cluster number of directory | AKASHI Takahiro |
2018-09-23 | fs: add mkdir interface | AKASHI Takahiro |
2018-09-23 | cmd: fat: add offset parameter to fatwrite | AKASHI Takahiro |
2018-09-23 | fs: fat: support write with non-zero offset | AKASHI Takahiro |
2018-09-23 | fs: fat: refactor write interface for a file offset | AKASHI Takahiro |
2018-09-23 | fs: fat: support write with sub-directory path | AKASHI Takahiro |
2018-09-23 | fs: fat: write returns error code instead of -1 | AKASHI Takahiro |
2018-09-23 | fs: fat: check and normalize file name | AKASHI Takahiro |
2018-09-23 | Revert "fs: fat: cannot write to subdirectories" | AKASHI Takahiro |
2018-09-23 | fs: fat: assure iterator's ->dent belongs to ->clust | AKASHI Takahiro |
2018-09-23 | fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve() | AKASHI Takahiro |
2018-09-23 | fs: fat: extend get_fs_info() for write use | AKASHI Takahiro |
2018-09-23 | efi_loader: typos in efi_console.c | Heinrich Schuchardt |
2018-09-23 | efi_loader: SPDX-License-Identifier for efi.h | Heinrich Schuchardt |
2018-09-23 | efi_loader: SPDX-License-Identifier for efi_api.h | Heinrich Schuchardt |
2018-09-23 | efi_loader: struct efi_simple_text_input_protocol | Heinrich Schuchardt |
2018-09-23 | test/py: typo occured | Heinrich Schuchardt |
2018-09-23 | test/py: test EFI_SIMPLE_TEXT_INPUT_PROTOCOL | Heinrich Schuchardt |
2018-09-23 | efi_selftest: EFI_UNICODE_COLLATION_PROTOCOL | Heinrich Schuchardt |
2018-09-23 | efi_loader: EFI_UNICODE_COLLATION_PROTOCOL | Heinrich Schuchardt |
2018-09-23 | test: tests for utf_to_lower() utf_to_upper(). | Heinrich Schuchardt |
2018-09-23 | lib: charset: upper/lower case conversion | Heinrich Schuchardt |
2018-09-23 | efi_loader: capitalization table | Heinrich Schuchardt |
2018-09-23 | efi_loader: Add console handle references to in/out/err | Alexander Graf |
2018-09-23 | efi_loader: use correct documentation style | Heinrich Schuchardt |
2018-09-23 | efi_loader: description efi_update_capsule() | Heinrich Schuchardt |
2018-09-23 | efi_loader: fix typos in efi_runtime.c | Heinrich Schuchardt |
2018-09-23 | efi_loader: fix typos in efi_boottime.c | Heinrich Schuchardt |
2018-09-23 | Revert "Revert "efi_loader: efi_allocate_pages is too restrictive"" | Stephen Warren |
2018-09-23 | ARM: tegra: reserve unmapped RAM so EFI doesn't use it | Stephen Warren |
2018-09-23 | efi_loader: simplify ifdefs | Stephen Warren |
2018-09-23 | lib: charset: remove obsolete functions | Heinrich Schuchardt |
2018-09-23 | efi_loader: buffer size for load options | Heinrich Schuchardt |
2018-09-23 | efi_loader: don't use unlimited stack as buffer | Heinrich Schuchardt |
2018-09-23 | efi_loader: remove limit on variable length | Heinrich Schuchardt |
2018-09-23 | test: test printing Unicode | Heinrich Schuchardt |
2018-09-23 | lib: vsprintf: correct printing of Unicode strings | Heinrich Schuchardt |
2018-09-23 | test: unit tests for Unicode functions | Heinrich Schuchardt |
2018-09-23 | lib: charset: utility functions for Unicode | Heinrich Schuchardt |
2018-09-23 | efi_loader: rename utf16_strlen, utf16_strnlen | Heinrich Schuchardt |
2018-09-23 | lib: build charset.o only if needed | Heinrich Schuchardt |
2018-09-23 | test: print_ut.c use #if CONFIG_IS_ENABLED(EFI_LOADER) | Heinrich Schuchardt |
2018-09-23 | vsprintf.c: use #if CONFIG_IS_ENABLED(EFI_LOADER) | Heinrich Schuchardt |
2018-09-23 | efi_loader: Pass address to fs_read() | Alexander Graf |
2018-09-23 | efi: sandbox: Tidy up copy_fdt() to work with sandbox | Simon Glass |
2018-09-23 | efi: Relocate FDT to 127MB instead of 128MB | Simon Glass |
2018-09-23 | efi_selftest: test for loaded image protocol | Heinrich Schuchardt |
2018-09-23 | efi_loader: pass system table in loaded image protocol | Heinrich Schuchardt |