aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-08pinctrl: Add support for Kendryte K210 FPIOASean Anderson6-0/+1126
2020-10-08test: pinmux: Add test for pin muxingSean Anderson7-73/+274
2020-10-08pinctrl: Reformat documentation in dm/pinctrl.hSean Anderson3-162/+347
2020-10-08pinctrl: Add pinmux property support to pinctrl-genericSean Anderson3-44/+169
2020-10-08ram: add ddr4 dual x8 configurationDylan Hung3-1/+12
2020-10-08ram: move aspeed ram driver into drivers/ directoryDylan Hung4-1/+5
2020-10-08Merge https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flashTom Rini3-21/+11
2020-10-08cfi_flash: Fix devicetree address determinationAndre Przywara1-18/+6
2020-10-08mtd: cfi_mtd: Use DMA for readsVignesh Raghavendra1-1/+3
2020-10-08dma: Reduce error level when DMA channel type does not existVignesh Raghavendra1-2/+2
2020-10-07Merge tag 'mips-pull-2020-10-07' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini37-23/+26127
2020-10-07mips: octeon: octeon_common.h: Increase CONFIG_SYS_BOOTM_LENStefan Roese1-0/+2
2020-10-07mips: octeon: Add bootoctlinux commandAaron Williams3-0/+716
2020-10-07mips: octeon: Add bootmem supportAaron Williams3-0/+1994
2020-10-07mips: octeon: Add coremask supportAaron Williams3-0/+1119
2020-10-07mips: octeon: Add header cvmx-bootinfo.hAaron Williams1-0/+350
2020-10-07mips: octeon: Add header cvmx-fuse.hAaron Williams1-0/+71
2020-10-07mips: octeon: Add header octeon-feature.hAaron Williams1-0/+442
2020-10-07mips: octeon: Add header cvmx-regs.hAaron Williams1-0/+144
2020-10-07mips: octeon: lowlevel_init.S: Add NMI handling code for SMP Linux bootingStefan Roese1-0/+76
2020-10-07mips: octeon: octeon-model.h: Enable inclusion from assembler filesStefan Roese1-0/+4
2020-10-07mips: octeon: octeon_ebb7304_defconfig: Enable USB supportStefan Roese1-0/+17
2020-10-07mips: octeon: Add USB DT nodesStefan Roese2-0/+84
2020-10-07mips: octeon: cache.c: Flush all pending writes in flush_dcache_range()Stefan Roese1-6/+6
2020-10-07mips: octeon: Add mangle-port.hStefan Roese1-0/+56
2020-10-07mips: octeon: cpu.c: Add table for selective swappingStefan Roese1-0/+21
2020-10-07usb: xhci: octeon: Add DWC3 glue layer for OcteonStefan Roese3-0/+403
2020-10-07usb: xhci: xhci_bulk_tx: Don't "BUG" when comparing addressesStefan Roese1-2/+0
2020-10-07usb: xhci: xhci-dwc3.c: Use dev_remap_addr() instead of dev_get_addr()Stefan Roese1-1/+1
2020-10-07mips: octeon: octeon_ebb7304: Add DDR4 supportStefan Roese4-7/+479
2020-10-07mips: octeon: dram.c: Add RAM driver supportStefan Roese1-8/+64
2020-10-07ram: octeon: Add MIPS Octeon3 DDR4 support (part 3/3)Aaron Williams5-0/+435
2020-10-07ram: octeon: Add MIPS Octeon3 DDR4 support (part 2/3)Aaron Williams1-0/+11030
2020-10-07ram: octeon: Add MIPS Octeon3 DDR4 support (part 1/3)Aaron Williams1-0/+2728
2020-10-07mips: octeon: Add octeon_ddr.h headerAaron Williams1-0/+982
2020-10-07mips: octeon Add cvmx/cvmx-lmcx-defs.h headerAaron Williams1-0/+4574
2020-10-07mips: octeon: Add octeon-model.h headerAaron Williams1-0/+313
2020-10-07mips: octeon: dts: mrvl, cn73xx.dtsi: Add memory controller DT nodeStefan Roese1-0/+17
2020-10-06Merge tag 'dm-pull-6oct20' of git://git.denx.de/u-boot-dmTom Rini32-165/+673
2020-10-06sandbox: avoid duplicate backslash inputHeinrich Schuchardt1-5/+15
2020-10-06sandbox: add missing SDL key scan codesHeinrich Schuchardt1-67/+89
2020-10-06test: dm: add test for phandle access functionsPatrick Delaunay3-0/+141
2020-10-06fdtdec: correct test on return of fdt_node_offset_by_phandlePatrick Delaunay1-1/+1
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay15-25/+37
2020-10-06dm: update test on of_offset in ofnode_validPatrick Delaunay2-1/+17
2020-10-06dm: ofnode: Fix compile breakage with OF_CHECKS enabledStefan Roese1-3/+4
2020-10-06bloblist: Fix up a few commentsSimon Glass1-2/+2
2020-10-06bloblist: Allow custom alignment for blobsSimon Glass5-25/+59
2020-10-06bloblist: Tidy up the data alignmentSimon Glass2-7/+63
2020-10-06bloblist: Compare addresses rather than pointers in testsSimon Glass2-13/+27