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
...
*
sandbox: dts: Add compatible string for bind-test node
Patrice Chotard
2020-08-22
1
-3
/
+0
*
test/py: efi_secboot: modify 'multiple signatures' test case
AKASHI Takahiro
2020-08-14
2
-12
/
+19
*
test/py: efi_secboot: add test for intermediate certificates
AKASHI Takahiro
2020-08-13
4
-0
/
+305
*
test/py: efi_secboot: small rework for adding a new test
AKASHI Takahiro
2020-08-13
2
-13
/
+3
*
test/py: fix SquashFS tests
Joao Marcos Costa
2020-08-10
3
-14
/
+16
*
test/py: serial# cannot be overwritten on some devices
Heinrich Schuchardt
2020-08-08
1
-2
/
+5
*
test: py: test_shell_run() with CONFIG_HUSH_PARSER=n
Heinrich Schuchardt
2020-08-07
1
-3
/
+3
*
tests: support mkfs.ext4 without metadata_csum
Stephen Warren
2020-08-07
2
-3
/
+8
*
test/py: Add tests for the SquashFS commands
Joao Marcos Costa
2020-08-07
3
-0
/
+101
*
test: sandbox: add test for erase command
Patrick Delaunay
2020-07-31
1
-0
/
+16
*
test: environment in ext4
Patrick Delaunay
2020-07-31
1
-1
/
+96
*
test: efi_selftest: Do not force serial# setting
Tom Rini
2020-07-31
1
-1
/
+1
*
test: do not rely on => being the prompt
Heinrich Schuchardt
2020-07-31
1
-1
/
+1
*
test/py: add tests for the button commands
Philippe Reynes
2020-07-28
1
-0
/
+19
*
test: env: add test for env info sub-command
Patrick Delaunay
2020-07-26
1
-0
/
+63
*
test/py: efi_secboot: fix additional pylint errors
AKASHI Takahiro
2020-07-22
1
-7
/
+8
*
test/py: efi_secboot: remove unused function
AKASHI Takahiro
2020-07-22
1
-9
/
+0
*
efi_loader: use logging for bootefi command
Heinrich Schuchardt
2020-07-22
2
-10
/
+8
*
efi_loader: skip warnings for network configuration
Heinrich Schuchardt
2020-07-16
1
-5
/
+11
*
test: use virt-make-fs to build image
Heinrich Schuchardt
2020-07-11
2
-30
/
+4
*
test/py: efi_secboot: add a test for verifying with digest of signed image
AKASHI Takahiro
2020-07-11
2
-0
/
+59
*
test/py: efi_secboot: add a test for multiple signatures
AKASHI Takahiro
2020-07-11
2
-1
/
+59
*
test/py: efi_secboot: add a test against certificate revocation
AKASHI Takahiro
2020-07-11
2
-1
/
+31
*
test/py: efi_secboot: split "signed image" test case-1 into two cases
AKASHI Takahiro
2020-07-11
1
-28
/
+38
*
test/py: efi_secboot: more fixes against pylint
AKASHI Takahiro
2020-07-11
4
-83
/
+79
*
test/py: efi_secboot: apply autopep8
AKASHI Takahiro
2020-07-11
5
-60
/
+67
*
drivers: rename drivers to match compatible string
Walter Lozano
2020-07-09
1
-27
/
+27
*
log: don't show function by default
Heinrich Schuchardt
2020-07-09
1
-0
/
+2
*
test_sleep.py: make sleep time and margin configurable
Heiko Schocher
2020-07-07
1
-3
/
+11
*
cmd: blkls: Add blkls command
Niel Fourie
2020-07-07
1
-0
/
+13
*
cmd: dm: Fixed/Added DM driver listing subcommands
Niel Fourie
2020-07-07
1
-2
/
+20
*
cmd: fs: Add command to list supported fs types
Niel Fourie
2020-07-07
1
-0
/
+13
*
cmd: part: Add subcommand to list supported partition tables
Niel Fourie
2020-07-07
1
-0
/
+14
*
test: correct time stamps for UEFI authentication
Heinrich Schuchardt
2020-07-03
1
-8
/
+8
*
test/py: efi_secboot: fix test case 1g of test_authvar
AKASHI Takahiro
2020-07-03
1
-6
/
+6
*
test/py: efi_secboot: remove all "re.search"
AKASHI Takahiro
2020-07-03
3
-74
/
+65
*
Revert "test: stabilize test_efi_secboot"
AKASHI Takahiro
2020-07-03
3
-9
/
+9
*
test/py: test_efi_fit: Update #size-cells to 1
Bin Meng
2020-06-30
1
-2
/
+2
*
test: describe naming conventions for macro UNIT_TEST
Heinrich Schuchardt
2020-05-08
1
-1
/
+16
*
test: stabilize test_efi_secboot
Heinrich Schuchardt
2020-05-04
3
-9
/
+9
*
test/py: vboot: add a test to check fit signature on fit with padding
Philippe Reynes
2020-05-01
1
-19
/
+33
*
test/py: fix test_efi_secboot/conftest.py
Heinrich Schuchardt
2020-04-30
1
-24
/
+6
*
test: test_fs error message
Heinrich Schuchardt
2020-04-27
1
-2
/
+3
*
test: pinmux: add pincontrol-gpio for pin configuration
Patrick Delaunay
2020-04-16
1
-0
/
+10
*
test: dm: update test for pins configuration in pinctrl node
Patrick Delaunay
2020-04-16
1
-10
/
+18
*
efi_loader, pytest: add UEFI secure boot tests (image)
AKASHI Takahiro
2020-04-16
2
-0
/
+238
*
efi_loader, pytest: add UEFI secure boot tests (authenticated variables)
AKASHI Takahiro
2020-04-16
1
-0
/
+282
*
efi_loader, pytest: set up secure boot environment
AKASHI Takahiro
2020-04-16
2
-0
/
+172
*
cmd: Add test and fix bugs for dm drivers
Sean Anderson
2020-04-09
1
-0
/
+17
*
test: vboot: Reduce fake kernel size to 500 bytes
Simon Glass
2020-04-01
1
-1
/
+1
[prev]
[next]