| Commit message (Expand) | Author | Age | Files | Lines |
* | syscon: update syscon_regmap_lookup_by_phandle | Patrick Delaunay | 2019-04-11 | 1 | -0/+7 |
* | test.py: Disable fsck for FAT tests for now | Tom Rini | 2019-04-10 | 1 | -2/+0 |
* | test/py: mmc: Add 'mmc read' performance check | Marek Vasut | 2019-04-09 | 1 | -0/+11 |
* | test/py: mmc: Add 'mmc info' test | Marek Vasut | 2019-04-09 | 1 | -0/+37 |
* | test/py: mmc: Add 'mmc rescan' test | Marek Vasut | 2019-04-09 | 1 | -0/+26 |
* | test/py: mmc: Add 'mmc dev' test | Marek Vasut | 2019-04-09 | 1 | -0/+21 |
* | test/py: mmc: Factor out device selection | Marek Vasut | 2019-04-09 | 1 | -11/+27 |
* | test: fs: Added tests for symlinks | Jean-Jacques Hiblot | 2019-04-09 | 3 | -0/+208 |
* | test: fs: Add filesystem integrity checks | Jean-Jacques Hiblot | 2019-04-09 | 5 | -3/+48 |
* | test: fs: disable the metadata checksums on ext4 filesystems | Jean-Jacques Hiblot | 2019-04-09 | 1 | -0/+2 |
* | efi_loader: correct CTRL-A - CTRL-Z console input | Heinrich Schuchardt | 2019-04-07 | 1 | -1/+1 |
* | test: Update test-imagetools.sh to match new syntax | Martyn Welch | 2019-03-08 | 1 | -8/+8 |
* | clk: Add fixed-factor clock driver | Anup Patel | 2019-02-27 | 1 | -1/+4 |
* | sound: Add uclass operations for beeping | Simon Glass | 2019-02-20 | 1 | -0/+21 |
* | pch: Add ioctl support | Simon Glass | 2019-02-20 | 1 | -0/+19 |
* | sandbox: pch: Add a test for the PCH uclass | Simon Glass | 2019-02-20 | 2 | -0/+37 |
* | test: let use gdbserver for all sandbox targets | Igor Opaniuk | 2019-02-19 | 1 | -2/+2 |
* | test: adjust names of Unicode test functions | Heinrich Schuchardt | 2019-02-16 | 1 | -49/+49 |
* | test: tests for u16_strdup() and u16_strcpy() | Heinrich Schuchardt | 2019-02-13 | 1 | -0/+23 |
* | test/py: use default load address for tftp | Heinrich Schuchardt | 2019-02-12 | 1 | -4/+5 |
* | Merge branch 'master' of git://git.denx.de/u-boot-i2c | Tom Rini | 2019-02-11 | 1 | -0/+23 |
|\ |
|
| * | dm: core: Add tests for dev_read_alias_highest_id() | Michal Simek | 2019-02-08 | 1 | -0/+23 |
* | | Merge tag 'dm-pull-10feb19' of git://git.denx.de/u-boot-dm | Tom Rini | 2019-02-10 | 1 | -0/+21 |
|\ \ |
|
| * | | power: regulator: Introduce regulator_set_enable_if_allowed api | Lokesh Vutla | 2019-02-09 | 1 | -0/+21 |
| |/ |
|
* | | dm: device: fail uclass_find_first_device() if list_empty | Marcel Ziswiler | 2019-02-09 | 1 | -0/+4 |
* | | hashtable: fix environment variable corruption | Roman Kapl | 2019-02-09 | 2 | -0/+126 |
* | | test: provide unit test for memory functions | Heinrich Schuchardt | 2019-02-09 | 5 | -0/+230 |
|/ |
|
* | test: lib: lmb: add lmb test for multiple RAM banks | Simon Goldschmidt | 2019-02-02 | 1 | -19/+75 |
* | lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_size | Simon Goldschmidt | 2019-01-26 | 1 | -11/+11 |
* | net: explicitly assign errno to return code in case of network failure | Thomas RIENOESSL | 2019-01-24 | 1 | -1/+1 |
* | lib: lmb: extend lmb for checks at load time | Simon Goldschmidt | 2019-01-16 | 1 | -0/+202 |
* | lib: lmb: reserving overlapping regions should fail | Simon Goldschmidt | 2019-01-16 | 1 | -8/+87 |
* | lmb: fix allocation at end of address range | Simon Goldschmidt | 2019-01-16 | 1 | -3/+26 |
* | test: add test for lib/lmb.c | Simon Goldschmidt | 2019-01-16 | 2 | -0/+298 |
* | Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dm | Tom Rini | 2019-01-15 | 3 | -12/+17 |
|\ |
|
| * | dm: serial: Adjust serial_getinfo() to use proper API | Simon Glass | 2019-01-14 | 1 | -2/+2 |
| * | dm: serial: Adjust serial_setconfig() to use proper API | Simon Glass | 2019-01-14 | 1 | -4/+7 |
| * | dm: serial: Adjust serial_getconfig() to use proper API | Simon Glass | 2019-01-14 | 1 | -2/+2 |
| * | test: dm: regmap: Fix the long test delay | Simon Glass | 2019-01-14 | 1 | -3/+4 |
| * | dm: Tidy up 'dm tree' output when there are many devices | Simon Glass | 2019-01-14 | 1 | -1/+2 |
* | | test: Use single quote consistently | Simon Glass | 2019-01-15 | 9 | -189/+189 |
* | | test: bootcount: add bootcount-uclass test | Philipp Tomsich | 2019-01-14 | 2 | -0/+31 |
|/ |
|
* | dm: video: fix test failures with enabled default TrueType font | Anatolij Gustschin | 2018-12-29 | 1 | -3/+3 |
* | tests: enable DT overlay tests by default | Heinrich Schuchardt | 2018-12-26 | 1 | -4/+3 |
* | cmd: Move the "dm" command from test/dm/ to cmd/ | Tom Rini | 2018-12-15 | 2 | -89/+0 |
* | dm: sound: Complete migration to driver model | Simon Glass | 2018-12-13 | 1 | -3/+3 |
* | dm: core: Add a function to read into a unsigned int | Simon Glass | 2018-12-13 | 1 | -0/+35 |
* | dm: sound: Create a uclass for sound | Simon Glass | 2018-12-13 | 2 | -0/+35 |
* | dm: sound: Create a uclass for i2s | Simon Glass | 2018-12-13 | 2 | -0/+33 |
* | dm: sound: Create a uclass for audio codecs | Simon Glass | 2018-12-13 | 2 | -0/+35 |