- 8a6ffed video: enable VIDEO_ANSI and all VIDEO_BBP options by Anatolij Gustschin · 4 years, 9 months ago
- 4244429 configs: Resync with savedefconfig by Tom Rini · 4 years, 9 months ago
- 21d651f sandbox: Complete migration away from os_malloc() by Simon Glass · 4 years, 9 months ago
- f217651 dm: core: Drop the inclusion of linux/compat.h in dm.h by Simon Glass · 4 years, 9 months ago
- 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
- 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 9 months ago
- a466db5 sandbox: Support changing the LCD colour depth by Simon Glass · 4 years, 9 months ago
- 6be88c7 sandbox: sdl: Add an option to double the screen size by Simon Glass · 4 years, 9 months ago
- 96d0cd4 sandbox: sdl: Move to use SDL2 by Simon Glass · 4 years, 9 months ago
- af80072 gitlab: Disable SDL when building sandbox by Simon Glass · 4 years, 9 months ago
- ac7b730 sandbox: sdl: Support waiting for audio to complete by Simon Glass · 4 years, 9 months ago
- 5f736f8 sandbox: sdl: Improve error handling by Simon Glass · 4 years, 9 months ago
- c127f19 sandbox: Add comments to the sdl struct by Simon Glass · 4 years, 9 months ago
- 0266248 sandbox: sound: Handle errors better in sound_beep() by Simon Glass · 4 years, 9 months ago
- 3062cd1 sound: Add a new stop_play() method by Simon Glass · 4 years, 9 months ago
- 3ff6fe5 sandbox: Add a new header for the system malloc() by Simon Glass · 4 years, 9 months ago
- 1c8c47e sandbox: Ensure that long-options array is terminated by Simon Glass · 4 years, 9 months ago
- 89cdb0b sandbox: Drop os_realloc() by Simon Glass · 4 years, 9 months ago
- 0db1b43 sandbox: Drop use of special os_malloc() where possible by Simon Glass · 4 years, 9 months ago
- f72bdc6 sandbox: Rename strdup() functions by Simon Glass · 4 years, 9 months ago
- 1ea1c7d string: Allow arch override of strndup() also by Simon Glass · 4 years, 9 months ago
- 1f6510c exports: Add the malloc.h header by Simon Glass · 4 years, 9 months ago
- cfda60f sandbox: Use a prefix for all allocation functions by Simon Glass · 4 years, 9 months ago
- cf23c7c sandbox: Rename 'free' variable by Simon Glass · 4 years, 9 months ago
- 8d38a84 mtd: Rename free() to rfree() by Simon Glass · 4 years, 9 months ago
- aae9588 dma: Rename free() to rfree() by Simon Glass · 4 years, 9 months ago
- fb8c0d5 clk: Rename free() to rfree() by Simon Glass · 4 years, 9 months ago
- 093152f gpio: Rename free() to rfree() by Simon Glass · 4 years, 9 months ago
- 94474b2 reset: Rename free() to rfree() by Simon Glass · 4 years, 9 months ago
- 4f51188 power-domain: Rename free() to rfree() by Simon Glass · 4 years, 9 months ago
- cc92c3c mailbox: Rename free() to rfree() by Simon Glass · 4 years, 9 months ago
- 3b85ce8 video: sandbox: Enable all colour depths by Simon Glass · 4 years, 9 months ago
- 51973cc video: Support truetype fonts on a 32-bit display by Simon Glass · 4 years, 9 months ago
- 4209be3 sandbox: Sort the help options by Simon Glass · 4 years, 9 months ago
- 1d6a0c9 doc: dm: debugging: Fix the steps for activating debug by Fabio Estevam · 4 years, 10 months ago
- 5ed2dc5 dtc: add ability to make nodes conditional on them being referenced by Maxime Ripard · 4 years, 10 months ago
- 7b9d60f cmd: Add command to dump drivers and compatible strings by Sean Anderson · 4 years, 10 months ago
- 2f7c53c buildman: Enable buildman on aarch64 hosts by Matthias Brugger · 4 years, 10 months ago
- 8d73be7 tpm2: ftpm: A driver for firmware TPM running inside TEE by Thirupathaiah Annapureddy · 4 years, 10 months ago
- 19464f4 cli: Make the sandbox board_run_command the default by Sean Anderson · 4 years, 10 months ago
- 3780e2d cmd: tpm: add a subcommand device by Philippe Reynes · 4 years, 10 months ago
- bb3f47e tpm: add a helper to iterate on all tpm devices by Philippe Reynes · 4 years, 10 months ago
- 28b417c image: fdt: check "status" of "/reserved-memory" subnodes by Thirupathaiah Annapureddy · 4 years, 10 months ago
- 400175b test: Add a way to check each line of console output by Simon Glass · 4 years, 10 months ago
- cfccff8 test: Enable console recording in tests by Simon Glass · 4 years, 10 months ago
- b612312 console: Add a function to read a line of the output / eof by Simon Glass · 4 years, 10 months ago
- eb7387a sandbox: pmic: Correct i2c pmic emulator platdata method by Simon Glass · 4 years, 10 months ago
- b83994d bloblist: Zero records when adding by Simon Glass · 4 years, 10 months ago
- 02247c1 bloblist: Tidy up a few comments and code-style nits by Simon Glass · 4 years, 10 months ago
- 5b04454 bloblist: Add a new function to add or check size by Simon Glass · 4 years, 10 months ago
- 9ff5e04 dm: core: Drop uclass_find_next_free_req_seq() conditions by Simon Glass · 4 years, 10 months ago
- 903e83e dm: core: Add a way to iterate through children, probing each by Simon Glass · 4 years, 10 months ago
- f262d4c dm: core: Add a way to read platdata for all child devices by Simon Glass · 4 years, 10 months ago
- bd933bf dm: core: Add ofnode_get_chosen_prop() by Simon Glass · 4 years, 10 months ago
- 1aada63 dm: core: Reimplement ofnode_read_size() by Simon Glass · 4 years, 10 months ago
- a8167d8 dm: core: Add ofnode_read_prop() by Simon Glass · 4 years, 10 months ago
- 14ca9f7 dm: core: Rename ofnode_get_chosen_prop() by Simon Glass · 4 years, 10 months ago
- 74d594a dm: core: Update comment for ofnode_get_chosen_node() by Simon Glass · 4 years, 10 months ago
- ba8444a test: Add underscore prefix to macro parameters by Simon Glass · 4 years, 10 months ago
- 88b3a37 dm: core: Use const device for the dev_read_...() interface by Simon Glass · 4 years, 10 months ago
- d975ce2 dm: core: Use const device for the devfdt...() interface by Simon Glass · 4 years, 10 months ago
- 194fca9 dm: pci: Update a few more interfaces for const udevice * by Simon Glass · 4 years, 10 months ago
- c4e72c4 dm: pci: Update the PCI read_config() method to const dev * by Simon Glass · 4 years, 10 months ago
- fc347fb dm: core: Use const where possible in device.h by Simon Glass · 4 years, 10 months ago
- f5cc89a Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 9 months ago
- c95215a Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · 4 years, 9 months ago
- 491e87a test: efi_selftest: fix pylint warnings by Heinrich Schuchardt · 4 years, 10 months ago
- df10a2c test: test_efi_fit: fix pylint warnings by Heinrich Schuchardt · 4 years, 10 months ago
- 9a5a90a ddr: altera: Add DDR2 support to Gen5 driver by Marek Vasut · 5 years ago
- cf89ef8 watchdog: designware: Optionally fetch clock and reset from DT by Marek Vasut · 5 years ago
- cf8c836 watchdog: designware: Convert to DM and DT probing by Marek Vasut · 5 years ago
- 8382b10 video: mxsfb: call remove() when booting OS by Anatolij Gustschin · 4 years, 10 months ago
- ab6ea93 video: fix Coverity missing break issue by Anatolij Gustschin · 4 years, 10 months ago
- d4827fc Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 9 months ago
- d861183 Merge tag 'ti-v2020.04-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 4 years, 9 months ago
- d9618e9 board: ls1012ardb: do not use imply CONFIG_ by Heinrich Schuchardt · 4 years, 10 months ago
- 8526a58 armv8: ls2088a: Updates secure boot headers offset by Priyanka Singh · 4 years, 10 months ago
- 4238e37 armv8: ls1088a: Updates secure boot headers offset by Priyanka Singh · 4 years, 10 months ago
- 20858a2 armv8: lx2160a: Updates secure boot headers offset by Priyanka Singh · 4 years, 10 months ago
- 3e90cfe armv8: ls1012ardb: Updates secure boot headers offset by Priyanka Singh · 4 years, 10 months ago
- e735ad3 armv8: ls1046a: Updates secure boot headers offset by Priyanka Singh · 4 years, 10 months ago
- feb8fa2 configs: ls1021a: Reserve low memory for CMA by Alison Wang · 4 years, 10 months ago
- 9ebde88 dm: arm: ls1021a: add i2c DM support by Biwen Li · 4 years, 11 months ago
- a0affb3 dm: arm64: ls1012a: add i2c DM support by Biwen Li · 4 years, 11 months ago
- 6089d8a Kconfigs: layerscape: use a convenient default value for SYS_MALLOC_F_LEN by Biwen Li · 4 years, 11 months ago
- c691032 i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flag by Biwen Li · 4 years, 11 months ago
- beadf4f armv8: fsl-layerscape: spl: fix build error when DM_I2C is enabled by Biwen Li · 4 years, 11 months ago
- 42cd5cb rtc: pcf8563: Add driver model support by Biwen Li · 4 years, 11 months ago
- 36df9c7 configs: ls1028a: Enable FSPI support by Kuldeep Singh · 5 years ago
- e572064 arm: dts: lx2160a: Add FSPI node properties by Kuldeep Singh · 5 years ago
- 5e2fb3e arm: dts: ls1028a: Add FSPI node properties by Kuldeep Singh · 5 years ago
- bddec1b board: fsl: lx2160a: Add support to reset to eMMC by Meenakshi Aggarwal · 4 years, 10 months ago
- 3ffe090 arm: dts: ls1028a: fix interrupt properties by Michael Walle · 5 years ago
- 922ac0f arm: ls1028a: use the new flexspi driver by Michael Walle · 5 years ago
- 323d3af configs: ls1012ardb: Enable CONFIG_SYS_RELOC_GD_ENV_ADDR by Kuldeep Singh · 5 years ago
- 9e0c131 azure: Move to vs2017-win2016 platform build host by Tom Rini · 4 years, 10 months ago
- ea86e72 gpio: intel_gpio: Fix register/bit offsets intel_gpio_get_value() by Wolfgang Wallner · 4 years, 9 months ago
- 28c6268 gpio: intel_gpio: Clear tx state bit when setting output by Wolfgang Wallner · 4 years, 9 months ago
- b840c39 gpio: intel_gpio: Pass pinctrl device to pcr_clrsetbits32() by Wolfgang Wallner · 4 years, 9 months ago
- 03fe85a x86: itss: Remove apl-prefix by Wolfgang Wallner · 4 years, 10 months ago