Age | Commit message (Expand) | Author |
2020-02-05 | dm: core: Create a new header file for 'compat' features | Simon Glass |
2020-02-05 | dm: core: Require users of devres to include the header | Simon Glass |
2020-02-05 | sandbox: Support changing the LCD colour depth | Simon Glass |
2020-02-05 | sandbox: sdl: Add an option to double the screen size | Simon Glass |
2020-02-05 | sandbox: sdl: Move to use SDL2 | Simon Glass |
2020-02-05 | gitlab: Disable SDL when building sandbox | Simon Glass |
2020-02-05 | sandbox: sdl: Support waiting for audio to complete | Simon Glass |
2020-02-05 | sandbox: sdl: Improve error handling | Simon Glass |
2020-02-05 | sandbox: Add comments to the sdl struct | Simon Glass |
2020-02-05 | sandbox: sound: Handle errors better in sound_beep() | Simon Glass |
2020-02-05 | sound: Add a new stop_play() method | Simon Glass |
2020-02-05 | sandbox: Add a new header for the system malloc() | Simon Glass |
2020-02-05 | sandbox: Ensure that long-options array is terminated | Simon Glass |
2020-02-05 | sandbox: Drop os_realloc() | Simon Glass |
2020-02-05 | sandbox: Drop use of special os_malloc() where possible | Simon Glass |
2020-02-05 | sandbox: Rename strdup() functions | Simon Glass |
2020-02-05 | string: Allow arch override of strndup() also | Simon Glass |
2020-02-05 | exports: Add the malloc.h header | Simon Glass |
2020-02-05 | sandbox: Use a prefix for all allocation functions | Simon Glass |
2020-02-05 | sandbox: Rename 'free' variable | Simon Glass |
2020-02-05 | mtd: Rename free() to rfree() | Simon Glass |
2020-02-05 | dma: Rename free() to rfree() | Simon Glass |
2020-02-05 | clk: Rename free() to rfree() | Simon Glass |
2020-02-05 | gpio: Rename free() to rfree() | Simon Glass |
2020-02-05 | reset: Rename free() to rfree() | Simon Glass |
2020-02-05 | power-domain: Rename free() to rfree() | Simon Glass |
2020-02-05 | mailbox: Rename free() to rfree() | Simon Glass |
2020-02-05 | video: sandbox: Enable all colour depths | Simon Glass |
2020-02-05 | video: Support truetype fonts on a 32-bit display | Simon Glass |
2020-02-05 | sandbox: Sort the help options | Simon Glass |
2020-02-05 | doc: dm: debugging: Fix the steps for activating debug | Fabio Estevam |
2020-02-05 | dtc: add ability to make nodes conditional on them being referenced | Maxime Ripard |
2020-02-05 | cmd: Add command to dump drivers and compatible strings | Sean Anderson |
2020-02-05 | buildman: Enable buildman on aarch64 hosts | Matthias Brugger |
2020-02-05 | tpm2: ftpm: A driver for firmware TPM running inside TEE | Thirupathaiah Annapureddy |
2020-02-05 | cli: Make the sandbox board_run_command the default | Sean Anderson |
2020-02-05 | cmd: tpm: add a subcommand device | Philippe Reynes |
2020-02-05 | tpm: add a helper to iterate on all tpm devices | Philippe Reynes |
2020-02-05 | image: fdt: check "status" of "/reserved-memory" subnodes | Thirupathaiah Annapureddy |
2020-02-05 | test: Add a way to check each line of console output | Simon Glass |
2020-02-05 | test: Enable console recording in tests | Simon Glass |
2020-02-05 | console: Add a function to read a line of the output / eof | Simon Glass |
2020-02-05 | sandbox: pmic: Correct i2c pmic emulator platdata method | Simon Glass |
2020-02-05 | bloblist: Zero records when adding | Simon Glass |
2020-02-05 | bloblist: Tidy up a few comments and code-style nits | Simon Glass |
2020-02-05 | bloblist: Add a new function to add or check size | Simon Glass |
2020-02-05 | dm: core: Drop uclass_find_next_free_req_seq() conditions | Simon Glass |
2020-02-05 | dm: core: Add a way to iterate through children, probing each | Simon Glass |
2020-02-05 | dm: core: Add a way to read platdata for all child devices | Simon Glass |
2020-02-05 | dm: core: Add ofnode_get_chosen_prop() | Simon Glass |