aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-10spl: dm_mmc: Initialize only the required mmc deviceLokesh Vutla3-10/+29
2019-10-09travis: Move keystone 3 (k3) boards into the k2 jobTom Rini1-4/+4
2019-10-09travis: Split bcm SoCs into their own build jobTom Rini1-2/+5
2019-10-09Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini274-4488/+14398
2019-10-08Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini22-14/+18
2019-10-08Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini153-1018/+2036
2019-10-08Merge tag 'u-boot-atmel-2020.01-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini42-16/+2386
2019-10-08Merge tag 'efi-2020-01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini11-45/+91
2019-10-08Merge branch '2019-10-08-master-imports'Tom Rini6-3137/+6623
2019-10-08travis.yml: Switch to bionic for the host distributionTom Rini1-4/+5
2019-10-08gitlab-ci: Switch to Ubuntu 18.04 imageTom Rini1-3/+4
2019-10-08gitlab-ci: Have buildman use /tmp for outputTom Rini1-13/+13
2019-10-08buildman: Perform tests in a temporary directoryTom Rini1-12/+14
2019-10-08ARM: imx6q_logic: Fix MMC2 bootingAdam Ford1-0/+29
2019-10-08Revert "spl: imx6: Let spl_boot_device return USDHC1 or USDHC2"Adam Ford1-5/+3
2019-10-08Revert "imx: mmc_env: update runtime SD/MMC boot env device"Stefano Babic1-3/+0
2019-10-08configs: sheevaplug disable EFI_UNICODE_CAPITALIZATIONHeinrich Schuchardt1-0/+1
2019-10-08pico-imx7d: Remove dead code for dm_videoJoris Offouga2-49/+0
2019-10-08pico-imx7d: fix splash logo drawingJoris Offouga8-13/+13
2019-10-08imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HABStefano Babic42-49/+49
2019-10-08pinctrl: nxp: DM_FLAG_PRE_RELOC by defaultIgor Opaniuk4-8/+0
2019-10-08configs: move CONFIG_SPL_TEXT_BASE to KconfigParthiban Nallathambi1-0/+1
2019-10-08imx: variscite: Fix regression of SPL and U-boot bootingSaravanan Sekar1-0/+2
2019-10-08ARM: imx6q_logic: Enable DM_SERIALAdam Ford2-0/+4
2019-10-08ARM: imx6qlogic: Cleanup board_init_fAdam Ford1-6/+0
2019-10-08mx6ulevk: Include SDP boot instructions in READMEBreno Matheus Lima1-0/+50
2019-10-08ddr: imx8m: Fix the ddr init hang on imx8mqJacky Bai1-4/+4
2019-10-08driver: ddr: Refine the ddr init driver on imx8mJacky Bai7-311/+184
2019-10-08imx8mq: Update the ddrc QoS setting for B1 chipBai Ping2-7/+14
2019-10-08ddr: imx8m: Fix ddr4 driver build issueYe Li1-2/+1
2019-10-08spi: fsl_qspi: Add support for QSPI on iMX7ULPYe Li1-0/+10
2019-10-08spi: fsl_qspi: Update to use driver dataYe Li1-34/+79
2019-10-08spi: fsl_qspi: Update write data size for page program LUTYe Li1-11/+1
2019-10-08spi: fsl_qspi: Fix DDR mode setting for latest iMX platformsYe Li1-15/+16
2019-10-08imx: nandbcb: include long help only when enabledParthiban Nallathambi1-0/+2
2019-10-08imx: initialize fec only when enabledParthiban Nallathambi1-0/+2
2019-10-08imx: remove board specific boot order from splParthiban Nallathambi1-25/+0
2019-10-08imx: pcl063: add nand boot supportParthiban Nallathambi2-0/+4
2019-10-08apalis_imx6: use distroboot by defaultIgor Opaniuk1-2/+2
2019-10-08colibri_imx6/imx7/imx8x: use distroboot by defaultIgor Opaniuk3-4/+6
2019-10-08misc: imx8: add more scfw apiPeng Fan4-10/+613
2019-10-08spl: nor: support loading i.MX container format filePeng Fan1-2/+7
2019-10-08spl: spi: support loading i.MX container format filePeng Fan1-0/+11
2019-10-08spl: nand: support loading i.MX container format filePeng Fan1-0/+9
2019-10-08imx8: update READMEPeng Fan2-2/+0
2019-10-08imx8: Add support to get container image set sizePeng Fan3-2/+255
2019-10-08spl: nand: Introduce spl_nand_get_uboot_raw_pagePeng Fan1-2/+7
2019-10-08spl: nor: introduce spl_nor_get_uboot_basePeng Fan1-4/+9
2019-10-08spl: spi: introduce spl_spi_get_uboot_offsPeng Fan1-1/+9
2019-10-08spl: mmc: introduce spl_mmc_get_uboot_raw_sectorPeng Fan1-0/+11