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
JH7110_VisionFive2_multi_rtos
dubhe_fpga_dev_v2023.10
dubhe_fpga_dev_v2024.10
master
pinetabv-devel
rtthread_AMP
starfive-2024.07-master-jhb100
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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-12
spl: Convert spl_fit to work with sandbox
Simon Glass
2
-13
/
+17
2021-03-12
sandbox: Update os_find_u_boot() to find the .img file
Simon Glass
3
-5
/
+8
2021-03-12
test: Allow SPL to run any available test
Simon Glass
4
-18
/
+33
2021-03-12
test: Rename all linker lists to have a ut_ prefix
Simon Glass
2
-5
/
+5
2021-03-12
test: Add a macros for finding tests in linker_lists
Simon Glass
14
-32
/
+32
2021-03-12
test: log: Rename log main test file to log_ut.c
Simon Glass
2
-1
/
+1
2021-03-12
test: Move restoring of driver model state to ut_run_list()
Simon Glass
2
-12
/
+29
2021-03-12
test: Move the devicetree check into ut_run_list()
Simon Glass
2
-13
/
+32
2021-03-12
test: Use return values in dm_test_run()
Simon Glass
1
-8
/
+6
2021-03-12
test: Run driver-model tests using ut_run_list()
Simon Glass
3
-93
/
+81
2021-03-12
test: Use a local variable for test state
Simon Glass
5
-6
/
+47
2021-03-12
test: Add ut_run_test_live_flat() to run tests twice
Simon Glass
3
-44
/
+73
2021-03-12
test: Drop dm_do_test()
Simon Glass
1
-11
/
+4
2021-03-12
test: Use ut_run_test() to run driver model tests
Simon Glass
3
-33
/
+24
2021-03-12
test: Move test running into a separate function
Simon Glass
2
-9
/
+39
2021-03-12
test: Move dm_test_destroy() into test-main.c
Simon Glass
2
-22
/
+23
2021-03-12
test: Move dm_test_init() into test-main.c
Simon Glass
3
-32
/
+32
2021-03-12
test: Drop struct dm_test_state
Simon Glass
6
-63
/
+39
2021-03-12
test: Handle driver model reinit in test_pre_run()
Simon Glass
4
-3
/
+18
2021-03-12
test: Move delay skipping to test_pre_run()
Simon Glass
4
-2
/
+20
2021-03-12
test: Move console silencing to test_pre_run()
Simon Glass
2
-5
/
+2
2021-03-12
test: Drop mallinfo() work-around
Simon Glass
2
-5
/
+1
2021-03-12
test: Move dm_scan_plat() to test_pre_run()
Simon Glass
2
-2
/
+3
2021-03-12
test: Move do_autoprobe() to test_pre_run()
Simon Glass
2
-17
/
+18
2021-03-12
test: Move dm_extended_scan() to test_pre_run()
Simon Glass
2
-3
/
+7
2021-03-12
test: Call test_pre/post_run() from driver model tests
Simon Glass
3
-7
/
+13
2021-03-12
test: Create pre/post-run functions
Simon Glass
2
-10
/
+51
2021-03-12
test: Add an overall test runner
Simon Glass
4
-33
/
+115
2021-03-12
test: Rename test-main.c to test-dm.c
Simon Glass
4
-6
/
+6
2021-03-12
test: Mark all driver model tests with a flag
Simon Glass
2
-1
/
+4
2021-03-12
test: Correct setexpr test prefix
Simon Glass
1
-4
/
+19
2021-03-12
doc: Document how sandbox_spl_tests are run
Simon Glass
2
-0
/
+87
2021-03-12
doc: Explain how to run tests without pytest
Simon Glass
3
-0
/
+90
2021-03-12
test: Re-enable test_ofplatdata
Simon Glass
1
-1
/
+1
2021-03-12
sandbox: Drop the 'starting...' message
Simon Glass
2
-2
/
+0
2021-03-12
doc: Document make tcheck
Simon Glass
1
-1
/
+11
2021-03-12
doc: Tidy up testing section
Simon Glass
1
-8
/
+12
2021-03-12
dm: core: Fix allocation of empty of-platdata
Simon Glass
1
-4
/
+13
2021-03-12
doc: stm32mp1: Use u-boot.itb if CONFIG_SPL_LOAD_FIT=y
Marek Vasut
1
-5
/
+11
2021-03-12
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell
Tom Rini
23
-175
/
+37
2021-03-12
arm: stm32mp: Fix compilation issue when SYS_DCACHE_OFF and/or SYS_DCACHE_SYS...
Patrice Chotard
1
-2
/
+4
2021-03-12
board: st: Remove board_early_init_f and board_late_init callbacks for stm32 ...
Patrice Chotard
6
-40
/
+0
2021-03-12
configs: stm32: Remove BOARD_EARLY_INIT_F and BOARD_LATE_INIT for stm32 boards
Patrice Chotard
7
-10
/
+0
2021-03-12
arm: mvebu: a38x: Remove dead code ARMADA_39X
Pali Rohár
9
-126
/
+3
2021-03-12
arm: a37xx: pci: Implement workaround for the readback value of VEND_ID
Pali Rohár
1
-0
/
+10
2021-03-12
arm: mvebu: Espressobin: Enable additional options
Pali Rohár
1
-1
/
+4
2021-03-12
ddr: marvell: axp: fix array types have different bounds warning
Marek Behún
2
-3
/
+3
2021-03-12
ddr: marvell: axp: align signature of mv_xor_mem_init() with a38x
Marek Behún
2
-4
/
+4
2021-03-12
ddr: marvell: a38x: Sync code with Marvell mv-ddr-marvell repository
Pali Rohár
10
-40
/
+6
2021-03-12
ddr: marvell: a38x: Add more space for additional info from SPD
Sujeet Baranwal
1
-1
/
+7
[prev]
[next]