- c67140d Merge tag 'u-boot-imx-20210409' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years, 8 months ago
- a2c63f0 spl: fit: nand: allow for non-page-aligned elements by Tim Harvey · 3 years, 9 months ago
- 26205a3 spl: fit: nand: skip bad block handling if NAND chip not fully defined by Tim Harvey · 3 years, 9 months ago
- e9ead4a riscv: sifive: Rename fu540 board to unleashed by Bin Meng · 3 years, 9 months ago
- 81fcfd4 Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 3 years, 8 months ago
- 5b565d0 usb: hub: Fix usb_get_port_status() for big-endian platforms by Aaron Williams · 3 years, 8 months ago
- 7eef78d Convert CONFIG_MISC_INIT_F to Kconfig by Simon Glass · 3 years, 8 months ago
- a18a36f Merge tag 'v2021.04-rc5' into next by Tom Rini · 3 years, 8 months ago
- 43bc543 sysinfo: Allow showing model info from sysinfo by Simon Glass · 3 years, 8 months ago
- ed8603d bootm: Skip command-line substitution if !CONFIG_CMDLINE by Simon Glass · 3 years, 9 months ago
- 2f00216 cpu: Rename SPL_CPU_SUPPORT to SPL_CPU by Simon Glass · 3 years, 9 months ago
- 73709af bootstage: Warning if space is exhausted by Simon Glass · 3 years, 9 months ago
- 97447ea spl: Split out bootstage ID into a function by Simon Glass · 3 years, 9 months ago
- 062e79f sandbox: image: Allow sandbox to load any image by Simon Glass · 3 years, 9 months ago
- 5b21b34 dm: core: Add an option to support SPL in read-only memory by Simon Glass · 3 years, 9 months ago
- 7b75924 avb: Fix error when partition not found by schspa · 3 years, 9 months ago
- b641de8 image: Avoid -ENODATA in host tools by Simon Glass · 3 years, 9 months ago
- d280d81 Merge tag 'v2021.04-rc4' into next by Tom Rini · 3 years, 9 months ago
- 9127d8b common: SCP03 control (enable and provision of keys) by Jorge Ramirez-Ortiz · 3 years, 10 months ago
- 5fc47e3 log: Handle line continuation by Simon Glass · 3 years, 10 months ago
- f080343 log: Set up a flag byte for log records by Simon Glass · 3 years, 10 months ago
- 2192e98 spl: Convert spl_fit to work with sandbox by Simon Glass · 3 years, 9 months ago
- 2492d59 arm: socfpga: soc64: Support Vendor Authorized Boot (VAB) by Siew Chin Lim · 3 years, 9 months ago
- 276375c common: Move initr_addr_map() to a bit earlier by Bin Meng · 3 years, 9 months ago
- d67d7d0 common: fdt_support: Support special case of PCI address in fdt_read_prop() by Bin Meng · 3 years, 9 months ago
- 051ddfb bootstage: Fix dependency for BOOTSTAGE_RECORD_COUNT by Simon Glass · 3 years, 10 months ago
- cac744e bootm: Fix duplicate debugging in bootm_process_cmdline() by Simon Glass · 3 years, 10 months ago
- e12d98a spl: Drop duplicate 'Jumping to U-Boot' message by Simon Glass · 3 years, 10 months ago
- 83d4b00 Respect that some compression algos can be enabled separately for SPL by Frieder Schrempf · 3 years, 10 months ago
- 6de61c8 usb: kbd: Also accept keyboards with Interrupt OUT endpoint by Stefan Brüns · 3 years, 9 months ago
- ae5073f Kconfig: SPL_FIT_SIGNATURE requires SPL_LOAD_FIT by Klaus Heinrich Kiwi · 3 years, 10 months ago
- c9796e6 Kconfig: SPL_FIT_SIGNATURE selects FIT_SIGNATURE by Klaus Heinrich Kiwi · 3 years, 10 months ago
- 6e5aad8 cmd: fdt: skip board specific fixup using env variable by Wasim Khan · 3 years, 10 months ago
- 8b83126 Merge tag 'video-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 3 years, 9 months ago
- 0d1fcf8 fdt/sunxi: Remove OF_STDOUT_PATH by Andre Przywara · 3 years, 10 months ago
- 6c0a632 common: splash_source: fix -Wint-to-pointer-cast warning by Jaehoon Chung · 4 years ago
- ec97325 Merge branch '2021-02-18-SPL-FIT-OP-TEE-Linux-improvements' by Tom Rini · 3 years, 9 months ago
- 50d2fa4 dm: Introduce xxx_get_dma_range() by Nicolas Saenz Julienne · 3 years, 11 months ago
- 769ed25 spl: fit: Load devicetree when a Linux payload is found by Alexandru Gagniuc · 3 years, 10 months ago
- a4fed79 spl: fit: Replace #ifdef blocks with more readable constructs by Alexandru Gagniuc · 3 years, 10 months ago
- fa11a44 spl: fit: Only look up FIT configuration node once by Alexandru Gagniuc · 3 years, 10 months ago
- 5180553 spl: fit: Remove useless loop in spl_fit_get_image_name() by Alexandru Gagniuc · 3 years, 10 months ago
- 93d1557 spl: fit: Pass FIT context via a structure pointer by Alexandru Gagniuc · 3 years, 10 months ago
- 23243c9 spl: fit: Factor out FIT parsing and use a context struct by Alexandru Gagniuc · 3 years, 10 months ago
- 44af2a5 spl: fit: Drop 'length' argument to board_spl_fit_post_load() by Alexandru Gagniuc · 3 years, 10 months ago
- 05a17e8 usb: kbd: destroy device after console is stopped by Andy Shevchenko · 3 years, 10 months ago
- 8ee40d3 IOMUX: Introduce iomux_replace_device() by Andy Shevchenko · 3 years, 10 months ago
- e29d019 IOMUX: Split out for_each_console_dev() helper macro by Andy Shevchenko · 3 years, 10 months ago
- 75039f5 IOMUX: Split out iomux_match_device() helper by Andy Shevchenko · 3 years, 10 months ago
- 20a5c5e IOMUX: Switch to use stdio_file_to_flags() by Andy Shevchenko · 3 years, 10 months ago
- ba69b2c console: Set file and devices at one go by Andy Shevchenko · 3 years, 10 months ago
- f1a852a console: Set console device counter in console_devices_set() by Andy Shevchenko · 3 years, 10 months ago
- 59f324c console: Switch to use stdio_file_to_flags() by Andy Shevchenko · 3 years, 10 months ago
- 9433102 stdio: Introduce a new helper stdio_file_to_flags() by Andy Shevchenko · 3 years, 10 months ago
- 2066f39 stdio: Split out nulldev_register() and move it under #if by Andy Shevchenko · 3 years, 10 months ago
- 952e7a8 stdio: Get rid of dead code, i.e. stdio_deregister() by Andy Shevchenko · 3 years, 10 months ago
- b823daa image: Check for unit addresses in FITs by Simon Glass · 3 years, 10 months ago
- 244705b image: Add an option to do a full check of the FIT by Simon Glass · 3 years, 10 months ago
- d563c25 image: Adjust the workings of fit_check_format() by Simon Glass · 3 years, 10 months ago
- 4433890 fit: Don't allow verification of images with @ nodes by Simon Glass · 3 years, 10 months ago
- 56d2f60 fdt_region: Check for a single root node of the correct name by Simon Glass · 3 years, 10 months ago
- 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
- 11dac41 common: Kconfig.boot: Add FIT_PRINT config option by Ravik Hasija · 3 years, 10 months ago
- 53857ee x86: spl: Add a function to find the text base by Simon Glass · 3 years, 10 months ago
- f5af8e4 dfu: add support for the dfu_alt_info reintialization from the flashed script by Marek Szyprowski · 4 years ago
- 9fb7c49 avb: AVB_VERIFY depends on MMC by Heinrich Schuchardt · 3 years, 10 months ago
- d8eeb0f autoboot: fix illegal memory access when stop key and delay key are empty by Yuezhang.Mo@sony.com · 3 years, 11 months ago
- 0da2c79 bloblist: Add missing tag names by Simon Glass · 3 years, 11 months ago
- ab7e746 bloblist: Support relocating to a larger space by Simon Glass · 3 years, 11 months ago
- 95e4ec1 spl: Add functions for next and previous phase by Simon Glass · 3 years, 11 months ago
- 72fdd3a common: fit-sig: Fix error message in fit_config_verify_sig() by Alexandru Gagniuc · 3 years, 11 months ago
- 8d82a20 bootcount: allow to use this feature on TPL by Philippe Reynes · 4 years ago
- d42cbee sunxi: support loading with SPL > 32KB by Andre Przywara · 3 years, 11 months ago
- da8ae61 sunxi: Introduce common symbol for H6 like SoCs by Jernej Skrabec · 3 years, 11 months ago
- c3baacd image-fit: Fix FIT_CIPHER linking by Joel Stanley · 4 years ago
- 85c5065 common: Makefile: drop duplicated line by Peng Fan · 4 years ago
- 127dde8 console: cosmetics: remove #if 0 by Patrick Delaunay · 4 years ago
- 0ba04f0 common: always compile fixup_cmdtable() by Heinrich Schuchardt · 4 years ago
- ba87da4 common: spl: spl_fit.c: report an error on hash check fail by Philippe Reynes · 4 years ago
- 4ed1363 cli_readline: Only insert printable chars by Steve Bennett · 4 years ago
- 8b7bf53 Add optional salt to AUTOBOOT_STOP_STR_SHA256 by Joel Peshkin · 4 years ago
- cb96e22 IOMUX: Stop dropped consoles by Andy Shevchenko · 4 years ago
- 32e8598 IOMUX: Drop indentation level by removing redundant 'else' by Andy Shevchenko · 4 years ago
- c9d642b IOMUX: Refactor iomux_doenv() in order to increase readability by Andy Shevchenko · 4 years ago
- 07fb8b1 IOMUX: Preserve console list if realloc() fails by Andy Shevchenko · 4 years ago
- cfaed7f console: rename search_device() to console_search_dev() by Andy Shevchenko · 4 years ago
- bdb0d4c console: Keep ->start() and ->stop() balanced by Andy Shevchenko · 4 years ago
- 2bce021 console: Introduce console_start() and console_stop() by Andy Shevchenko · 4 years ago
- 4e8d61f console: add console_has_tstc helper function for CONSOLE_MUX by Patrick Delaunay · 4 years ago
- c20847f console: remove #ifdef CONFIG_CONSOLE_RECORD by Patrick Delaunay · 4 years ago
- 7c5f6ed console: add function console_devices_set by Patrick Delaunay · 4 years ago
- 4b0b56f console: remove #ifdef CONFIG when it is possible by Patrick Delaunay · 4 years ago
- f97049f spl: Kconfig: Add SPL dependency to CONFIG_HANDOFF by Ovidiu Panait · 4 years ago
- 2c82391 common: board_r: Drop arch-specific ifdefs around initr_trap by Ovidiu Panait · 4 years ago
- 69d1ddb common: board_r: Drop initr_bbmii wrapper by Ovidiu Panait · 4 years ago
- 4119ea43 common: board_r: Drop initr_api wrapper by Ovidiu Panait · 4 years ago
- 036f0f1 common: board_r: Drop initr_jumptable wrapper by Ovidiu Panait · 4 years ago
- b5738e6 common: board_r: Drop initr_xen wrapper by Ovidiu Panait · 4 years ago
- 1c45ed9 common: board_r: Drop initr_noncached wrapper by Ovidiu Panait · 4 years ago
- e353edb common: board_r: Drop initr_pci wrapper by Ovidiu Panait · 4 years ago