aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-16Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini53-205/+1166
2020-04-16dm: core: Read parent ofdata before childrenSimon Glass3-24/+111
2020-04-16test: fdtdec: test fdtdec_set_carveout()Laurentiu Tudor2-0/+60
2020-04-16fdtdec: support multiple phandles in memory carveoutLaurentiu Tudor1-10/+26
2020-04-16dm: core: remove the duplicated function dm_ofnode_pre_relocPatrick Delaunay5-58/+3
2020-04-16dm: core: refactor functions reading an u32 from dtDario Binacchi2-36/+3
2020-04-16dm: core: support reading a single indexed u32 valueDario Binacchi8-0/+189
2020-04-16dm: test: add test case for dev_read_u64 functionDario Binacchi3-0/+27
2020-04-16dm: core: Add a way to skip powering down power domainsSimon Glass3-6/+10
2020-04-16dm: core: Add logging on unbind failureSimon Glass2-10/+14
2020-04-16fdt: Fix 'system' commandTom Warren1-1/+1
2020-04-16sandbox: enable CMD_BOOTEFI_HELLO and CMD_EFIDEBUGHeinrich Schuchardt4-0/+7
2020-04-16sandbox: implement ft_board_setup()Heinrich Schuchardt2-0/+7
2020-04-16sandbox: add reserved-memory node in device treeHeinrich Schuchardt2-0/+39
2020-04-16patman: Apply the cc limit to the cover letter alsoSimon Glass1-2/+4
2020-04-16doc: driver-model: there is no UCLASS_ETHERNETHeinrich Schuchardt1-1/+1
2020-04-16configs: sandbox: enable LOG_SYSLOGHeinrich Schuchardt3-0/+3
2020-04-16test: log: test syslog logging driverHeinrich Schuchardt2-0/+284
2020-04-16test: log functions with CONFIG_LOG=nHeinrich Schuchardt9-2/+199
2020-04-16log: output for CONFIG_LOG=nHeinrich Schuchardt1-5/+5
2020-04-16log: syslog driverHeinrich Schuchardt5-1/+129
2020-04-16log: correct CONFIG_LOG_TEST prerequisitesHeinrich Schuchardt1-1/+1
2020-04-16dm: core: Move "/chosen" and "/firmware" node scanPatrick Delaunay2-36/+18
2020-04-16dm: core: remove redundant assignmentHeinrich Schuchardt1-1/+1
2020-04-16dm: core: remove redundant if statementHeinrich Schuchardt1-4/+2
2020-04-16sandbox: also restore terminal settings when killed by SIGINTRasmus Villemoes1-0/+9
2020-04-16sandbox: Update PCI nodes in dts filesTom Rini5-13/+18
2020-04-16sandbox: p2sb: Silence compiler warningSimon Glass1-1/+1
2020-04-16serial: Set baudrate on bootSean Anderson1-0/+1
2020-04-16Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini62-442/+1089
2020-04-16test: Add hexdump.h to the unit test headerSimon Glass1-0/+1
2020-04-16acpi: Add support for DMARSimon Glass3-0/+101
2020-04-16acpi: Add a central location for table version numbersSimon Glass5-0/+141
2020-04-16acpi: Add an __ACPI__ preprocessor symbolSimon Glass3-2/+10
2020-04-16x86: Move acpi_table header to main include/ directorySimon Glass12-385/+412
2020-04-16x86: Move acpi_s3.h to include/acpi/Simon Glass15-17/+15
2020-04-16acpi: Add a simple sandbox testSimon Glass5-0/+70
2020-04-16dts: Add a binding for hid-over-i2cSimon Glass1-0/+44
2020-04-16dm: core: Add basic ACPI supportSimon Glass7-0/+124
2020-04-16x86: apl: Add Global NVS table headerSimon Glass1-0/+36
2020-04-16pci: Adjust dm_pci_read_bar32() to return errors correctlySimon Glass1-1/+8
2020-04-16x86: apl: Move p2sb ofdata reading to the correct methodSimon Glass1-22/+11
2020-04-16x86: Correct wording of coreboot source codeSimon Glass3-6/+4
2020-04-16dm: pci: Allow disabling auto-config for a deviceSimon Glass2-0/+25
2020-04-16tpm: Don't cleanup unless an error happensSimon Glass1-3/+10
2020-04-16tpm: cr50: Use the correct GPIO bindingSimon Glass4-4/+4
2020-04-16tpm: cr50: Add a comment for cr50_privSimon Glass1-0/+9
2020-04-16tpm: cr50: Release locality on exitSimon Glass1-2/+11
2020-04-16spi: Add SPI mode enumsSimon Glass1-0/+33
2020-04-16cpu: Support querying the address widthSimon Glass3-0/+4