summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2021-02-20fdt/sunxi: Remove OF_STDOUT_PATHAndre Przywara1-8/+1
2021-02-18Merge branch '2021-02-18-SPL-FIT-OP-TEE-Linux-improvements'Tom Rini1-125/+136
2021-02-18dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne1-0/+73
2021-02-18spl: fit: Load devicetree when a Linux payload is foundAlexandru Gagniuc1-3/+15
2021-02-18spl: fit: Replace #ifdef blocks with more readable constructsAlexandru Gagniuc1-29/+24
2021-02-18spl: fit: Only look up FIT configuration node onceAlexandru Gagniuc1-10/+9
2021-02-18spl: fit: Remove useless loop in spl_fit_get_image_name()Alexandru Gagniuc1-11/+1
2021-02-18spl: fit: Pass FIT context via a structure pointerAlexandru Gagniuc1-58/+43
2021-02-18spl: fit: Factor out FIT parsing and use a context structAlexandru Gagniuc1-30/+60
2021-02-18spl: fit: Drop 'length' argument to board_spl_fit_post_load()Alexandru Gagniuc1-2/+2
2021-02-16usb: kbd: destroy device after console is stoppedAndy Shevchenko1-8/+8
2021-02-16IOMUX: Introduce iomux_replace_device()Andy Shevchenko1-0/+33
2021-02-16IOMUX: Split out for_each_console_dev() helper macroAndy Shevchenko2-13/+6
2021-02-16IOMUX: Split out iomux_match_device() helperAndy Shevchenko2-17/+17
2021-02-16IOMUX: Switch to use stdio_file_to_flags()Andy Shevchenko1-9/+2
2021-02-16console: Set file and devices at one goAndy Shevchenko1-10/+12
2021-02-16console: Set console device counter in console_devices_set()Andy Shevchenko1-0/+1
2021-02-16console: Switch to use stdio_file_to_flags()Andy Shevchenko1-11/+3
2021-02-16stdio: Introduce a new helper stdio_file_to_flags()Andy Shevchenko1-0/+13
2021-02-16stdio: Split out nulldev_register() and move it under #ifAndy Shevchenko1-12/+21
2021-02-16stdio: Get rid of dead code, i.e. stdio_deregister()Andy Shevchenko1-11/+0
2021-02-16image: Check for unit addresses in FITsSimon Glass1-4/+52
2021-02-16image: Add an option to do a full check of the FITSimon Glass2-0/+36
2021-02-16image: Adjust the workings of fit_check_format()Simon Glass4-32/+26
2021-02-16fit: Don't allow verification of images with @ nodesSimon Glass2-7/+35
2021-02-16fdt_region: Check for a single root node of the correct nameSimon Glass1-0/+11
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass40-1/+40
2021-02-02common: Kconfig.boot: Add FIT_PRINT config optionRavik Hasija2-2/+8
2021-02-01x86: spl: Add a function to find the text baseSimon Glass1-0/+6
2021-01-31dfu: add support for the dfu_alt_info reintialization from the flashed scriptMarek Szyprowski1-0/+3
2021-01-29avb: AVB_VERIFY depends on MMCHeinrich Schuchardt1-0/+1
2021-01-28autoboot: fix illegal memory access when stop key and delay key are emptyYuezhang.Mo@sony.com1-3/+3
2021-01-28bloblist: Add missing tag namesSimon Glass1-0/+6
2021-01-28bloblist: Support relocating to a larger spaceSimon Glass3-4/+27
2021-01-28spl: Add functions for next and previous phaseSimon Glass1-1/+1
2021-01-28common: fit-sig: Fix error message in fit_config_verify_sig()Alexandru Gagniuc1-1/+1
2021-01-28bootcount: allow to use this feature on TPLPhilippe Reynes2-2/+11
2021-01-26sunxi: support loading with SPL > 32KBAndre Przywara1-1/+2
2021-01-26sunxi: Introduce common symbol for H6 like SoCsJernej Skrabec1-2/+2
2021-01-23image-fit: Fix FIT_CIPHER linkingJoel Stanley2-14/+15
2021-01-16common: Makefile: drop duplicated linePeng Fan1-1/+0
2021-01-16console: cosmetics: remove #if 0Patrick Delaunay1-10/+0
2021-01-16common: always compile fixup_cmdtable()Heinrich Schuchardt1-4/+2
2021-01-16common: spl: spl_fit.c: report an error on hash check failPhilippe Reynes1-2/+5
2021-01-16cli_readline: Only insert printable charsSteve Bennett1-2/+4
2021-01-16Add optional salt to AUTOBOOT_STOP_STR_SHA256Joel Peshkin2-3/+14
2021-01-15IOMUX: Stop dropped consolesAndy Shevchenko1-3/+16
2021-01-15IOMUX: Drop indentation level by removing redundant 'else'Andy Shevchenko1-5/+5
2021-01-15IOMUX: Refactor iomux_doenv() in order to increase readabilityAndy Shevchenko1-7/+6
2021-01-15IOMUX: Preserve console list if realloc() failsAndy Shevchenko1-11/+2