summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-07-05dm: Add a No-op uclassJean-Jacques Hiblot
2019-06-07lib/vsprintf: allow printing upper case GUIDsHeinrich Schuchardt
2019-05-20video: Factor out vidconsole_put_string()Marek Vasut
2019-05-09test/py: don't use mmc_rd config for other mmc testsStephen Warren
2019-05-08Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini
2019-05-09test/dm: reset: Add reset_get_by_index[_nodev] testJagan Teki
2019-05-09test/dm: clk: Add clk_get_by_index[_nodev] testJagan Teki
2019-05-05lib/display_options: avoid illegal memory accessHeinrich Schuchardt
2019-05-05dm: cache: Create a uclass for cacheDinh Nguyen
2019-04-26avb: add support for named persistent valuesIgor Opaniuk
2019-04-24Merge tag 'efi-2019-07-rc1-3' of git://git.denx.de/u-boot-efiTom Rini
2019-04-24test: env: Enable env unit tests by defaultHeinrich Schuchardt
2019-04-23efi_selftest: do not run FDT test with ACPI table.Heinrich Schuchardt
2019-04-23test/py: pytest.mark.notbuildconfigspec()Heinrich Schuchardt
2019-04-22test: call hexdump tests via `ut lib`Heinrich Schuchardt
2019-04-16test: py: Extend fpga test with fit image with external dataMichal Simek
2019-04-11syscon: update syscon_regmap_lookup_by_phandlePatrick Delaunay
2019-04-10test.py: Disable fsck for FAT tests for nowTom Rini
2019-04-09test/py: mmc: Add 'mmc read' performance checkMarek Vasut
2019-04-09test/py: mmc: Add 'mmc info' testMarek Vasut
2019-04-09test/py: mmc: Add 'mmc rescan' testMarek Vasut
2019-04-09test/py: mmc: Add 'mmc dev' testMarek Vasut
2019-04-09test/py: mmc: Factor out device selectionMarek Vasut
2019-04-09test: fs: Added tests for symlinksJean-Jacques Hiblot
2019-04-09test: fs: Add filesystem integrity checksJean-Jacques Hiblot
2019-04-09test: fs: disable the metadata checksums on ext4 filesystemsJean-Jacques Hiblot
2019-04-07efi_loader: correct CTRL-A - CTRL-Z console inputHeinrich Schuchardt
2019-03-08test: Update test-imagetools.sh to match new syntaxMartyn Welch
2019-02-27clk: Add fixed-factor clock driverAnup Patel
2019-02-20sound: Add uclass operations for beepingSimon Glass
2019-02-20pch: Add ioctl supportSimon Glass
2019-02-20sandbox: pch: Add a test for the PCH uclassSimon Glass
2019-02-19test: let use gdbserver for all sandbox targetsIgor Opaniuk
2019-02-16test: adjust names of Unicode test functionsHeinrich Schuchardt
2019-02-13test: tests for u16_strdup() and u16_strcpy()Heinrich Schuchardt
2019-02-12test/py: use default load address for tftpHeinrich Schuchardt
2019-02-11Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini
2019-02-10Merge tag 'dm-pull-10feb19' of git://git.denx.de/u-boot-dmTom Rini
2019-02-09power: regulator: Introduce regulator_set_enable_if_allowed apiLokesh Vutla
2019-02-09dm: device: fail uclass_find_first_device() if list_emptyMarcel Ziswiler
2019-02-09hashtable: fix environment variable corruptionRoman Kapl
2019-02-09test: provide unit test for memory functionsHeinrich Schuchardt
2019-02-08dm: core: Add tests for dev_read_alias_highest_id()Michal Simek
2019-02-02test: lib: lmb: add lmb test for multiple RAM banksSimon Goldschmidt
2019-01-26lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_sizeSimon Goldschmidt
2019-01-24net: explicitly assign errno to return code in case of network failureThomas RIENOESSL
2019-01-16lib: lmb: extend lmb for checks at load timeSimon Goldschmidt
2019-01-16lib: lmb: reserving overlapping regions should failSimon Goldschmidt
2019-01-16lmb: fix allocation at end of address rangeSimon Goldschmidt
2019-01-16test: add test for lib/lmb.cSimon Goldschmidt