summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86: Add a function to find the size of an mrccache recordSimon Glass2019-10-111-7/+8
* trace: Remove the const from write functionsSimon Glass2019-10-112-10/+9
* sandbox: pci: Remember the device being emulatedSimon Glass2019-10-112-6/+44
* x86: Panic when SPL or TPL failSimon Glass2019-10-112-2/+2
* travis: Move keystone 3 (k3) boards into the k2 jobTom Rini2019-10-091-4/+4
* travis: Split bcm SoCs into their own build jobTom Rini2019-10-091-2/+5
* Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-10-09274-4488/+14398
|\
| * ARM: imx6q_logic: Fix MMC2 bootingAdam Ford2019-10-081-0/+29
| * Revert "spl: imx6: Let spl_boot_device return USDHC1 or USDHC2"Adam Ford2019-10-081-5/+3
| * Revert "imx: mmc_env: update runtime SD/MMC boot env device"Stefano Babic2019-10-081-3/+0
| * configs: sheevaplug disable EFI_UNICODE_CAPITALIZATIONHeinrich Schuchardt2019-10-081-0/+1
| * pico-imx7d: Remove dead code for dm_videoJoris Offouga2019-10-082-49/+0
| * pico-imx7d: fix splash logo drawingJoris Offouga2019-10-088-13/+13
| * imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HABStefano Babic2019-10-0842-49/+49
| * pinctrl: nxp: DM_FLAG_PRE_RELOC by defaultIgor Opaniuk2019-10-084-8/+0
| * configs: move CONFIG_SPL_TEXT_BASE to KconfigParthiban Nallathambi2019-10-081-0/+1
| * imx: variscite: Fix regression of SPL and U-boot bootingSaravanan Sekar2019-10-081-0/+2
| * ARM: imx6q_logic: Enable DM_SERIALAdam Ford2019-10-082-0/+4
| * ARM: imx6qlogic: Cleanup board_init_fAdam Ford2019-10-081-6/+0
| * mx6ulevk: Include SDP boot instructions in READMEBreno Matheus Lima2019-10-081-0/+50
| * ddr: imx8m: Fix the ddr init hang on imx8mqJacky Bai2019-10-081-4/+4
| * driver: ddr: Refine the ddr init driver on imx8mJacky Bai2019-10-087-311/+184
| * imx8mq: Update the ddrc QoS setting for B1 chipBai Ping2019-10-082-7/+14
| * ddr: imx8m: Fix ddr4 driver build issueYe Li2019-10-081-2/+1
| * spi: fsl_qspi: Add support for QSPI on iMX7ULPYe Li2019-10-081-0/+10
| * spi: fsl_qspi: Update to use driver dataYe Li2019-10-081-34/+79
| * spi: fsl_qspi: Update write data size for page program LUTYe Li2019-10-081-11/+1
| * spi: fsl_qspi: Fix DDR mode setting for latest iMX platformsYe Li2019-10-081-15/+16
| * imx: nandbcb: include long help only when enabledParthiban Nallathambi2019-10-081-0/+2
| * imx: initialize fec only when enabledParthiban Nallathambi2019-10-081-0/+2
| * imx: remove board specific boot order from splParthiban Nallathambi2019-10-081-25/+0
| * imx: pcl063: add nand boot supportParthiban Nallathambi2019-10-082-0/+4
| * apalis_imx6: use distroboot by defaultIgor Opaniuk2019-10-081-2/+2
| * colibri_imx6/imx7/imx8x: use distroboot by defaultIgor Opaniuk2019-10-083-4/+6
| * misc: imx8: add more scfw apiPeng Fan2019-10-084-10/+613
| * spl: nor: support loading i.MX container format filePeng Fan2019-10-081-2/+7
| * spl: spi: support loading i.MX container format filePeng Fan2019-10-081-0/+11
| * spl: nand: support loading i.MX container format filePeng Fan2019-10-081-0/+9
| * imx8: update READMEPeng Fan2019-10-082-2/+0
| * imx8: Add support to get container image set sizePeng Fan2019-10-083-2/+255
| * spl: nand: Introduce spl_nand_get_uboot_raw_pagePeng Fan2019-10-081-2/+7
| * spl: nor: introduce spl_nor_get_uboot_basePeng Fan2019-10-081-4/+9
| * spl: spi: introduce spl_spi_get_uboot_offsPeng Fan2019-10-081-1/+9
| * spl: mmc: introduce spl_mmc_get_uboot_raw_sectorPeng Fan2019-10-081-0/+11
| * imx: Add i.MX8MM EVK board support.Peng Fan2019-10-0813-1/+2768
| * arm: dts: add i.MX8MM pin funcPeng Fan2019-10-081-0/+629
| * arm: dts: import i.MX8MM dtsiPeng Fan2019-10-081-0/+733
| * imx8m: soc: probe clock device in arch_cpu_init_dmPeng Fan2019-10-081-0/+17
| * imx: mmc_env: update runtime SD/MMC boot env devicePeng Fan2019-10-081-0/+3
| * imx8m: add clk support for i.MX8MMPeng Fan2019-10-085-0/+759