summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-07board: amlogic: select PWRSEQ for all amlogic platformAnand Moon
2020-01-07configs: meson64: enable GIC support for G12A/G12BAnand Moon
2020-01-07boards: amlogic: add Khadas VIM3L supportChristian Hewitt
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-07ddr: socfpga: Enable ARM64 Non-Secure SDRAM ECC AccessThor Thayer
2020-01-07arm: socfpga: stratix10: Enable SMMU accessThor Thayer
2020-01-07configs: socfpga: fix building Stratix10 and AgilexSimon Goldschmidt
2020-01-07arm: socfpga: agilex: Enable Agilex SoC buildLey Foon Tan
2020-01-07configs: socfpga: Move Stratix10 and Agilex common CONFIGsLey Foon Tan
2020-01-07arm: dts: agilex: Add base dtsi and devkit dtsLey Foon Tan
2020-01-07arm: socfpga: agilex: Add SPL for Agilex SoCLey Foon Tan
2020-01-07board: intel: agilex: Add socdk board support for Intel Agilex SoCLey Foon Tan
2020-01-07ddr: altera: agilex: Add SDRAM driver for AgilexLey Foon Tan
2020-01-07ddr: altera: Restructure Stratix 10 SDRAM driverLey Foon Tan
2020-01-07arm: agilex: Add clock handoff offset for AgilexLey Foon Tan
2020-01-07cache: Add Arteris Ncore cache coherent unit driverLey Foon Tan
2020-01-07arm: socfpga: agilex: Add clock wrapper functionsLey Foon Tan
2020-01-07clk: agilex: Add clock driver for AgilexLey Foon Tan
2020-01-07arm: socfpga: Fix CLKMGR_INTOSC_HZ to 400MHzLey Foon Tan
2020-01-07arm: socfpga: Move Stratix10 and Agilex clock manager common codeLey Foon Tan
2020-01-07arm: socfpga: agilex: Add system manager supportLey Foon Tan
2020-01-07arm: socfpga: Move Stratix10 and Agilex system manager common codeLey Foon Tan
2020-01-07arm: socfpga: agilex: Add reset manager supportLey Foon Tan
2020-01-07arm: socfpga: Move Stratix10 and Agilex reset manager common codeLey Foon Tan
2020-01-07arm: socfpga: Move firewall code to firewall fileLey Foon Tan
2020-01-07arm: socfpga: agilex: Add base address for Intel Agilex SoCLey Foon Tan
2020-01-07arm: socfpga: Convert clock manager from struct to definesLey Foon Tan
2020-01-07arm: socfpga: Convert system manager from struct to definesLey Foon Tan
2020-01-07arm: socfpga: Convert reset manager from struct to definesLey Foon Tan
2020-01-07arm: dts: socfpga: Add u-boot, dm-pre-reloc for sysmgr and clkmgr nodesLey Foon Tan
2020-01-07spl: Allow cache drivers to be used in SPLLey Foon Tan
2020-01-07x86: edison: Enable DFU timeoutAndy Shevchenko
2020-01-07dfu: Add optional timeout parameterAndy Shevchenko
2020-01-07dfu: Refactor do_dfu() to handle optional argumentAndy Shevchenko
2020-01-07dfu: Drop unused prototype of dfu_trigger_reset()Andy Shevchenko
2020-01-07ARM: dts: Import Khadas VIM3L DT from Linux 5.5-rc1Christian Hewitt