summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvWIP/18Jan2021Tom Rini2021-01-1835-116/+2477
|\
| * doc: board: Add Microchip MPFS Icicle Kit docPadmarao Begari2021-01-183-0/+820
| * riscv: Add Microchip MPFS Icicle Kit supportPadmarao Begari2021-01-184-45/+145
| * riscv: dts: Add device tree for Microchip Icicle KitPadmarao Begari2021-01-183-0/+436
| * clk: Add Microchip PolarFire SoC clock driverPadmarao Begari2021-01-189-0/+559
| * net: macb: Add phy address to read it from device treePadmarao Begari2021-01-181-0/+13
| * net: macb: Add DMA 64-bit address support for macbPadmarao Begari2021-01-182-17/+120
| * riscv: Add DMA 64-bit address supportPadmarao Begari2021-01-182-0/+8
| * riscv: timer: Add support for an early timerPragnesh Patel2021-01-186-3/+75
| * trace: select TIMER_EARLY to avoid infinite recursionPragnesh Patel2021-01-181-0/+1
| * riscv: Add support for SPI on Kendryte K210Sean Anderson2021-01-184-50/+299
| * doc: qemu-riscv: Fix opensbi build instructionsAtish Patra2021-01-181-1/+1
* | Merge tag 'doc-2021-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2021-01-187-125/+183
|\ \
| * | doc: sifive: fu540: fix heading levelsHeinrich Schuchardt2021-01-161-8/+11
| * | doc: move README.fdt-overlays to HTML documentationHeinrich Schuchardt2021-01-163-114/+136
| * | doc: board: fix README.b4860qdsHeinrich Schuchardt2021-01-161-2/+2
| * | doc: add synopsis for pstore commandHeinrich Schuchardt2021-01-161-1/+10
| * | doc: man-page base commandHeinrich Schuchardt2021-01-162-0/+24
* | | Merge branch '2021-01-16-assorted-improvements'Tom Rini2021-01-1843-110/+490
|\ \ \ | |_|/ |/| |
| * | 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