summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | doc: board: qemu-mips.rst: fix code examplesHeinrich Schuchardt2020-04-091-48/+60
| * | | | | | MIPS: allow override of get_tbclk()Alex Nemirovsky2020-04-091-1/+1
| * | | | | | MIPS: allow override of flush_dcache_range()Alex Nemirovsky2020-04-091-1/+1
| |/ / / / /
* | | | | | usb: Keep async schedule running only across mass storage xfersMarek Vasut2020-04-096-14/+110
* | | | | | imx: Fix imx8m FIT script issueYe Li2020-04-091-4/+4
* | | | | | cmd: Add test and fix bugs for dm driversSean Anderson2020-04-093-3/+21
|/ / / / /
* | | | | Merge tag 'u-boot-imx-20200408' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-04-084-61/+84
|\ \ \ \ \
| * | | | | mx7dsabre: Fix ramdisk_addr* for distro bootJan Kiszka2020-04-071-2/+2
| * | | | | ARM: dts: imx8qxp-colibri: dm-pre-proper for pd_dma nodesIgor Opaniuk2020-04-071-0/+12
| * | | | | ARM: dts: imx8qm-apalis: dm-pre-proper for pd_dma nodesIgor Opaniuk2020-04-071-0/+8
| * | | | | ARM: dts: imx8qxp-colibri: replace dm-spl with dm-pre-properIgor Opaniuk2020-04-071-28/+28
| * | | | | ARM: dts: imx8qm-apalis: replace dm-spl with dm-pre-properIgor Opaniuk2020-04-071-31/+31
| * | | | | colibri_imx6: set gpr1 ENET_CLK_SELIgor Opaniuk2020-04-071-0/+3
|/ / / / /
* | | | | Prepare v2020.04-rc5Tom Rini2020-04-061-1/+1
* | | | | clk: socfpga: Read the clock parent's register base in probe functionChee Hong Ang2020-04-051-22/+18
* | | | | ARM: dts: stm32: Temporarily drop cd-gpios from AV96 DTMarek Vasut2020-04-051-1/+0
| |_|_|/ |/| | |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2020-04-041-0/+4
|\ \ \ \
| * | | | net: sh_eth: Init the hardware before PHY accessMarek Vasut2020-04-041-0/+4
* | | | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2020-04-044-55/+124
|\ \ \ \ \
| * | | | | serial: ns16550: Fix ordering of getting base addressBin Meng2020-04-041-17/+22
| * | | | | x86: acpi: Describe USB 3 host controller found on Intel TangierAndy Shevchenko2020-04-041-0/+47
| * | | | | x86: acpi: Add I²C timings to Intel Merrifield platformAndy Shevchenko2020-04-041-0/+30
| * | | | | doc: board: verdin-imx8mm: use mainline TF-AIgor Opaniuk2020-04-041-20/+6
| * | | | | x86: acpi: Refactor XSDT handling in acpi_add_table()Andy Shevchenko2020-04-041-18/+19
| |/ / / /
* | | | | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-tegraTom Rini2020-04-0341-1420/+757
|\ \ \ \ \
| * | | | | ARM: tegra: Add NVIDIA Jetson Nano Developer Kit supportTom Warren2020-04-0210-1/+495
| * | | | | mtd: spi: Add Macronix MX25U3235F deviceTom Warren2020-04-021-0/+1
| * | | | | t210: Adjust ramdisk_addr_r/fdt_addr_r to allow for large kernelsTom Warren2020-04-021-2/+2
| * | | | | qspi: t210: Use dev_read calls to get FDT data like base, freqTom Warren2020-04-021-8/+7
| * | | | | qspi: t210: Fix QSPI clock and tap delaysTom Warren2020-04-021-9/+15
| * | | | | qspi: t210: Fix claim_bus's use of the wrong bus/deviceTom Warren2020-04-021-2/+4
| * | | | | mmc: t210: Fix 'bad' SD-card clock when doing 400KHz card detectTom Warren2020-04-022-1/+20
| * | | | | mmc: t210: Add autocal and tap/trim updates for SDMMC1/3Tom Warren2020-04-022-12/+92
| * | | | | tegra: Enable CONFIG_BOOTP_PREFER_SERVERIP for all Jetson boardsTom Warren2020-04-026-0/+6
| * | | | | ARM: tegra: p2771-0000: enable PIE relocationVishruth2020-04-022-0/+2
| * | | | | i2c: t210: Add VI_I2C clock source supportTom Warren2020-04-021-4/+4
| * | | | | t210: pinmux: Remove pinmux/GPIO init from T210 boardsTom Warren2020-04-0210-1339/+5
| * | | | | t210: do not enable PLLE and UPHY PLL HW PWRSEQJC Kuo2020-04-026-44/+59
| * | | | | ARM: tegra: p2371-2180: add I2C nodes to DTStephen Warren2020-04-021-0/+12
| * | | | | colibri_t30: add update_uboot wrapperIgor Opaniuk2020-04-021-0/+11
| * | | | | colibri_t20: add update_uboot wrapperIgor Opaniuk2020-04-021-2/+6
| * | | | | apalis_t30: add update_uboot wrapperIgor Opaniuk2020-04-021-0/+11
| * | | | | apalis-tk1: add update_uboot wrapperIgor Opaniuk2020-04-021-0/+9
| |/ / / /
* | | | | arch: Add explicit linker script for u-boot-elfMichal Simek2020-04-034-7/+19
* | | | | mach-snapdragon: Fix overwriting last digit of serial numberJan-Christoph Tebbe2020-04-031-1/+1
* | | | | Revert "common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled"Ye Li2020-04-031-4/+0
* | | | | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini2020-04-031-18/+107
|\ \ \ \ \
| * | | | | spi: atmel-quadspi: Add verbose debug facilities to monitor register accessesTudor Ambarus2020-04-021-18/+96
| * | | | | spi: atmel-quadspi: fix possible MMIO window size overrunTudor Ambarus2020-04-021-0/+11
| |/ / / /
* | | | | Merge tag 'video-fixes-2apr20' of https://gitlab.denx.de/u-boot/custodians/u-...Tom Rini2020-04-0214-2/+70
|\ \ \ \ \ | |/ / / / |/| | | |