aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-18Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvWIP/18Jan2021Tom Rini35-116/+2477
2021-01-18Merge tag 'doc-2021-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini7-125/+183
2021-01-18Merge branch '2021-01-16-assorted-improvements'Tom Rini43-110/+490
2021-01-18doc: board: Add Microchip MPFS Icicle Kit docPadmarao Begari3-0/+820
2021-01-18riscv: Add Microchip MPFS Icicle Kit supportPadmarao Begari4-45/+145
2021-01-18riscv: dts: Add device tree for Microchip Icicle KitPadmarao Begari3-0/+436
2021-01-18clk: Add Microchip PolarFire SoC clock driverPadmarao Begari9-0/+559
2021-01-18net: macb: Add phy address to read it from device treePadmarao Begari1-0/+13
2021-01-18net: macb: Add DMA 64-bit address support for macbPadmarao Begari2-17/+120
2021-01-18riscv: Add DMA 64-bit address supportPadmarao Begari2-0/+8
2021-01-18riscv: timer: Add support for an early timerPragnesh Patel6-3/+75
2021-01-18trace: select TIMER_EARLY to avoid infinite recursionPragnesh Patel1-0/+1
2021-01-18riscv: Add support for SPI on Kendryte K210Sean Anderson4-50/+299
2021-01-18doc: qemu-riscv: Fix opensbi build instructionsAtish Patra1-1/+1
2021-01-16cmd: disk: Remove fit_print_contents APIRavik 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: 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-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-16doc: sifive: fu540: fix heading levelsHeinrich Schuchardt1-8/+11