summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2019-01-15Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dmTom Rini
2019-01-15test: Use single quote consistentlySimon Glass
2019-01-14dm: serial: Adjust serial_getinfo() to use proper APISimon Glass
2019-01-14dm: serial: Adjust serial_setconfig() to use proper APISimon Glass
2019-01-14dm: serial: Adjust serial_getconfig() to use proper APISimon Glass
2019-01-14test: dm: regmap: Fix the long test delaySimon Glass
2019-01-14dm: Tidy up 'dm tree' output when there are many devicesSimon Glass
2019-01-14test: bootcount: add bootcount-uclass testPhilipp Tomsich
2018-12-29dm: video: fix test failures with enabled default TrueType fontAnatolij Gustschin
2018-12-26tests: enable DT overlay tests by defaultHeinrich Schuchardt
2018-12-15cmd: Move the "dm" command from test/dm/ to cmd/Tom Rini
2018-12-13dm: sound: Complete migration to driver modelSimon Glass
2018-12-13dm: core: Add a function to read into a unsigned intSimon Glass
2018-12-13dm: sound: Create a uclass for soundSimon Glass
2018-12-13dm: sound: Create a uclass for i2sSimon Glass
2018-12-13dm: sound: Create a uclass for audio codecsSimon Glass
2018-12-12test: overlay: NULL passed as fdtHeinrich Schuchardt
2018-12-12test: hexdump: fix misplaced returnSimon Goldschmidt
2018-12-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2018-12-07syscon: dm: Add a new method to get a regmap from DTSJean-Jacques Hiblot
2018-12-07spl/tpl: change banner into upper caseHeiko Schocher
2018-12-07test: dma: add dma-uclass testGrygorii Strashko
2018-12-06dm: Add Hardware Spinlock classBenjamin Gaignard
2018-12-05Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dmTom Rini
2018-12-05Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2018-12-05dm: serial: Introduce ->getinfo() callbackAndy Shevchenko
2018-12-05dm: serial: Add ->getconfig() callbackAndy Shevchenko