summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* sound: Add a new stop_play() methodSimon Glass2020-02-051-0/+12
* sandbox: Drop os_realloc()Simon Glass2020-02-051-21/+1
* sandbox: Rename strdup() functionsSimon Glass2020-02-051-0/+5
* string: Allow arch override of strndup() alsoSimon Glass2020-02-051-1/+1
* sandbox: Use a prefix for all allocation functionsSimon Glass2020-02-051-2/+22
* mtd: Rename free() to rfree()Simon Glass2020-02-051-2/+2
* dma: Rename free() to rfree()Simon Glass2020-02-051-2/+2
* clk: Rename free() to rfree()Simon Glass2020-02-051-2/+2
* gpio: Rename free() to rfree()Simon Glass2020-02-051-1/+1
* reset: Rename free() to rfree()Simon Glass2020-02-051-2/+2
* power-domain: Rename free() to rfree()Simon Glass2020-02-051-2/+2
* mailbox: Rename free() to rfree()Simon Glass2020-02-051-2/+2
* cmd: Add command to dump drivers and compatible stringsSean Anderson2020-02-051-0/+3
* tpm: add a helper to iterate on all tpm devicesPhilippe Reynes2020-02-051-0/+3
* test: Add a way to check each line of console outputSimon Glass2020-02-052-0/+69
* console: Add a function to read a line of the output / eofSimon Glass2020-02-051-0/+19
* bloblist: Tidy up a few comments and code-style nitsSimon Glass2020-02-051-1/+2
* bloblist: Add a new function to add or check sizeSimon Glass2020-02-051-0/+13
* dm: core: Add a way to iterate through children, probing eachSimon Glass2020-02-051-0/+39
* dm: core: Add a way to read platdata for all child devicesSimon Glass2020-02-052-1/+44
* dm: core: Add ofnode_get_chosen_prop()Simon Glass2020-02-051-0/+12
* dm: core: Add ofnode_read_prop()Simon Glass2020-02-051-1/+12
* dm: core: Rename ofnode_get_chosen_prop()Simon Glass2020-02-051-4/+5
* 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-051-97/+108
* dm: core: Use const device for the devfdt...() interfaceSimon Glass2020-02-051-13/+13
* dm: pci: Update a few more interfaces for const udevice *Simon Glass2020-02-052-9/+9
* dm: pci: Update the PCI read_config() method to const dev *Simon Glass2020-02-051-10/+12
* dm: core: Use const where possible in device.hSimon Glass2020-02-052-16/+18
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2020-02-0514-81/+120
|\
| * 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-044-1/+26
| * dm: arm64: ls1012a: add i2c DM supportBiwen Li2020-02-041-0/+5
| * board: fsl: lx2160a: Add support to reset to eMMCMeenakshi Aggarwal2020-02-042-0/+4
* | Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini2020-02-051-0/+20
|\ \
| * | config: enable DFU over USB on Raspberry Pi4 boardsMarek Szyprowski2020-01-291-0/+20
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2020-02-042-14/+15
|\ \ \
| * | | x86: serial: Use NS16550_DYNAMIC in Slim BootloaderPark, Aiden2020-02-041-13/+0
| * | | serial: ns16550: Support run-time configurationSimon Glass2020-02-041-1/+15
| | |/ | |/|
* | | configs: j721e_evm: Add DFU related variablesVignesh Raghavendra2020-02-041-0/+4
* | | arm: ti: boot: Use correct dtb and dtbo on Android bootSam Protsenko2020-02-042-3/+47
* | | env: ti: boot: Boot Android with dynamic partitionsSam Protsenko2020-02-041-66/+49
* | | env: ti: boot: Respect slot_suffix in AVB commandsSam Protsenko2020-02-041-1/+1
* | | image: android: Add routine to get dtbo paramsSam Protsenko2020-02-041-0/+1