aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-07Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dmWIP/07Jul2021Tom Rini95-24/+348
2021-07-07Merge branch '2021-07-06-update-to-gcc11-clang11'Tom Rini21-72/+76
2021-07-07Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini2-3/+4
2021-07-07Azure/GitLab: Move to gcc-11.1.0 and LLVM-11WIP/2021-07-06-update-to-gcc11-clang11Tom Rini3-55/+36
2021-07-07x86: Drop _X86EMU_env definition when CONFIG_BIOSEMU is usedBin Meng1-0/+2
2021-07-07bootstage: Eliminate when not enabledTom Rini10-6/+20
2021-07-07Makefile: Disable gcc-10.0 introduced warningsTom Rini1-0/+4
2021-07-07pinctrl: mscc: Fix multiple definition errorTom Rini1-2/+2
2021-07-07eb_cpu5282: Declare diplay_width / display_height as externsTom Rini1-2/+2
2021-07-07freescale: Drop unnecessary cpld_data_t non-typedefTom Rini3-4/+3
2021-07-07ARM: mvebu: a38x: Correct mismatched bound warningsTom Rini1-3/+7
2021-07-07Merge tag 'u-boot-atmel-fixes-2021.10-a' of https://source.denx.de/u-boot/cus...Tom Rini8-8/+11
2021-07-07riscv: dts: add OpenPiton RISC-V board dts supportTianrui Wei2-3/+4
2021-07-06Merge branch '2021-07-06-platform-updates'Tom Rini72-742/+4320
2021-07-06serial: serial_msm: Ensure BAM/single character mode are disabledWIP/2021-07-06-platform-updatesStephan Gerhold1-0/+4
2021-07-06arm: dts: db410c: Add missing cd-gpios for SD card detectionStephan Gerhold1-1/+3
2021-07-06arm: snapdragon: Fix typo in clk_bcr_update()Sheep Sun1-5/+5
2021-07-06arm: snapdragon: Use correct GICC register on APQ8016Sheep Sun1-1/+1
2021-07-06lpc32xx: ea-lpc3250devkitv2: enable i2c (DM)Trevor Woerner3-0/+61
2021-07-06Kconfig: convert CONFIG_SYS_I2C_LPC32XXTrevor Woerner6-3/+8
2021-07-06lpc32xx: i2c: finish DM/OF codeTrevor Woerner1-1/+7
2021-07-06lpc32xx: i2c: fix base addressTrevor Woerner1-5/+1
2021-07-06lpc32xx: i2c: remove unused defineTrevor Woerner1-1/+0
2021-07-06arm: lpc32xx: add EA LPC3250 DevKitv2 board supportTrevor Woerner10-0/+278
2021-07-06lpc32xx: import device tree from LinuxTrevor Woerner3-0/+839
2021-07-06lpc32xx: Kconfig: switch to CONFIG_CONS_INDEXTrevor Woerner11-19/+11
2021-07-06configs: synquacer: Enable EFI capsule update supportMasami Hiramatsu2-0/+23
2021-07-06doc: qemu: arm64: Fix the documentation of capsule updateMasami Hiramatsu1-9/+2
2021-07-06board: synquacer: Add DeveloperBox 96boards EE supportMasami Hiramatsu10-0/+537
2021-07-06ARM: dts: synquacer: Add device trees for DeveloperBoxMasami Hiramatsu5-0/+800
2021-07-06i2c: synquacer: SNI Synquacer I2C controllerJassi Brar3-0/+346
2021-07-06spi: synquacer: Add HSSPI SPI controller driver for SynQuacerJassi Brar3-0/+500
2021-07-06mmc: synquacer: Add SynQuacer F_SDH30 SDHCI driverJassi Brar3-0/+92
2021-07-06pci: synquacer: Add SynQuacer ECAM based PCIe driverMasami Hiramatsu3-0/+613
2021-07-06gpio: Introduce CONFIG_GPIO_EXTRA_HEADER to cleanup #ifdefsMasami Hiramatsu2-7/+95
2021-07-06dm: pci: Skip setting VGA bridge bits if parent device is the host busMasami Hiramatsu1-0/+3
2021-07-06ata: ahci-pci: Use scsi_ops to initialize opsMasami Hiramatsu1-0/+2
2021-07-06arm: iproc: Add higher speed configurationsChris Packham1-13/+16
2021-07-06ARM: integrator: Drop PCI supportLinus Walleij8-667/+0
2021-07-06mpc8379erdb: enable DM_USB DM_PCI DM_ETHSinan Akman4-10/+73
2021-07-06tools: Fix default target compile tools in Python toolsAlper Nebi Yasak1-2/+0
2021-07-06sandbox: cros-ec: Add tests for the Chromium OS EC PWM driverAlper Nebi Yasak13-5/+164
2021-07-06remove struct uclass_driver::opsRasmus Villemoes2-6/+0
2021-07-06sandbox: don't refer to symbol _initHeinrich Schuchardt1-1/+3
2021-07-06sandbox: fix sandbox_reset()Heinrich Schuchardt1-3/+0
2021-07-06sandbox: ensure that state->ram_buf is in low memoryHeinrich Schuchardt1-4/+8
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay77-0/+157
2021-07-06sandbox: Support signal handling only when requestedSimon Glass2-3/+16
2021-07-06Merge https://source.denx.de/u-boot/custodians/u-boot-riscvWIP/06Jul2021-v2Tom Rini31-6/+3167
2021-07-06Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini24-59/+614