oweals/u-boot.git
2018-09-23 AKASHI Takahirortc: pl031: convert the driver to driver model
2018-09-23 Alexander Grafefi_loader: Fix loaded_image handle passing from EL3
2018-09-23 Alexander Grafefi_loader: Disable efi selftest on sandbox for now
2018-09-23 Heinrich Schuchardtefi_loader: remove efi_exit_caches()
2018-09-23 Heinrich Schuchardtdm: video: check bounds for column and row
2018-09-23 Heinrich Schuchardtefi_loader: remove redundant statement
2018-09-23 Heinrich Schuchardtefi_loader: create root node
2018-09-23 Heinrich Schuchardtefi_loader: avoid out of bound access in efi_get_variable()
2018-09-23 Heinrich Schuchardtefi_selftest: test qemu-arm(64)_defconfig
2018-09-23 Heinrich Schuchardtefi_driver: convert function descriptions to Sphinx...
2018-09-23 Heinrich Schuchardtefi_loader: query serial console size reliably
2018-09-23 Alexander Grafefi_loader: Merge memory map entries
2018-09-23 Heinrich Schuchardtefi_loader: memory leak in efi_set_bootdev()
2018-09-23 Heinrich Schuchardtefi_loader: do not use local variable for handle
2018-09-23 Heinrich Schuchardtefi_selftest: missing braces in efi_selftest_textinputex.c
2018-09-23 Heinrich Schuchardtefi_loader: check parameter new_handle of efi_file_open()
2018-09-23 Alexander Grafsandbox: Allow to execute from RAM
2018-09-23 Alexander Grafsandbox: Fix setjmp/longjmp
2018-09-23 Heinrich Schuchardtefi_loader: terminal left upper corner is [1, 1]
2018-09-23 Heinrich Schuchardtefi_loader: more debug info for efi_file_getinfo()
2018-09-23 Simon Glassefi: sandbox: Enable selftest command
2018-09-23 Simon Glassefi: Correct the operation of efi_file_write()
2018-09-23 Simon Glasssandbox: Enhance map_to_sysmem() to handle foreign...
2018-09-23 Simon Glasssandbox: Add support for calling abort()
2018-09-23 Simon Glasssandbox: Align RAM buffer to the machine page size
2018-09-23 Simon Glassefi: sandbox: Enable EFI loader build for sandbox
2018-09-23 Simon Glassefi: sandbox: Add distroboot support
2018-09-23 Heinrich Schuchardtefi_loader: loosen check of parameters of efi_file_open()
2018-09-23 Heinrich Schuchardtfs: fat: unaligned buffers are not an error
2018-09-23 Heinrich Schuchardtefi_loader: provide description of file_open()
2018-09-23 Heinrich Schuchardtefi_loader: check parameters of efi_file_open()
2018-09-23 Heinrich Schuchardtefi_loader: unset CONFIG_EFI_UNICODE_CAPITALIZATION
2018-09-23 Heinrich Schuchardtefi_selftest: test key notification functions
2018-09-23 Heinrich Schuchardtefi_loader: implement key notify functions
2018-09-23 Heinrich Schuchardttest/py: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL
2018-09-23 Heinrich Schuchardtefi_selftest: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL
2018-09-23 Heinrich Schuchardtefi_loader: support modifiers for F1 - F4
2018-09-23 Heinrich Schuchardtefi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL
2018-09-23 Heinrich Schuchardttest/py: rework test_efi_selftest_text_input()
2018-09-23 Heinrich Schuchardtefi_selftest: use WaitForKey to test text input
2018-09-23 Heinrich Schuchardtefi_loader: rework event handling for console
2018-09-23 Heinrich Schuchardtefi_selftest: refactor text input test
2018-09-23 Heinrich Schuchardttest/py: Unicode w/ EFI_SIMPLE_TEXT_INPUT_PROTOCOL
2018-09-23 Heinrich Schuchardtefi_loader: support Unicode text input
2018-09-23 Akashi, Takahirotest/py: fs: add fstest/unlink test
2018-09-23 AKASHI Takahirotest/py: fs: add fstest/mkdir test
2018-09-23 AKASHI Takahirotest/py: fs: add extended write operation test
2018-09-23 AKASHI Takahirotest/py: convert fs-test.sh to pytest
2018-09-23 AKASHI Takahirofs-test: update the test result as of v2018.09
2018-09-23 AKASHI Takahirofs-test: fix false positive error at Test Case 12
2018-09-23 AKASHI Takahiroefi_loader: implement a file delete
2018-09-23 AKASHI Takahirocmd: fat: add fatrm command
2018-09-23 AKASHI Takahirofs: fat: support unlink
2018-09-23 AKASHI Takahirofs: add unlink interface
2018-09-23 AKASHI Takahiroefi_loader: file: support creating a directory
2018-09-23 AKASHI Takahirocmd: fat: add fatmkdir command
2018-09-23 AKASHI Takahirofs: fat: support mkdir
2018-09-23 AKASHI Takahirofs: fat: remember the starting cluster number of directory
2018-09-23 AKASHI Takahirofs: add mkdir interface
2018-09-23 AKASHI Takahirocmd: fat: add offset parameter to fatwrite
2018-09-23 AKASHI Takahirofs: fat: support write with non-zero offset
2018-09-23 AKASHI Takahirofs: fat: refactor write interface for a file offset
2018-09-23 AKASHI Takahirofs: fat: support write with sub-directory path
2018-09-23 AKASHI Takahirofs: fat: write returns error code instead of -1
2018-09-23 AKASHI Takahirofs: fat: check and normalize file name
2018-09-23 AKASHI TakahiroRevert "fs: fat: cannot write to subdirectories"
2018-09-23 AKASHI Takahirofs: fat: assure iterator's ->dent belongs to ->clust
2018-09-23 AKASHI Takahirofs: fat: handle "." and ".." of root dir correctly...
2018-09-23 AKASHI Takahirofs: fat: extend get_fs_info() for write use
2018-09-23 Heinrich Schuchardtefi_loader: typos in efi_console.c
2018-09-23 Heinrich Schuchardtefi_loader: SPDX-License-Identifier for efi.h
2018-09-23 Heinrich Schuchardtefi_loader: SPDX-License-Identifier for efi_api.h
2018-09-23 Heinrich Schuchardtefi_loader: struct efi_simple_text_input_protocol
2018-09-23 Heinrich Schuchardttest/py: typo occured
2018-09-23 Heinrich Schuchardttest/py: test EFI_SIMPLE_TEXT_INPUT_PROTOCOL
2018-09-23 Heinrich Schuchardtefi_selftest: EFI_UNICODE_COLLATION_PROTOCOL
2018-09-23 Heinrich Schuchardtefi_loader: EFI_UNICODE_COLLATION_PROTOCOL
2018-09-23 Heinrich Schuchardttest: tests for utf_to_lower() utf_to_upper().
2018-09-23 Heinrich Schuchardtlib: charset: upper/lower case conversion
2018-09-23 Heinrich Schuchardtefi_loader: capitalization table
2018-09-23 Alexander Grafefi_loader: Add console handle references to in/out/err
2018-09-23 Heinrich Schuchardtefi_loader: use correct documentation style
2018-09-23 Heinrich Schuchardtefi_loader: description efi_update_capsule()
2018-09-23 Heinrich Schuchardtefi_loader: fix typos in efi_runtime.c
2018-09-23 Heinrich Schuchardtefi_loader: fix typos in efi_boottime.c
2018-09-23 Stephen WarrenRevert "Revert "efi_loader: efi_allocate_pages is too...
2018-09-23 Stephen WarrenARM: tegra: reserve unmapped RAM so EFI doesn't use it
2018-09-23 Stephen Warrenefi_loader: simplify ifdefs
2018-09-23 Heinrich Schuchardtlib: charset: remove obsolete functions
2018-09-23 Heinrich Schuchardtefi_loader: buffer size for load options
2018-09-23 Heinrich Schuchardtefi_loader: don't use unlimited stack as buffer
2018-09-23 Heinrich Schuchardtefi_loader: remove limit on variable length
2018-09-23 Heinrich Schuchardttest: test printing Unicode
2018-09-23 Heinrich Schuchardtlib: vsprintf: correct printing of Unicode strings
2018-09-23 Heinrich Schuchardttest: unit tests for Unicode functions
2018-09-23 Heinrich Schuchardtlib: charset: utility functions for Unicode
2018-09-23 Heinrich Schuchardtefi_loader: rename utf16_strlen, utf16_strnlen
2018-09-23 Heinrich Schuchardtlib: build charset.o only if needed
2018-09-23 Heinrich Schuchardttest: print_ut.c use #if CONFIG_IS_ENABLED(EFI_LOADER)
2018-09-23 Heinrich Schuchardtvsprintf.c: use #if CONFIG_IS_ENABLED(EFI_LOADER)
next