- 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
- a45c6e1 common: board_r: Drop initr_pci_ep wrapper by Ovidiu Panait · 4 years ago
- dc8b624 common: board_r: Drop initr_post_backlog wrapper by Ovidiu Panait · 4 years ago
- c14c0f9 common: board_r: Drop initr_secondary_cpu wrapper by Ovidiu Panait · 4 years ago
- e83322f common: board_r: Drop initr_console_record wrapper by Ovidiu Panait · 4 years ago
- b6225b5 common: board_f: Use IS_ENABLED(CONFIG_OF_EMBED) in reserve_fdt, reloc_fdt by Ovidiu Panait · 4 years ago
- 941e6e6 common: board_f: Move setup_machine code to setup_bdinfo by Ovidiu Panait · 4 years ago
- 525a2ec common: board_f: Use IS_ENABLED(CONFIG_TIMER_EARLY) in initf_dm by Ovidiu Panait · 4 years ago
- 85a31ac common: board_f: Drop initf_console_record wrapper by Ovidiu Panait · 4 years ago
- 6b165af common: Kconfig: Introduce CONFIG_CONSOLE_RECORD_INIT_F by Ovidiu Panait · 4 years ago
- 03593f3 log: call vsnprintf only when it is needed to emit trace by Patrick Delaunay · 4 years ago
- ca734c6 console: allow to record console output before ready by Patrick Delaunay · 4 years ago
- 8f14b40 console: remove duplicated test on gd value by Patrick Delaunay · 4 years ago
- 9d36aca log: use console puts to output trace before LOG init by Patrick Delaunay · 4 years ago
- fd70f9a log: don't build the trace buffer when log is not ready by Patrick Delaunay · 4 years ago
- ef98b21 image-fit: fit_check_format check for valid FDT by Heinrich Schuchardt · 3 years, 11 months ago
- adf6db9 Merge tag 'ti-v2021.04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 3 years, 11 months ago
- b574d68 fdt: translate address if #size-cells = <0> by Dario Binacchi · 4 years ago
- e53f9d9 tools: mkimage: Add Allwinner eGON support by Andre Przywara · 6 years ago
- 89832d3 Merge branch 'next' by Tom Rini · 3 years, 11 months ago
- 92d6d86 Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 3 years, 11 months ago
- b79ff7c spl: Drop bd_info in the data section by Simon Glass · 4 years ago
- 0890f94 image: support board_fit_config_name_match by Sebastian Reichel · 3 years, 11 months ago
- bfe8ddf image: cleanup pre-processor usage by Sebastian Reichel · 3 years, 11 months ago
- cfd8a6e common: usb_storage: Fix code indentation by Michal Simek · 4 years ago
- 1f215e3 Common:fdt: Check for error return value by Hongwei Zhang · 4 years ago
- b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
- fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
- 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago