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