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