aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-16cmd: disk: Remove fit_print_contents APIWIP/2021-01-16-assorted-improvementsRavik Hasija1-1/+0
2021-01-16lib: cosmetic update of CONFIG_LIB_ELF descriptionPatrick Delaunay1-2/+2
2021-01-16test: unit test for pr_err(), pr_cont()Heinrich Schuchardt2-0/+46
2021-01-16log: convert pr_*() to loggingHeinrich Schuchardt2-38/+48
2021-01-16log: provide missing macrosHeinrich Schuchardt1-0/+8
2021-01-16log: make debug_cond() function likeHeinrich Schuchardt1-9/+8
2021-01-16ram: k3-j721e: rename BIT_MASK()Heinrich Schuchardt2-15/+19
2021-01-16mtd: misplaced log.h and dm/devres.hHeinrich Schuchardt1-2/+0
2021-01-16lib: zlib: our putc() takes only one argumentHeinrich Schuchardt1-1/+1
2021-01-16lib: zlib: include ctype.hHeinrich Schuchardt1-1/+1
2021-01-16lib: aes: build failure with DEBUG=1Heinrich Schuchardt1-1/+1
2021-01-16armv8: Makefile: build cache files when neededPeng Fan1-1/+3
2021-01-16cmd: Makefile: build nvedit.c when neededPeng Fan1-1/+1
2021-01-16common: Makefile: drop duplicated linePeng Fan1-1/+0
2021-01-16dts: Log name of expected .dtb fileFlorian Klink1-1/+1
2021-01-16bootmenu: Allow to quit it via ESC/CTRL+CPali Rohár1-7/+35
2021-01-16string: Use memcpy() within memmove() when we canPatrick Delaunay1-1/+13
2021-01-16drivers: serial: probe all uart devicesVabhav Sharma2-0/+25
2021-01-16dm: core: add function uclass_probe_all() to probe all devicesVabhav Sharma2-0/+30
2021-01-16console: cosmetics: remove #if 0Patrick Delaunay1-10/+0
2021-01-16common: always compile fixup_cmdtable()Heinrich Schuchardt1-4/+2
2021-01-16common: spl: spl_fit.c: report an error on hash check failPhilippe Reynes1-2/+5
2021-01-16cli_readline: Only insert printable charsSteve Bennett1-2/+4
2021-01-16Add optional salt to AUTOBOOT_STOP_STR_SHA256Joel Peshkin2-3/+14
2021-01-16doc/README.gpt: reflow partition type GUID tableRasmus Villemoes1-16/+16
2021-01-16doc/README.gpt: define partition type GUID for U-Boot environmentRasmus Villemoes3-1/+7
2021-01-16lib/uuid.c: change prototype of uuid_guid_get_str()Rasmus Villemoes3-13/+11
2021-01-16power: regulator: Kconfig: add a dependency for POWER_SUPPORT for SPLNishanth Menon1-1/+1
2021-01-16test: correct the test prefix in ut strPatrick Delaunay1-2/+2
2021-01-16test: correct the test prefix in ut cmd_memPatrick Delaunay1-1/+1
2021-01-16test: Only enable bloblist test when supportedSimon Glass1-1/+1
2021-01-16test: Avoid assuming sandbox board for bloblist testSimon Glass3-9/+40
2021-01-16cmd: gpt: add eMMC and GPT supportCorneliu Doban2-0/+190
2021-01-16Kconfig: simple panel requires backlightMarcin Juszkiewicz1-1/+1
2021-01-16cmd: CMD_CPU depends on CPUHeinrich Schuchardt1-0/+1
2021-01-16test: test/lib/test_print.c depends on CONSOLE_RECORDHeinrich Schuchardt1-1/+1
2021-01-16Merge branch '2021-01-15-assorted-improvements'Tom Rini45-423/+1236
2021-01-15cmd: Add MBR partition layout control utilityMarek Szyprowski5-0/+418
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