summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-next-pull-10apr20' of git://git.denx.de/u-boot-dm into nextWIP/11Apr2020-nextTom Rini2020-04-1156-234/+1222
|\
| * dm: core: Read parent ofdata before childrenSimon Glass2020-04-103-24/+111
| * test: fdtdec: test fdtdec_set_carveout()Laurentiu Tudor2020-04-102-0/+60
| * fdtdec: support multiple phandles in memory carveoutLaurentiu Tudor2020-04-101-10/+26
| * dm: core: remove the duplicated function dm_ofnode_pre_relocPatrick Delaunay2020-04-105-58/+3
| * dm: core: refactor functions reading an u32 from dtDario Binacchi2020-04-102-36/+3
| * dm: core: support reading a single indexed u32 valueDario Binacchi2020-04-108-0/+189
| * dm: test: add test case for dev_read_u64 functionDario Binacchi2020-04-103-0/+27
| * dm: core: Add a way to skip powering down power domainsSimon Glass2020-04-103-6/+10
| * dm: core: Add logging on unbind failureSimon Glass2020-04-102-10/+14
| * fdt: Fix 'system' commandTom Warren2020-04-101-1/+1
| * sandbox: enable CMD_BOOTEFI_HELLO and CMD_EFIDEBUGHeinrich Schuchardt2020-04-104-0/+7
| * sandbox: implement ft_board_setup()Heinrich Schuchardt2020-04-102-0/+7
| * sandbox: add reserved-memory node in device treeHeinrich Schuchardt2020-04-102-0/+39
| * dm: dump.c: Refactor dm_dump_drivers printsOvidiu Panait2020-04-101-7/+11
| * dm: dump.c: Fix segfault when entry->of_match is NULLOvidiu Panait2020-04-101-1/+2
| * dm: uclass: don't assign aliased seq numbersMichael Walle2020-04-105-23/+45
| * patman: Apply the cc limit to the cover letter alsoSimon Glass2020-04-101-2/+4
| * doc: driver-model: there is no UCLASS_ETHERNETHeinrich Schuchardt2020-04-101-1/+1
| * configs: sandbox: enable LOG_SYSLOGHeinrich Schuchardt2020-04-103-0/+3
| * test: log: test syslog logging driverHeinrich Schuchardt2020-04-102-0/+284
| * test: log functions with CONFIG_LOG=nHeinrich Schuchardt2020-04-109-2/+199
| * log: output for CONFIG_LOG=nHeinrich Schuchardt2020-04-101-5/+5
| * log: syslog driverHeinrich Schuchardt2020-04-105-1/+129
| * log: correct CONFIG_LOG_TEST prerequisitesHeinrich Schuchardt2020-04-101-1/+1
| * dm: core: Move "/chosen" and "/firmware" node scanPatrick Delaunay2020-04-102-36/+18
| * dm: core: remove redundant assignmentHeinrich Schuchardt2020-04-101-1/+1
| * dm: core: remove redundant if statementHeinrich Schuchardt2020-04-101-4/+2
| * sandbox: also restore terminal settings when killed by SIGINTRasmus Villemoes2020-04-101-0/+9
| * sandbox: Update PCI nodes in dts filesTom Rini2020-04-105-13/+18
| * sandbox: p2sb: Silence compiler warningSimon Glass2020-04-101-1/+1
| * serial: Set baudrate on bootSean Anderson2020-04-101-0/+1
* | Merge branch '2020-04-11-CI-further-improvements' into nextTom Rini2020-04-1114-261/+280
|\ \
| * | travis/gitlab/azure: Run cppcheck in parallelWIP/2020-04-11-CI-further-improvementsSimon Glass2020-04-103-3/+3
| * | test/py: Allow using buildman to build U-BootSimon Glass2020-04-102-10/+33
| * | travis/gitlab/azure: Drop repeated buildman call with test.pySimon Glass2020-04-103-22/+5
| * | travis/gitlab/azure: Simplify the exit code for test.pySimon Glass2020-04-103-14/+2
| * | travis/gitlab/azure: Enable test_handoffSimon Glass2020-04-103-3/+3
| * | travis/gitlab/azure: Use -W to avoid warnings checkSimon Glass2020-04-103-23/+21
| * | travis/gitlab/azure: Use bash to avoid a_test_which_does_not_existSimon Glass2020-04-103-11/+6
| * | gitlab/azure: Use -w flag for all test.py buildsSimon Glass2020-04-102-8/+9
| * | gitlab/azure: Drop unnecessary if..fi when using test.pySimon Glass2020-04-102-30/+22
| * | travis/gitlab/azure: Drop the buildman -d flagSimon Glass2020-04-103-9/+9
| * | travis/gitlab/azure: Drop BUILDMAN variable with test.pySimon Glass2020-04-103-82/+9
| * | travis/gitlab/azure: Use --board buildman flag with test.pySimon Glass2020-04-103-79/+81
| * | gitlab/azure: Use the -w option for sandbox_splSimon Glass2020-04-102-4/+4
| * | travis: Split the building into two partsSimon Glass2020-04-101-2/+11
| * | travis: Don't copy files into .bm-work/Simon Glass2020-04-101-16/+16
| * | buildman: Drop the -a optionSimon Glass2020-04-103-15/+8
| * | buildman: Allow building within a subdir of the current dirSimon Glass2020-04-103-33/+2