Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
dd3dfa50d88cffeb244485594a7bf18c58ae6d63
« Previous
bad48a4
ARM: dts: stm32mp1: Add EHCI support for stm32mp157c-ev1 board
by Patrice Chotard
· 6 years ago
8e9c94d
ARM: dts: stm32mp1: Add usb gadget support for stm32mp157c-ev1 board
by Patrice Chotard
· 6 years ago
c982874
efi_loader: refactor efi_setup_loaded_image()
by Heinrich Schuchardt
· 6 years ago
a47c1b5
arm: qemu-arm: enable RTC (PL031) by default
by AKASHI Takahiro
· 6 years ago
a370e42
rtc: pl031: convert the driver to driver model
by AKASHI Takahiro
· 6 years ago
24638a1
efi_loader: Fix loaded_image handle passing from EL3
by Alexander Graf
· 6 years ago
a729eb3
efi_loader: Disable efi selftest on sandbox for now
by Alexander Graf
· 6 years ago
3170db6
efi_loader: remove efi_exit_caches()
by Heinrich Schuchardt
· 6 years ago
4b985e0
dm: video: check bounds for column and row
by Heinrich Schuchardt
· 6 years ago
9d08f6d
efi_loader: remove redundant statement
by Heinrich Schuchardt
· 6 years ago
4e6b5d6
efi_loader: create root node
by Heinrich Schuchardt
· 6 years ago
506dc52
efi_loader: avoid out of bound access in efi_get_variable()
by Heinrich Schuchardt
· 6 years ago
60ce592
efi_selftest: test qemu-arm(64)_defconfig
by Heinrich Schuchardt
· 6 years ago
ea80885
efi_driver: convert function descriptions to Sphinx style
by Heinrich Schuchardt
· 6 years ago
6bb591f
efi_loader: query serial console size reliably
by Heinrich Schuchardt
· 6 years ago
7b05667
efi_loader: Merge memory map entries
by Alexander Graf
· 6 years ago
79276eb
efi_loader: memory leak in efi_set_bootdev()
by Heinrich Schuchardt
· 6 years ago
8887acc
efi_loader: do not use local variable for handle
by Heinrich Schuchardt
· 6 years ago
e102038
efi_selftest: missing braces in efi_selftest_textinputex.c
by Heinrich Schuchardt
· 6 years ago
d3dce35
efi_loader: check parameter new_handle of efi_file_open()
by Heinrich Schuchardt
· 6 years ago
6e6e4b2
sandbox: Allow to execute from RAM
by Alexander Graf
· 6 years ago
3fcb714
sandbox: Fix setjmp/longjmp
by Alexander Graf
· 6 years ago
aaace4b
efi_loader: terminal left upper corner is [1, 1]
by Heinrich Schuchardt
· 6 years ago
008fb48
efi_loader: more debug info for efi_file_getinfo()
by Heinrich Schuchardt
· 6 years ago
12ddfd4
efi: sandbox: Enable selftest command
by Simon Glass
· 6 years ago
2ae843f
efi: Correct the operation of efi_file_write()
by Simon Glass
· 6 years ago
428aa0c
sandbox: Enhance map_to_sysmem() to handle foreign pointers
by Simon Glass
· 6 years ago
fe938fb
sandbox: Add support for calling abort()
by Simon Glass
· 6 years ago
6131850
sandbox: Align RAM buffer to the machine page size
by Simon Glass
· 6 years ago
a46714f
efi: sandbox: Enable EFI loader build for sandbox
by Simon Glass
· 6 years ago
a4958a7
efi: sandbox: Add distroboot support
by Simon Glass
· 6 years ago
bd66588
efi_loader: loosen check of parameters of efi_file_open()
by Heinrich Schuchardt
· 6 years ago
1c381ce
fs: fat: unaligned buffers are not an error
by Heinrich Schuchardt
· 6 years ago
050cea7
efi_loader: provide description of file_open()
by Heinrich Schuchardt
· 6 years ago
143acd1
efi_loader: check parameters of efi_file_open()
by Heinrich Schuchardt
· 6 years ago
a90bf07
efi_loader: unset CONFIG_EFI_UNICODE_CAPITALIZATION
by Heinrich Schuchardt
· 6 years ago
6dec873
efi_selftest: test key notification functions
by Heinrich Schuchardt
· 6 years ago
4fdcf06
efi_loader: implement key notify functions
by Heinrich Schuchardt
· 6 years ago
4f17d8d
test/py: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL
by Heinrich Schuchardt
· 6 years ago
3394f20
efi_selftest: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL
by Heinrich Schuchardt
· 6 years ago
55fbdf9
efi_loader: support modifiers for F1 - F4
by Heinrich Schuchardt
· 6 years ago
110c628
efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL
by Heinrich Schuchardt
· 6 years ago
ca09f1d
test/py: rework test_efi_selftest_text_input()
by Heinrich Schuchardt
· 6 years ago
1d69c8d
efi_selftest: use WaitForKey to test text input
by Heinrich Schuchardt
· 6 years ago
0dfd13a
efi_loader: rework event handling for console
by Heinrich Schuchardt
· 6 years ago
262ff41
efi_selftest: refactor text input test
by Heinrich Schuchardt
· 6 years ago
7d04488
test/py: Unicode w/ EFI_SIMPLE_TEXT_INPUT_PROTOCOL
by Heinrich Schuchardt
· 6 years ago
35cbb79
efi_loader: support Unicode text input
by Heinrich Schuchardt
· 6 years ago
cce289a
test/py: fs: add fstest/unlink test
by Akashi, Takahiro
· 6 years ago
50ca19c
test/py: fs: add fstest/mkdir test
by AKASHI Takahiro
· 6 years ago
71f27af
test/py: fs: add extended write operation test
by AKASHI Takahiro
· 6 years ago
de8106c
test/py: convert fs-test.sh to pytest
by AKASHI Takahiro
· 6 years ago
9461fcc
fs-test: update the test result as of v2018.09
by AKASHI Takahiro
· 6 years ago
e75996c
fs-test: fix false positive error at Test Case 12
by AKASHI Takahiro
· 6 years ago
d39f6a6
efi_loader: implement a file delete
by AKASHI Takahiro
· 6 years ago
d4b751e
cmd: fat: add fatrm command
by AKASHI Takahiro
· 6 years ago
f8240ce
fs: fat: support unlink
by AKASHI Takahiro
· 6 years ago
e2519da
fs: add unlink interface
by AKASHI Takahiro
· 6 years ago
5bc84a1
efi_loader: file: support creating a directory
by AKASHI Takahiro
· 6 years ago
0349da5
cmd: fat: add fatmkdir command
by AKASHI Takahiro
· 6 years ago
31a18d5
fs: fat: support mkdir
by AKASHI Takahiro
· 6 years ago
3a10e07
fs: fat: remember the starting cluster number of directory
by AKASHI Takahiro
· 6 years ago
e7074cf
fs: add mkdir interface
by AKASHI Takahiro
· 6 years ago
cda40b2
cmd: fat: add offset parameter to fatwrite
by AKASHI Takahiro
· 6 years ago
cb8af8a
fs: fat: support write with non-zero offset
by AKASHI Takahiro
· 6 years ago
704df6a
fs: fat: refactor write interface for a file offset
by AKASHI Takahiro
· 6 years ago
4ced203
fs: fat: support write with sub-directory path
by AKASHI Takahiro
· 6 years ago
f1149ce
fs: fat: write returns error code instead of -1
by AKASHI Takahiro
· 6 years ago
25bb9da
fs: fat: check and normalize file name
by AKASHI Takahiro
· 6 years ago
881042e
Revert "fs: fat: cannot write to subdirectories"
by AKASHI Takahiro
· 6 years ago
f528c14
fs: fat: assure iterator's ->dent belongs to ->clust
by AKASHI Takahiro
· 6 years ago
b94b6be
fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve()
by AKASHI Takahiro
· 6 years ago
f23101f
fs: fat: extend get_fs_info() for write use
by AKASHI Takahiro
· 6 years ago
14d103b
efi_loader: typos in efi_console.c
by Heinrich Schuchardt
· 6 years ago
04a0f56
efi_loader: SPDX-License-Identifier for efi.h
by Heinrich Schuchardt
· 6 years ago
2e0d79a
efi_loader: SPDX-License-Identifier for efi_api.h
by Heinrich Schuchardt
· 6 years ago
3e603ec
efi_loader: struct efi_simple_text_input_protocol
by Heinrich Schuchardt
· 6 years ago
da9ea5b
test/py: typo occured
by Heinrich Schuchardt
· 6 years ago
cb03ec0
test/py: test EFI_SIMPLE_TEXT_INPUT_PROTOCOL
by Heinrich Schuchardt
· 6 years ago
1d719e7
efi_selftest: EFI_UNICODE_COLLATION_PROTOCOL
by Heinrich Schuchardt
· 6 years ago
0bc4b0d
efi_loader: EFI_UNICODE_COLLATION_PROTOCOL
by Heinrich Schuchardt
· 6 years ago
1a1012a
test: tests for utf_to_lower() utf_to_upper().
by Heinrich Schuchardt
· 6 years ago
b5130a8
lib: charset: upper/lower case conversion
by Heinrich Schuchardt
· 6 years ago
5b2118a
efi_loader: capitalization table
by Heinrich Schuchardt
· 6 years ago
40e3e75
efi_loader: Add console handle references to in/out/err
by Alexander Graf
· 6 years ago
0414359
efi_loader: use correct documentation style
by Heinrich Schuchardt
· 6 years ago
cc0bfc0
efi_loader: description efi_update_capsule()
by Heinrich Schuchardt
· 6 years ago
250b325
efi_loader: fix typos in efi_runtime.c
by Heinrich Schuchardt
· 6 years ago
b72aaa8
efi_loader: fix typos in efi_boottime.c
by Heinrich Schuchardt
· 6 years ago
14deb5e
Revert "Revert "efi_loader: efi_allocate_pages is too restrictive""
by Stephen Warren
· 6 years ago
0797f7f
ARM: tegra: reserve unmapped RAM so EFI doesn't use it
by Stephen Warren
· 6 years ago
9b5e639
efi_loader: simplify ifdefs
by Stephen Warren
· 6 years ago
75cb1cd
lib: charset: remove obsolete functions
by Heinrich Schuchardt
· 6 years ago
7086a71
efi_loader: buffer size for load options
by Heinrich Schuchardt
· 6 years ago
ba7bd5c
efi_loader: don't use unlimited stack as buffer
by Heinrich Schuchardt
· 6 years ago
dcdb64f
efi_loader: remove limit on variable length
by Heinrich Schuchardt
· 6 years ago
fbba2f6
test: test printing Unicode
by Heinrich Schuchardt
· 6 years ago
31bd711
lib: vsprintf: correct printing of Unicode strings
by Heinrich Schuchardt
· 6 years ago
f11a164
test: unit tests for Unicode functions
by Heinrich Schuchardt
· 6 years ago
d8c2823
lib: charset: utility functions for Unicode
by Heinrich Schuchardt
· 6 years ago
Next »