index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
py
Commit message (
Expand
)
Author
Age
Files
Lines
*
avb: add support for named persistent values
Igor Opaniuk
2019-04-26
1
-0
/
+16
*
efi_selftest: do not run FDT test with ACPI table.
Heinrich Schuchardt
2019-04-23
1
-1
/
+2
*
test/py: pytest.mark.notbuildconfigspec()
Heinrich Schuchardt
2019-04-23
2
-5
/
+10
*
test: py: Extend fpga test with fit image with external data
Michal Simek
2019-04-16
1
-0
/
+13
*
test.py: Disable fsck for FAT tests for now
Tom Rini
2019-04-10
1
-2
/
+0
*
test/py: mmc: Add 'mmc read' performance check
Marek Vasut
2019-04-09
1
-0
/
+11
*
test/py: mmc: Add 'mmc info' test
Marek Vasut
2019-04-09
1
-0
/
+37
*
test/py: mmc: Add 'mmc rescan' test
Marek Vasut
2019-04-09
1
-0
/
+26
*
test/py: mmc: Add 'mmc dev' test
Marek Vasut
2019-04-09
1
-0
/
+21
*
test/py: mmc: Factor out device selection
Marek Vasut
2019-04-09
1
-11
/
+27
*
test: fs: Added tests for symlinks
Jean-Jacques Hiblot
2019-04-09
3
-0
/
+208
*
test: fs: Add filesystem integrity checks
Jean-Jacques Hiblot
2019-04-09
5
-3
/
+48
*
test: fs: disable the metadata checksums on ext4 filesystems
Jean-Jacques Hiblot
2019-04-09
1
-0
/
+2
*
efi_loader: correct CTRL-A - CTRL-Z console input
Heinrich Schuchardt
2019-04-07
1
-1
/
+1
*
test: let use gdbserver for all sandbox targets
Igor Opaniuk
2019-02-19
1
-2
/
+2
*
test/py: use default load address for tftp
Heinrich Schuchardt
2019-02-12
1
-4
/
+5
*
Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dm
Tom Rini
2019-01-15
1
-1
/
+2
|
\
|
*
dm: Tidy up 'dm tree' output when there are many devices
Simon Glass
2019-01-14
1
-1
/
+2
*
|
test: Use single quote consistently
Simon Glass
2019-01-15
9
-189
/
+189
|
/
*
spl/tpl: change banner into upper case
Heiko Schocher
2018-12-07
1
-1
/
+1
*
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
Tom Rini
2018-12-03
1
-4
/
+6
|
\
|
*
efi_selftest: check fdt is marked as runtime data
Heinrich Schuchardt
2018-12-02
1
-4
/
+6
*
|
test: vboot: clean its file
Philippe Reynes
2018-12-03
9
-69
/
+69
*
|
test: vboot: add padding pss for rsa signature
Philippe Reynes
2018-12-03
5
-5
/
+187
|
/
*
test: Add a 'make qcheck' target for quicker testing
Simon Glass
2018-11-29
4
-0
/
+4
*
spl: Add support for passing handoff info to U-Boot proper
Simon Glass
2018-11-26
1
-0
/
+15
*
sandbox: Drop the deprecated 'sb' command
Simon Glass
2018-11-26
2
-7
/
+7
*
sandbox: Add an option to display of-platdata in SPL
Simon Glass
2018-11-26
1
-1
/
+30
*
test/py: Add a way to pass flags to sandbox
Simon Glass
2018-11-26
1
-0
/
+18
*
spl: Add a define for SPL_TPL_PROMPT
Simon Glass
2018-11-26
1
-1
/
+1
*
dm: core: Widen the dump tree to show more of the driver's name.
Liviu Dudau
2018-11-20
1
-14
/
+14
*
test/py: test pinmux command
Patrice Chotard
2018-11-16
1
-0
/
+66
*
log: Add helpers for common log levels
Simon Glass
2018-10-09
1
-0
/
+6
*
binman: Run tests concurrently
Simon Glass
2018-10-08
1
-0
/
+1
*
test/py: Fix unicode handling for log filtering
Simon Glass
2018-10-08
1
-3
/
+4
*
test_avb: Update pymark.buildconfigspec information for the AVB tests
Jens Wiklander
2018-10-07
1
-3
/
+5
*
test/py: test_fs: add docstring comments to helper functions
Akashi Takahiro
2018-10-06
1
-0
/
+133
*
test/py: test_fs: remove fs_type argument from umount_fs()
Akashi Takahiro
2018-10-06
1
-7
/
+7
*
test/py: ignore console read exceptions after test failure
Stephen Warren
2018-10-06
1
-1
/
+11
*
efi_selftest: test key notification functions
Heinrich Schuchardt
2018-09-23
1
-2
/
+2
*
test/py: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL
Heinrich Schuchardt
2018-09-23
1
-0
/
+79
*
test/py: rework test_efi_selftest_text_input()
Heinrich Schuchardt
2018-09-23
1
-6
/
+11
*
test/py: Unicode w/ EFI_SIMPLE_TEXT_INPUT_PROTOCOL
Heinrich Schuchardt
2018-09-23
1
-0
/
+7
*
test/py: fs: add fstest/unlink test
Akashi, Takahiro
2018-09-23
2
-0
/
+171
*
test/py: fs: add fstest/mkdir test
AKASHI Takahiro
2018-09-23
2
-0
/
+141
*
test/py: fs: add extended write operation test
AKASHI Takahiro
2018-09-23
3
-0
/
+310
*
test/py: convert fs-test.sh to pytest
AKASHI Takahiro
2018-09-23
3
-0
/
+515
*
test/py: typo occured
Heinrich Schuchardt
2018-09-23
1
-1
/
+1
*
test/py: test EFI_SIMPLE_TEXT_INPUT_PROTOCOL
Heinrich Schuchardt
2018-09-23
1
-0
/
+58
*
test/py: Extend fpga command to test all fpga load types
Michal Simek
2018-09-11
1
-0
/
+552
[next]