summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sandbox: sdl: Support waiting for audio to completeWIP/bisectSimon Glass2020-02-051-2/+13
* sandbox: sdl: Improve error handlingSimon Glass2020-02-051-5/+9
* sandbox: Add comments to the sdl structSimon Glass2020-02-051-1/+16
* sandbox: sound: Handle errors better in sound_beep()Simon Glass2020-02-051-1/+4
* sound: Add a new stop_play() methodSimon Glass2020-02-055-1/+51
* sandbox: Add a new header for the system malloc()Simon Glass2020-02-053-11/+38
* sandbox: Ensure that long-options array is terminatedSimon Glass2020-02-051-1/+2
* sandbox: Drop os_realloc()Simon Glass2020-02-052-44/+1
* sandbox: Drop use of special os_malloc() where possibleSimon Glass2020-02-052-15/+15
* sandbox: Rename strdup() functionsSimon Glass2020-02-051-0/+5
* string: Allow arch override of strndup() alsoSimon Glass2020-02-052-2/+2
* exports: Add the malloc.h headerSimon Glass2020-02-051-0/+1
* sandbox: Use a prefix for all allocation functionsSimon Glass2020-02-051-2/+22
* sandbox: Rename 'free' variableSimon Glass2020-02-051-3/+3
* mtd: Rename free() to rfree()Simon Glass2020-02-058-10/+10
* dma: Rename free() to rfree()Simon Glass2020-02-054-8/+8
* clk: Rename free() to rfree()Simon Glass2020-02-055-7/+7
* gpio: Rename free() to rfree()Simon Glass2020-02-053-6/+6
* reset: Rename free() to rfree()Simon Glass2020-02-0519-20/+20
* power-domain: Rename free() to rfree()Simon Glass2020-02-0512-13/+13
* 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