summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-03include: configs: j721e_evm: Add env variables for mcu_r5fss0_core0 & main_r5...Keerthy
2020-03-03arm: dts: k3-j721e-r5: Enable r5fss0 cluster in SPLKeerthy
2020-03-03arm: dts: k3-j721e-r5-u-boot: Add fs_loader nodeKeerthy
2020-03-03armv7R: K3: Add support for jumping to firmwareKeerthy
2020-03-03armv7R: K3: r5_mpu: Enable execute permission for MCU0 BTCMKeerthy
2020-03-03arm: k3: Add support for loading non linux remote coresKeerthy
2020-03-03lib: elf: Move the generic elf loading/validating functions to libKeerthy
2020-03-03configs: j721e_hs_evm: Enable OSPI related configsVignesh Raghavendra
2020-03-03configs: ama65x_hs_evm: Enable OSPI related configsVignesh Raghavendra
2020-03-03board: ti: Update AM65x and J721e READMEs for OSPI bootVignesh Raghavendra
2020-03-03configs: am65x_evm_defconfig: Enable OSPI configsVignesh Raghavendra
2020-03-03configs: j721e_evm_defconfig: Enable OSPI configsVignesh Raghavendra
2020-03-03configs: j721e_evm: Setup mtdparts for OSPIVignesh Raghavendra
2020-03-03configs: am65x_evm: Setup mtdparts for OSPIVignesh Raghavendra
2020-03-03ARM: dts: k3-j721e: Add OSPI DT nodesVignesh Raghavendra
2020-03-03ARM: dts: k3-am65: Add OSPI DT nodesVignesh Raghavendra
2020-03-03ARM: mach-k3: sysfw-loader: Use SPI memmapped addr when loading SYSFWLokesh Vutla
2020-03-03ARM: mach-k3: arm64-mmu: map 64bit FSS MMIO space in A53 MMUVignesh Raghavendra
2020-03-03drivers: Descend to drivers/soc unconditionallyVignesh Raghavendra
2020-02-26Prepare v2020.04-rc3Tom Rini
2020-02-25Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini
2020-02-25Merge branch '2020-02-25-master-imports'Tom Rini
2020-02-25board: novtech: meerkat96: use correct mmc driverCarl Gelfand
2020-02-25moveconfig: convert ps.stderr to stringMarkus Klotzbuecher
2020-02-25moveconfig: replace unsafe eval with astevalMarkus Klotzbuecher
2020-02-25MAINTAINERS: set maintainer for doc/api/efi.rstHeinrich Schuchardt
2020-02-25arch: arm: Fix SZ_64K undeclared compilation errorWasim Khan
2020-02-25tools: image-host.c: remove uboot_aes.hPhilippe Reynes
2020-02-25Merge branch '2020-02-24-ci-htmldocs'Tom Rini
2020-02-25doc/Makefile: turn warnings into errorsHeinrich Schuchardt
2020-02-25azure: build HTML documentationHeinrich Schuchardt
2020-02-25gitlab: build HTML documentationHeinrich Schuchardt
2020-02-25travis: build HTML docsHeinrich Schuchardt
2020-02-25travis: Add python3-sphinx to the package listTom Rini
2020-02-25arch: powerpc: Rewrite the sata node to fit the driverPeng Ma
2020-02-25Revert "configs: enable sata device module in T2080QDS"Peng Ma
2020-02-25Revert "powerpc: mpc85xx: delete FSL_SATA for T2080QDS board."Peng Ma
2020-02-25Revert "ata: fsl_ahci: Add sata DM support for Freescale powerpc socs"Peng Ma
2020-02-24doc: update doc/sphinx/kerneldoc.pyHeinrich Schuchardt
2020-02-24Azure / GitLab: Update Docker imageTom Rini
2020-02-20Merge tag 'u-boot-rockchip-20200220' of https://gitlab.denx.de/u-boot/custodi...Tom Rini
2020-02-20Merge tag 'mmc-2-20-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini
2020-02-20mmc: sdhci: fix missing cache invalidation after reading by DMAMasahiro Yamada
2020-02-20mmc: sdhci: use dma_map_single() instead of flush_cache() before DMAMasahiro Yamada
2020-02-20mmc: add mmc_get_dma_dir() helperMasahiro Yamada
2020-02-20mmc: sdhci: remove unneeded castsMasahiro Yamada
2020-02-20mmc: sdhci: use lower_32_bit2() and upper_32_bits() for setting adma_addrMasahiro Yamada
2020-02-20mmc: sdhci: reduce code duplication for aligned bufferMasahiro Yamada
2020-02-20mmc: sdhci: put the aligned buffer pointer to struct sdhci_hostMasahiro Yamada
2020-02-20dma-mapping: add <asm/dma-mapping.h> for all architecturesMasahiro Yamada