summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-15disk: dos: add code for creating MBR partition layoutMarek Szyprowski
2021-01-15disk: dos: make some functions staticMarek Szyprowski
2021-01-15disk: dos: use generic macro for unaligned le32 accessMarek Szyprowski
2021-01-15disk: dos: add some defines for the hardcoded numbersMarek Szyprowski
2021-01-15disk: dos: rename write_mbr_partition to write_mbr_sectorMarek Szyprowski
2021-01-15IOMUX: Stop dropped consolesAndy Shevchenko
2021-01-15IOMUX: Drop indentation level by removing redundant 'else'Andy Shevchenko
2021-01-15IOMUX: Refactor iomux_doenv() in order to increase readabilityAndy Shevchenko
2021-01-15IOMUX: Preserve console list if realloc() failsAndy Shevchenko
2021-01-15console: Provide a documentation for console_search_dev()Andy Shevchenko
2021-01-15console: rename search_device() to console_search_dev()Andy Shevchenko
2021-01-15console: move search_device() from iomux.h to console.hAndy Shevchenko
2021-01-15console: Keep ->start() and ->stop() balancedAndy Shevchenko
2021-01-15console: Introduce console_start() and console_stop()Andy Shevchenko
2021-01-15console: add console_has_tstc helper function for CONSOLE_MUXPatrick Delaunay
2021-01-15console: remove #ifdef CONFIG_CONSOLE_RECORDPatrick Delaunay
2021-01-15console: add function console_devices_setPatrick Delaunay
2021-01-15console: remove #ifdef CONFIG when it is possiblePatrick Delaunay
2021-01-15global_data: Enable spl_handoff only if CONFIG_HANDOFF is setOvidiu Panait
2021-01-15spl: Kconfig: Add SPL dependency to CONFIG_HANDOFFOvidiu Panait
2021-01-15common: board_r: Drop arch-specific ifdefs around initr_trapOvidiu Panait
2021-01-15common: board_r: Drop initr_bbmii wrapperOvidiu Panait
2021-01-15common: board_r: Drop initr_api wrapperOvidiu Panait
2021-01-15common: board_r: Drop initr_jumptable wrapperOvidiu Panait
2021-01-15common: board_r: Drop initr_xen wrapperOvidiu Panait
2021-01-15common: board_r: Drop initr_noncached wrapperOvidiu Panait
2021-01-15common: board_r: Drop initr_pci wrapperOvidiu Panait
2021-01-15common: board_r: Drop initr_pci_ep wrapperOvidiu Panait
2021-01-15common: board_r: Drop initr_post_backlog wrapperOvidiu Panait
2021-01-15common: board_r: Drop initr_secondary_cpu wrapperOvidiu Panait
2021-01-15common: board_r: Drop initr_console_record wrapperOvidiu Panait
2021-01-15common: board_f: Use IS_ENABLED(CONFIG_OF_EMBED) in reserve_fdt, reloc_fdtOvidiu Panait
2021-01-15common: board_f: Move setup_machine code to setup_bdinfoOvidiu Panait
2021-01-15common: board_f: Use IS_ENABLED(CONFIG_TIMER_EARLY) in initf_dmOvidiu Panait
2021-01-15common: board_f: Drop initf_console_record wrapperOvidiu Panait
2021-01-15common: Kconfig: Introduce CONFIG_CONSOLE_RECORD_INIT_FOvidiu Panait
2021-01-15log: call vsnprintf only when it is needed to emit tracePatrick Delaunay
2021-01-15test: log: add test for console output of dropped messagesPatrick Delaunay
2021-01-15console: allow to record console output before readyPatrick Delaunay
2021-01-15console: remove duplicated test on gd valuePatrick Delaunay
2021-01-15test: add test for dropped trace before log_initPatrick Delaunay
2021-01-15log: use console puts to output trace before LOG initPatrick Delaunay
2021-01-15test: log: add test for dropped messagesPatrick Delaunay
2021-01-15log: don't build the trace buffer when log is not readyPatrick Delaunay
2021-01-15test: add LOGL_FORCE_DEBUG flags support in log testsPatrick Delaunay
2021-01-15dm: fix build errors generated by last mergesDario Binacchi
2021-01-15Merge branch '2021.04-rc' of https://github.com/lftan/u-bootTom Rini
2021-01-15tools: socfpgaimage: update padding flowLey Foon Tan
2021-01-15configs: socfpga: Add CONFIG_SPL_PAD_TOLey Foon Tan
2021-01-15tools: socfpgaimage: Print image header informationLey Foon Tan