summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-08treewide: Remove CONFIG_SYS_UBOOT_START from configs board filesPatrice Chotard
2020-01-08Makefile: Fix CONFIG_SYS_UBOOT_START default valuePatrice Chotard
2020-01-08cmd/Kconfig: Add more dependencies to OSE bootm supportTom Rini
2020-01-07bdinfo: show multi_dtb_fitHeiko Schocher
2020-01-07cmd_ut: add a parameter prefix to the function cmd_ut_categoryPhilippe Reynes
2020-01-07power: regulator: support off-on-delay-usPeng Fan
2020-01-07remoteproc: stm32: load resource table from firmwareFabien Dessenne
2020-01-07stm32mp1: remove copro_state environment variableFabien Dessenne
2020-01-07remoteproc: stm32: track the coprocessor state in a backup registerFabien Dessenne
2020-01-07stm32mp1: reset coprocessor status at cold bootFabien Dessenne
2020-01-07stm32mp1: declare backup registers for coprocessorFabien Dessenne
2020-01-07remoteproc: elf_loader: Add elf resource table load supportFabien Dessenne
2020-01-07spl: fit: Allow the board to tell if more images must be loaded from FITJean-Jacques Hiblot
2020-01-07dts: Add support for adding DT overlays in u-boot.imgJean-Jacques Hiblot
2020-01-07include: board: provide empty stubs when the BOARD option is not selectedJean-Jacques Hiblot
2020-01-07drivers: board: Add get_fit_loadable()Jean-Jacques Hiblot
2020-01-07drivers: board: Make the board drivers available in SPLJean-Jacques Hiblot
2020-01-07spl: fit: constify the output parameter of spl_fit_get_image_name()Jean-Jacques Hiblot
2020-01-07Makefile.lib: include /__symbols__ in dtb if SPL_LOAD_FIT_APPLY_OVERLAY is en...Jean-Jacques Hiblot
2020-01-07spl: fit: be more verbose when an error occurs when applying the overlaysJean-Jacques Hiblot
2020-01-07spl: fit: Do not fail immediately if an overlay is not availableJean-Jacques Hiblot
2020-01-07spl: fit: allocate a temporary buffer to load the overlaysJean-Jacques Hiblot
2020-01-07spl: fit: Make room in the FDT before applying overlaysJean-Jacques Hiblot
2020-01-07spl: fit: Add support for applying DT overlayMichal Simek
2020-01-07spl: fit: don't load the firmware twiceJean-Jacques Hiblot
2020-01-07tools: dumpimage: Fall-though to print usage for help commandAndrew F. Davis
2020-01-07tools: fit_image: Use fit_image_get_data_and_size for getting offset/sizeAndrew F. Davis
2020-01-07tools: dumpimage: Provide more feedback on internal errorsAndrew F. Davis
2020-01-07Merge tag 'u-boot-imx-20200107' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-01-07Merge tag 'u-boot-atmel-2020.04-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini
2020-01-07ARM: mxs: spl_boot.c: make early_delay more robustRasmus Villemoes
2020-01-07ARM: dts: imx6qdl-icore-1.5: Remove duplicate phy reset methodsMichael Trimarchi
2020-01-07ARM: dts: imx6q-icore-mipi: Use 1.5 version of i.Core MX6DLJagan Teki
2020-01-07ARM: dts: icorem6: Sync engicam device trees from v5.4Jagan Teki
2020-01-07configs: imx6-engicam: Drop fec phy address and modeMichael Trimarchi
2020-01-07board: engicam: Fix the ethernet clock initializationMichael Trimarchi
2020-01-07board: engicam: Cleanup fdt file and board mappingMichael Trimarchi
2020-01-07arm: mxs: be more careful when enabling gpmi_clkRasmus Villemoes
2020-01-07arm: mxs: fix comments in arch_cpu_init to match the codeRasmus Villemoes
2020-01-07arm: mxs: fix register definitions for clkctrl_gpmi and clkctrl_sspXRasmus Villemoes
2020-01-07imx8mm_evk: Adjust the environment for booting a mainline kernelFabio Estevam
2020-01-07mach-imx: nandbcb: improve cmd helpIgor Opaniuk
2020-01-07mx6slevk: Fix the pmic_get() parameter in the DM caseFabio Estevam
2020-01-07mx6sllevk: Fix the pmic_get() parameter in the DM caseFabio Estevam
2020-01-07mx7dsabresd: Fix the pmic_get() parameter in the DM caseFabio Estevam
2020-01-07ddr: imx8m: Return error values from LPDDR4 trainingFrieder Schrempf
2020-01-07tools: imx8m_image: Change source path for DDR firmware to build dirFrieder Schrempf
2020-01-07arm: imx: Default to SYS_THUMB_BUILD for i.MX6/7Tom Rini
2020-01-07mach-imx: bootaux: elf firmware supportIgor Opaniuk
2020-01-07colibri_imx7: migrate to DM_ETHIgor Opaniuk