summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cmd: disk: Remove fit_print_contents APIWIP/2021-01-16-assorted-improvementsRavik Hasija2021-01-161-1/+0
* lib: cosmetic update of CONFIG_LIB_ELF descriptionPatrick Delaunay2021-01-161-2/+2
* test: unit test for pr_err(), pr_cont()Heinrich Schuchardt2021-01-162-0/+46
* log: provide missing macrosHeinrich Schuchardt2021-01-161-0/+8
* log: make debug_cond() function likeHeinrich Schuchardt2021-01-161-9/+8
* ram: k3-j721e: rename BIT_MASK()Heinrich Schuchardt2021-01-162-15/+19
* mtd: misplaced log.h and dm/devres.hHeinrich Schuchardt2021-01-161-2/+0
* lib: zlib: our putc() takes only one argumentHeinrich Schuchardt2021-01-161-1/+1
* lib: zlib: include ctype.hHeinrich Schuchardt2021-01-161-1/+1
* lib: aes: build failure with DEBUG=1Heinrich Schuchardt2021-01-161-1/+1
* armv8: Makefile: build cache files when neededPeng Fan2021-01-161-1/+3
* common: Makefile: drop duplicated linePeng Fan2021-01-161-1/+0
* dts: Log name of expected .dtb fileFlorian Klink2021-01-161-1/+1
* bootmenu: Allow to quit it via ESC/CTRL+CPali Rohár2021-01-161-7/+35
* string: Use memcpy() within memmove() when we canPatrick Delaunay2021-01-161-1/+13
* drivers: serial: probe all uart devicesVabhav Sharma2021-01-162-0/+25
* dm: core: add function uclass_probe_all() to probe all devicesVabhav Sharma2021-01-162-0/+30
* console: cosmetics: remove #if 0Patrick Delaunay2021-01-161-10/+0
* common: always compile fixup_cmdtable()Heinrich Schuchardt2021-01-161-4/+2
* common: spl: spl_fit.c: report an error on hash check failPhilippe Reynes2021-01-161-2/+5
* cli_readline: Only insert printable charsSteve Bennett2021-01-161-2/+4
* Add optional salt to AUTOBOOT_STOP_STR_SHA256Joel Peshkin2021-01-162-3/+14
* doc/README.gpt: reflow partition type GUID tableRasmus Villemoes2021-01-161-16/+16
* doc/README.gpt: define partition type GUID for U-Boot environmentRasmus Villemoes2021-01-163-1/+7
* lib/uuid.c: change prototype of uuid_guid_get_str()Rasmus Villemoes2021-01-163-13/+11
* power: regulator: Kconfig: add a dependency for POWER_SUPPORT for SPLNishanth Menon2021-01-161-1/+1
* test: correct the test prefix in ut strPatrick Delaunay2021-01-161-2/+2
* test: correct the test prefix in ut cmd_memPatrick Delaunay2021-01-161-1/+1
* test: Only enable bloblist test when supportedSimon Glass2021-01-161-1/+1
* test: Avoid assuming sandbox board for bloblist testSimon Glass2021-01-163-9/+40
* cmd: gpt: add eMMC and GPT supportCorneliu Doban2021-01-162-0/+190
* Kconfig: simple panel requires backlightMarcin Juszkiewicz2021-01-161-1/+1
* cmd: CMD_CPU depends on CPUHeinrich Schuchardt2021-01-161-0/+1
* test: test/lib/test_print.c depends on CONSOLE_RECORDHeinrich Schuchardt2021-01-161-1/+1
* Merge branch '2021-01-15-assorted-improvements'Tom Rini2021-01-1645-423/+1236
|\
| * 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