index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-22
Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodia...
Tom Rini
1
-2
/
+48
2021-02-18
dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys()
Nicolas Saenz Julienne
2
-0
/
+38
2021-02-18
dm: test: Add test case for dev->dma_offset
Nicolas Saenz Julienne
1
-0
/
+30
2021-02-18
dm: test: Add test case for dev_get_dma_ranges()
Nicolas Saenz Julienne
2
-0
/
+50
2021-02-18
test: add a simple test for the adc-keys button driver
Marek Szyprowski
1
-2
/
+48
2021-02-16
test: dm: tee: extend with RPC test
Igor Opaniuk
1
-7
/
+109
2021-02-16
test: py: add pygit2 and pyelftools to requirements.txt
Igor Opaniuk
1
-0
/
+2
2021-02-15
image: Check for unit addresses in FITs
Simon Glass
1
-4
/
+5
2021-02-15
libfdt: Check for multiple/invalid root nodes
Simon Glass
1
-1
/
+2
2021-02-15
test: Add tests for the 'evil' vboot attacks
Simon Glass
1
-28
/
+65
2021-02-15
test: Add vboot_evil implementation
Simon Glass
1
-0
/
+485
2021-02-15
fit: Don't allow verification of images with @ nodes
Simon Glass
2
-18
/
+18
2021-02-15
Merge branch '2021-02-02-drop-asm_global_data-when-unused'
Tom Rini
22
-0
/
+22
2021-02-03
dm: core: Add late driver remove option
Marek Vasut
2
-0
/
+116
2021-02-03
dm: core: Avoid partially removing devices
Simon Glass
1
-1
/
+3
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
22
-0
/
+22
2021-02-01
test/py: fix runtest wrapper for pytest 6
Stephen Warren
1
-1
/
+4
2021-01-30
dm: core: Update ofnode_read_fmap_entry() to read hashes
Simon Glass
2
-0
/
+39
2021-01-30
sandbox: Disable I2C emulators in SPL
Simon Glass
1
-4
/
+4
2021-01-30
cros_ec: Add vstore support
Simon Glass
1
-0
/
+38
2021-01-30
cros_ec: Show events in human-readable form
Simon Glass
1
-0
/
+37
2021-01-30
cros_ec: Add support for switches
Simon Glass
1
-0
/
+26
2021-01-30
cros_ec: Support reading EC features
Simon Glass
1
-0
/
+28
2021-01-30
cros_ec: Add support for reading the SKU ID
Simon Glass
1
-0
/
+17
2021-01-30
cros_ec: Add a function for the hello message
Simon Glass
2
-0
/
+33
2021-01-29
test: inconsistent string tests
Heinrich Schuchardt
1
-2
/
+1
2021-01-29
test: inconsistent bootm tests
Heinrich Schuchardt
1
-1
/
+1
2021-01-29
test: Update test_fs to not use deprecated pytest.yield_fixture()
Tom Rini
1
-10
/
+5
2021-01-29
test: correct entry point to pytest
Heinrich Schuchardt
1
-5
/
+5
2021-01-29
test: pr_cont_test.o depends on CONFIG_LOG=y
Heinrich Schuchardt
1
-1
/
+1
2021-01-29
test: test_ofplatdata: Mark as sandbox specific
Tom Rini
1
-0
/
+1
2021-01-27
bloblist: Support relocating to a larger space
Simon Glass
1
-0
/
+36
2021-01-25
test: unit test for echo command
Heinrich Schuchardt
2
-0
/
+60
2021-01-23
doc: move test/py/README.md to HTML documentation
Heinrich Schuchardt
1
-389
/
+0
2021-01-23
doc: move test/README to HTML documentation
Heinrich Schuchardt
1
-96
/
+0
2021-01-18
cmd: Add a pwm command
Pragnesh Patel
2
-0
/
+48
2021-01-16
test: unit test for pr_err(), pr_cont()
Heinrich Schuchardt
2
-0
/
+46
2021-01-16
test: correct the test prefix in ut str
Patrick Delaunay
1
-2
/
+2
2021-01-16
test: correct the test prefix in ut cmd_mem
Patrick Delaunay
1
-1
/
+1
2021-01-16
test: Only enable bloblist test when supported
Simon Glass
1
-1
/
+1
2021-01-16
test: Avoid assuming sandbox board for bloblist test
Simon Glass
2
-9
/
+22
2021-01-16
test: test/lib/test_print.c depends on CONSOLE_RECORD
Heinrich Schuchardt
1
-1
/
+1
2021-01-15
test: log: add test for console output of dropped messages
Patrick Delaunay
1
-0
/
+8
2021-01-15
test: add test for dropped trace before log_init
Patrick Delaunay
1
-0
/
+11
2021-01-15
test: log: add test for dropped messages
Patrick Delaunay
1
-8
/
+35
2021-01-15
test: add LOGL_FORCE_DEBUG flags support in log tests
Patrick Delaunay
1
-9
/
+20
2021-01-12
Nokia RX-51: Add test for U-Boot serial console
Pali Rohár
1
-1
/
+32
2021-01-12
dm: core: add a function to decode display timings
Dario Binacchi
1
-0
/
+80
2021-01-12
fdt: translate address if #size-cells = <0>
Dario Binacchi
1
-0
/
+68
2021-01-12
clk: add clk_round_rate()
Dario Binacchi
1
-0
/
+22
[next]