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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
test: vboot: Move key creation into a function
Simon Glass
2020-04-01
1
-21
/
+18
*
test: vboot: Fix pylint errors
Simon Glass
2020-04-01
1
-34
/
+19
*
test: vboot: Tidy up the code a little
Simon Glass
2020-04-01
1
-13
/
+21
*
test: vboot: Parameterise the test
Simon Glass
2020-04-01
1
-6
/
+14
*
test: vboot: Add a test for a forged configuration
Simon Glass
2020-04-01
2
-1
/
+440
*
test: vboot: Drop unnecessary parameter for fit_check_sign
Simon Glass
2020-04-01
1
-2
/
+1
*
test/py: test_efi_grub_net() requires OF_CONTROL
Heinrich Schuchardt
2020-03-30
1
-0
/
+1
*
test/py: UEFI helloworld requires OF_CONTROL
Heinrich Schuchardt
2020-03-28
1
-2
/
+3
*
test/py: mmc: Fix 'mmc info' testcase
Harald Seiler
2020-03-27
1
-2
/
+2
*
cmd: gpio: Make `gpio input` return pin value again
Alex Kiernan
2020-03-13
1
-0
/
+37
*
test: efi_selftest: fix pylint warnings
Heinrich Schuchardt
2020-02-05
1
-174
/
+187
*
test: test_efi_fit: fix pylint warnings
Heinrich Schuchardt
2020-02-05
1
-38
/
+39
*
test/py: android: Add test for abootimg
Sam Protsenko
2020-02-04
1
-0
/
+159
*
doc: android: Convert to Sphinx format
Sam Protsenko
2020-02-04
1
-1
/
+1
*
Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
2020-01-16
1
-0
/
+31
|
\
|
*
test/py: hush_if_test: Add tests to cover octal/hex values
Michal Simek
2020-01-14
1
-0
/
+31
*
|
test/py: use valid device tree in test_fit.py
Heinrich Schuchardt
2020-01-15
1
-3
/
+6
|
/
*
test/py: Create a test for launching UEFI binaries from FIT images
Cristian Ciocaltea
2020-01-07
1
-0
/
+458
*
test/py: describe env__efi_loader_helloworld_file
Heinrich Schuchardt
2020-01-07
1
-3
/
+4
*
test: Fix the boardspec for the SPL handoff test
Simon Glass
2020-01-02
1
-1
/
+1
*
test_env: don't strip() printenv results
Stephen Warren
2020-01-02
1
-1
/
+1
*
test/py: test_fs: add tests for creating/deleting many files
AKASHI Takahiro
2019-12-05
1
-0
/
+84
*
test/py: Use raw strings more to avoid deprecation warnings
Tom Rini
2019-10-30
1
-2
/
+2
*
test/py: Update test_fs to decode check_output calls
Tom Rini
2019-10-30
1
-12
/
+12
*
test/py: test_efi_selftest.py: Updates for python 3 support
Tom Rini
2019-10-30
1
-18
/
+18
*
test/py: test_ut.py: Ensure we use bytes
Tom Rini
2019-10-30
1
-3
/
+3
*
test/py: Manual python3 fixes
Tom Rini
2019-10-30
1
-2
/
+2
*
test/py: Automated conversion to Python 3
Tom Rini
2019-10-30
5
-69
/
+65
*
test/py: Split mark to multiple lines
Tom Rini
2019-10-30
2
-4
/
+9
*
dm: Tidy up dump output when there are many devices
Patrick Delaunay
2019-10-15
1
-1
/
+1
*
pytest: vboot: add a test for required key
Philippe Reynes
2019-10-15
2
-0
/
+103
*
test/py: Add cmd_memory dependency back to test_mmc_wr
Michal Simek
2019-08-20
1
-1
/
+1
*
test/py: Fix MMC/SD block write test dependency
Michal Simek
2019-08-09
1
-1
/
+1
*
test/py: avb: Move AVB test to android dir
Sam Protsenko
2019-08-07
1
-0
/
+0
*
fit: Do not automatically decompress ramdisk images
Julius Werner
2019-08-07
1
-1
/
+9
*
test/py: add MMC/SD block write test
Jean-Jacques Hiblot
2019-07-31
1
-0
/
+105
*
fit: Support compression for non-kernel components (e.g. FDT)
Julius Werner
2019-07-29
1
-4
/
+25
*
test/py: Add base test case for A/B updates
Ruslan Trofymenko
2019-07-24
1
-0
/
+75
*
treewide: Fix stale references of Android docs
Eugeniu Rosca
2019-07-24
1
-1
/
+1
*
test/py: gpt: Use long options for sgdisk
Sam Protsenko
2019-07-18
1
-4
/
+7
*
test: check u-boot properties in SPL device tree
Patrick Delaunay
2019-07-10
1
-0
/
+28
*
test/py: not all boards support UEFI runtime reset
Heinrich Schuchardt
2019-07-06
1
-4
/
+0
*
test/py: error message test_efi_selftest_device_tree
Heinrich Schuchardt
2019-07-06
1
-1
/
+1
*
test/py: don't use mmc_rd config for other mmc tests
Stephen Warren
2019-05-09
1
-19
/
+66
*
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: 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
[prev]
[next]