Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
cf0818b4772b02e63fb980d8c146ef5d780b7940
/
test
9a8942b
Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
by Tom Rini
· 5 years ago
4e5c468
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
by Tom Rini
· 5 years ago
0255435
dm: irq: Add support for requesting interrupts
by Simon Glass
· 5 years ago
ba87607
dm: irq: Add support for interrupt controller types
by Simon Glass
· 5 years ago
5016234
dm: core: Add a function to find a device by drvdata
by Simon Glass
· 5 years ago
3cf0fba
dm: core: Allow iterating devices without uclass_get()
by Simon Glass
· 5 years ago
336d461
dm: core: Create a new header file for 'compat' features
by Simon Glass
· 5 years ago
61b29b8
dm: core: Require users of devres to include the header
by Simon Glass
· 5 years ago
3062cd1
sound: Add a new stop_play() method
by Simon Glass
· 5 years ago
400175b
test: Add a way to check each line of console output
by Simon Glass
· 5 years ago
cfccff8
test: Enable console recording in tests
by Simon Glass
· 5 years ago
b83994d
bloblist: Zero records when adding
by Simon Glass
· 5 years ago
5b04454
bloblist: Add a new function to add or check size
by Simon Glass
· 5 years ago
903e83e
dm: core: Add a way to iterate through children, probing each
by Simon Glass
· 5 years ago
f262d4c
dm: core: Add a way to read platdata for all child devices
by Simon Glass
· 5 years ago
bd933bf
dm: core: Add ofnode_get_chosen_prop()
by Simon Glass
· 5 years ago
a8167d8
dm: core: Add ofnode_read_prop()
by Simon Glass
· 5 years ago
14ca9f7
dm: core: Rename ofnode_get_chosen_prop()
by Simon Glass
· 5 years ago
491e87a
test: efi_selftest: fix pylint warnings
by Heinrich Schuchardt
· 5 years ago
df10a2c
test: test_efi_fit: fix pylint warnings
by Heinrich Schuchardt
· 5 years ago
01e9ee0
test/py: android: Add test for abootimg
by Sam Protsenko
· 5 years ago
586a1bf
doc: android: Convert to Sphinx format
by Sam Protsenko
· 5 years ago
84f0415
Consistently use nproc for counting the CPUs
by Heinrich Schuchardt
· 5 years ago
bfcd929
test: dm: spi: Fix sandbox dm_test_spi_find()
by Bin Meng
· 5 years ago
1c6cd16
aes: add test unit for aes196 and aes256
by Philippe Reynes
· 5 years ago
ebcdb8d
aes: add test unit for aes128
by Philippe Reynes
· 5 years ago
92329e2
Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze
by Tom Rini
· 5 years ago
954ab3c
test/py: use valid device tree in test_fit.py
by Heinrich Schuchardt
· 5 years ago
9c6bf17
test/py: hush_if_test: Add tests to cover octal/hex values
by Michal Simek
· 5 years ago
3f05f08
test/cmd_ut.c: fix cmd_ut_category
by Philippe Reynes
· 5 years ago
d6b92b9
Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dm
by Tom Rini
· 5 years ago
7086de4
Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
by Tom Rini
· 5 years ago
42a0ce5
dm: devres: Add a new OFDATA phase
by Simon Glass
· 5 years ago
8d6320c
dm: devres: Add tests
by Simon Glass
· 5 years ago
dc12ebb
dm: test: Add a test driver for devres
by Simon Glass
· 5 years ago
8109863
test: Add functions to find the amount of allocated memory
by Simon Glass
· 5 years ago
4ee08eb
test: rng: Add basic test for random number generator(rng) uclass
by Sughosh Ganu
· 5 years ago
8391f95
test/py: Create a test for launching UEFI binaries from FIT images
by Cristian Ciocaltea
· 5 years ago
3510280
test/py: describe env__efi_loader_helloworld_file
by Heinrich Schuchardt
· 5 years ago
49b5b19
test/py: Fix broken 'notbuildconfigspec' marker
by Cristian Ciocaltea
· 5 years ago
4ad4edf
cmd_ut: add a parameter prefix to the function cmd_ut_category
by Philippe Reynes
· 5 years ago
ffcb880
remoteproc: elf_loader: Add elf resource table load support
by Fabien Dessenne
· 5 years ago
5a8fa09
Merge branch 'next'
by Tom Rini
· 5 years ago
1785bf5
test: Fix the boardspec for the SPL handoff test
by Simon Glass
· 5 years ago
fc1a3bf
test_env: don't strip() printenv results
by Stephen Warren
· 5 years ago
c0912f9
Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 into next
by Tom Rini
· 5 years ago
951674a
dm: i2c: EEPROM simulator add tests for addr offset mask
by Robert Beckett
· 5 years ago
22e9351
dm: i2c: EEPROM simulator allow tests visibility of addr and offset
by Robert Beckett
· 5 years ago
fbb0efd
sandbox: Add a test for IRQ
by Simon Glass
· 5 years ago
3e17ffb
sandbox: Add PCI driver and test for p2sb
by Simon Glass
· 5 years ago
3b65ee3
x86: sandbox: Add a PMC emulator and test
by Simon Glass
· 5 years ago
cb10579
test.py: Make search for autoconf.mk more permissive
by Simon Glass
· 5 years ago
f523400f
test: add asn1 unit test
by AKASHI Takahiro
· 5 years ago
995237b
test/py: test_fs: add tests for creating/deleting many files
by AKASHI Takahiro
· 5 years ago
288b29e
common: Move command functions out of common.h
by Simon Glass
· 5 years ago
1045315
common: Move get_ticks() function out of common.h
by Simon Glass
· 5 years ago
6c03f9e
common: Add a new lz4.h header file
by Simon Glass
· 5 years ago
12f1e79
dm: test: usb: rework keyboard test
by Heinrich Schuchardt
· 5 years ago
96383bd
tests: add OP-TEE test suite
by Heiko Stuebner
· 5 years ago
11406b8
dm: regulator: support regulator more state
by Joseph Chen
· 5 years ago
c53b318
spi: Add support for memory-mapped flash
by Simon Glass
· 5 years ago
bb1bb4b
Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dm
by Tom Rini
· 5 years ago
79c84de
test: provide test for errno_str()
by Heinrich Schuchardt
· 5 years ago
1557963
test/py: Use raw strings more to avoid deprecation warnings
by Tom Rini
· 5 years ago
ddaa8be
test/py: Update docs, add requirements.txt for pip
by Tom Rini
· 5 years ago
8add4fa
test/py: Rework test.py to be a different kind of wrapper
by Tom Rini
· 5 years ago
d2b5240
test/py: Update test_fs to decode check_output calls
by Tom Rini
· 5 years ago
1813ace
test/py: test_efi_selftest.py: Updates for python 3 support
by Tom Rini
· 5 years ago
8060209
test/py: test_ut.py: Ensure we use bytes
by Tom Rini
· 5 years ago
fd31fc1
test/py: Manual python3 fixes
by Tom Rini
· 5 years ago
fe1193e
test/py: Automated conversion to Python 3
by Tom Rini
· 5 years ago
3c941e0
test/py: Fix pytest4 deprecation warnings
by Marek Vasut
· 5 years ago
79883ef
test/py: Split mark to multiple lines
by Tom Rini
· 5 years ago
2333dc4
test: regmap: check the values read from the regmap
by Jean-Jacques Hiblot
· 5 years ago
9a52be1
test: clk: test clock self assignment
by Jean-Jacques Hiblot
· 5 years ago
dd2e0ce
test: clk: Update tests to also check the managed API
by Jean-Jacques Hiblot
· 5 years ago
2a43dbd
dm: Tidy up dump output when there are many devices
by Patrick Delaunay
· 5 years ago
ce5172c
pytest: vboot: add a test for required key
by Philippe Reynes
· 5 years ago
23f965a
dm: Add a dsi host uclass
by Yannick Fertré
· 5 years ago
81e39fb
remoteproc: elf_loader: Introduce rproc_elf_get_boot_addr() api
by Lokesh Vutla
· 5 years ago
14d963d
remoteproc: elf_loader: Always check the validity of the image before loading
by Lokesh Vutla
· 5 years ago
240b932
dm: core: Add a function to count the children of a device
by Lokesh Vutla
· 5 years ago
33c215a
dm: pci: Add a function to read a PCI BAR
by Simon Glass
· 5 years ago
3414581
sandbox: Rename PCI ID for swap_case to be more specific
by Simon Glass
· 5 years ago
2232700
dm: test: Correct a stray backslash in dm_test_destroy()
by Simon Glass
· 5 years ago
4805a7a
dm: core: Correct the return value for uclass_find_first_device()
by Simon Glass
· 5 years ago
ad95047
dm: test: Don't fail when tests are skipped due to build
by Simon Glass
· 5 years ago
fe9a967
dm: test: Fix running of multiple test from command line
by Simon Glass
· 5 years ago
79907a4
test: add tests for u16_str<n>cmp()
by AKASHI Takahiro
· 5 years ago
abd858e
dm: cache: Add enable and disable ops for sandbox and test
by Rick Chen
· 5 years ago
c66f4f5
sandbox: clk: add clk enable/disable test code
by Peng Fan
· 5 years ago
753e538
test/py: Add cmd_memory dependency back to test_mmc_wr
by Michal Simek
· 5 years ago
9c61158
Merge branch '2019-08-11-ti-imports'
by Tom Rini
· 5 years ago
f5b9047
dm: core: add support for getting register address and size
by Sekhar Nori
· 5 years ago
acbb7cd
clk: add support for clk_is_match()
by Sekhar Nori
· 5 years ago
3f0d680
env: Drop the ACTION typedef
by Simon Glass
· 5 years ago
dd2408c
env: Drop the ENTRY typedef
by Simon Glass
· 5 years ago
9fb625c
env: Move env_set() to env.h
by Simon Glass
· 5 years ago
0c670fc
common: Move gzip functions into a new gzip header
by Simon Glass
· 5 years ago
a09c1f7
test/py: Fix MMC/SD block write test dependency
by Michal Simek
· 5 years ago
Next »