summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* lib/vsprintf: allow printing upper case GUIDsHeinrich Schuchardt2019-06-071-0/+23
* video: Factor out vidconsole_put_string()Marek Vasut2019-05-201-8/+0
* test/py: don't use mmc_rd config for other mmc testsStephen Warren2019-05-091-19/+66
* Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2019-05-082-0/+44
|\
| * test/dm: reset: Add reset_get_by_index[_nodev] testJagan Teki2019-05-091-0/+23
| * test/dm: clk: Add clk_get_by_index[_nodev] testJagan Teki2019-05-091-0/+21
* | lib/display_options: avoid illegal memory accessHeinrich Schuchardt2019-05-051-8/+12
* | dm: cache: Create a uclass for cacheDinh Nguyen2019-05-051-0/+20
* | avb: add support for named persistent valuesIgor Opaniuk2019-04-261-0/+16
* | Merge tag 'efi-2019-07-rc1-3' of git://git.denx.de/u-boot-efiTom Rini2019-04-243-6/+12
|\ \
| * | efi_selftest: do not run FDT test with ACPI table.Heinrich Schuchardt2019-04-231-1/+2
| * | test/py: pytest.mark.notbuildconfigspec()Heinrich Schuchardt2019-04-232-5/+10
| |/
* | test: env: Enable env unit tests by defaultHeinrich Schuchardt2019-04-241-0/+1
* | test: call hexdump tests via `ut lib`Heinrich Schuchardt2019-04-221-4/+5
|/
* test: py: Extend fpga test with fit image with external dataMichal Simek2019-04-161-0/+13
* syscon: update syscon_regmap_lookup_by_phandlePatrick Delaunay2019-04-111-0/+7
* test.py: Disable fsck for FAT tests for nowTom Rini2019-04-101-2/+0
* test/py: mmc: Add 'mmc read' performance checkMarek Vasut2019-04-091-0/+11
* test/py: mmc: Add 'mmc info' testMarek Vasut2019-04-091-0/+37
* test/py: mmc: Add 'mmc rescan' testMarek Vasut2019-04-091-0/+26
* test/py: mmc: Add 'mmc dev' testMarek Vasut2019-04-091-0/+21
* test/py: mmc: Factor out device selectionMarek Vasut2019-04-091-11/+27
* test: fs: Added tests for symlinksJean-Jacques Hiblot2019-04-093-0/+208
* test: fs: Add filesystem integrity checksJean-Jacques Hiblot2019-04-095-3/+48
* test: fs: disable the metadata checksums on ext4 filesystemsJean-Jacques Hiblot2019-04-091-0/+2
* efi_loader: correct CTRL-A - CTRL-Z console inputHeinrich Schuchardt2019-04-071-1/+1
* test: Update test-imagetools.sh to match new syntaxMartyn Welch2019-03-081-8/+8
* clk: Add fixed-factor clock driverAnup Patel2019-02-271-1/+4
* sound: Add uclass operations for beepingSimon Glass2019-02-201-0/+21
* pch: Add ioctl supportSimon Glass2019-02-201-0/+19
* sandbox: pch: Add a test for the PCH uclassSimon Glass2019-02-202-0/+37
* test: let use gdbserver for all sandbox targetsIgor Opaniuk2019-02-191-2/+2
* test: adjust names of Unicode test functionsHeinrich Schuchardt2019-02-161-49/+49
* test: tests for u16_strdup() and u16_strcpy()Heinrich Schuchardt2019-02-131-0/+23
* test/py: use default load address for tftpHeinrich Schuchardt2019-02-121-4/+5
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2019-02-111-0/+23
|\
| * dm: core: Add tests for dev_read_alias_highest_id()Michal Simek2019-02-081-0/+23
* | Merge tag 'dm-pull-10feb19' of git://git.denx.de/u-boot-dmTom Rini2019-02-101-0/+21
|\ \
| * | power: regulator: Introduce regulator_set_enable_if_allowed apiLokesh Vutla2019-02-091-0/+21
| |/
* | dm: device: fail uclass_find_first_device() if list_emptyMarcel Ziswiler2019-02-091-0/+4
* | hashtable: fix environment variable corruptionRoman Kapl2019-02-092-0/+126
* | test: provide unit test for memory functionsHeinrich Schuchardt2019-02-095-0/+230
|/
* test: lib: lmb: add lmb test for multiple RAM banksSimon Goldschmidt2019-02-021-19/+75
* lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_sizeSimon Goldschmidt2019-01-261-11/+11
* net: explicitly assign errno to return code in case of network failureThomas RIENOESSL2019-01-241-1/+1
* lib: lmb: extend lmb for checks at load timeSimon Goldschmidt2019-01-161-0/+202
* lib: lmb: reserving overlapping regions should failSimon Goldschmidt2019-01-161-8/+87
* lmb: fix allocation at end of address rangeSimon Goldschmidt2019-01-161-3/+26
* test: add test for lib/lmb.cSimon Goldschmidt2019-01-162-0/+298
* Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dmTom Rini2019-01-153-12/+17
|\