summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* efi_loader: SPDX-License-Identifier for efi_api.hHeinrich Schuchardt2018-09-231-18/+10
* efi_loader: struct efi_simple_text_input_protocolHeinrich Schuchardt2018-09-236-12/+12
* test/py: typo occuredHeinrich Schuchardt2018-09-231-1/+1
* test/py: test EFI_SIMPLE_TEXT_INPUT_PROTOCOLHeinrich Schuchardt2018-09-231-0/+58
* efi_selftest: EFI_UNICODE_COLLATION_PROTOCOLHeinrich Schuchardt2018-09-232-0/+261
* efi_loader: EFI_UNICODE_COLLATION_PROTOCOLHeinrich Schuchardt2018-09-238-3/+455
* test: tests for utf_to_lower() utf_to_upper().Heinrich Schuchardt2018-09-231-0/+34
* lib: charset: upper/lower case conversionHeinrich Schuchardt2018-09-233-0/+73
* efi_loader: capitalization tableHeinrich Schuchardt2018-09-232-0/+2029
* efi_loader: Add console handle references to in/out/errAlexander Graf2018-09-231-0/+6
* efi_loader: use correct documentation styleHeinrich Schuchardt2018-09-231-1/+1
* efi_loader: description efi_update_capsule()Heinrich Schuchardt2018-09-231-1/+1
* efi_loader: fix typos in efi_runtime.cHeinrich Schuchardt2018-09-231-7/+8
* efi_loader: fix typos in efi_boottime.cHeinrich Schuchardt2018-09-231-21/+21
* Revert "Revert "efi_loader: efi_allocate_pages is too restrictive""Stephen Warren2018-09-231-1/+1
* ARM: tegra: reserve unmapped RAM so EFI doesn't use itStephen Warren2018-09-231-0/+14
* efi_loader: simplify ifdefsStephen Warren2018-09-234-7/+7
* lib: charset: remove obsolete functionsHeinrich Schuchardt2018-09-232-102/+0
* efi_loader: buffer size for load optionsHeinrich Schuchardt2018-09-231-2/+4
* efi_loader: don't use unlimited stack as bufferHeinrich Schuchardt2018-09-231-7/+13
* efi_loader: remove limit on variable lengthHeinrich Schuchardt2018-09-231-22/+30
* test: test printing UnicodeHeinrich Schuchardt2018-09-231-0/+43
* lib: vsprintf: correct printing of Unicode stringsHeinrich Schuchardt2018-09-231-9/+4
* test: unit tests for Unicode functionsHeinrich Schuchardt2018-09-237-5/+491
* lib: charset: utility functions for UnicodeHeinrich Schuchardt2018-09-232-3/+363
* efi_loader: rename utf16_strlen, utf16_strnlenHeinrich Schuchardt2018-09-237-23/+27
* lib: build charset.o only if neededHeinrich Schuchardt2018-09-232-5/+12
* test: print_ut.c use #if CONFIG_IS_ENABLED(EFI_LOADER)Heinrich Schuchardt2018-09-231-4/+2
* vsprintf.c: use #if CONFIG_IS_ENABLED(EFI_LOADER)Heinrich Schuchardt2018-09-231-4/+4
* efi_loader: Pass address to fs_read()Alexander Graf2018-09-231-1/+4
* efi: sandbox: Tidy up copy_fdt() to work with sandboxSimon Glass2018-09-231-29/+50
* efi: Relocate FDT to 127MB instead of 128MBSimon Glass2018-09-231-2/+2
* efi_selftest: test for loaded image protocolHeinrich Schuchardt2018-09-232-0/+109
* efi_loader: pass system table in loaded image protocolHeinrich Schuchardt2018-09-231-0/+1
* efi_selftest: memory leak testing manage protocolsHeinrich Schuchardt2018-09-231-2/+19
* Merge git://git.denx.de/u-boot-imxTom Rini2018-09-1915-104/+536
|\