summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-imx-20200918' of https://gitlab.denx.de/u-boot/custodians/u...WIP/18Sep2020Tom Rini2020-09-1833-74/+67
|\
| * board: tbs2910: Disable CONFIG_ENV_VARS_UBOOT_CONFIG in defconfigSoeren Moch2020-09-181-1/+0
| * apalis-imx8qm: rename all occurences to apalis-imx8Philippe Schenker2020-09-175-6/+6
| * colibri-imx8qxp: rename all occurences to colibri-imx8xPhilippe Schenker2020-09-175-6/+6
| * mmc: fsl_esdhc_imx: check the clock stable status after config the clock rate.Haibo Chen2020-09-171-1/+6
| * ARM: mx6: ddr: Add support for iMX6UL/ULL/SL/SDLMarek Vasut2020-09-171-0/+15
| * mx6qsabrelite: increase the environment offsetDenis Pynkin2020-09-171-1/+1
| * imx8mp: Remove parts MIMX8ML7 and MIMX8ML5 supportPeng Fan2020-09-174-18/+5
| * imx8m: clock_imx8mm: add missed returnPeng Fan2020-09-171-0/+1
| * imx8mq: fix SSCG_PLL_REFCLK_SEL_xPeng Fan2020-09-171-4/+4
| * imx8mq: fix FRAC_PLL_REFCLK_SEL_MASKPeng Fan2020-09-171-1/+1
| * imx7: ccm: correct target interface numPeng Fan2020-09-171-1/+1
| * apalis_imx6: provide fdtfile in env instead of setting it in runtimeIgor Opaniuk2020-09-171-1/+2
| * colibri_imx6: provide fdtfile in env instead of setting it in runtimeIgor Opaniuk2020-09-171-1/+2
| * colibri_imx7: use preboot for fdtfile evaluationIgor Opaniuk2020-09-173-3/+5
| * colibri_vf: use preboot for fdtfile evaluationIgor Opaniuk2020-09-172-2/+3
| * colibri-imx6ull: use preboot for fdtfile evaluationIgor Opaniuk2020-09-172-5/+5
| * colibri_imx7: wrap video specific funcs with ifdefsIgor Opaniuk2020-09-171-0/+2
| * toradex: drop legacy show_boot_logo function and use splashscreenIgor Opaniuk2020-09-171-19/+0
| * colibri_imx7: use splashcreen value instead of legacy functionIgor Opaniuk2020-09-172-2/+1
| * colibri-imx6ull: use splashcreen value instead of legacy functionIgor Opaniuk2020-09-172-2/+1
* | Merge branch '2020-09-16-assorted-fixes'Tom Rini2020-09-174-4/+16
|\ \ | |/ |/|
| * doc: qemu: debug UART settings for QEMU ARM virtWIP/2020-09-16-assorted-fixesHeinrich Schuchardt2020-09-161-0/+10
| * MAINTAINERS: add myself as reviewer for SquashFSMiquel Raynal2020-09-161-0/+1
| * MAINTAINERS: add myself as reviewer for SquashFSThomas Petazzoni2020-09-161-0/+1
| * lib: fdt: Fix fdtdec_setup_mem..() conversion to livetree APIMarek Vasut2020-09-161-2/+2
| * include: phy: fix NULL pointer check in phy_write()Thirupathaiah Annapureddy2020-09-161-1/+1
| * MAINTAINERS: update clk entry git treeBaruch Siach2020-09-161-1/+1
|/
* Merge tag 'efi-2020-10-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/16Sep2020Tom Rini2020-09-165-15/+26
|\
| * efi_selftest: restore gd before do_reset()Heinrich Schuchardt2020-09-141-2/+4
| * efi_loader: save global data pointer on RISC-VHeinrich Schuchardt2020-09-141-9/+9
| * riscv: define function set_gd()Heinrich Schuchardt2020-09-141-0/+9
| * efi_loader: efi_var_mem_notify_exit_boot_servicesHeinrich Schuchardt2020-09-141-1/+1
| * rsa: crash in br_i32_decode() called from rsa_gen_key_prop()Robert Reither2020-09-141-3/+3
* | Merge tag 'u-boot-rockchip-20200916' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2020-09-166-4/+11
|\ \
| * | rockchip: make_fit_atf: ignore empty PT_LOAD segmentHeinrich Schuchardt2020-09-161-2/+3
| * | rockchip: rv1108: enable board early initKever Yang2020-09-162-0/+2
| * | rockchip: rv1108: Enable grf as pre-reloc nodeKever Yang2020-09-161-0/+4
| * | rockchip: rv1108: use correct API for board callbackKever Yang2020-09-162-2/+2
|/ /
* | Merge tag 'mmc-2020-9-15' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcWIP/15Sep2020Tom Rini2020-09-152-14/+8
|\ \
| * | mmc: xenon_sdhci: Add missing common host capabilitiesAndre Heider2020-09-151-14/+4
| * | mmc: msm_sdhci: Use mmc_of_parse for setting host_capsManivannan Sadhasivam2020-09-151-0/+4
| |/
* | Azure/GitLab/Travis: Add SH4 r2dplus machine with various PCI ethernet optionsMarek Vasut2020-09-153-0/+68
|/
* Merge branch '2020-09-12-assorted-bugfixes'Tom Rini2020-09-1412-19/+187
|\
| * test: do no assume hush parser in validate_empty()WIP/2020-09-12-assorted-bugfixesHeinrich Schuchardt2020-09-121-1/+1
| * Makefile: mrproper shall delete doc/output/Heinrich Schuchardt2020-09-121-1/+1
| * doc: describe building with GCCHeinrich Schuchardt2020-09-122-0/+120
| * doc: describe source repositoryHeinrich Schuchardt2020-09-122-0/+31
| * ARM: MediaTek: amend IC description for MediaTek MT8512Mingming Lee2020-09-121-3/+3
| * Fix data abort caused by mis-aligning FIT dataReuben Dowle2020-09-111-2/+5