aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2021-02-01common: 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-27autoboot: fix illegal memory access when stop key and delay key are emptyYuezhang.Mo@sony.com1-3/+3
2021-01-27bloblist: Add missing tag namesSimon Glass1-0/+6
2021-01-27bloblist: Support relocating to a larger spaceSimon Glass3-4/+27
2021-01-27spl: Add functions for next and previous phaseSimon Glass1-1/+1
2021-01-27common: fit-sig: Fix error message in fit_config_verify_sig()Alexandru Gagniuc1-1/+1
2021-01-27bootcount: allow to use this feature on TPLPhilippe Reynes2-2/+11
2021-01-25sunxi: support loading with SPL > 32KBAndre Przywara1-1/+2
2021-01-25sunxi: Introduce common symbol for H6 like SoCsJernej Skrabec1-2/+2
2021-01-22image-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
2021-01-15console: rename search_device() to console_search_dev()Andy Shevchenko3-13/+13
2021-01-15console: Keep ->start() and ->stop() balancedAndy Shevchenko1-0/+37
2021-01-15console: Introduce console_start() and console_stop()Andy Shevchenko1-7/+23
2021-01-15console: add console_has_tstc helper function for CONSOLE_MUXPatrick Delaunay1-12/+25
2021-01-15console: remove #ifdef CONFIG_CONSOLE_RECORDPatrick Delaunay1-22/+73
2021-01-15console: add function console_devices_setPatrick Delaunay1-7/+13
2021-01-15console: remove #ifdef CONFIG when it is possiblePatrick Delaunay1-94/+64
2021-01-15spl: Kconfig: Add SPL dependency to CONFIG_HANDOFFOvidiu Panait1-1/+1
2021-01-15common: board_r: Drop arch-specific ifdefs around initr_trapOvidiu Panait1-14/+2
2021-01-15common: board_r: Drop initr_bbmii wrapperOvidiu Panait1-9/+1
2021-01-15common: board_r: Drop initr_api wrapperOvidiu Panait1-10/+1
2021-01-15common: board_r: Drop initr_jumptable wrapperOvidiu Panait2-8/+4
2021-01-15common: board_r: Drop initr_xen wrapperOvidiu Panait1-9/+1
2021-01-15common: board_r: Drop initr_noncached wrapperOvidiu Panait1-9/+1
2021-01-15common: board_r: Drop initr_pci wrapperOvidiu Panait1-14/+4
2021-01-15common: board_r: Drop initr_pci_ep wrapperOvidiu Panait1-10/+1
2021-01-15common: board_r: Drop initr_post_backlog wrapperOvidiu Panait1-9/+1
2021-01-15common: board_r: Drop initr_secondary_cpu wrapperOvidiu Panait1-15/+2
2021-01-15common: board_r: Drop initr_console_record wrapperOvidiu Panait1-10/+3
2021-01-15common: board_f: Use IS_ENABLED(CONFIG_OF_EMBED) in reserve_fdt, reloc_fdtOvidiu Panait1-20/+21
2021-01-15common: board_f: Move setup_machine code to setup_bdinfoOvidiu Panait1-9/+4
2021-01-15common: board_f: Use IS_ENABLED(CONFIG_TIMER_EARLY) in initf_dmOvidiu Panait1-5/+6
2021-01-15common: board_f: Drop initf_console_record wrapperOvidiu Panait1-9/+3
2021-01-15common: Kconfig: Introduce CONFIG_CONSOLE_RECORD_INIT_FOvidiu Panait2-4/+11
2021-01-15log: call vsnprintf only when it is needed to emit tracePatrick Delaunay1-7/+13
2021-01-15console: allow to record console output before readyPatrick Delaunay1-8/+8
2021-01-15console: remove duplicated test on gd valuePatrick Delaunay1-8/+8