aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2019-04-09test/py: mmc: Add 'mmc rescan' testMarek Vasut1-0/+26
2019-04-09test/py: mmc: Add 'mmc dev' testMarek Vasut1-0/+21
2019-04-09test/py: mmc: Factor out device selectionMarek Vasut1-11/+27
2019-04-09test: fs: Added tests for symlinksJean-Jacques Hiblot3-0/+208
2019-04-09test: fs: Add filesystem integrity checksJean-Jacques Hiblot5-3/+48
2019-04-09test: fs: disable the metadata checksums on ext4 filesystemsJean-Jacques Hiblot1-0/+2
2019-04-07efi_loader: correct CTRL-A - CTRL-Z console inputHeinrich Schuchardt1-1/+1
2019-03-08test: Update test-imagetools.sh to match new syntaxMartyn Welch1-8/+8
2019-02-27clk: Add fixed-factor clock driverAnup Patel1-1/+4
2019-02-20sound: Add uclass operations for beepingSimon Glass1-0/+21
2019-02-20pch: Add ioctl supportSimon Glass1-0/+19
2019-02-20sandbox: pch: Add a test for the PCH uclassSimon Glass2-0/+37
2019-02-19test: let use gdbserver for all sandbox targetsIgor Opaniuk1-2/+2
2019-02-16test: adjust names of Unicode test functionsHeinrich Schuchardt1-49/+49
2019-02-13test: tests for u16_strdup() and u16_strcpy()Heinrich Schuchardt1-0/+23
2019-02-12test/py: use default load address for tftpHeinrich Schuchardt1-4/+5
2019-02-11Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-0/+23
2019-02-10Merge tag 'dm-pull-10feb19' of git://git.denx.de/u-boot-dmTom Rini1-0/+21
2019-02-09power: regulator: Introduce regulator_set_enable_if_allowed apiLokesh Vutla1-0/+21
2019-02-09dm: device: fail uclass_find_first_device() if list_emptyMarcel Ziswiler1-0/+4
2019-02-09hashtable: fix environment variable corruptionRoman Kapl2-0/+126
2019-02-09test: provide unit test for memory functionsHeinrich Schuchardt5-0/+230
2019-02-08dm: core: Add tests for dev_read_alias_highest_id()Michal Simek1-0/+23
2019-02-02test: lib: lmb: add lmb test for multiple RAM banksSimon Goldschmidt1-19/+75
2019-01-26lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_sizeSimon Goldschmidt1-11/+11
2019-01-24net: explicitly assign errno to return code in case of network failureThomas RIENOESSL1-1/+1
2019-01-16lib: lmb: extend lmb for checks at load timeSimon Goldschmidt1-0/+202
2019-01-16lib: lmb: reserving overlapping regions should failSimon Goldschmidt1-8/+87
2019-01-16lmb: fix allocation at end of address rangeSimon Goldschmidt1-3/+26
2019-01-16test: add test for lib/lmb.cSimon Goldschmidt2-0/+298
2019-01-15Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dmTom Rini3-12/+17
2019-01-15test: Use single quote consistentlySimon Glass9-189/+189
2019-01-14dm: serial: Adjust serial_getinfo() to use proper APISimon Glass1-2/+2
2019-01-14dm: serial: Adjust serial_setconfig() to use proper APISimon Glass1-4/+7
2019-01-14dm: serial: Adjust serial_getconfig() to use proper APISimon Glass1-2/+2
2019-01-14test: dm: regmap: Fix the long test delaySimon Glass1-3/+4
2019-01-14dm: Tidy up 'dm tree' output when there are many devicesSimon Glass1-1/+2
2019-01-14test: bootcount: add bootcount-uclass testPhilipp Tomsich2-0/+31
2018-12-29dm: video: fix test failures with enabled default TrueType fontAnatolij Gustschin1-3/+3
2018-12-26tests: enable DT overlay tests by defaultHeinrich Schuchardt1-4/+3
2018-12-15cmd: Move the "dm" command from test/dm/ to cmd/Tom Rini2-89/+0
2018-12-13dm: sound: Complete migration to driver modelSimon Glass1-3/+3
2018-12-13dm: core: Add a function to read into a unsigned intSimon Glass1-0/+35
2018-12-13dm: sound: Create a uclass for soundSimon Glass2-0/+35
2018-12-13dm: sound: Create a uclass for i2sSimon Glass2-0/+33
2018-12-13dm: sound: Create a uclass for audio codecsSimon Glass2-0/+35
2018-12-12test: overlay: NULL passed as fdtHeinrich Schuchardt1-19/+9
2018-12-12test: hexdump: fix misplaced returnSimon Goldschmidt1-2/+2
2018-12-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-0/+29
2018-12-07syscon: dm: Add a new method to get a regmap from DTSJean-Jacques Hiblot1-0/+29