summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass460-77/+593
2020-02-06dm: core: Require users of devres to include the headerSimon Glass242-5/+275
2020-02-06sandbox: Support changing the LCD colour depthSimon Glass3-6/+9
2020-02-06sandbox: sdl: Add an option to double the screen sizeSimon Glass5-6/+36
2020-02-06sandbox: sdl: Move to use SDL2Simon Glass4-127/+158
2020-02-06gitlab: Disable SDL when building sandboxSimon Glass1-2/+3
2020-02-06sandbox: sdl: Support waiting for audio to completeSimon Glass1-2/+13
2020-02-06sandbox: sdl: Improve error handlingSimon Glass1-5/+9
2020-02-06sandbox: Add comments to the sdl structSimon Glass1-1/+16
2020-02-06sandbox: sound: Handle errors better in sound_beep()Simon Glass1-1/+4
2020-02-06sound: Add a new stop_play() methodSimon Glass5-1/+51
2020-02-06sandbox: Add a new header for the system malloc()Simon Glass3-11/+38
2020-02-06sandbox: Ensure that long-options array is terminatedSimon Glass1-1/+2
2020-02-06sandbox: Drop os_realloc()Simon Glass2-44/+1
2020-02-06sandbox: Drop use of special os_malloc() where possibleSimon Glass2-15/+15
2020-02-06sandbox: Rename strdup() functionsSimon Glass1-0/+5
2020-02-06string: Allow arch override of strndup() alsoSimon Glass2-2/+2
2020-02-06exports: Add the malloc.h headerSimon Glass1-0/+1
2020-02-06sandbox: Use a prefix for all allocation functionsSimon Glass1-2/+22
2020-02-06sandbox: Rename 'free' variableSimon Glass1-3/+3
2020-02-06mtd: Rename free() to rfree()Simon Glass8-10/+10
2020-02-06dma: Rename free() to rfree()Simon Glass4-8/+8
2020-02-06clk: Rename free() to rfree()Simon Glass5-7/+7
2020-02-06gpio: Rename free() to rfree()Simon Glass3-6/+6
2020-02-06reset: Rename free() to rfree()Simon Glass19-20/+20
2020-02-06power-domain: Rename free() to rfree()Simon Glass12-13/+13
2020-02-06mailbox: Rename free() to rfree()Simon Glass6-8/+8
2020-02-06video: sandbox: Enable all colour depthsSimon Glass5-5/+3
2020-02-06video: Support truetype fonts on a 32-bit displaySimon Glass1-0/+21
2020-02-06sandbox: Sort the help optionsSimon Glass1-1/+45
2020-02-06doc: dm: debugging: Fix the steps for activating debugFabio Estevam1-2/+2
2020-02-06dtc: add ability to make nodes conditional on them being referencedMaxime Ripard5-0/+55
2020-02-06cmd: Add command to dump drivers and compatible stringsSean Anderson3-1/+33
2020-02-06buildman: Enable buildman on aarch64 hostsMatthias Brugger1-0/+2
2020-02-06tpm2: ftpm: A driver for firmware TPM running inside TEEThirupathaiah Annapureddy4-0/+292
2020-02-06cli: Make the sandbox board_run_command the defaultSean Anderson2-7/+7
2020-02-06cmd: tpm: add a subcommand devicePhilippe Reynes4-4/+80
2020-02-06tpm: add a helper to iterate on all tpm devicesPhilippe Reynes1-0/+3
2020-02-06image: fdt: check "status" of "/reserved-memory" subnodesThirupathaiah Annapureddy1-1/+1
2020-02-06test: Add a way to check each line of console outputSimon Glass3-0/+115
2020-02-06test: Enable console recording in testsSimon Glass1-2/+2
2020-02-06console: Add a function to read a line of the output / eofSimon Glass2-0/+30
2020-02-06sandbox: pmic: Correct i2c pmic emulator platdata methodSimon Glass1-3/+13
2020-02-06bloblist: Zero records when addingSimon Glass3-4/+30
2020-02-06bloblist: Tidy up a few comments and code-style nitsSimon Glass2-4/+4
2020-02-06bloblist: Add a new function to add or check sizeSimon Glass3-1/+65
2020-02-06dm: core: Drop uclass_find_next_free_req_seq() conditionsSimon Glass1-4/+0
2020-02-06dm: core: Add a way to iterate through children, probing eachSimon Glass3-0/+80
2020-02-06dm: core: Add a way to read platdata for all child devicesSimon Glass4-1/+99
2020-02-06dm: core: Add ofnode_get_chosen_prop()Simon Glass4-3/+29