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
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
2020-09-21
cmd: acpi: Print revisions in hex format
Andy Shevchenko
1
-5
/
+5
2020-09-12
test: do no assume hush parser in validate_empty()
Heinrich Schuchardt
1
-1
/
+1
2020-08-27
test: undefined reference to 'sscanf'
Heinrich Schuchardt
1
-1
/
+1
2020-08-25
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
Tom Rini
1
-0
/
+22
2020-08-25
Merge branch '2020-08-24-misc-improvements'
Tom Rini
3
-47
/
+102
2020-08-25
pci: pci-uclass: Add multi entry support for memory regions
Suneel Garapati
1
-0
/
+22
2020-08-24
Merge tag 'efi-2020-10-rc3-3' of https://gitlab.denx.de/u-boot/custodians/u-b...
Tom Rini
6
-74
/
+125
2020-08-24
test/py: Add tests for LZO and ZSTD
Joao Marcos Costa
3
-47
/
+102
2020-08-24
efi_loader: use ':' as separator for setenv -i
Heinrich Schuchardt
4
-74
/
+74
2020-08-24
test: unit test for efi_dp_check_length()
Heinrich Schuchardt
2
-0
/
+51
2020-08-24
Merge tag 'u-boot-clk-24Aug2020' of https://gitlab.denx.de/u-boot/custodians/...
Tom Rini
1
-0
/
+39
2020-08-24
clk: ccf: mux: change the get_rate helper
Dario Binacchi
1
-0
/
+24
2020-08-24
clk: set flags in the ccf registration routines
Dario Binacchi
1
-0
/
+7
2020-08-24
dm: test: clk: add the test for the ccf gated clock
Dario Binacchi
1
-0
/
+8
2020-08-22
test: dm: Add test case for devfdt_get_addr_ptr
Ovidiu Panait
1
-0
/
+18
2020-08-22
test/py: Update test_bind
Patrice Chotard
1
-6
/
+9
2020-08-22
sandbox: dts: Add compatible string for bind-test node
Patrice Chotard
2
-4
/
+1
2020-08-20
i2c: eeprom: Use reg property instead of offset and size
Michal Simek
1
-0
/
+8
2020-08-15
Merge tag 'efi-2020-10-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-b...
Tom Rini
5
-24
/
+326
2020-08-14
lib: sscanf: add sscanf implementation
Andrii Anisov
2
-0
/
+175
2020-08-14
test/py: efi_secboot: modify 'multiple signatures' test case
AKASHI Takahiro
2
-12
/
+19
2020-08-13
test/py: efi_secboot: add test for intermediate certificates
AKASHI Takahiro
4
-0
/
+305
2020-08-13
test/py: efi_secboot: small rework for adding a new test
AKASHI Takahiro
2
-13
/
+3
2020-08-10
test/py: fix SquashFS tests
Joao Marcos Costa
3
-14
/
+16
2020-08-08
test/py: serial# cannot be overwritten on some devices
Heinrich Schuchardt
1
-2
/
+5
2020-08-07
test: py: test_shell_run() with CONFIG_HUSH_PARSER=n
Heinrich Schuchardt
1
-3
/
+3
2020-08-07
tests: support mkfs.ext4 without metadata_csum
Stephen Warren
2
-3
/
+8
2020-08-07
test/py: Add tests for the SquashFS commands
Joao Marcos Costa
3
-0
/
+101
2020-08-07
cmd: Update the memory-search command
Simon Glass
4
-30
/
+103
2020-08-07
test: Add a flag for tests that need console recording
Simon Glass
1
-0
/
+10
2020-08-07
dm: Rename DM test flags to make them more generic
Simon Glass
74
-290
/
+290
2020-08-07
test: Add a way to check part of a console line or skip it
Simon Glass
1
-0
/
+22
2020-08-04
test/py: Add test support for three stage boot
Yan Liu
1
-0
/
+10
2020-08-03
dm: core: Drop header files from dm/test.h
Simon Glass
61
-17
/
+81
2020-07-31
test: sandbox: add test for erase command
Patrick Delaunay
1
-0
/
+16
2020-07-31
test: environment in ext4
Patrick Delaunay
1
-1
/
+96
2020-07-31
test: efi_selftest: Do not force serial# setting
Tom Rini
1
-1
/
+1
2020-07-31
test: do not rely on => being the prompt
Heinrich Schuchardt
1
-1
/
+1
2020-07-28
test: dm: add a test for class button
Philippe Reynes
2
-0
/
+75
2020-07-28
test/py: add tests for the button commands
Philippe Reynes
1
-0
/
+19
2020-07-28
sandbox, test: change hog gpio
Philippe Reynes
1
-6
/
+6
2020-07-27
Merge tag 'dm-pull-20jul20-take2a' of https://gitlab.denx.de/u-boot/custodian...
Tom Rini
8
-6
/
+140
2020-07-26
test: env: add test for env info sub-command
Patrick Delaunay
1
-0
/
+63
2020-07-25
test/dm: check if devices exist
Heinrich Schuchardt
5
-5
/
+18
2020-07-25
test: Add tests for SOC uclass
Dave Gerlach
2
-0
/
+121
2020-07-24
patman: Add a 'test' subcommand
Simon Glass
1
-1
/
+1
2020-07-24
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
8
-140
/
+6
2020-07-23
Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm
Tom Rini
8
-6
/
+140
2020-07-22
test/py: efi_secboot: fix additional pylint errors
AKASHI Takahiro
1
-7
/
+8
2020-07-22
test/py: efi_secboot: remove unused function
AKASHI Takahiro
1
-9
/
+0
[next]