summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * dm: serial: Adjust serial_getinfo() to use proper APISimon Glass2019-01-141-2/+2
| * dm: serial: Adjust serial_setconfig() to use proper APISimon Glass2019-01-141-4/+7
| * dm: serial: Adjust serial_getconfig() to use proper APISimon Glass2019-01-141-2/+2
| * test: dm: regmap: Fix the long test delaySimon Glass2019-01-141-3/+4
| * dm: Tidy up 'dm tree' output when there are many devicesSimon Glass2019-01-141-1/+2
* | test: Use single quote consistentlySimon Glass2019-01-159-189/+189
* | test: bootcount: add bootcount-uclass testPhilipp Tomsich2019-01-142-0/+31
|/
* dm: video: fix test failures with enabled default TrueType fontAnatolij Gustschin2018-12-291-3/+3
* tests: enable DT overlay tests by defaultHeinrich Schuchardt2018-12-261-4/+3
* cmd: Move the "dm" command from test/dm/ to cmd/Tom Rini2018-12-152-89/+0
* dm: sound: Complete migration to driver modelSimon Glass2018-12-131-3/+3
* dm: core: Add a function to read into a unsigned intSimon Glass2018-12-131-0/+35
* dm: sound: Create a uclass for soundSimon Glass2018-12-132-0/+35
* dm: sound: Create a uclass for i2sSimon Glass2018-12-132-0/+33
* dm: sound: Create a uclass for audio codecsSimon Glass2018-12-132-0/+35
* test: overlay: NULL passed as fdtHeinrich Schuchardt2018-12-121-19/+9
* test: hexdump: fix misplaced returnSimon Goldschmidt2018-12-121-2/+2
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-12-101-0/+29
|\
| * syscon: dm: Add a new method to get a regmap from DTSJean-Jacques Hiblot2018-12-071-0/+29
* | spl/tpl: change banner into upper caseHeiko Schocher2018-12-071-1/+1
* | test: dma: add dma-uclass testGrygorii Strashko2018-12-072-0/+124
* | dm: Add Hardware Spinlock classBenjamin Gaignard2018-12-062-0/+41
|/
* Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dmTom Rini2018-12-053-4/+94
|\
| * dm: serial: Introduce ->getinfo() callbackAndy Shevchenko2018-12-051-0/+5
| * dm: serial: Add ->getconfig() callbackAndy Shevchenko2018-12-051-0/+7
| * dm: core: add functions to get/remap I/O addresses by nameÁlvaro Fernández Rojas2018-12-051-2/+80