summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* qemu-arm64: Enable POSITION_INDEPENDENTWIP/2020-10-08-misc-board-improvementsAndre Przywara2020-10-082-0/+2
* qemu-arm: Drop ARCH_SUPPORT_TFABOOTAndre Przywara2020-10-081-1/+0
* qemu-arm: Remove need to specify flash banksAndre Przywara2020-10-081-7/+1
* arm64: PIE: Allow fixed stack pointerAndre Przywara2020-10-081-1/+1
* arm64: PIE: Skip fixups if distance is zeroAndre Przywara2020-10-081-1/+2
* arm64: PIE: Do not skip static relocationAndre Przywara2020-10-081-1/+1
* arm: Kconfig: Explain TFABOOTAndre Przywara2020-10-081-2/+7
* examples: make examples/ optionalHeinrich Schuchardt2020-10-082-1/+9
* wdt: designware: fix timeout calculation due to expecting KHzJack Mitchell2020-10-081-1/+1
* riscv: Add FPIOA and GPIO support for Kendryte K210Sean Anderson2020-10-082-2/+71
* riscv: add DT binding for BOOT button on Maix boardHeinrich Schuchardt2020-10-081-0/+11
* riscv: Add pinmux and gpio bindings for Kendryte K210Sean Anderson2020-10-082-0/+116
* test: dm: Test for default led namingSean Anderson2020-10-082-2/+3
* led: gpio: Default to using node name if label is absentSean Anderson2020-10-081-5/+2
* gpio: dw: Return output value when direction is outSean Anderson2020-10-081-7/+12
* gpio: dw: Add a trailing underscore to generated nameSean Anderson2020-10-081-1/+9
* gpio: dw: Fix warnings about casting int to pointerSean Anderson2020-10-081-2/+2
* pinctrl: Add support for Kendryte K210 FPIOASean Anderson2020-10-086-0/+1126
* test: pinmux: Add test for pin muxingSean Anderson2020-10-087-73/+274
* pinctrl: Reformat documentation in dm/pinctrl.hSean Anderson2020-10-083-162/+347
* pinctrl: Add pinmux property support to pinctrl-genericSean Anderson2020-10-083-44/+169
* ram: add ddr4 dual x8 configurationDylan Hung2020-10-083-1/+12
* ram: move aspeed ram driver into drivers/ directoryDylan Hung2020-10-084-1/+5
* 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