summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2021-02-16console: Switch to use stdio_file_to_flags()Andy Shevchenko
2021-02-16stdio: Introduce a new helper stdio_file_to_flags()Andy Shevchenko
2021-02-16stdio: Split out nulldev_register() and move it under #ifAndy Shevchenko
2021-02-16stdio: Get rid of dead code, i.e. stdio_deregister()Andy Shevchenko
2021-02-15image: Check for unit addresses in FITsSimon Glass
2021-02-15image: Add an option to do a full check of the FITSimon Glass
2021-02-15image: Adjust the workings of fit_check_format()Simon Glass
2021-02-15fit: Don't allow verification of images with @ nodesSimon Glass
2021-02-15fdt_region: Check for a single root node of the correct nameSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-02-01common: Kconfig.boot: Add FIT_PRINT config optionRavik Hasija
2021-02-01x86: spl: Add a function to find the text baseSimon Glass
2021-01-31dfu: add support for the dfu_alt_info reintialization from the flashed scriptMarek Szyprowski
2021-01-29avb: AVB_VERIFY depends on MMCHeinrich Schuchardt
2021-01-27autoboot: fix illegal memory access when stop key and delay key are emptyYuezhang.Mo@sony.com
2021-01-27bloblist: Add missing tag namesSimon Glass
2021-01-27bloblist: Support relocating to a larger spaceSimon Glass
2021-01-27spl: Add functions for next and previous phaseSimon Glass
2021-01-27common: fit-sig: Fix error message in fit_config_verify_sig()Alexandru Gagniuc
2021-01-27bootcount: allow to use this feature on TPLPhilippe Reynes
2021-01-25sunxi: support loading with SPL > 32KBAndre Przywara
2021-01-25sunxi: Introduce common symbol for H6 like SoCsJernej Skrabec
2021-01-22image-fit: Fix FIT_CIPHER linkingJoel Stanley
2021-01-16common: Makefile: drop duplicated linePeng Fan
2021-01-16console: cosmetics: remove #if 0Patrick Delaunay
2021-01-16common: always compile fixup_cmdtable()Heinrich Schuchardt
2021-01-16common: spl: spl_fit.c: report an error on hash check failPhilippe Reynes
2021-01-16cli_readline: Only insert printable charsSteve Bennett
2021-01-16Add optional salt to AUTOBOOT_STOP_STR_SHA256Joel Peshkin
2021-01-15IOMUX: Stop dropped consolesAndy Shevchenko
2021-01-15IOMUX: Drop indentation level by removing redundant 'else'Andy Shevchenko
2021-01-15IOMUX: Refactor iomux_doenv() in order to increase readabilityAndy Shevchenko
2021-01-15IOMUX: Preserve console list if realloc() failsAndy Shevchenko
2021-01-15console: rename search_device() to console_search_dev()Andy Shevchenko
2021-01-15console: Keep ->start() and ->stop() balancedAndy Shevchenko
2021-01-15console: Introduce console_start() and console_stop()Andy Shevchenko
2021-01-15console: add console_has_tstc helper function for CONSOLE_MUXPatrick Delaunay
2021-01-15console: remove #ifdef CONFIG_CONSOLE_RECORDPatrick Delaunay
2021-01-15console: add function console_devices_setPatrick Delaunay
2021-01-15console: remove #ifdef CONFIG when it is possiblePatrick Delaunay
2021-01-15spl: Kconfig: Add SPL dependency to CONFIG_HANDOFFOvidiu Panait
2021-01-15common: board_r: Drop arch-specific ifdefs around initr_trapOvidiu Panait
2021-01-15common: board_r: Drop initr_bbmii wrapperOvidiu Panait
2021-01-15common: board_r: Drop initr_api wrapperOvidiu Panait
2021-01-15common: board_r: Drop initr_jumptable wrapperOvidiu Panait
2021-01-15common: board_r: Drop initr_xen wrapperOvidiu Panait
2021-01-15common: board_r: Drop initr_noncached wrapperOvidiu Panait
2021-01-15common: board_r: Drop initr_pci wrapperOvidiu Panait
2021-01-15common: board_r: Drop initr_pci_ep wrapperOvidiu Panait
2021-01-15common: board_r: Drop initr_post_backlog wrapperOvidiu Panait