summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-02-06dm: core: Require users of devres to include the headerSimon Glass2-2/+4
2020-02-06sound: Add a new stop_play() methodSimon Glass1-0/+12
2020-02-06sandbox: Drop os_realloc()Simon Glass1-21/+1
2020-02-06sandbox: Rename strdup() functionsSimon Glass1-0/+5
2020-02-06string: Allow arch override of strndup() alsoSimon Glass1-1/+1
2020-02-06sandbox: Use a prefix for all allocation functionsSimon Glass1-2/+22
2020-02-06mtd: Rename free() to rfree()Simon Glass1-2/+2
2020-02-06dma: Rename free() to rfree()Simon Glass1-2/+2
2020-02-06clk: Rename free() to rfree()Simon Glass1-2/+2
2020-02-06gpio: Rename free() to rfree()Simon Glass1-1/+1
2020-02-06reset: Rename free() to rfree()Simon Glass1-2/+2
2020-02-06power-domain: Rename free() to rfree()Simon Glass1-2/+2
2020-02-06mailbox: Rename free() to rfree()Simon Glass1-2/+2
2020-02-06cmd: Add command to dump drivers and compatible stringsSean Anderson1-0/+3
2020-02-06tpm: add a helper to iterate on all tpm devicesPhilippe Reynes1-0/+3
2020-02-06test: Add a way to check each line of console outputSimon Glass2-0/+69
2020-02-06console: Add a function to read a line of the output / eofSimon Glass1-0/+19
2020-02-06bloblist: Tidy up a few comments and code-style nitsSimon Glass1-1/+2
2020-02-06bloblist: Add a new function to add or check sizeSimon Glass1-0/+13
2020-02-06dm: core: Add a way to iterate through children, probing eachSimon Glass1-0/+39
2020-02-06dm: core: Add a way to read platdata for all child devicesSimon Glass2-1/+44
2020-02-06dm: core: Add ofnode_get_chosen_prop()Simon Glass1-0/+12
2020-02-06dm: core: Add ofnode_read_prop()Simon Glass1-1/+12
2020-02-06dm: core: Rename ofnode_get_chosen_prop()Simon Glass1-4/+5
2020-02-06dm: core: Update comment for ofnode_get_chosen_node()Simon Glass1-3/+6
2020-02-06test: Add underscore prefix to macro parametersSimon Glass1-22/+22
2020-02-06dm: core: Use const device for the dev_read_...() interfaceSimon Glass1-97/+108
2020-02-06dm: core: Use const device for the devfdt...() interfaceSimon Glass1-13/+13
2020-02-06dm: pci: Update a few more interfaces for const udevice *Simon Glass2-9/+9
2020-02-06dm: pci: Update the PCI read_config() method to const dev *Simon Glass1-10/+12
2020-02-06dm: core: Use const where possible in device.hSimon Glass2-16/+18
2020-02-05Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini14-81/+120
2020-02-05Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini1-0/+20
2020-02-04Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2-14/+15
2020-02-04armv8: ls2088a: Updates secure boot headers offsetPriyanka Singh2-32/+32
2020-02-04armv8: ls1088a: Updates secure boot headers offsetPriyanka Singh2-33/+33
2020-02-04armv8: lx2160a: Updates secure boot headers offsetPriyanka Singh1-11/+11
2020-02-04armv8: ls1012ardb: Updates secure boot headers offsetPriyanka Singh1-1/+2
2020-02-04armv8: ls1046a: Updates secure boot headers offsetPriyanka Singh1-3/+3
2020-02-04configs: ls1021a: Reserve low memory for CMAAlison Wang1-0/+4
2020-02-04dm: arm: ls1021a: add i2c DM supportBiwen Li4-1/+26
2020-02-04dm: arm64: ls1012a: add i2c DM supportBiwen Li1-0/+5
2020-02-04board: fsl: lx2160a: Add support to reset to eMMCMeenakshi Aggarwal2-0/+4
2020-02-04configs: j721e_evm: Add DFU related variablesVignesh Raghavendra1-0/+4
2020-02-04arm: ti: boot: Use correct dtb and dtbo on Android bootSam Protsenko2-3/+47
2020-02-04env: ti: boot: Boot Android with dynamic partitionsSam Protsenko1-66/+49
2020-02-04env: ti: boot: Respect slot_suffix in AVB commandsSam Protsenko1-1/+1
2020-02-04image: android: Add routine to get dtbo paramsSam Protsenko1-0/+1
2020-02-04image: android: Add functions for handling dtb fieldSam Protsenko1-0/+5
2020-02-03x86: serial: Use NS16550_DYNAMIC in Slim BootloaderPark, Aiden1-13/+0