summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "gitlab: Disable SDL when building sandbox"WIP/11Feb2020Tom Rini2020-02-111-3/+2
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-11697-754/+2772
|\
| * sandbox: Complete migration away from os_malloc()Simon Glass2020-02-051-4/+4
| * dm: core: Drop the inclusion of linux/compat.h in dm.hSimon Glass2020-02-056-2/+7
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-05460-77/+593
| * dm: core: Require users of devres to include the headerSimon Glass2020-02-05242-5/+275
| * sandbox: Support changing the LCD colour depthSimon Glass2020-02-053-6/+9
| * sandbox: sdl: Add an option to double the screen sizeSimon Glass2020-02-055-6/+36
| * sandbox: sdl: Move to use SDL2Simon Glass2020-02-054-127/+158
| * gitlab: Disable SDL when building sandboxSimon Glass2020-02-051-2/+3
| * 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