summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* spl: fit: Load devicetree when a Linux payload is foundWIP/2021-01-15-assorted-improvementsAlexandru Gagniuc2021-01-151-3/+15
* spl: fit: Replace #ifdef blocks with more readable constructsAlexandru Gagniuc2021-01-151-29/+24
* image: Do not #if guard board_fit_config_name_match() prototypeAlexandru Gagniuc2021-01-151-2/+1
* spl: fit: Only look up FIT configuration node onceAlexandru Gagniuc2021-01-151-10/+9
* spl: fit: Remove useless loop in spl_fit_get_image_name()Alexandru Gagniuc2021-01-151-11/+1
* spl: fit: Pass FIT context via a structure pointerAlexandru Gagniuc2021-01-151-58/+43
* spl: fit: Factor out FIT parsing and use a context structAlexandru Gagniuc2021-01-151-30/+60
* spl: fit: Drop 'length' argument to board_spl_fit_post_load()Alexandru Gagniuc2021-01-153-6/+7
* cmd: Add MBR partition layout control utilityMarek Szyprowski2021-01-155-0/+418
* disk: dos: add code for creating MBR partition layoutMarek Szyprowski2021-01-153-0/+174
* disk: dos: make some functions staticMarek Szyprowski2021-01-151-2/+3
* disk: dos: use generic macro for unaligned le32 accessMarek Szyprowski2021-01-151-19/+9
* disk: dos: add some defines for the hardcoded numbersMarek Szyprowski2021-01-152-3/+6
* disk: dos: rename write_mbr_partition to write_mbr_sectorMarek Szyprowski2021-01-153-4/+4
* 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: Provide a documentation for console_search_dev()Andy Shevchenko2021-01-151-0/+10
* console: rename search_device() to console_search_dev()Andy Shevchenko2021-01-154-14/+14
* console: move search_device() from iomux.h to console.hAndy Shevchenko2021-01-152-1/+2
* console: Keep ->start() and ->stop() balancedAndy Shevchenko2021-01-151-0/+37
* console: Introduce console_start() and console_stop()Andy Shevchenko2021-01-152-7/+26
* 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
* global_data: Enable spl_handoff only if CONFIG_HANDOFF is setOvidiu Panait2021-01-151-2/+2
* 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-156-17/+47
* common: board_r: Drop initr_bbmii wrapperOvidiu Panait2021-01-153-11/+13
* common: board_r: Drop initr_api wrapperOvidiu Panait2021-01-154-14/+15
* common: board_r: Drop initr_jumptable wrapperOvidiu Panait2021-01-153-10/+12
* common: board_r: Drop initr_xen wrapperOvidiu Panait2021-01-153-11/+5
* common: board_r: Drop initr_noncached wrapperOvidiu Panait2021-01-153-11/+16
* common: board_r: Drop initr_pci wrapperOvidiu Panait2021-01-154-18/+23
* common: board_r: Drop initr_pci_ep wrapperOvidiu Panait2021-01-153-12/+13
* common: board_r: Drop initr_post_backlog wrapperOvidiu Panait2021-01-153-11/+14
* common: board_r: Drop initr_secondary_cpu wrapperOvidiu Panait2021-01-153-16/+19
* 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
* test: log: add test for console output of dropped messagesPatrick Delaunay2021-01-151-0/+8
* console: allow to record console output before readyPatrick Delaunay2021-01-151-8/+8
* console: remove duplicated test on gd valuePatrick Delaunay2021-01-151-8/+8
* test: add test for dropped trace before log_initPatrick Delaunay2021-01-152-0/+16