summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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-17lib: lmb: extend lmb for checks at load timeSimon Goldschmidt1-0/+202
2019-01-17lib: lmb: reserving overlapping regions should failSimon Goldschmidt1-8/+87
2019-01-17lmb: fix allocation at end of address rangeSimon Goldschmidt1-3/+26
2019-01-17test: add test for lib/lmb.cSimon Goldschmidt2-0/+298
2019-01-16Merge 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-15dm: serial: Adjust serial_getinfo() to use proper APISimon Glass1-2/+2
2019-01-15dm: serial: Adjust serial_setconfig() to use proper APISimon Glass1-4/+7
2019-01-15dm: serial: Adjust serial_getconfig() to use proper APISimon Glass1-2/+2
2019-01-15test: dm: regmap: Fix the long test delaySimon Glass1-3/+4
2019-01-15dm: Tidy up 'dm tree' output when there are many devicesSimon Glass1-1/+2
2019-01-15test: 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-27tests: 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-14dm: sound: Complete migration to driver modelSimon Glass1-3/+3
2018-12-14dm: core: Add a function to read into a unsigned intSimon Glass1-0/+35
2018-12-14dm: sound: Create a uclass for soundSimon Glass2-0/+35
2018-12-14dm: sound: Create a uclass for i2sSimon Glass2-0/+33
2018-12-14dm: 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
2018-12-07spl/tpl: change banner into upper caseHeiko Schocher1-1/+1
2018-12-07test: dma: add dma-uclass testGrygorii Strashko2-0/+124
2018-12-07dm: Add Hardware Spinlock classBenjamin Gaignard2-0/+41
2018-12-06Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dmTom Rini3-4/+94
2018-12-05Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-0/+26
2018-12-05dm: serial: Introduce ->getinfo() callbackAndy Shevchenko1-0/+5
2018-12-05dm: serial: Add ->getconfig() callbackAndy Shevchenko1-0/+7
2018-12-05dm: core: add functions to get/remap I/O addresses by nameÁlvaro Fernández Rojas1-2/+80
2018-12-05sandbox: sysreset: Update to support power-on resetSimon Glass1-2/+2
2018-12-04Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini1-4/+6
2018-12-03test: vboot: clean its filePhilippe Reynes9-69/+69
2018-12-03test: vboot: add padding pss for rsa signaturePhilippe Reynes5-5/+187
2018-12-02efi_selftest: check fdt is marked as runtime dataHeinrich Schuchardt1-4/+6
2018-11-29dm: sandbox: i2c: Use new emulator parent uclassSimon Glass2-5/+6
2018-11-29dm: core: Add a few more specific child-finding functionsSimon Glass1-0/+27
2018-11-29dm: core: Export uclass_find_device_by_phandle()Simon Glass1-0/+20
2018-11-29test: Add a 'make qcheck' target for quicker testingSimon Glass6-3/+17
2018-11-26Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-2/+2
2018-11-26spl: Add support for passing handoff info to U-Boot properSimon Glass2-1/+16
2018-11-26sandbox: Drop the deprecated 'sb' commandSimon Glass3-8/+8
2018-11-26sandbox: Add an option to display of-platdata in SPLSimon Glass1-1/+30
2018-11-26test/py: Add a way to pass flags to sandboxSimon Glass1-0/+18
2018-11-26spl: Add a define for SPL_TPL_PROMPTSimon Glass1-1/+1