aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-16console: cosmetics: remove #if 0Patrick Delaunay
2021-01-16common: always compile fixup_cmdtable()Heinrich Schuchardt
2021-01-16common: spl: spl_fit.c: report an error on hash check failPhilippe Reynes
2021-01-16cli_readline: Only insert printable charsSteve Bennett
2021-01-16Add optional salt to AUTOBOOT_STOP_STR_SHA256Joel Peshkin
2021-01-16doc/README.gpt: reflow partition type GUID tableRasmus Villemoes
2021-01-16doc/README.gpt: define partition type GUID for U-Boot environmentRasmus Villemoes
2021-01-16lib/uuid.c: change prototype of uuid_guid_get_str()Rasmus Villemoes
2021-01-16power: regulator: Kconfig: add a dependency for POWER_SUPPORT for SPLNishanth Menon
2021-01-16test: correct the test prefix in ut strPatrick Delaunay
2021-01-16test: correct the test prefix in ut cmd_memPatrick Delaunay
2021-01-16test: Only enable bloblist test when supportedSimon Glass
2021-01-16test: Avoid assuming sandbox board for bloblist testSimon Glass
2021-01-16cmd: gpt: add eMMC and GPT supportCorneliu Doban
2021-01-16Kconfig: simple panel requires backlightMarcin Juszkiewicz
2021-01-16cmd: CMD_CPU depends on CPUHeinrich Schuchardt
2021-01-16test: test/lib/test_print.c depends on CONSOLE_RECORDHeinrich Schuchardt
2021-01-16Merge branch '2021-01-15-assorted-improvements'Tom Rini
2021-01-16doc: sifive: fu540: fix heading levelsHeinrich Schuchardt
2021-01-16doc: move README.fdt-overlays to HTML documentationHeinrich Schuchardt
2021-01-16doc: board: fix README.b4860qdsHeinrich Schuchardt
2021-01-16doc: add synopsis for pstore commandHeinrich Schuchardt
2021-01-16doc: man-page base commandHeinrich Schuchardt
2021-01-15cmd: Add MBR partition layout control utilityMarek Szyprowski
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