aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-23lib: charset: upper/lower case conversionHeinrich Schuchardt3-0/+73
2018-09-23efi_loader: capitalization tableHeinrich Schuchardt2-0/+2029
2018-09-23efi_loader: Add console handle references to in/out/errAlexander Graf1-0/+6
2018-09-23efi_loader: use correct documentation styleHeinrich Schuchardt1-1/+1
2018-09-23efi_loader: description efi_update_capsule()Heinrich Schuchardt1-1/+1
2018-09-23efi_loader: fix typos in efi_runtime.cHeinrich Schuchardt1-7/+8
2018-09-23efi_loader: fix typos in efi_boottime.cHeinrich Schuchardt1-21/+21
2018-09-23Revert "Revert "efi_loader: efi_allocate_pages is too restrictive""Stephen Warren1-1/+1
2018-09-23ARM: tegra: reserve unmapped RAM so EFI doesn't use itStephen Warren1-0/+14
2018-09-23efi_loader: simplify ifdefsStephen Warren4-7/+7
2018-09-23lib: charset: remove obsolete functionsHeinrich Schuchardt2-102/+0
2018-09-23efi_loader: buffer size for load optionsHeinrich Schuchardt1-2/+4
2018-09-23efi_loader: don't use unlimited stack as bufferHeinrich Schuchardt1-7/+13
2018-09-23efi_loader: remove limit on variable lengthHeinrich Schuchardt1-22/+30
2018-09-23test: test printing UnicodeHeinrich Schuchardt1-0/+43
2018-09-23lib: vsprintf: correct printing of Unicode stringsHeinrich Schuchardt1-9/+4
2018-09-23test: unit tests for Unicode functionsHeinrich Schuchardt7-5/+491
2018-09-23lib: charset: utility functions for UnicodeHeinrich Schuchardt2-3/+363
2018-09-23efi_loader: rename utf16_strlen, utf16_strnlenHeinrich Schuchardt7-23/+27
2018-09-23lib: build charset.o only if neededHeinrich Schuchardt2-5/+12
2018-09-23test: print_ut.c use #if CONFIG_IS_ENABLED(EFI_LOADER)Heinrich Schuchardt1-4/+2
2018-09-23vsprintf.c: use #if CONFIG_IS_ENABLED(EFI_LOADER)Heinrich Schuchardt1-4/+4
2018-09-23efi_loader: Pass address to fs_read()Alexander Graf1-1/+4
2018-09-23efi: sandbox: Tidy up copy_fdt() to work with sandboxSimon Glass1-29/+50
2018-09-23efi: Relocate FDT to 127MB instead of 128MBSimon Glass1-2/+2
2018-09-23efi_selftest: test for loaded image protocolHeinrich Schuchardt2-0/+109
2018-09-23efi_loader: pass system table in loaded image protocolHeinrich Schuchardt1-0/+1
2018-09-23efi_selftest: memory leak testing manage protocolsHeinrich Schuchardt1-2/+19
2018-09-19Merge git://git.denx.de/u-boot-imxTom Rini15-104/+536