index
:
starfive-tech/u-boot.git
Fedora_JH7100_2021.04
Fedora_JH7100_2021.07
Fedora_JH7100_upstream
Fedora_JH7100_upstream_devel
JH7100_Multimedia_V0.1.0
JH7100_VisionFive_OH_dev
JH7100_VisionFive_devel
JH7100_starlight_multimedia
JH7100_upstream
JH7100_upstream_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_devel-v3.9.3
dubhe_fpga_dev_v2023.10
master
rtthread_AMP
visionfive_devel
StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-28
Merge tag 'v2021.07-rc5' into next
Tom Rini
3
-2
/
+6
2021-06-24
dm: core: add ofnode_get_path()
Marek Behún
1
-0
/
+21
2021-06-24
dm: core: add non-translating version of ofnode_get_addr_size_index()
Marek Behún
1
-0
/
+5
2021-06-23
test: Include /sbin to the PATH when creating file system
Andy Shevchenko
1
-0
/
+4
2021-06-18
net: use the same alias stem for ethernet as linux
Michael Walle
2
-2
/
+2
2021-06-08
log: Convert log values to printf() if not enabled
Simon Glass
3
-0
/
+43
2021-06-08
sandbox: log: Avoid build error with !CONFIG_LOG
Simon Glass
1
-0
/
+1
2021-06-08
log: Add support for logging a buffer
Simon Glass
1
-0
/
+27
2021-06-08
display_options: Split print_buffer() into two functions
Simon Glass
1
-0
/
+26
2021-06-08
hexdump: Support any rowsize
Simon Glass
1
-3
/
+20
2021-06-08
hexdump: Add support for sandbox
Simon Glass
1
-0
/
+58
2021-06-08
display_options: Drop two spaces before the ASCII column
Simon Glass
4
-33
/
+33
2021-06-08
test: Add a test for print_buffer()
Simon Glass
1
-0
/
+82
2021-06-08
test: Convert print tests to use ut framework
Simon Glass
2
-51
/
+56
2021-06-08
test: Detect when expect_str is too small
Simon Glass
1
-2
/
+14
2021-06-08
console: Report an error when output buffer is exhausted
Simon Glass
1
-5
/
+32
2021-06-07
test: lmb: add test for lmb_reserve_flags
Patrick Delaunay
1
-0
/
+89
2021-06-05
test: add dm_test_read_resource
Patrick Delaunay
1
-0
/
+33
2021-05-27
test: Fix filesystem tests always being skipped
Alper Nebi Yasak
1
-12
/
+36
2021-05-27
part: Add check for NULL dev_part_str
Sean Anderson
1
-7
/
+30
2021-05-24
test/py: improve regular expression for ut subtest symbol matcher
Marek Behún
1
-1
/
+1
2021-05-24
test: Avoid random numbers in dm_test_devm_regmap()
Simon Glass
1
-2
/
+1
2021-05-13
pytest: add sandbox test for "extension" command
Kory Maincent
1
-0
/
+53
2021-05-12
Revert "fdt: translate address if #size-cells = <0>"
Dario Binacchi
1
-68
/
+0
2021-05-04
sandbox: add test of CONFIG_ENV_IMPORT_FDT
Rasmus Villemoes
2
-0
/
+21
2021-05-04
test: Add gpio-sysinfo test
Sean Anderson
2
-0
/
+70
2021-05-04
sysinfo: Require that sysinfo_detect be called before other methods
Sean Anderson
1
-10
/
+15
2021-04-29
test: dm: add test item for ofnode_get_addr() and ofnode_get_size()
Chen Guanqiao
1
-0
/
+31
2021-04-29
tests: patman: Add requests to the module list
Tom Rini
1
-0
/
+1
2021-04-29
test: Use positive conditional in test_matches()
Andy Shevchenko
1
-6
/
+6
2021-04-29
test: Allow simple glob pattern in the test name
Andy Shevchenko
1
-2
/
+9
2021-04-27
test: reset: Extend base reset test to catch error
Neil Armstrong
1
-5
/
+34
2021-04-24
test/py: Bump py to 1.10.0 for CVE-2020-29651
Tom Rini
1
-1
/
+1
2021-04-24
test/py: Fix efidebug related tests
Ilias Apalodimas
4
-19
/
+19
2021-04-22
test: lmb: add test for overflow protection in lmb_add_region
Patrick Delaunay
1
-0
/
+64
2021-04-22
test: Add test for partitions
Sean Anderson
2
-0
/
+77
2021-04-22
test: Alphabetize dm Makefile
Sean Anderson
1
-32
/
+32
2021-04-20
Add support for stack-protector
Joel Peshkin
1
-0
/
+14
2021-04-20
test: fix test/dm/regmap.c
Heinrich Schuchardt
1
-4
/
+5
2021-04-18
Merge tag 'ti-v2021.07-rc1' of https://source.denx.de/u-boot/custodians/u-boo...
Tom Rini
1
-5
/
+86
2021-04-16
Merge branch '2021-04-14-assorted-vboot-improvements'
Tom Rini
2
-0
/
+112
2021-04-15
test: dm: Add a test case for simple-bus <ranges>
Bin Meng
2
-0
/
+34
2021-04-15
test: dm: Add a case to test ofnode_phy_is_fixed_link()
Bin Meng
1
-0
/
+18
2021-04-15
sandbox: Add a DSA sandbox driver and unit test
Claudiu Manoil
3
-5
/
+88
2021-04-14
test/py: ecdsa: Use mkimage keyfile instead of keydir argument
Alexandru Gagniuc
1
-1
/
+1
2021-04-14
test/py: ecdsa: Add test for mkimage ECDSA signing
Alexandru Gagniuc
1
-0
/
+111
2021-04-14
test/py: Add pycryptodomex to list of required pakages
Alexandru Gagniuc
1
-0
/
+1
2021-04-13
test: qemu: add qfw sandbox driver, dm tests, qemu tests
Asherah Connor
3
-0
/
+69
2021-04-13
test: Add test for strlcat
Sean Anderson
2
-0
/
+127
2021-04-13
test: scmi: add local variables for scmi agent reference
Etienne Carriere
1
-45
/
+55
[prev]
[next]