aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-17Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/17May2021Tom Rini22-83/+1250
2021-05-16Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini3-3/+13
2021-05-16usb: dwc3-generic: Disable host driver definition if gadget onlyKunihiko Hayashi1-1/+2
2021-05-16usb: musb-new: Extend and move Allwinner quirk into KconfigAndre Przywara2-2/+11
2021-05-16arm: octeontx2: Add Octeon TX2 CN913x DB supportKonstantin Porotchkin3-0/+114
2021-05-16arm: octeontx2: Add dtsi/dts files for Octeon TX2 CN913x DBKonstantin Porotchkin11-0/+1004
2021-05-16cmd: mvebu: Rename rx_training to mvebu_comphy_rx_trainingStefan Roese3-11/+10
2021-05-16pcie: designware: mvebu: do not configure ATU for IO when not usedMarcin Wojtas1-12/+25
2021-05-16arm64: mvebu: extend the mmio regionGrzegorz Jaszczyk2-2/+4
2021-05-16arm64: mvebu: a8k: move firmware related definitions to fw infoGrzegorz Jaszczyk1-0/+3
2021-05-16arm64: mvebu: do not map firmware RT service regionGrzegorz Jaszczyk2-1/+24
2021-05-16arm64: mvebu: a8k: align memory regionsjinghua1-55/+7
2021-05-16spi: kirkwood: prevent limiting speed to 0Grzegorz Jaszczyk1-1/+1
2021-05-16spi: kirkwood: prevent configuring speed exceeding max controller freqMarcin Wojtas1-0/+7
2021-05-16spi: kirkwood: support extended baud ratesKen Ma1-5/+55
2021-05-16mvebu: x530: Reduce SPL image sizeStefan Roese1-1/+1
2021-05-15configs: Resync with savedefconfigTom Rini11-33/+2
2021-05-14Merge https://source.denx.de/u-boot/custodians/u-boot-shWIP/14May2021Tom Rini4-16/+82
2021-05-14Merge tag 'u-boot-amlogic-20210514' of https://source.denx.de/u-boot/custodia...Tom Rini4-5/+35
2021-05-14Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini11-86/+59
2021-05-14net: designware: meson8b: add g12a compatibleNeil Armstrong1-0/+1
2021-05-14net: dwmac_meson8b: do not set TX delay in TXID & RXIDNeil Armstrong1-4/+19
2021-05-14usb: dwc3-meson-g12a: skip phy on -ENODATA aswellNeil Armstrong1-1/+1
2021-05-14ARM: dts: add missing -u-boot.dtsi to enable HDMI on Beelink GTKing/King-ProNeil Armstrong2-0/+14
2021-05-14Revert "riscv: cpu: fu740: clear feature disable CSR"Bin Meng1-15/+0
2021-05-14pwm: sifive: make set_config() and set_enable() work properlyVincent Chen1-10/+11
2021-05-14riscv: Don't reserve AI ram in k210 dtsSean Anderson1-12/+0
2021-05-14riscv: k210: Use AI as the parent clock of aisram, not PLL1Sean Anderson1-1/+1
2021-05-14riscv: k210: Rename airam to aisramSean Anderson2-3/+3
2021-05-14riscv: Enable AI ram on K210Sean Anderson3-3/+14
2021-05-14riscv: Enable some devices pre-relocationSean Anderson1-0/+4
2021-05-14clk: Add support for the k210 clock driver pre-relocationSean Anderson1-4/+10
2021-05-14clk: k210: Move the clint clock to under aclkSean Anderson1-1/+1
2021-05-14clk: k210: Remove k210_register_pllSean Anderson3-32/+3
2021-05-14clk: k210: Fix PLL enable always getting takenSean Anderson1-1/+2
2021-05-14clk: k210: Fix PLLs not being enabledSean Anderson1-0/+2
2021-05-14clk: Warn on failure to assign rateSean Anderson1-4/+7
2021-05-14MAINTAINERS: Add a co-maintainer for RISC-VRick Chen1-0/+1
2021-05-13Merge branch '2021-05-13-extension-board-detection-and-DT-overlay-application'Tom Rini36-84/+837
2021-05-13am335x: add support for cape detect functionalityKory Maincent2-0/+2
2021-05-13arm: am335x: add support for i2c2 busKory Maincent4-0/+19
2021-05-13configs: CHIP: add support for DIP detect functionalityKory Maincent1-0/+1
2021-05-13arm: sunxi: add support for DIP detection to CHIP boardKory Maincent3-0/+110
2021-05-13w1: replace dt detection by automatic detectionKory Maincent6-35/+104
2021-05-13am57xx: add support for cape detect functionalityKory Maincent2-0/+2
2021-05-13ti/common: add support for extension_scan_board functionKory Maincent4-0/+131
2021-05-13pytest: add sandbox test for "extension" commandKory Maincent6-0/+97
2021-05-13cmd: add support for a new "extension" commandKory Maincent6-0/+323
2021-05-13fdt_support: move fdt_valid from cmd_fdt.c to fdt_support.cKory Maincent3-49/+48
2021-05-12ARM: renesas: Scrub duplicate memory nodes from DT on Gen3Marek Vasut2-0/+81