| Commit message (Expand) | Author | Age | Files | Lines |
* | dm: sandbox: i2c: Use new emulator parent uclass | Simon Glass | 2018-11-29 | 2 | -5/+6 |
* | dm: core: Add a few more specific child-finding functions | Simon Glass | 2018-11-29 | 1 | -0/+27 |
* | dm: core: Export uclass_find_device_by_phandle() | Simon Glass | 2018-11-29 | 1 | -0/+20 |
* | test: Add a 'make qcheck' target for quicker testing | Simon Glass | 2018-11-29 | 6 | -3/+17 |
* | Merge branch 'master' of git://git.denx.de/u-boot-video | Tom Rini | 2018-11-26 | 1 | -2/+2 |
|\ |
|
| * | dm: video: correctly set the cursor position | Heinrich Schuchardt | 2018-11-17 | 1 | -2/+2 |
* | | spl: Add support for passing handoff info to U-Boot proper | Simon Glass | 2018-11-26 | 2 | -1/+16 |
* | | sandbox: Drop the deprecated 'sb' command | Simon Glass | 2018-11-26 | 3 | -8/+8 |
* | | sandbox: Add an option to display of-platdata in SPL | Simon Glass | 2018-11-26 | 1 | -1/+30 |
* | | test/py: Add a way to pass flags to sandbox | Simon Glass | 2018-11-26 | 1 | -0/+18 |
* | | spl: Add a define for SPL_TPL_PROMPT | Simon Glass | 2018-11-26 | 1 | -1/+1 |
* | | test: Add a simple test for bloblist | Simon Glass | 2018-11-26 | 3 | -0/+191 |
* | | fs-test.sh: Update to use 'host' not 'sb' | Tom Rini | 2018-11-26 | 1 | -7/+7 |
* | | sf: Add a method to obtain the block-protect setting | Simon Glass | 2018-11-20 | 1 | -0/+9 |
* | | test: sf: Add a simple SPI flash test | Simon Glass | 2018-11-20 | 1 | -2/+44 |
* | | misc: Update read() and write() methods to return bytes xfered | Simon Glass | 2018-11-20 | 1 | -3/+3 |
* | | dm: core: Widen the dump tree to show more of the driver's name. | Liviu Dudau | 2018-11-20 | 1 | -14/+14 |
* | | dm: adc: add uclass's mask and conversion helpers | Fabrice Gasnier | 2018-11-20 | 1 | -0/+35 |
* | | test/py: test pinmux command | Patrice Chotard | 2018-11-16 | 1 | -0/+66 |
|/ |
|
* | test: dm: virtio: Add test cases for virtio uclass | Bin Meng | 2018-11-14 | 2 | -0/+123 |
* | test: dm: pci: Add cases for finding next PCI capability APIs | Bin Meng | 2018-11-14 | 1 | -0/+20 |
* | test: dm: blk: Correct blk_base test case | Bin Meng | 2018-11-14 | 1 | -16/+11 |
* | test: dm: core: Add test case for uclass driver's child_post_probe() | Bin Meng | 2018-11-14 | 2 | -2/+50 |
* | test: regmap: Add test for regmap_{set, get} | Mario Six | 2018-11-14 | 1 | -0/+28 |
* | test: regmap: Increase size of syscon0 memory | Mario Six | 2018-11-14 | 1 | -1/+1 |
* | test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flag | Bin Meng | 2018-11-14 | 2 | -4/+27 |
* | test: tee: fix resource leak in dm_test_tee() | Jens Wiklander | 2018-11-01 | 1 | -9/+26 |
* | test: overlay: add missing include | Heinrich Schuchardt | 2018-10-22 | 1 | -0/+1 |
* | test: Add test for PCI device without compat string and with DT node | Marek Vasut | 2018-10-20 | 1 | -0/+5 |
* | Merge branch 'master' of git://git.denx.de/u-boot-net | Tom Rini | 2018-10-11 | 1 | -0/+170 |
|\ |
|
| * | net: Don't overwrite waiting packets with asynchronous replies | Joe Hershberger | 2018-10-10 | 1 | -4/+2 |
| * | test: eth: Add a test for the target being pinged | Joe Hershberger | 2018-10-10 | 1 | -0/+86 |
| * | test: eth: Add a test for ARP requests | Joe Hershberger | 2018-10-10 | 1 | -0/+86 |
* | | sysreset: Add a way to find the last reset | Simon Glass | 2018-10-09 | 1 | -0/+20 |
* | | sysreset: Tidy up a few comments and logging | Simon Glass | 2018-10-09 | 1 | -1/+0 |
* | | panel: Expand the backlight support | Simon Glass | 2018-10-09 | 1 | -0/+29 |
* | | test: panel: Add a test for the panel uclass | Simon Glass | 2018-10-09 | 2 | -0/+51 |
* | | dm: core: Update ofnode to read binman-style flash entry | Simon Glass | 2018-10-09 | 1 | -0/+16 |
* | | dm: core: Add a function to find the first inactive child | Simon Glass | 2018-10-09 | 1 | -0/+31 |
* | | sandbox: video: Speed up video output | Simon Glass | 2018-10-09 | 1 | -1/+1 |
* | | log: Add helpers for common log levels | Simon Glass | 2018-10-09 | 2 | -0/+19 |
* | | binman: Run tests concurrently | Simon Glass | 2018-10-08 | 1 | -0/+1 |
* | | test: Reduce the number of tests run with sandbox_flattree | Simon Glass | 2018-10-08 | 1 | -1/+2 |
* | | test: Tidy up comments and variable name | Simon Glass | 2018-10-08 | 1 | -4/+8 |
* | | test: Print the name of each test before running it | Simon Glass | 2018-10-08 | 1 | -11/+19 |
* | | test: Simplify the PATH setup | Simon Glass | 2018-10-08 | 1 | -9/+9 |
* | | test/py: Fix unicode handling for log filtering | Simon Glass | 2018-10-08 | 1 | -3/+4 |
* | | sandbox: Unprotect DATA regions in bus tests | Simon Glass | 2018-10-08 | 1 | -0/+12 |
|/ |
|
* | test_avb: Update pymark.buildconfigspec information for the AVB tests | Jens Wiklander | 2018-10-07 | 1 | -3/+5 |
* | test: tee: test TEE uclass | Jens Wiklander | 2018-10-07 | 2 | -0/+99 |