summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mailbox: Rename free() to rfree()Simon Glass2020-02-056-8/+8
* video: sandbox: Enable all colour depthsSimon Glass2020-02-055-5/+3
* video: Support truetype fonts on a 32-bit displaySimon Glass2020-02-051-0/+21
* sandbox: Sort the help optionsSimon Glass2020-02-051-1/+45
* doc: dm: debugging: Fix the steps for activating debugFabio Estevam2020-02-051-2/+2
* dtc: add ability to make nodes conditional on them being referencedMaxime Ripard2020-02-055-0/+55
* cmd: Add command to dump drivers and compatible stringsSean Anderson2020-02-053-1/+33
* buildman: Enable buildman on aarch64 hostsMatthias Brugger2020-02-051-0/+2
* tpm2: ftpm: A driver for firmware TPM running inside TEEThirupathaiah Annapureddy2020-02-054-0/+292
* cli: Make the sandbox board_run_command the defaultSean Anderson2020-02-052-7/+7
* cmd: tpm: add a subcommand devicePhilippe Reynes2020-02-054-4/+80
* tpm: add a helper to iterate on all tpm devicesPhilippe Reynes2020-02-051-0/+3
* image: fdt: check "status" of "/reserved-memory" subnodesThirupathaiah Annapureddy2020-02-051-1/+1
* test: Add a way to check each line of console outputSimon Glass2020-02-053-0/+115
* test: Enable console recording in testsSimon Glass2020-02-051-2/+2
* console: Add a function to read a line of the output / eofSimon Glass2020-02-052-0/+30
* sandbox: pmic: Correct i2c pmic emulator platdata methodSimon Glass2020-02-051-3/+13
* bloblist: Zero records when addingSimon Glass2020-02-053-4/+30
* bloblist: Tidy up a few comments and code-style nitsSimon Glass2020-02-052-4/+4
* bloblist: Add a new function to add or check sizeSimon Glass2020-02-053-1/+65
* dm: core: Drop uclass_find_next_free_req_seq() conditionsSimon Glass2020-02-051-4/+0
* dm: core: Add a way to iterate through children, probing eachSimon Glass2020-02-053-0/+80
* dm: core: Add a way to read platdata for all child devicesSimon Glass2020-02-054-1/+99
* dm: core: Add ofnode_get_chosen_prop()Simon Glass2020-02-054-3/+29
* dm: core: Reimplement ofnode_read_size()Simon Glass2020-02-051-19/+10
* dm: core: Add ofnode_read_prop()Simon Glass2020-02-053-8/+62
* dm: core: Rename ofnode_get_chosen_prop()Simon Glass2020-02-056-8/+32
* dm: core: Update comment for ofnode_get_chosen_node()Simon Glass2020-02-051-3/+6
* test: Add underscore prefix to macro parametersSimon Glass2020-02-051-22/+22
* dm: core: Use const device for the dev_read_...() interfaceSimon Glass2020-02-052-143/+159
* dm: core: Use const device for the devfdt...() interfaceSimon Glass2020-02-052-26/+26
* dm: pci: Update a few more interfaces for const udevice *Simon Glass2020-02-054-19/+19
* dm: pci: Update the PCI read_config() method to const dev *Simon Glass2020-02-0526-60/+67
* dm: core: Use const where possible in device.hSimon Glass2020-02-053-29/+32
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqWIP/05Feb2020Tom Rini2020-02-0575-149/+885
|\
| * board: ls1012ardb: do not use imply CONFIG_Heinrich Schuchardt2020-02-041-2/+2
| * armv8: ls2088a: Updates secure boot headers offsetPriyanka Singh2020-02-042-32/+32
| * armv8: ls1088a: Updates secure boot headers offsetPriyanka Singh2020-02-042-33/+33
| * armv8: lx2160a: Updates secure boot headers offsetPriyanka Singh2020-02-041-11/+11
| * armv8: ls1012ardb: Updates secure boot headers offsetPriyanka Singh2020-02-041-1/+2
| * armv8: ls1046a: Updates secure boot headers offsetPriyanka Singh2020-02-041-3/+3
| * configs: ls1021a: Reserve low memory for CMAAlison Wang2020-02-041-0/+4
| * dm: arm: ls1021a: add i2c DM supportBiwen Li2020-02-0429-8/+330
| * dm: arm64: ls1012a: add i2c DM supportBiwen Li2020-02-0421-28/+230
| * Kconfigs: layerscape: use a convenient default value for SYS_MALLOC_F_LENBiwen Li2020-02-041-1/+3
| * i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flagBiwen Li2020-02-041-0/+1
| * armv8: fsl-layerscape: spl: fix build error when DM_I2C is enabledBiwen Li2020-02-041-0/+2
| * rtc: pcf8563: Add driver model supportBiwen Li2020-02-041-0/+107
| * configs: ls1028a: Enable FSPI supportKuldeep Singh2020-02-044-0/+4
| * arm: dts: lx2160a: Add FSPI node propertiesKuldeep Singh2020-02-042-1/+38