summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-0240-1/+40
* common: Kconfig.boot: Add FIT_PRINT config optionRavik Hasija2021-02-012-2/+8
* x86: spl: Add a function to find the text baseSimon Glass2021-02-011-0/+6
* dfu: add support for the dfu_alt_info reintialization from the flashed scriptMarek Szyprowski2021-01-311-0/+3
* avb: AVB_VERIFY depends on MMCHeinrich Schuchardt2021-01-291-0/+1
* autoboot: fix illegal memory access when stop key and delay key are emptyYuezhang.Mo@sony.com2021-01-271-3/+3
* bloblist: Add missing tag namesSimon Glass2021-01-271-0/+6
* bloblist: Support relocating to a larger spaceSimon Glass2021-01-273-4/+27
* spl: Add functions for next and previous phaseSimon Glass2021-01-271-1/+1
* common: fit-sig: Fix error message in fit_config_verify_sig()Alexandru Gagniuc2021-01-271-1/+1
* bootcount: allow to use this feature on TPLPhilippe Reynes2021-01-272-2/+11
* sunxi: support loading with SPL > 32KBAndre Przywara2021-01-251-1/+2
* sunxi: Introduce common symbol for H6 like SoCsJernej Skrabec2021-01-251-2/+2
* image-fit: Fix FIT_CIPHER linkingJoel Stanley2021-01-222-14/+15
* common: Makefile: drop duplicated linePeng Fan2021-01-161-1/+0
* console: cosmetics: remove #if 0Patrick Delaunay2021-01-161-10/+0
* common: always compile fixup_cmdtable()Heinrich Schuchardt2021-01-161-4/+2
* common: spl: spl_fit.c: report an error on hash check failPhilippe Reynes2021-01-161-2/+5
* cli_readline: Only insert printable charsSteve Bennett2021-01-161-2/+4
* Add optional salt to AUTOBOOT_STOP_STR_SHA256Joel Peshkin2021-01-162-3/+14
* IOMUX: Stop dropped consolesAndy Shevchenko2021-01-151-3/+16
* IOMUX: Drop indentation level by removing redundant 'else'Andy Shevchenko2021-01-151-5/+5
* IOMUX: Refactor iomux_doenv() in order to increase readabilityAndy Shevchenko2021-01-151-7/+6
* IOMUX: Preserve console list if realloc() failsAndy Shevchenko2021-01-151-11/+2
* console: rename search_device() to console_search_dev()Andy Shevchenko2021-01-153-13/+13
* console: Keep ->start() and ->stop() balancedAndy Shevchenko2021-01-151-0/+37
* console: Introduce console_start() and console_stop()Andy Shevchenko2021-01-151-7/+23
* console: add console_has_tstc helper function for CONSOLE_MUXPatrick Delaunay2021-01-151-12/+25
* console: remove #ifdef CONFIG_CONSOLE_RECORDPatrick Delaunay2021-01-151-22/+73
* console: add function console_devices_setPatrick Delaunay2021-01-151-7/+13
* console: remove #ifdef CONFIG when it is possiblePatrick Delaunay2021-01-151-94/+64
* spl: Kconfig: Add SPL dependency to CONFIG_HANDOFFOvidiu Panait2021-01-151-1/+1
* common: board_r: Drop arch-specific ifdefs around initr_trapOvidiu Panait2021-01-151-14/+2
* common: board_r: Drop initr_bbmii wrapperOvidiu Panait2021-01-151-9/+1
* common: board_r: Drop initr_api wrapperOvidiu Panait2021-01-151-10/+1
* common: board_r: Drop initr_jumptable wrapperOvidiu Panait2021-01-152-8/+4
* common: board_r: Drop initr_xen wrapperOvidiu Panait2021-01-151-9/+1
* common: board_r: Drop initr_noncached wrapperOvidiu Panait2021-01-151-9/+1
* common: board_r: Drop initr_pci wrapperOvidiu Panait2021-01-151-14/+4
* common: board_r: Drop initr_pci_ep wrapperOvidiu Panait2021-01-151-10/+1
* common: board_r: Drop initr_post_backlog wrapperOvidiu Panait2021-01-151-9/+1
* common: board_r: Drop initr_secondary_cpu wrapperOvidiu Panait2021-01-151-15/+2
* common: board_r: Drop initr_console_record wrapperOvidiu Panait2021-01-151-10/+3
* common: board_f: Use IS_ENABLED(CONFIG_OF_EMBED) in reserve_fdt, reloc_fdtOvidiu Panait2021-01-151-20/+21
* common: board_f: Move setup_machine code to setup_bdinfoOvidiu Panait2021-01-151-9/+4
* common: board_f: Use IS_ENABLED(CONFIG_TIMER_EARLY) in initf_dmOvidiu Panait2021-01-151-5/+6
* common: board_f: Drop initf_console_record wrapperOvidiu Panait2021-01-151-9/+3
* common: Kconfig: Introduce CONFIG_CONSOLE_RECORD_INIT_FOvidiu Panait2021-01-152-4/+11
* log: call vsnprintf only when it is needed to emit tracePatrick Delaunay2021-01-151-7/+13
* console: allow to record console output before readyPatrick Delaunay2021-01-151-8/+8