summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flashWIP/08Oct2020Tom Rini2020-10-083-21/+11
|\
| * cfi_flash: Fix devicetree address determinationAndre Przywara2020-10-081-18/+6
| * mtd: cfi_mtd: Use DMA for readsVignesh Raghavendra2020-10-081-1/+3
| * dma: Reduce error level when DMA channel type does not existVignesh Raghavendra2020-10-081-2/+2
* | Merge tag 'mips-pull-2020-10-07' of https://gitlab.denx.de/u-boot/custodians/...WIP/07Oct2020Tom Rini2020-10-0737-23/+26127
|\ \ | |/ |/|
| * mips: octeon: octeon_common.h: Increase CONFIG_SYS_BOOTM_LENStefan Roese2020-10-071-0/+2
| * mips: octeon: Add bootoctlinux commandAaron Williams2020-10-073-0/+716
| * mips: octeon: Add bootmem supportAaron Williams2020-10-073-0/+1994
| * mips: octeon: Add coremask supportAaron Williams2020-10-073-0/+1119
| * mips: octeon: Add header cvmx-bootinfo.hAaron Williams2020-10-071-0/+350
| * mips: octeon: Add header cvmx-fuse.hAaron Williams2020-10-071-0/+71
| * mips: octeon: Add header octeon-feature.hAaron Williams2020-10-071-0/+442
| * mips: octeon: Add header cvmx-regs.hAaron Williams2020-10-071-0/+144
| * mips: octeon: lowlevel_init.S: Add NMI handling code for SMP Linux bootingStefan Roese2020-10-071-0/+76
| * mips: octeon: octeon-model.h: Enable inclusion from assembler filesStefan Roese2020-10-071-0/+4
| * mips: octeon: octeon_ebb7304_defconfig: Enable USB supportStefan Roese2020-10-071-0/+17
| * mips: octeon: Add USB DT nodesStefan Roese2020-10-072-0/+84
| * mips: octeon: cache.c: Flush all pending writes in flush_dcache_range()Stefan Roese2020-10-071-6/+6
| * mips: octeon: Add mangle-port.hStefan Roese2020-10-071-0/+56
| * mips: octeon: cpu.c: Add table for selective swappingStefan Roese2020-10-071-0/+21
| * usb: xhci: octeon: Add DWC3 glue layer for OcteonStefan Roese2020-10-073-0/+403
| * usb: xhci: xhci_bulk_tx: Don't "BUG" when comparing addressesStefan Roese2020-10-071-2/+0
| * usb: xhci: xhci-dwc3.c: Use dev_remap_addr() instead of dev_get_addr()Stefan Roese2020-10-071-1/+1
| * mips: octeon: octeon_ebb7304: Add DDR4 supportStefan Roese2020-10-074-7/+479
| * mips: octeon: dram.c: Add RAM driver supportStefan Roese2020-10-071-8/+64
| * ram: octeon: Add MIPS Octeon3 DDR4 support (part 3/3)Aaron Williams2020-10-075-0/+435
| * ram: octeon: Add MIPS Octeon3 DDR4 support (part 2/3)Aaron Williams2020-10-071-0/+11030
| * ram: octeon: Add MIPS Octeon3 DDR4 support (part 1/3)Aaron Williams2020-10-071-0/+2728
| * mips: octeon: Add octeon_ddr.h headerAaron Williams2020-10-071-0/+982
| * mips: octeon Add cvmx/cvmx-lmcx-defs.h headerAaron Williams2020-10-071-0/+4574
| * mips: octeon: Add octeon-model.h headerAaron Williams2020-10-071-0/+313
| * mips: octeon: dts: mrvl, cn73xx.dtsi: Add memory controller DT nodeStefan Roese2020-10-071-0/+17
* | Merge tag 'dm-pull-6oct20' of git://git.denx.de/u-boot-dmWIP/06Oct2020Tom Rini2020-10-0632-165/+673
|\ \ | |/ |/|
| * sandbox: avoid duplicate backslash inputHeinrich Schuchardt2020-10-061-5/+15
| * sandbox: add missing SDL key scan codesHeinrich Schuchardt2020-10-061-67/+89
| * test: dm: add test for phandle access functionsPatrick Delaunay2020-10-063-0/+141
| * fdtdec: correct test on return of fdt_node_offset_by_phandlePatrick Delaunay2020-10-061-1/+1
| * dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay2020-10-0615-25/+37
| * dm: update test on of_offset in ofnode_validPatrick Delaunay2020-10-062-1/+17
| * dm: ofnode: Fix compile breakage with OF_CHECKS enabledStefan Roese2020-10-061-3/+4
| * bloblist: Fix up a few commentsSimon Glass2020-10-061-2/+2
| * bloblist: Allow custom alignment for blobsSimon Glass2020-10-065-25/+59
| * bloblist: Tidy up the data alignmentSimon Glass2020-10-062-7/+63
| * bloblist: Compare addresses rather than pointers in testsSimon Glass2020-10-062-13/+27
| * bloblist: Add a commandSimon Glass2020-10-066-4/+196
| * doc/arch/sandbox.rst: reformat command line optionsHeinrich Schuchardt2020-10-061-24/+33
| * MAINTAINERS: assign doc/arch/sandbox.rstHeinrich Schuchardt2020-10-061-0/+1
* | Merge tag 'efi-2021-01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-10-069-52/+122
|\ \
| * | efi_loader: consider no-map property of reserved memoryHeinrich Schuchardt2020-10-061-6/+28
| * | efi_loader: QEMU CONFIG_EFI_GRUB_ARM32_WORKAROUND=nHeinrich Schuchardt2020-10-062-1/+1