summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ata: fsl_sata: Continue probing other sata port when failed current port.WIP/2020-01-07-master-importsPeng Ma2020-01-081-7/+51
* ata: sata_sil: Continue probing other sata port when failed current port.Peng Ma2020-01-081-4/+56
* treewide: Remove CONFIG_SYS_UBOOT_START from configs board filesPatrice Chotard2020-01-0813-16/+0
* Makefile: Fix CONFIG_SYS_UBOOT_START default valuePatrice Chotard2020-01-081-1/+1
* cmd/Kconfig: Add more dependencies to OSE bootm supportTom Rini2020-01-081-0/+1
* bdinfo: show multi_dtb_fitHeiko Schocher2020-01-071-0/+3
* cmd_ut: add a parameter prefix to the function cmd_ut_categoryPhilippe Reynes2020-01-079-12/+26
* power: regulator: support off-on-delay-usPeng Fan2020-01-071-0/+4
* remoteproc: stm32: load resource table from firmwareFabien Dessenne2020-01-071-0/+16
* stm32mp1: remove copro_state environment variableFabien Dessenne2020-01-071-3/+1
* remoteproc: stm32: track the coprocessor state in a backup registerFabien Dessenne2020-01-071-12/+5
* stm32mp1: reset coprocessor status at cold bootFabien Dessenne2020-01-071-0/+7
* stm32mp1: declare backup registers for coprocessorFabien Dessenne2020-01-071-0/+9
* remoteproc: elf_loader: Add elf resource table load supportFabien Dessenne2020-01-073-11/+419
* spl: fit: Allow the board to tell if more images must be loaded from FITJean-Jacques Hiblot2020-01-071-3/+62
* dts: Add support for adding DT overlays in u-boot.imgJean-Jacques Hiblot2020-01-072-1/+10
* include: board: provide empty stubs when the BOARD option is not selectedJean-Jacques Hiblot2020-01-071-0/+37
* drivers: board: Add get_fit_loadable()Jean-Jacques Hiblot2020-01-072-0/+48
* drivers: board: Make the board drivers available in SPLJean-Jacques Hiblot2020-01-073-2/+5
* spl: fit: constify the output parameter of spl_fit_get_image_name()Jean-Jacques Hiblot2020-01-071-3/+3
* Makefile.lib: include /__symbols__ in dtb if SPL_LOAD_FIT_APPLY_OVERLAY is en...Jean-Jacques Hiblot2020-01-071-0/+4
* spl: fit: be more verbose when an error occurs when applying the overlaysJean-Jacques Hiblot2020-01-071-2/+5
* spl: fit: Do not fail immediately if an overlay is not availableJean-Jacques Hiblot2020-01-071-1/+5
* spl: fit: allocate a temporary buffer to load the overlaysJean-Jacques Hiblot2020-01-072-5/+38
* spl: fit: Make room in the FDT before applying overlaysJean-Jacques Hiblot2020-01-071-5/+12
* spl: fit: Add support for applying DT overlayMichal Simek2020-01-072-3/+36
* spl: fit: don't load the firmware twiceJean-Jacques Hiblot2020-01-071-0/+10
* tools: dumpimage: Fall-though to print usage for help commandAndrew F. Davis2020-01-071-1/+0
* tools: fit_image: Use fit_image_get_data_and_size for getting offset/sizeAndrew F. Davis2020-01-071-2/+7
* tools: dumpimage: Provide more feedback on internal errorsAndrew F. Davis2020-01-071-1/+13
* Merge tag 'u-boot-imx-20200107' of https://gitlab.denx.de/u-boot/custodians/u...WIP/07Jan2020Tom Rini2020-01-07207-3247/+13920
|\
| * ARM: mxs: spl_boot.c: make early_delay more robustRasmus Villemoes2020-01-071-5/+2
| * ARM: dts: imx6qdl-icore-1.5: Remove duplicate phy reset methodsMichael Trimarchi2020-01-071-2/+0
| * ARM: dts: imx6q-icore-mipi: Use 1.5 version of i.Core MX6DLJagan Teki2020-01-071-1/+1
| * ARM: dts: icorem6: Sync engicam device trees from v5.4Jagan Teki2020-01-0711-245/+688
| * configs: imx6-engicam: Drop fec phy address and modeMichael Trimarchi2020-01-071-11/+0
| * board: engicam: Fix the ethernet clock initializationMichael Trimarchi2020-01-071-0/+29
| * board: engicam: Cleanup fdt file and board mappingMichael Trimarchi2020-01-071-11/+56
| * arm: mxs: be more careful when enabling gpmi_clkRasmus Villemoes2020-01-071-1/+4
| * arm: mxs: fix comments in arch_cpu_init to match the codeRasmus Villemoes2020-01-071-2/+2
| * arm: mxs: fix register definitions for clkctrl_gpmi and clkctrl_sspXRasmus Villemoes2020-01-072-7/+14
| * imx8mm_evk: Adjust the environment for booting a mainline kernelFabio Estevam2020-01-072-5/+4
| * mach-imx: nandbcb: improve cmd helpIgor Opaniuk2020-01-071-3/+6
| * mx6slevk: Fix the pmic_get() parameter in the DM caseFabio Estevam2020-01-071-1/+1
| * mx6sllevk: Fix the pmic_get() parameter in the DM caseFabio Estevam2020-01-071-1/+1
| * mx7dsabresd: Fix the pmic_get() parameter in the DM caseFabio Estevam2020-01-071-1/+1
| * ddr: imx8m: Return error values from LPDDR4 trainingFrieder Schrempf2020-01-074-11/+23
| * tools: imx8m_image: Change source path for DDR firmware to build dirFrieder Schrempf2020-01-073-23/+17
| * arm: imx: Default to SYS_THUMB_BUILD for i.MX6/7Tom Rini2020-01-071-1/+3
| * mach-imx: bootaux: elf firmware supportIgor Opaniuk2020-01-073-5/+126